Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2017-11-23Fix testfix/sm/40478-gcp_clusters_migration_culprit-1Shinya Maeda
2017-11-23Follow up cluster_id recovery for Platform::KubernetesShinya Maeda
2017-11-23Merge branch 'jk-group-mentions-fix' into 'master'Sean McGivern
Fix link text from group context Closes gitlab-ee#4100 See merge request gitlab-org/gitlab-ce!15565
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-23Improve environments performanceFilipa Lacerda
2017-11-23Fix link text from group contextJarka Kadlecova
2017-11-23Fix encoding bugs in Gitlab::Git::UserJacob Vosmaer (GitLab)
2017-11-23Merge branch ↵Kamil Trzciński
'fix/sm/37991-avoid-deactivation-when-pipeline-schedules-execute-a-commit-includes-ci-skip' into 'master' Avoid deactivation when pipeline schedules execute a branch includes `[ci skip]` comment Closes #37991 See merge request gitlab-org/gitlab-ce!15405
2017-11-23Merge branch '32620-speed-up-unicorn-specs' into 'master'Rémy Coutable
Speed up Unicorn specs by using a dummy Rack application instead of GitLab Closes #32620 See merge request gitlab-org/gitlab-ce!15548
2017-11-22Merge branch '28377-add-edit-button-to-mobile-file-view' into 'master'Clement Ho
Add edit button to mobile file view Closes #28377 See merge request gitlab-org/gitlab-ce!15199
2017-11-22Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas
2017-11-22Merge branch 'jivl-replace-vue-resource-prometheus-dashboard' into 'master'Filipa Lacerda
Replace vue-resource for axios in the Prometheus Dashboard See merge request gitlab-org/gitlab-ce!15547
2017-11-22Fix testing orderShinya Maeda
2017-11-22Add a testShinya Maeda
2017-11-22Merge branch '38877-disable-autocomplete-in-filtered-search' into 'master'Clement Ho
Disables autocomplete in filtered search Closes #38877 See merge request gitlab-org/gitlab-ce!15477
2017-11-22Merge branch '40295-fix-reply-quote-shortcut-on-mr' into 'master'Clement Ho
Fix reply quote keyboard shortcut on MRs Closes #40295 See merge request gitlab-org/gitlab-ce!15523
2017-11-22Add edit button to mobile file viewTravis Miller
2017-11-22Replaced vue-resource for axios in the prometheus dashboardJose Ivan Vargas
2017-11-22Merge branch 'improve-extra-queries-output' into 'master'Rémy Coutable
Improve output for extra queries in specs See merge request gitlab-org/gitlab-ce!15537
2017-11-22Improve output for extra queries in specsSean McGivern
Previously, this used `Array#-`, which would remove all queries that matches the query text in the original set. However, sometimes we have a problem with parameterised queries, where the query text is identical both times, so we'd run a query N times instead of once, and it would be hidden from the output. Replace the logic to only remove a given query N times from the actual log, where N is the number of times it appears in the expected log.
2017-11-22Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern
Add Group Milestone sorting Closes #39720 See merge request gitlab-org/gitlab-ce!15230
2017-11-22Merge branch 'sh-add-query-recorder-debugging' into 'master'Sean McGivern
Add QUERY_RECORDER_DEBUG environment variable to improve performance debugging See merge request gitlab-org/gitlab-ce!15499
2017-11-22Merge branch 'feature_add_mermaid' into 'master'Phil Hughes
Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
2017-11-22Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)
2017-11-22Add QUERY_RECORDER_DEBUG environment variable to improve performance debuggingStan Hu
2017-11-22Add support of MermaidVitaliy @blackst0ne Klachkov
2017-11-21Fix reply quote keyboard shortcut on MRsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40295
2017-11-21ignore hashed repos (for now) when using `rake gitlab:cleanup:repos`Brett Walker
2017-11-21Use Redis cache for branch existence checksJacob Vosmaer (GitLab)
2017-11-21Merge branch '10-2-hashed-storage-file-uploader' into 'master'Stan Hu
FileUploader should use Hashed Storage only when project is migrated See merge request gitlab-org/gitlab-ce!15526
2017-11-21Merge branch 'reduce-queries-for-artifacts-button' into 'master'Kamil Trzciński
Use arrays in Ci::Pipeline#latest_builds_with_artifacts See merge request gitlab-org/gitlab-ce!15525
2017-11-21Use `make install` for Gitaly setups in non-test environmentsAlejandro Rodríguez
2017-11-21FileUploader should check for hashed_storage?(:attachments) to use disk_pathGabriel Mazetto
2017-11-21Use arrays in Pipeline#latest_builds_with_artifactsYorick Peterse
This changes Ci::Pipeline#latest_builds_with_artifacts so it returns an Array instead of a relation. Whenever we use this data we do so in two steps: 1. Count the number of rows 2. If this number is greater than 0, iterate over the rows By returning an Array instead we only execute 1 query of which the total time/work is less than running either just a COUNT(*) or both queries (in the worst case). On GitLab.com this change should save us a few milliseconds per request to ProjectsController#show.
2017-11-21Merge branch 'sh-optimize-read-only-check' into 'master'Douwe Maan
Optimize read-only middleware so that it does not consume as much CPU Closes #40185 and gitlab-com/infrastructure#3240 See merge request gitlab-org/gitlab-ce!15504
2017-11-21Skip confirmation user apiDaniel Juarez
2017-11-21Merge branch ↵Sean McGivern
'39461-notes-api-for-issues-no-longer-returns-label-additions-removals' into 'master' Resolve "Notes API for issues no longer returns label additions/removals" Closes #39461 See merge request gitlab-org/gitlab-ce!15080
2017-11-21Merge branch 'zj-commit-show-n-1' into 'master'Sean McGivern
Batch load blobs for diff generation Closes #37599 See merge request gitlab-org/gitlab-ce!15370
2017-11-21Merge branch 'issue_40337' into 'master'Sean McGivern
Fix promoting milestone updating all issuables without milestone Closes #40337 See merge request gitlab-org/gitlab-ce!15487
2017-11-21Fix promoting milestone updating all issuables without milestoneFelipe Artur
2017-11-21Batchload blobs for diff generationZeger-Jan van de Weg
After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
2017-11-21use `Gitlab::Routing.url_helpers` instead of ↵digitalMoksha
`Rails.application.routes.url_helpers` since `Rails.application.routes.url_helpers` creates a new anonymous module every time it's called
2017-11-21Fix slow gitaly dev test bundleJacob Vosmaer (GitLab)
2017-11-21Merge branch '38869-milestone' into 'master'Phil Hughes
Export code as ES6 modules See merge request gitlab-org/gitlab-ce!15503
2017-11-21Backport ability to enable/disable file attachments in issuable formClement Ho
2017-11-21Merge branch '39821-fix-commits-list-with-multi-file-editor' into 'master'Phil Hughes
Fix commits list 500 with multi-file editor new_repo cookie Closes #39821 See merge request gitlab-org/gitlab-ce!15502
2017-11-21Optimize read-only middleware so that it does not consume as much CPUStan Hu
In !15082, we changed the behavior of the middleware to call `Rails.application.routes.recognize_path` whenever a new route arrived. However, this can be a CPU-intensive task because Rails needs to allocate memory and compile 850+ different regular expressions, which are complicated in GitLab. As a short-term fix, we can do a lightweight string match before we do the heavier comparison. Closes #40185, gitlab-com/infrastructure#3240
2017-11-20Export code as ES6 modulesFilipa Lacerda
2017-11-20Fix commits list 500 with multi-file editor new_repo cookieEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39821 /<namespace>/<project>/commmits/master
2017-11-20Merge branch '1870-impersonation-stuck-on-password-change-ce' into 'master'Sean McGivern
[CE] Impersonation no longer gets stuck on password change. Closes #13888 See merge request gitlab-org/gitlab-ce!15497