- 29 Oct, 2019 40 commits
-
-
Mike Greiling authored
Add rollback dialog environment name See merge request gitlab-org/gitlab!19209
-
Jacques Erasmus authored
Added the rollback dialog environment name
-
Stan Hu authored
Positioning cycle analytics stages See merge request gitlab-org/gitlab!18794
-
Adam Hegyi authored
- Add RelativePositioning module to the stage classes. - Allow the positioning parameters to be passed in the controller to the update service. - Update the order of stages within the update service.
-
Kamil Trzciński authored
Reduce the allocated IP for Cluster and Services See merge request gitlab-org/gitlab!18341
-
João Cunha authored
-
Douglas Barbosa Alexandre authored
Support \r as line replacement in job logs See merge request gitlab-org/gitlab!18933
-
Fabio Pitino authored
This bugfix is usefult to translate terminal behavior where \r would refresh the current line or for Mac's line break.
-
Natalia Tepluhina authored
Bug fix 27164 image cannot be collapsed on merge request changes tab See merge request gitlab-org/gitlab!18917
-
Jannik Lehmann authored
Apply suggestion to changelogs/unreleased/bug-fix-27164-Image-cannot-be-collapsed-on-merge-request-changes-tab.yml
-
Sean McGivern authored
Flatten CI scripts Closes #23005 See merge request gitlab-org/gitlab!18849
-
Paul Slaughter authored
Fix overlapping `Skip Trial` block Closes #34909 See merge request gitlab-org/gitlab!19218
-
Heinrich Lee Yu authored
Update AWS SDK to 2.11.374 Closes #34154 See merge request gitlab-org/gitlab!18601
-
Dmitriy Zaporozhets authored
Make Bitbucket Cloud superseded pull requests as closed See merge request gitlab-org/gitlab!19193
-
Jan Provaznik authored
Remove flaky spec Closes #34956 and #34942 See merge request gitlab-org/gitlab!19142
-
Matija Čupić authored
-
Stan Hu authored
The Bitbucket pull request API (https://developer.atlassian.com/bitbucket/api/2/reference/) reports four different states for pull requests: 1. MERGED 2. SUPERSEDED 3. OPEN 4. DECLINED Previously, we were not handling the SUPERSEDED case. This commit now changes SUPERSEDED pull requests as closed. Possible fix for https://gitlab.com/gitlab-org/gitlab/issues/34656
-
Sean McGivern authored
Separate bridge and DAG needs Closes #14928 and #30675 See merge request gitlab-org/gitlab!17539
-
Stan Hu authored
This is needed to support IAM Roles for Service Accounts. See: https://github.com/aws/aws-sdk-ruby/compare/v2.9.32..v2.11.374 Closes https://gitlab.com/gitlab-org/gitlab/issues/34154
-
Rémy Coutable authored
Use `--wait=false` in `scripts/review_apps/automated_cleanup.rb` Closes #34869 See merge request gitlab-org/gitlab!19132
-
Albert Salim authored
It adds --wait flag to the kubectl command. The default behaviour remains with --wait=true.
-
Rémy Coutable authored
Fix "visibility" typos See merge request gitlab-org/gitlab!19285
-
Kamil Trzciński authored
Abort only MWPS when FF only merge is impossible Closes #34117 See merge request gitlab-org/gitlab!18591
-
Marius Bobin authored
Pushing new changes on MR's target branch will abort only MWPS and ADD_TO_MERGE_TRAIN_WHEN_PIPELINE_SUCCEEDS
-
Heinrich Lee Yu authored
Adds Clusters::Cluster#cleanup_status state machine See merge request gitlab-org/gitlab!18144
-
João Cunha authored
- This state machine will be used to control the flow for removing a cluster and all of its resources. This change only deals with the state machine, the actual functionality of removal will be implemented on https://gitlab.com/gitlab-org/gitlab/merge_requests/16954.
-
Bob Van Landuyt authored
Fixed locking folders not working with Vue file refactor See merge request gitlab-org/gitlab!19070
-
Phil Hughes authored
Allows for the path that we send to toggle the locking of folders to be reactive based on the Vue Router route
-
Sean McGivern authored
Fix previewing quick actions for epics See merge request gitlab-org/gitlab!19042
-
Kamil Trzciński authored
-
Sean McGivern authored
GraphQL: Allow a keyset_connection to support multiple ordering attributes See merge request gitlab-org/gitlab!17788
-
Grzegorz Bizon authored
Add issue IID to generic alert title Closes #34687 See merge request gitlab-org/gitlab!19086
-
Walmyr Lima e Silva Filho authored
Document that individual tests can be run with a feature flag toggled See merge request gitlab-org/gitlab!19201
-
Markus Koller authored
This fixes various misspellings of "visibility": - "visiblity" - "visibilty" The typos were found by grepping through the whole project and don't touch any other services, so this shouldn't cause any problems.
-
Rémy Coutable authored
Add license_finder gem to omnibus group See merge request gitlab-org/gitlab!18835
-
Bob Van Landuyt authored
Fix graphql todo IDs See merge request gitlab-org/gitlab!19068
-
Thong Kuah authored
Enable frozen string for spec/rubocop See merge request gitlab-org/gitlab!19277
-
gfyoung authored
spec/lib/**/* will be covered in subsequent MR's, but at least we can lint the rest of the directory.
-
Sanad Liaquat authored
Add e2e test for MR status for builds on Jenkins CI Closes gitlab-org/quality/testcases#120 See merge request gitlab-org/gitlab!18578
-
Vitali Tatarintev authored
Move the check to update the issue title to `after_create` callback
-