- 25 Feb, 2020 40 commits
-
-
Mike Greiling authored
Allow multiple Slack channels for notifications Closes #14080 See merge request gitlab-org/gitlab!24132
-
Martin Wortschack authored
Add systems tests for viewing the license compliance page See merge request gitlab-org/gitlab!25557
-
Mayra Cabrera authored
Populate CI_MERGE_REQUEST_CHANGED_PAGE_* variables See merge request gitlab-org/gitlab!25256
-
drew authored
- Added CI_MERGE_REQUEST_CHANGED_PAGE_PATHS - Added CI_MERGE_REQUEST_CHANGED_PAGE_URLS
-
Mayra Cabrera authored
Pages internal API: Make domain lookup case-insensitive See merge request gitlab-org/gitlab!25664
-
Paul Slaughter authored
Merge branch '205410-fix-disappearing-tags-list-on-modal-delete-in-new-container-registry' into 'master' Fix disappearing tags list on modal in container registry See merge request gitlab-org/gitlab!25420
-
Kamil Trzciński authored
Update tracing initialization for labkit See merge request gitlab-org/gitlab!25921
-
Jan Provaznik authored
Fix sidekiq-cluster name selector with colons See merge request gitlab-org/gitlab!25910
-
Bob Van Landuyt authored
This has been replaced by Labkit::Tracing and is now contained in the labkit gem.
-
Bob Van Landuyt authored
This is now contained in the labkit middleware.
-
Bob Van Landuyt authored
This updates Labkit-ruby to 0.10.0, which allows us to remove the separate middleware for tracing and rely on the single middlewares for sidekiq in labkit.
-
Grzegorz Bizon authored
Add ability to delete an instance-level serverless domain (Backend) See merge request gitlab-org/gitlab!25841
-
Peter Leitzen authored
Export rake task Closes #207847 See merge request gitlab-org/gitlab!25598
-
Nikola Milojevic authored
- Add measurable - Add copy strategy
-
Kamil Trzciński authored
Merge branch '33588-refactor-security-pipelinevulnerabilitiesfinder-to-return-a-relation-instead-of-an-array' into 'master' Add documentation for Security::PipelineVulnerabilitiesFinder behaviour Closes #33588 See merge request gitlab-org/gitlab!25335
-
Michał Zając authored
-
Alishan Ladhani authored
-
Alishan Ladhani authored
-
Alishan Ladhani authored
- Create route for destroy - Create destroy action
-
Alishan Ladhani authored
-
Andreas Brandl authored
Add Version Column to Operations Feature Flags Table See merge request gitlab-org/gitlab!25552
-
Jason Goodman authored
Default to 1 and do not allow null values Allow version to equal 1 or 2 with model validations
-
Kamil Trzciński authored
Add tests for Gitlab::Git::Blob#truncated? See merge request gitlab-org/gitlab!25564
-
Kerri Miller authored
While working on a separate issue, I noticed this public method didn't have any unit test(s) associated with it, so I decided to fix that.
-
Martin Wortschack authored
Allow selecting a group to apply license to See merge request gitlab-org/gitlab!25124
-
Sean McGivern authored
A queue name can have colons (to separate it from its namespace). This wasn't part of the term regex so trying to select a queue by name, when the name contained a colon, would fail. This also allows every other predicate to accept colons. Although none of them strictly need to, it doesn't harm them: feature categories and resource boundaries can't contain colons anyway, and colons weren't part of the general syntax.
-
Kamil Trzciński authored
Eager load http-cookie to avoid thread-safety bug Closes #207937 See merge request gitlab-org/gitlab!25874
-
Martin Wortschack authored
Update dependency @gitlab/ui to ^9.11.2 See merge request gitlab-org/gitlab!25542
-
Martin Wortschack authored
Add a number formatter with multiple options (and use it in a chart) See merge request gitlab-org/gitlab!25687
-
Justin Ho authored
- Extract help text to partial to reduce complexity of model. Allows the use of path helpers without the need to include them. - Add translations for instructions.
-
Justin Ho authored
- Remove unneeded requires - Use fork URL for comments
-
Justin Ho authored
-
Justin Ho authored
Due to a bug in the original gem, we need to fork and rename to continue using it.
-
Justin Ho authored
-
Justin Ho authored
- Update specs to use helper - Fix specs to accept array instead of string
-
Justin Ho authored
-
Justin Ho authored
-
Justin Ho authored
-
Martin Wortschack authored
Fix inline error display when creating a custom stage See merge request gitlab-org/gitlab!25509
-
Stan Hu authored
Fix autoloading of Clusters::Cluster Closes #207341 See merge request gitlab-org/gitlab!25780
-