- 25 May, 2020 8 commits
-
-
Mehmet Emin INAC authored
When the `replace_methods` option of BatchLoader#batch method is not set as `false`, the gem is defining all the instance methods of loaded object for the proxy instance of BatchLoader which can actually be an order of magnitude slower than just falling back to `method_missing`. Here we are setting `replace_methods` as false to disable this odd behaviour.
-
Ash McKenzie authored
Log Github Import jobs that exhausted retry limits See merge request gitlab-org/gitlab!32686
-
Dylan Griffith authored
Add ability to pause and resume Elasticsearch indexing See merge request gitlab-org/gitlab!30621
-
Dmitry Gruzd authored
This MR adds an ability to pause elasticsearch indexing this is really useful for cluster reindexing and maintenance. FF `elasticsearch_pause_indexing` is used to enable this functionality.
-
Thong Kuah authored
Add manual rollout deploy jobs to resource group See merge request gitlab-org/gitlab!32824
-
Dylan Griffith authored
Limit the number of results requested when searching for commits Closes #216908 See merge request gitlab-org/gitlab!32260
-
Ray Paik authored
Remove duplicate words See merge request gitlab-org/gitlab!32909
-
Evan Read authored
Fix copy+paste error in docs See merge request gitlab-org/gitlab!32845
-
- 24 May, 2020 24 commits
-
-
Russell Dickenson authored
Move DinD to job level in CS docs See merge request gitlab-org/gitlab!32815
-
Russell Dickenson authored
Docs: Added metadata for Release, Package See merge request gitlab-org/gitlab!32899
-
Peter Leitzen authored
Fix leaky constant in test coverage spec See merge request gitlab-org/gitlab!32134
-
Rajendra Kadam authored
-
Peter Leitzen authored
Use appLogger in chat_team.rb See merge request gitlab-org/gitlab!32184
-
Rajendra Kadam authored
-
Peter Leitzen authored
Fix leaky constant in admin mode migration spec See merge request gitlab-org/gitlab!32074
-
Rajendra Kadam authored
-
Peter Leitzen authored
Use applogger in project import state See merge request gitlab-org/gitlab!32182
-
Rajendra Kadam authored
-
Peter Leitzen authored
Use appLogger in project.rb See merge request gitlab-org/gitlab!32183
-
Rajendra Kadam authored
-
Peter Leitzen authored
Use applogger in base attachment service See merge request gitlab-org/gitlab!32201
-
Rajendra Kadam authored
-
Peter Leitzen authored
Use appLogger in build and ssh host key See merge request gitlab-org/gitlab!32187
-
Rajendra Kadam authored
-
Peter Leitzen authored
Use appLogger in repository model See merge request gitlab-org/gitlab!32185
-
Rajendra Kadam authored
-
Peter Leitzen authored
Fix leaky constant in diff collection spec See merge request gitlab-org/gitlab!32163
-
Rajendra Kadam authored
-
Peter Leitzen authored
Remove reschedule constant and use a variable See merge request gitlab-org/gitlab!32036
-
Rajendra Kadam authored
-
Peter Leitzen authored
Refactor prepend in interpret service See merge request gitlab-org/gitlab!31838
-
Rajendra Kadam authored
-
- 23 May, 2020 6 commits
-
-
Ben Bodenmiller authored
-
Stan Hu authored
Go Module Proxy MVC Closes #27376 See merge request gitlab-org/gitlab!27746
-
Ethan Reesor authored
- Various fixes and improvements - Hide proxy behind a feature flag, due to performance issues: #218083 - Add a feature flag for testing to disable strict go.mod validation - Document why case en/decoding is necessary - Refactor pseudo-version processing - Move logic from VersionFinder to ModuleHelpers - Document reasoning for matching and validation - Replace BasicAuthHelper and custom method with route setting - Use serach_files_by_name instead of tree to improve performance - Use correct content type for zip: closes #214876
-
Ethan Reesor authored
- Reduce coupling between GoModule and VersionFinder - Do not fetch go.mod when blobs have already been fetched
-
Ethan Reesor authored
-
Ethan Reesor authored
- Various fixes and tweaks - Improve checksum database documentation
-
- 22 May, 2020 2 commits
-
-
Ethan Reesor authored
-
Ethan Reesor authored
-