- 15 Jun, 2020 21 commits
-
-
Savas Vedova authored
- Add tests - Add documentation
-
Illya Klymov authored
Add NuGet project and license urls to package details See merge request gitlab-org/gitlab!33268
-
Marcel Amirault authored
List when gitlab:cleanup:orphan_job_artifact_files added See merge request gitlab-org/gitlab!34348
-
Ben Bodenmiller authored
-
Marcel Amirault authored
Docs/review job artifact administration See merge request gitlab-org/gitlab!32794
-
Phil Zona authored
-
Nicolò Maria Mezzopera authored
Add glm query params to issue weight trial URL See merge request gitlab-org/gitlab!34358
-
Alper Akgun authored
-
Dylan Griffith authored
Chore: correct VulnFeedback enum validation description Closes #12814 See merge request gitlab-org/gitlab!34402
-
James Fargher authored
Add space to fix time format See merge request gitlab-org/gitlab!34475
-
Marcel Amirault authored
Reference the interruptible setting in "Auto-cancel pending pipelines" See merge request gitlab-org/gitlab!34373
-
Ezekiel Kigbo authored
Resolve "Fix confidentiality note on epic's comment field" See merge request gitlab-org/gitlab!33486
-
Russell Dickenson authored
Add kubesec helm env vars documentation See merge request gitlab-org/gitlab!27882
-
Russell Dickenson authored
Initial AutoDevops doc changes for Auto Secret See merge request gitlab-org/gitlab!34467
-
Taylor McCaslin authored
-
Russell Dickenson authored
Improve Security Approver Docs See merge request gitlab-org/gitlab!34469
-
Taylor McCaslin authored
-
Sean Arnold authored
-
Evan Read authored
Enable prometheus, update dataloss See merge request gitlab-org/gitlab!34230
-
Evan Read authored
Update server hooks custom_hooks_dir location See merge request gitlab-org/gitlab!34223
-
John Cai authored
-
- 14 Jun, 2020 13 commits
-
-
James Fargher authored
Display import status page after Group import See merge request gitlab-org/gitlab!31731
-
Eulyeon Ko authored
-
Eulyeon Ko authored
Display warning for confidential epic Create epic warning component Create epicWarning component and modify commentForm to conditionally display issueWarning Add locale string for confidential epic warning Rename to epic Add spec for epicWarning Rename isIssuableType to isIssueType Refactor epicWarning Add snapshot for epicWarning spec Add changelog entry Apply 1 suggestion(s) to 1 file(s) Use GlIcon instead of Icon Add test for when noteable is not epic
-
Dylan Griffith authored
Show build status in branch list See merge request gitlab-org/gitlab!30948
-
Lee Tickett authored
-
Mark Lapierre authored
Add test support for airgapped environments See merge request gitlab-org/gitlab!28702
-
Tanya Pazitny authored
Use airgapped network for runner This will allow the runner to run in an airgapped network that is shared with the main GitLab container Add an Instance scenario for Airgapped Add an airgap check of an initial wget to prove that DNS is functioning, ping commands to show initial connectivity and then airgap, and a netcat check of port 80
-
Kamil Trzciński authored
Fix order-dependent failure in bulk_insert_safe_spec.rb Closes #221784 See merge request gitlab-org/gitlab!34468
-
Stan Hu authored
This would fail if `spec/models/concerns/bulk_insert_safe_spec.rb` and `spec/lib/gitlab/doctor/secrets_spec.rb` were run in order. The test failed because `bulk_insert_items` is a temporary table inserted by the test and dropped afterwards. However, the test also defines a `BulkInsertItem` class, which the GitLab Doctor secrets task uses to identify encrypted columns. To fix this, we change `BulkInsertItem` to inherit from `ActiveRecord::Base` instead of `ApplicationRecord`. We also make sure the first spec resets the model cache after dropping the table for completeness. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/221784
-
Russell Dickenson authored
Update report schema documentation for SAST Closes #34652 See merge request gitlab-org/gitlab!31833
-
Igor Frenkel authored
-
Russell Dickenson authored
Update report schema documentation for DAST Closes #34652 See merge request gitlab-org/gitlab!31834
-
Igor Frenkel authored
-
- 12 Jun, 2020 6 commits
-
-
Jan Provaznik authored
Remove requirement report `pipeline` attribute from GraphQL See merge request gitlab-org/gitlab!34112
-
Bob Van Landuyt authored
Add system note for alert when assigning to user See merge request gitlab-org/gitlab!33217
-
Sarah Yasonik authored
Adds table and model for AlertManagement::AlertAssignee, which will enable the association of users with alerts. This will aide in triaging incoming alerts for a project. This commit also adds the ability to read assignees for alerts to the GraphQL API.
-
Stan Hu authored
Filter sensitive Sidekiq arguments See merge request gitlab-org/gitlab!33967
-
Kushal Pandya authored
Fix tabbing of form fields in projects/new flow See merge request gitlab-org/gitlab!33209
-
Kushal Pandya authored
Style the Experience Level step See merge request gitlab-org/gitlab!33976
-