summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Move qa test use of refresh selector into the job pageDJ Mountney2018-06-082-1/+6
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update QA deploy key clone test to wait for job tracesDJ Mountney2018-06-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise if the completion status loaded before the trace, the test will fail.
* | | | | | | | | | | | | | | | | | Merge branch 'mk/authorized-push-to-protected-branch-test-qa' into 'master'Grzegorz Bizon | off until 20th June2018-06-117-56/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add QA test for authorized push to protected branch See merge request gitlab-org/gitlab-ce!18696
| * | | | | | | | | | | | | | | | | | Rename method according to new role nameMichael Kozono2018-06-082-4/+4
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Reuse Push factoryMichael Kozono2018-06-083-40/+27
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Tweak scenario descriptionsMichael Kozono2018-06-081-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Refactor out variableMichael Kozono2018-06-081-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix protected branch fabricationMichael Kozono2018-06-081-0/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Reduce wait timeMichael Kozono2018-06-081-4/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Reduce default wait intervalMichael Kozono2018-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because if reload is true, then we spend a lot of time waiting for page load and yielding (to has_css? etc, which already waits for the default Capybara time) anyway. And if reload is false, there’s no reason not to check what’s on the page at all times. There doesn’t seem to be a downside.
| * | | | | | | | | | | | | | | | | | Remove arbitrary 5 second waitMichael Kozono2018-06-081-1/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix the “no matches” optimizationMichael Kozono2018-06-081-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the subgroup doesn’t exist, this will now return false as soon as the “Sorry” text appears, instead of waiting for the default Capybara wait time.
| * | | | | | | | | | | | | | | | | | Remove unnecessary waitMichael Kozono2018-06-081-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, it actually seems to wait the full 60 seconds, indicating it never finds the element.
| * | | | | | | | | | | | | | | | | | Reduce spec durationMichael Kozono2018-06-081-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former “user is able to protect a branch” test no longer has a lot of value after adding the new “authorized users are allowed to push” test, and its setup is redundant, so we may as well save QA spec time by combining them.
| * | | | | | | | | | | | | | | | | | Dry up testsMichael Kozono2018-06-081-43/+35
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add test for authorized push to protected branchMichael Kozono2018-06-081-0/+26
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'dz-jupyter-use-nip-io' into 'master'Grzegorz Bizon | off until 20th June2018-06-112-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use nip.io instead of xip.io for jupyter domain suggestion See merge request gitlab-org/gitlab-ce!19576
| * | | | | | | | | | | | | | | | | Use nip.io instead of xip.io for jupyter domain suggestionDmitriy Zaporozhets2018-06-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | | | | | | Merge branch 'blackst0ne-bump-grape-path-helpers-gem-to-1-0-5' into 'master'Stan Hu2018-06-083-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump grape-path-helpers to 1.0.5 See merge request gitlab-org/gitlab-ce!19604
| * | | | | | | | | | | | | | | | | | Bump grape-path-helpers to 1.0.5blackst0ne2018-06-083-7/+14
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'sh-log-destroy-attempt' into 'master'Robert Speicher2018-06-081-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more logging before a project is destroyed See merge request gitlab-org/gitlab-ce!19602
| * | | | | | | | | | | | | | | | | | Add more logging before a project is destroyedStan Hu2018-06-081-0/+5
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a simple log message but also allows EE to insert database events within the transaction (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6059/diffs).
* | | | | | | | | | | | | | | | | | Merge branch 'bvl-terms-on-registration' into 'master'Robert Speicher2018-06-0815-120/+248
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users can accept terms during registration Closes gitlab-ee#6262 and #47621 See merge request gitlab-org/gitlab-ce!19583
| * | | | | | | | | | | | | | | | | Users can accept terms during registrationBob Van Landuyt2018-06-0815-120/+248
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
* | | | | | | | | | | | | | | | | Merge branch 'sh-bump-google-chrome' into 'master'Mike Greiling2018-06-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Google Chrome to V67 See merge request gitlab-org/gitlab-ce!19601
| * | | | | | | | | | | | | | | | Bump Google Chrome to V67Stan Hu2018-06-081-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'fix-artifact-breadcrumb' into 'master'Annabel Gray2018-06-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix artifact breadcrumbs Closes #47587 See merge request gitlab-org/gitlab-ce!19588
| * | | | | | | | | | | | | | | Fix artifact breadcrumbClement Ho2018-06-081-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'rs-schema-spec-parity' into 'master'Nick Thomas2018-06-081-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor schema_spec.rb for CE-EE parity and simplicity See merge request gitlab-org/gitlab-ce!19563
| * | | | | | | | | | | | | | | | Refactor schema_spec.rb for CE-EE parity and simplicityRobert Speicher2018-06-071-1/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch ↵Achilleas Pipinellis2018-06-081-3/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '47532-follow-up-from-resolve-add-deploy-strategies-to-auto-devops-settings' into 'master' Resolve "Follow-up from "Resolve "Add deploy strategies to Auto DevOps settings""" Closes #47532 See merge request gitlab-org/gitlab-ce!19554
| * | | | | | | | | | | | | | | | | Copyedit Auto DevOps deployment strategy docsAchilleas Pipinellis2018-06-081-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | | | | Add brief technical explanation for deploy strategies variablesMatija Čupić2018-06-081-0/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Link option descriptionsMatija Čupić2018-06-071-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add option descriptionsMatija Čupić2018-06-071-0/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add deployment strategy docsMatija Čupić2018-06-071-0/+9
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch '47519-discussion-padding' into 'master'Clement Ho2018-06-081-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "discussion has a weird margin around it" Closes #47519 and #47507 See merge request gitlab-org/gitlab-ce!19569
| * | | | | | | | | | | | | | | | | Remove padding on .codeAnnabel Dunstone Gray2018-06-071-4/+0
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'update-11-0-templates' into 'master'Mayra Cabrera2018-06-0810-240/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates templates for 11.0 See merge request gitlab-org/gitlab-ce!19573
| * | | | | | | | | | | | | | | | | Updates templates for 11.0Filipa Lacerda2018-06-0810-240/+31
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'rails5-fix-47370' into 'master'Douwe Maan2018-06-083-114/+128
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use same gem versions for rails5 as for rails4 where possible Closes #47370, #46232, #47367, and #47373 See merge request gitlab-org/gitlab-ce!19498
| * | | | | | | | | | | | | | | | | | Use same gem versions for rails5 as for rails4 where possibleJasper Maes2018-06-073-114/+128
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'remove-settings-title-suffix' into 'master'Clement Ho2018-06-088-31/+144
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update settings section titles See merge request gitlab-org/gitlab-ce!19556
| * | | | | | | | | | | | | | | | | | | Update settings section titlesAndreas Kämmerle2018-06-088-31/+144
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'update-licenses-11-0' into 'master'Mayra Cabrera2018-06-081-267/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the dependencies license list See merge request gitlab-org/gitlab-ce!19574
| * | | | | | | | | | | | | | | | | | | Update the dependencies license listAlessio Caiazza2018-06-081-267/+122
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'revert-rename-allow_collaboration-column' into 'master'Yorick Peterse2018-06-087-8/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert rename allow collaboration column Closes #47566 See merge request gitlab-org/gitlab-ce!19582
| * | | | | | | | | | | | | | | | | | | Revert rename allow collaboration columnMark Chao2018-06-087-8/+56
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch ↵Sean McGivern2018-06-083-4/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '45400-automatically-created-mr-uses-wrong-target-branch-when-branching-from-tag' into 'master' Resolve "Automatically created MR uses wrong target branch (when branching from Tag)" Closes #45400 See merge request gitlab-org/gitlab-ce!19067
| * | | | | | | | | | | | | | | | | | | Resolve "Automatically created MR uses wrong target branch (when branching ↵Athar Hameed2018-06-083-4/+16
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from Tag)"