summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Raise more descriptive errors when URLs are blockedDouwe Maan2018-03-281-3/+3
|
* Merge branch 'jprovazn-issueref' into 'master'Douwe Maan2018-03-231-0/+8
|\ | | | | | | | | | | | | Fix issuable state indicator Closes gitlab-ee#4683 See merge request gitlab-org/gitlab-ce!17878
| * Fix issuable state indicatorJan Provaznik2018-03-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | Now the issuable reference check works only in project scope, if we reference an issuable from a non-project resource (e.g. epics), then project is not set, and there is mismatch in generated issue references. This patch enables issuable reference state check also from group scope. Closes gitlab-ee#4683 Related to #30916
* | Merge branch '43771-improve-avatar-error-message' into 'master'Sean McGivern2018-03-233-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Indicate supported image formats in avatar error" Closes #43771 See merge request gitlab-org/gitlab-ce!17747
| * | Change avatar error message to include allowed file formatsFabian Schneider2018-03-223-3/+3
| | |
* | | Merge branch ↵Kamil Trzciński2018-03-231-3/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43482-enabling-auto-devops-on-an-empty-project-gives-you-wrong-information' into 'master' Resolve "Enabling Auto DevOps on an empty project gives you wrong information" Closes #43482 See merge request gitlab-org/gitlab-ce!17605
| * | | Use actual repo instead of stubbing method43482-enabling-auto-devops-on-an-empty-project-gives-you-wrong-informationMatija Čupić2018-03-221-7/+1
| | | |
| * | | Add empty repo check before running AutoDevOps pipelineMatija Čupić2018-03-111-3/+31
| |/ /
* | | Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-2322-42/+63
|\ \ \ | | | | | | | | | | | | | | | | Route path lookups through legacy_disk_path See merge request gitlab-org/gitlab-ce!17743
| * | | Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-2122-42/+63
| | | |
* | | | Merge branch 'winh-deprecate-old-modal' into 'master'Filipa Lacerda2018-03-231-3/+3
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Rename modal.vue to deprecated_modal.vue See merge request gitlab-org/gitlab-ce!17438
| * | | Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-221-3/+3
| | | |
* | | | Add read-only banner to all pagesToon Claes2018-03-221-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the database is in a read-only state, display a banner on each page informing the user they cannot write to that GitLab instance. Closes gitlab-org/gitlab-ce#43937.
* | | | Merge branch 'master' into 'latest-security-to-master-21-03-18'James Lopez2018-03-228-23/+222
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # Gemfile # Gemfile.lock
| * \ \ \ Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński2018-03-221-0/+2
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Speed Up Pipeline Creation See merge request gitlab-org/gitlab-ce!17443
| | * | | Add inverse_of: :pipeline for pipeline.builds (#37987)37987-speed-up-pipeline-creationDylan Griffith2018-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This appears to reduce the number of queries in pipeline creation of gitlab-ce's .gitlab-ci.yml by 92 This also means we now need to mock this ci yaml file properly in the test because otherwise the yaml_errors stay on the object and make all the pipelines failed.
| * | | | Merge branch 'performance-bar-position-fix' into 'master'Filipa Lacerda2018-03-221-10/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix performance bar spacing See merge request gitlab-org/gitlab-ce!17912
| | * | | | fixed karmaperformance-bar-position-fixPhil Hughes2018-03-211-10/+2
| | | | | |
| * | | | | Merge branch 'jej/omniauth-initializer-refactor' into 'master'Douwe Maan2018-03-221-0/+65
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | OmniauthInitializer created to allow testing/refactoring of code from devise.rb See merge request gitlab-org/gitlab-ce!17881
| | * | | | | OmniauthInitializer created to improve devise.rbJames Edwards-Jones2018-03-201-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This should simplify refactoring and allow testing
| * | | | | | Merge branch 'add-query-counts-to-profiler-output' into 'master'Stan Hu2018-03-221-2/+22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add query counts by model to profiler output See merge request gitlab-org/gitlab-ce!17910
| | * | | | | | Add query counts by model to profiler outputadd-query-counts-to-profiler-outputSean McGivern2018-03-211-2/+22
| | | | | | | |
| * | | | | | | Merge branch 'disable-btn-mr-when-posting-comment' into 'master'Fatih Acet2018-03-211-0/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disables the button when submitting comment. Closes #39661 See merge request gitlab-org/gitlab-ce!17918
| | * | | | | | | Adds testsJacob Schatz2018-03-211-0/+14
| | | | | | | | |
| * | | | | | | | Merge branch 'ide-folder-button-path' into 'master'Tim Zallmann2018-03-211-0/+14
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the web IDE link in tree list opening the wrong URL Closes #44477 See merge request gitlab-org/gitlab-ce!17900
| | * | | | | | | Fixes the web IDE link in tree list opening the wrong URLPhil Hughes2018-03-211-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #44477
| * | | | | | | | Merge branch 'gitaly-upload-archive' into 'master'Sean McGivern2018-03-211-0/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send Gitaly payload for git-upload-archive SSH commands Closes gitaly#1092 See merge request gitlab-org/gitlab-ce!17903
| | * | | | | | | | Send Gitaly payload for git-upload-archive SSH commandsAlejandro Rodríguez2018-03-211-0/+6
| | | | | | | | | |
| * | | | | | | | | Merge branch 'ab-43887-concurrent-migration-helpers' into 'master'Yorick Peterse2018-03-211-11/+97
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convenient use of concurrent migration helpers Closes #43887 See merge request gitlab-org/gitlab-ce!17888
| | * | | | | | | | Shortcut concurrent foreign key creation if already exists.ab-43887-concurrent-migration-helpersAndreas Brandl2018-03-201-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #43887.
| | * | | | | | | | Shortcut concurrent index creation/removal if no effect.Andreas Brandl2018-03-201-10/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Index creation does not have an effect if the index is present already. Index removal does not have an affect if the index is not present. This helps to avoid patterns like this in migrations: ``` if index_exists?(...) remove_concurrent_index(...) end ```
* | | | | | | | | | Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez2018-03-212-43/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
* | | | | | | | | | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-218-8/+191
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
* | | | | | | | | Merge branch 'ide-project-avatar-identicon' into 'master'Filipa Lacerda2018-03-211-0/+39
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes empty project avatar to identicon in the IDE Closes #44298 See merge request gitlab-org/gitlab-ce!17899
| * | | | | | | | Changes empty project avatar to identicon in the IDEPhil Hughes2018-03-211-0/+39
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Closes #44298
* | | | | | | | Merge branch 'update-licensee' into 'master'Douwe Maan2018-03-213-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update licensee 8.7.0 -> 8.9 Closes #18077 See merge request gitlab-org/gitlab-ce!17719
| * | | | | | | Fix test failures with licensee 8.9Pirate Praveen2018-03-203-4/+4
| | | | | | | |
* | | | | | | | Merge branch 'make-ide-ce' into 'master'Tim Zallmann2018-03-2146-0/+4692
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move IDE to CE Closes #44157 See merge request gitlab-org/gitlab-ce!17887
| * | | | | | | updated file references in specsPhil Hughes2018-03-2043-428/+629
| | | | | | | |
| * | | | | | | Move IDE to CEPhil Hughes2018-03-2046-0/+4491
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | This also makes the IDE generally available
* | | | | | | Merge branch 'update-spec-import-path-for-vue-mount-component-helper' into ↵Clement Ho2018-03-2015-22/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update spec import path for vue mount component helper See merge request gitlab-org/gitlab-ce!17880
| * | | | | | | Update spec import path for vue mount component helperGeorge Tsiolis2018-03-2015-22/+22
| | | | | | | |
* | | | | | | | Resolve "Loss of input text on comments after preview"Simon Knox2018-03-201-5/+5
| | | | | | | |
* | | | | | | | Merge branch 'fix-ci-job-auto-retry' into 'master'Grzegorz Bizon2018-03-201-0/+29
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Prevent auto-retry AccessDenied error from stopping transition to failed See merge request gitlab-org/gitlab-ce!17862
| * | | | | | | Prevent auto-retry AccessDenied error from stopping transition to failedTomasz Maczukin2018-03-201-0/+29
| | | | | | | |
* | | | | | | | Merge branch 'fix/sm/erase_old_trace' into 'master'Kamil Trzciński2018-03-201-0/+22
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use update_column than write_attribute and save Closes #44366 See merge request gitlab-org/gitlab-ce!17861
| * | | | | | | Use update_column than write_attribute and savefix/sm/erase_old_traceShinya Maeda2018-03-191-0/+22
| | | | | | | |
* | | | | | | | Merge branch '42558-add-monitoring-no-data-empty-state' into 'master'Phil Hughes2018-03-202-34/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Prometheus graphs have no empty state when no data is present" Closes #42558 See merge request gitlab-org/gitlab-ce!17759
| * | | | | | | | fix tests for dahboard.vue42558-add-monitoring-no-data-empty-stateMike Greiling2018-03-192-34/+13
| | | | | | | | |
* | | | | | | | | Merge branch '44280-fix-code-search' into 'master'Sean McGivern2018-03-201-5/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Search code blob sometimes shows filename and branch" Closes #44280 See merge request gitlab-org/gitlab-ce!17777