- 25 Feb, 2020 40 commits
-
-
Stan Hu authored
Explore snippets page show only next/previous page links See merge request gitlab-org/gitlab!25404
-
Stan Hu authored
Record metrics for JobWaiter timeouts See merge request gitlab-org/gitlab!25599
-
Mayra Cabrera authored
Add merge request metrics first approved at timestamp See merge request gitlab-org/gitlab!25681
-
Paul Slaughter authored
Migrate spec/javascripts/badges/ to Jest Closes #194194 See merge request gitlab-org/gitlab!25118
-
-
Mayra Cabrera authored
Remove repository_storage column from snippets table See merge request gitlab-org/gitlab!25699
-
Paul Slaughter authored
Fix Jump to next unresolved thread See merge request gitlab-org/gitlab!24728
-
Justin Boyson authored
Use relative discussion id when clicking next button from within a discussion.
-
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
-
Sean McGivern authored
When a JobWaiter times out, the caller doesn't know that all the jobs have completed. This is particularly important for the AuthorizedProjectsWorker, which is called with a timeout of 10 seconds from various controllers. In order to improve that worker, we first want to track how often these waiters time out, as compared to how often we attempt to wait. Based on the results, we can consider different approaches to making this meet its timeout more frequently.
-
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
-