- 06 Jan, 2021 18 commits
-
-
Evan Read authored
Improve crosslinking between pages See merge request gitlab-org/gitlab!50804
-
Albert Salim authored
ci: Don't run `rspec:deprecations` on MR by default [RUN ALL RSPEC] See merge request gitlab-org/gitlab!50864
-
Michael Kozono authored
Check user for project_finder_similarity_sort feature See merge request gitlab-org/gitlab!50786
-
Evan Read authored
Clarify final reconfigure/restart steps for GitLab integration See merge request gitlab-org/gitlab!50687
-
Stan Hu authored
Fix 500 error on repository settings access when repository is empty See merge request gitlab-org/gitlab!50844
-
Marcel Amirault authored
Remove unneeded Phoenix example See merge request gitlab-org/gitlab!50912
-
Craig Norris authored
Add redirect for unused example.
-
James Ramsay authored
Add tier badging to Gitaly Cluster page See merge request gitlab-org/gitlab!50584
-
Evan Read authored
Fix ordered list on Bitbucket page See merge request gitlab-org/gitlab!50686
-
Craig Norris authored
Fix display of ordered list.
-
Ash McKenzie authored
Use git packages from buster on build-qa-image See merge request gitlab-org/gitlab!50867
-
Evan Read authored
Remove duplicate tier mention See merge request gitlab-org/gitlab!50581
-
Diego Louzán authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/27657
-
Jose Ivan Vargas authored
Job Trace polling solution See merge request gitlab-org/gitlab!49982
-
Enrique Alcántara authored
Edit issue title in swimlanes sidebar See merge request gitlab-org/gitlab!46404
-
Axel Garcia authored
This adds an inline form to update the active issue title
-
Evan Read authored
Fixing warning of deprecated flag at least since Kubernetes 19.2+ See merge request gitlab-org/gitlab!48291
-
Crt Mori authored
Error received: ``` kubectl create secret docker-registry gitlab-registry --docker-server="$CI_REGISTRY" --docker-username="$CI_DEPLOY_USER" --docker-password="$CI_DEPLOY_PASSWORD" --docker-email="$GITLAB_USER_EMAIL" -o yaml --dry-run | kubectl apply -f - W1122 14:55:31.155747 360186 helpers.go:553] --dry-run is deprecated and can be replaced with --dry-run=client. ``` has as suggested simple fix to replace the flag and fix a warning
-
- 05 Jan, 2021 22 commits
-
-
Kerri Miller authored
Move ScanSecurityReportSecretsWorker to avoid race-condition See merge request gitlab-org/gitlab!50815
-
Craig Norris authored
Update Vale test comments for search results See merge request gitlab-org/gitlab!50896
-
Matija Čupić authored
Optimizes Projects::JobsController#trace endpoint to: - Mark the job as being watched only if it's running - Serialize the job trace only if there is a trace to serialize
-
pburdette authored
Continually poll for job trace if tab is not visible in the FE.
-
pburdette authored
Use model directly to determine if job has a trace.
-
pburdette authored
Revert FE solution and return no content if job has no trace or started.
-
Ash McKenzie authored
Prevent locked Terraform states from being deleted See merge request gitlab-org/gitlab!50798
-
Emily Ring authored
-
Mayra Cabrera authored
Revert !50312 into 'master'" [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!50903
-
Stan Hu authored
[RUN ALL RSPEC] Upgrade factory_bot_rails to 6.1.0 See merge request gitlab-org/gitlab!50875
-
Mayra Cabrera authored
This reverts merge request !50312
-
Stan Hu authored
Fix rack_attack_global_spec 2.7 warnings See merge request gitlab-org/gitlab!50874
-
Igor Drozdov authored
It eliminates some Ruby 2.7 kwargs warnings and provides multiple useful improvements NEWS: https://github.com/thoughtbot/factory_bot/blob/master/NEWS.md
-
Stan Hu authored
Fix 2.7 warnings for factories/licenses.rb See merge request gitlab-org/gitlab!50876
-
David O'Regan authored
Replace GlDeprecatedDropdown in related_items_tree See merge request gitlab-org/gitlab!50633
-
Olena Horal-Koretska authored
-
Bob Van Landuyt authored
Propagate remote_ip through ApplicationContext for API requests See merge request gitlab-org/gitlab!50838
-
Amy Qualls authored
Updates the comments prepended in each Vale test to ensure line 3 provides a complete explanation of the rule, which helps in the search results for these tests.
-
Igor Drozdov authored
Adds manual bridge support to public API See merge request gitlab-org/gitlab!50634
-
Laura Montemayor authored
* Adds a find_job helper method to find both bridges and builds * Updates specs for jobs_finder to include bridges * Adds a find_job spec to helper specs
-
Markus Koller authored
Update the maven package finder See merge request gitlab-org/gitlab!50774
-
David Fernandez authored
A group or project is now required for the finder to return packages
-