- 26 Feb, 2020 3 commits
-
-
Evan Read authored
Make it more clear that ES search indexer is included in Omnibus See merge request gitlab-org/gitlab!25589
-
Stefan Schmalzhaf authored
- 25 Feb, 2020 37 commits
-
-
Robert Speicher authored
Properly detect EE-namespaced background migration in TestLevel See merge request gitlab-org/gitlab!25909
-
Fatih Acet authored
Don't show tag "allowed to fail" when the job was successful Closes #198052 See merge request gitlab-org/gitlab!25458
-
Fatih Acet authored
Add Package Registry settings to admin CI/CD settings See merge request gitlab-org/gitlab!25120
-
Nick Kipling authored
Updated admin settings Created package registry partial Added npm forwarding setting Updated pot
-
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.
-