summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* adds initial microsoft teams integrationTiago Botelho2017-04-051-0/+1
|
* MR empty stateLuke "Jared" Bennett2017-04-055-4/+132
|
* Return an empty array when dependencies is an empty arrayMike Wyatt2017-04-051-0/+23
|
* Added mock deployment and monitoring service with environments fixturesKamil Trzciński2017-04-052-0/+3
|
* Merge branch 'issue-boards-list-template-in-js' into 'master' Filipa Lacerda2017-04-051-0/+201
|\ | | | | | | | | Issue boards list template in JS file See merge request !9958
| * Added specs for board list componentPhil Hughes2017-04-051-0/+201
| |
* | Create subgroups if they don't exist while importing projectsJames Lopez2017-04-053-3/+189
|/
* Merge branch 'fix_wiki_commit_message' into 'master' Sean McGivern2017-04-052-0/+26
|\ | | | | | | | | | | | | Fix wiki commit message Closes #20389 See merge request !10464
| * Fix wiki commit messageblackst0ne2017-04-052-0/+26
| |
* | Merge branch 'issue_91_ee_backport' into 'master'Sean McGivern2017-04-051-8/+0
|\ \ | | | | | | | | | | | | Do not set closed_at to nil when issue is reopened See merge request !10453
| * | Do not set closed_at to nil when issue is reopenedissue_91_ee_backportFelipe Artur2017-04-041-8/+0
| | |
* | | Handle SSH keys that have multiple spaces between each markerStan Hu2017-04-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notice what happens when a user adds a key with a space in between: ``` irb(main):004:0> 'ssh-rsa foobar'.split(/ /) => ["ssh-rsa", "", "foobar"] ``` This would cause gitlab-shell to receive a blank argument for the actual key, leading to users unable to login.
* | | Merge branch 'backport-transient-failure-1567' into 'master'Rémy Coutable2017-04-041-0/+4
|\ \ \ | | | | | | | | | | | | | | | | Backport changes of ee fix for transient failure in environments spec See merge request !10459
| * | | Backport changes of ee fix for transient failure in environments specFilipa Lacerda2017-04-041-0/+4
| | | |
* | | | Merge branch '30461-fix-transient-failure' into 'master' Robert Speicher2017-04-041-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix a transient spec failure in "Admin Health Check" feature spec Closes #30461 See merge request !10454
| * | | Fix a transient spec failure in "Admin Health Check" feature spec30461-fix-transient-failureRémy Coutable2017-04-041-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'fix-password-required-check' into 'master' Rémy Coutable2017-04-042-0/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inlude the password_automatically_check param as permitted config in the user create_service Closes #30335 See merge request !10386
| * | | | Inlude the password_automatically_check param as permitted config in the ↵fix-password-required-checkDJ Mountney2017-04-042-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user create_service This param is passed to service in two places, one is in the build_user for non ldap oauth users. And the other is in the initial production admin user seed data. Without this change, when setting up GitLab in a production environment, you were not being given the option of setting the root password on initial setup in the UI.
* | | | | Merge branch 'rs-sign-in-poc' into 'master' Rémy Coutable2017-04-041-9/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use `sign_in` instead of `login_as` when we're not testing login flow See merge request !10296
| * | | | | Use `sign_in` instead of `login_as` when we're not testing login flowRobert Speicher2017-04-041-9/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a proof of concept for gitlab-org/gitlab-ce#30196. The actual login procedure is well-tested by `spec/features/login_spec.rb`, and we don't gain anything by also thoroughly testing it here, in our second-slowest feature spec. In fact, it only slows us down! So instead we use `sign_in` from the `Devise::Test::IntegrationHelpers` module, which just sets the current user at the Warden level. This drastically reduces the "setup" phase of every test in this file. A non-scientific test run saw this drop from 633 to 231 seconds.
* | | | | Merge branch '28732-expandable-folders' into 'master' Alfredo Sumaran2017-04-044-22/+239
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Resolve "Expandable folders for environments" Closes #28732 See merge request !10290
| * | | | Adds tests for scoped tabs28732-expandable-foldersFilipa Lacerda2017-03-311-0/+36
| | | | |
| * | | | Adds tests that were only in EEFilipa Lacerda2017-03-291-21/+68
| | | | |
| * | | | Fix broken testFilipa Lacerda2017-03-281-1/+1
| | | | |
| * | | | Adds show all buttonFilipa Lacerda2017-03-283-46/+180
| | | | |
* | | | | Merge branch '29432-prevent-click-disabled-btn' into 'master' Alfredo Sumaran2017-04-041-6/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Prevent clicking on disabled button Closes #29432 See merge request !9931
| * | | | Update testsKushal Pandya2017-03-281-6/+2
| | | | |
* | | | | Refactor test_utils bundleMike Greiling2017-04-042-2/+8
| |_|/ / |/| | |
* | | | Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' Rémy Coutable2017-04-041-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixes milestone/merge_request API endpoint to really scope the results See merge request !10369
| * | | | Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The MergeRequestsFinder uses the milestone_title instead of the milestone_id
* | | | | Fix issues importing forked projectsJames Lopez2017-04-047-1/+119
| | | | |
* | | | | Merge branch '30400-fix-blob-highlighting-in-search' into 'master' Sean McGivern2017-04-042-3/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix blob highlighting in search Closes #30400 See merge request !10420
| * | | | | Fix blob highlighting in searchNick Thomas2017-04-032-3/+9
| | | | | |
* | | | | | Merge branch 'workhorse-gitaly-address' into 'master' Sean McGivern2017-04-041-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass GitalyAddress to workhorse See merge request !10447
| * | | | | | Pass GitalyAddress to workhorseJacob Vosmaer2017-04-041-1/+3
| | | | | | |
* | | | | | | Merge branch 'environment-performance-improvements' into 'master' Filipa Lacerda2017-04-042-4/+47
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved Environments Metrics UX Closes #29227 See merge request !9946
| * | | | | | | Removed formatRelevantDigits from text_utils.js and added it to a new file ↵environment-performance-improvementsJose Ivan Vargas2017-04-032-26/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | number_utils.js Also improved code formatting
| * | | | | | | Added a formatRelevantDigits text utilityJose Ivan Vargas2017-04-031-0/+26
| | | | | | | |
| * | | | | | | Fixed prometheus_graph_spec.js and scss-lintersJose Ivan Vargas2017-04-031-4/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'fix/disable-gitaly-post-receive-pack' into 'master' Robert Speicher2017-04-041-18/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable support for Gitaly PostReceivePack See merge request !10444
| * | | | | | | Disable support for Gitaly PostReceivePackfix/disable-gitaly-post-receive-packAhmad Sherif2017-04-041-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitaly/issues/172
* | | | | | | | Merge branch '29492-useless-queries' into 'master'Sean McGivern2017-04-043-0/+55
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove useless queries with false conditions (e.g 1=0) Closes #29492 See merge request !10141
| * | | | | | | | Remove useless queries with false conditions (e.g 1=0)mhasbini2017-04-043-0/+55
| | | | | | | | |
* | | | | | | | | Merge branch 'zj-kube-service-auto-fill' into 'master' Kamil Trzciński2017-04-041-35/+54
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Don't autofill kubernetes namespace See merge request !10438
| * | | | | | | | Don't autofill kubernetes namespaceZ.J. van de Weg2017-04-041-35/+54
| | | | | | | | |
* | | | | | | | | Merge branch '24784-system-notes-icons' into 'master' Sean McGivern2017-04-041-12/+23
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Split status and confidentiality action See merge request !10443
| * | | | | | | | Split status and confidentiality actionJarka Kadlecova2017-04-041-12/+23
| |/ / / / / / /
* | | | | | | | Ensure we generate unique usernames otherwise validations failrc/fix-transient-failures-following-no-ffakerRémy Coutable2017-04-041-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch '29643-stop-using-ffaker-in-factories' into 'master' Robert Speicher2017-04-0442-158/+92
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use FFaker in factories, use sequences instead Closes #29643 See merge request !10184
| * | | | | | | Ensure user has a unique username otherwise `user10` would match `user1`29643-stop-using-ffaker-in-factoriesRémy Coutable2017-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>