- 16 Mar, 2020 40 commits
-
-
andysoiron authored
The feature flag was introduced because there was no limit for the number of webhooks in a group. This raised a concern that enabling group hooks to be triggered from a subgroup could result in a large number of requests per action. With https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25129 we introduced a limit for webhooks on a group and the feature flag is not needed anymore
-
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
-
Mark Florian authored
Add job title to user profile See merge request gitlab-org/gitlab!25155
-
Shinya Maeda authored
27880 Make release notes optional and do not delete release when they are removed See merge request gitlab-org/gitlab!26231
-
Eugenia Grieff authored
- Revert frontend changes in gitlab.com/gitlab-org/gitlab/-/merge_requests/26171 - Type in iid arguments reverted to String
-
Nick Thomas authored
Gitlab::Shell.new.version no longer works. It needs to be: Gitlab::Shell.version
-