- 30 Oct, 2019 5 commits
-
-
Heinrich Lee Yu authored
-
Stan Hu authored
Revert "Merge branch '33601-use-ci-default-branch' into 'master'" See merge request gitlab-org/gitlab!19334
-
Avielle Wolfe authored
This reverts merge request !18915
-
Stan Hu authored
Fix Prometheus duplicate metrics See merge request gitlab-org/gitlab!19327
-
David Wilkins authored
- Issue 34887 details prometheus metrics being duplicated once with one line having a 0 count and the other having a valid count - Update lib/gitlab/metrics/requests_rack_middleware.rb to add .to_i to the status value. - Add changelog for https://gitlab.com/gitlab-org/gitlab/merge_requests/19327
-
- 29 Oct, 2019 35 commits
-
-
Mark Lapierre authored
Quarantine create project with Auto DevOps See merge request gitlab-org/gitlab!19332
-
Nailia Iskhakova authored
Issue: https://gitlab.com/gitlab-org/gitlab/issues/35156 Needs investigation.
-
Evan Read authored
Docs: Providing clarity on registry and S3 communication See merge request gitlab-org/gitlab!19275
-
Adam Mulvany authored
-
Fatih Acet authored
Grafana auth settings frontend for embed integration See merge request gitlab-org/gitlab!17330
-
Tristan Read authored
Adds the frontend for Grafana integration settings
-
Fatih Acet authored
Merge branch '12785-more-accessible-epics-and-differentiation-between-groups-subgroups-and-projects-mvc' into 'master' Update sidebar to differentiate between groups, subgroups, and projects See merge request gitlab-org/gitlab!19158
-
Coung Ngo authored
Before, the sidebar displayed the text "Overview" when the user was in a group, subgroup, or project. This meant it was not immediately clear whether the user was in a group, subgroup, or project page. This commit fixes this problem.
-
Fatih Acet authored
Migrate approval check popover specs to Jest & VTU See merge request gitlab-org/gitlab!19263
-
Mike Greiling authored
Clean up karma troublemakers See merge request gitlab-org/gitlab!19313
-
Brandon Labuschagne authored
-
Mike Greiling authored
Trigger tracking event without user interaction See merge request gitlab-org/gitlab!19159
-
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
-