- 25 May, 2020 3 commits
-
-
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 7 commits
-
-
Ethan Reesor authored
-
Ethan Reesor authored
-
Ethan Reesor authored
-
Ethan Reesor authored
- Resolve discussions on !27746 - Document fetching private packages via `.netrc` - Include required scope for API token
-
Ethan Reesor authored
- Clean up pseudo-version logic - Batch and memoize fetching blobs for a version + Fixes Gitaly N+1 - Remove archive generation from GoProxy (into GoModuleVersion) - Test module finder for path traversal - Also, add GitLab version to GoProxy API details
-
Ethan Reesor authored
See !27746 - Fix rubocop disable comments - Move `before` block to before tests - Correct rubocop alerts due to new rules - Use shared examples to clarify Go proxy spec - Enable HTTP Basic authentication for Go proxy + Support both HTTP basic and normal token header/query var + Remove custom `find_project!` helper and use basic auth helpers - Validate GoModuleVersion type attribute - Implement testing factories - Implement specs for untested new classes - Add a Settings helper for Go URLs
-
Ethan Reesor authored
-