- 30 Apr, 2020 40 commits
-
-
Oswaldo Ferreira authored
This handles a specific exception raised by `rack-timeout` Gem when Puma requests surpass the configured timeout. This exception wasn't being handled properly (and logged), given it inherits from `Exception`, which is not handled by Grape `rescue_from :all`.
-
Amy Qualls authored
Use correct label for Number of tags to retain See merge request gitlab-org/gitlab!30858
-
Nourdin el Bacha authored
-
Douglas Barbosa Alexandre authored
Add method for sectional processing of CODEOWNERS See merge request gitlab-org/gitlab!30529
-
Nick Thomas authored
Gitlab/Json cop autocorrects in /app, /spec See merge request gitlab-org/gitlab!30624
-
Andreas Brandl authored
Disable idle transaction timeout with_lock_retries Closes #215866 See merge request gitlab-org/gitlab!30484
-
Martin Wortschack authored
Add Keep Regex to expiration policy UI See merge request gitlab-org/gitlab!29940
-
Nicolò Maria Mezzopera authored
- add to getter - add new piece of UI - translations files
-
Rémy Coutable authored
Use CI_COMMIT_REF_NAME to prevent pipelines for automatic release candidate merge requests Closes gitlab-com/gl-infra/delivery#822 See merge request gitlab-org/gitlab!30727
-
Martin Wortschack authored
Sse backstage branch web url See merge request gitlab-org/gitlab!30736
-
Marcin Sedlak-Jakubowski authored
Add documentation for including issues in sub-epics when filtering by epic See merge request gitlab-org/gitlab!30750
-
Martin Wortschack authored
Migrate integrations to Jest Closes #194240 See merge request gitlab-org/gitlab!30717
-
Marcin Sedlak-Jakubowski authored
-
Dmytro Zaporozhets authored
Move requirement services and finder into requirement_management See merge request gitlab-org/gitlab!30167
-
Jan Provaznik authored
* moved under requirement_management
-
Amy Qualls authored
Refer to docker-in-docker as a workflow See merge request gitlab-org/gitlab!29192
-
Nourdin el Bacha authored
-
Denys Mishunov authored
Use new gitlab-ui reset classes Closes #215654 See merge request gitlab-org/gitlab!30690
-
Mike Jang authored
Add debugging steps for `ImagePullBackoff` See merge request gitlab-org/gitlab!30606
-
Albert Salim authored
-
Amy Qualls authored
Fix reference to project See merge request gitlab-org/gitlab!30824
-
Amy Qualls authored
Fix capitalization of URL in most places See merge request gitlab-org/gitlab!30823
-
Mike Jang authored
Fix documentation for Instance level default branch protection See merge request gitlab-org/gitlab!30814
-
Peter Leitzen authored
Use jira import owner as the issue author See merge request gitlab-org/gitlab!30504
-
Amy Qualls authored
Documentation: Grammar updates to prometheus docs See merge request gitlab-org/gitlab!30854
-
Dmytro Zaporozhets authored
Modify existing out of runner minutes banner See merge request gitlab-org/gitlab!30088
-
Doug Stull authored
- have a 30% notification - have a 5% notification - have a none left notification
-
Mark Florian authored
Include Gitlab UI utilities See merge request gitlab-org/gitlab!30724
-
Kamil Trzciński authored
Implement new way to test ci process pipeline service See merge request gitlab-org/gitlab!29405
-
Robert May authored
Applies Gitlab/Json cop autocorrections to /app and /spec directories.
-
Dmytro Zaporozhets authored
Remove tasks_by_type_chart feature flag See merge request gitlab-org/gitlab!30034
-
Paul Slaughter authored
Remove scoped labels documentation link See merge request gitlab-org/gitlab!28701
-
Martin Wortschack authored
Update dependency @gitlab/eslint-plugin to v3 See merge request gitlab-org/gitlab!30718
-
Matt Nohr authored
-
Natalia Tepluhina authored
Show correct import label and import count on Jira import form See merge request gitlab-org/gitlab!30072
-
Coung Ngo authored
When selecting a Jira project to import, the correct label and alert message did not show
-
Yorick Peterse authored
When creating a merge request to merge release-tools/X into a stable branch, using CI_COMMIT_BRANCH still results in a detached pipeline being created, likely due to this variable not being set in that case. To work around this we have to use CI_MERGE_REQUEST_SOURCE_BRANCH_NAME instead, which is always set to the value we'd expect. This fixes https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/822
-
Mark Florian authored
Add rules for utility CSS to Danger See merge request gitlab-org/gitlab!30501
-
Sarah Groff Hennigh-Palermo authored
-
Furkan Ayhan authored
With this, we can easily write test cases
-