- 17 Mar, 2020 1 commit
-
-
Sam Kerr authored
-
- 16 Mar, 2020 39 commits
-
-
Lin Jen-Shin authored
Merge branch '16143-add-editorconfig-to-keep-coding-style-consistance-for-different-ide-editors' into 'master' Resolve "Add .editorconfig to keep coding style consistance for different IDE/Editors" Closes #16143 See merge request gitlab-org/gitlab!25835
-
Doug Stull authored
- enable easy sync of editor configs across team members and IDE's
-
Rémy Coutable authored
Fix invalid LABEL directive See merge request gitlab-org/gitlab!27257
-
Dan Davison authored
Use GitLab Quality Team as maintainer of image
-
Mark Florian authored
Fixed SSH warning style See merge request gitlab-org/gitlab!26992
-
Natalia Tepluhina authored
-
Stan Hu authored
Swap to UNLINK for Redis set cache See merge request gitlab-org/gitlab!27116
-
Achilleas Pipinellis authored
Add link to Gemnasium update frequency Closes #210485 See merge request gitlab-org/gitlab!27241
-
Stan Hu authored
Fix typo MRs See merge request gitlab-org/gitlab!27302
-
Marcia Ramos authored
Update link to public issue tracker (docs) See merge request gitlab-org/gitlab!27265
-
Toon Claes authored
Mention removal of redundant indexes when adding index See merge request gitlab-org/gitlab!27100
-
Toon Claes authored
When a new composite index is added, it might make an existing index redundant. So when adding an index, these redundant indexes should be removed in the same migration.
-
Jan Provaznik authored
Resolve "Add metrics for the size of the diff cache in redis" Closes #37456 See merge request gitlab-org/gitlab!27048
-
Ray Paik authored
I believe "in" is meant to be "is" here. See merge request gitlab-org/gitlab!27186
-
Nick Thomas authored
Fix Conan package presenter to find correct files See merge request gitlab-org/gitlab!27250
-
Steve Abrams authored
Conan::PackagePresenter now checks package files to ensure the correct conan_package_reference files are being returned in requests fixing a bug where the first file by name was returned no matter what request was made.
-
Robert May authored
-
Robert May authored
If UNLINK is not supported by the Redis server, we should fall back to DEL. UNLINK was introduced in Redis 4.
-
Robert May authored
This uses UNLINK in Redis 4 to delete sets. This unlinks the key from the value but actually deletes the value asynchronously. With large sets this should give us a reasonable performance boost. This commit also implements multi-key deletes for RepositorySetCache methods in the Repository model, meaning only one UNLINK call will be issued for all sets being expired.
-
Joshua Lambert authored
Update puma workers See merge request gitlab-org/gitlab!27311
-
Mek Stittri authored
Make documentation a throughput label See merge request gitlab-org/gitlab!26229
-
Marcel Amirault authored
-
Kerri Miller authored
-
Marcia Ramos authored
Releases Direct Links documentation See merge request gitlab-org/gitlab!26370
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/199065 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26760
-
Sean McGivern authored
Add requirements index action See merge request gitlab-org/gitlab!27205
-
Sean McGivern authored
Enable Redis cache key compression Closes #198586 See merge request gitlab-org/gitlab!27254
-
Sean McGivern authored
Revert "Change iid argument to ID_TYPE for graphQL queries" Closes #208394 See merge request gitlab-org/gitlab!27316
-
Mark Florian authored
Add tab navigation to the package registry list view See merge request gitlab-org/gitlab!26820
-
Heinrich Lee Yu authored
Fix rails console See merge request gitlab-org/gitlab!27319
-
Dmytro Zaporozhets authored
Make group_level_cycle_analytics enabled by default See merge request gitlab-org/gitlab!27304
-
Joshua Lambert authored
-
Joshua Lambert authored
-
Shinya Maeda authored
Support Version 2 Feature Flags in API POST, PUT, and DELETE See merge request gitlab-org/gitlab!27026
-
Jason Goodman authored
Hide behind feature flag
-
Dmytro Zaporozhets authored
Small refactor to DRY spec actions See merge request gitlab-org/gitlab!27284
-
Sean McGivern authored
Document Dynamic child pipelines See merge request gitlab-org/gitlab!26648
-
Fabio Pitino authored
- Add docs to parent/child pipelines - Add docs to yaml reference
-
Adam Hegyi authored
Support `bulk_upsert!` and `skip_duplicates` See merge request gitlab-org/gitlab!27215
-