- 15 Jun, 2020 1 commit
-
-
Sean Arnold authored
-
- 14 Jun, 2020 11 commits
-
-
James Fargher authored
Display import status page after Group import See merge request gitlab-org/gitlab!31731
-
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 18 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
-
James Lopez authored
Moving to use of Git 2.27 version See merge request gitlab-org/gitlab!33589
-
Christian Couder authored
Use new Docker image Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/2829
-
Mike Greiling authored
Update babel to latest version See merge request gitlab-org/gitlab!34320
-
Clement Ho authored
Add timezone setting to metrics dashboards configuration See merge request gitlab-org/gitlab!32746
-
Miguel Rincon authored
Add new component to hold the form group and select to allow timezone selection.
-
Ryan Cobb authored
-
Ryan Cobb authored
-
Ryan Cobb authored
-
Craig Norris authored
Docs: fix more spelling and usage issues See merge request gitlab-org/gitlab!34436
-
Amy Qualls authored
These words should be allowed when spellchecking.
-
Michael Kozono authored
Backend changes to allow setting dashboard timezone See merge request gitlab-org/gitlab!34316
-
Ryan Cobb authored
-
- 11 Jun, 2020 10 commits
-
-
Michael Kozono authored
Convert board lists to use shared pagination specs See merge request gitlab-org/gitlab!34319
-
Brett Walker authored
for board lists
-
Paul Slaughter authored
Replaced gl-deprecated-button with gl-button See merge request gitlab-org/gitlab!34207
-
-
Ray Paik authored
Missing closed angle bracket See merge request gitlab-org/gitlab!34245
-
Clement Ho authored
Replace unfortunate GPL example See merge request gitlab-org/gitlab!34430
-
Mike Jang authored
-
Bob Van Landuyt authored
Allow ci minutes reset service to continue in case of failure See merge request gitlab-org/gitlab!32867
-
Furkan Ayhan authored
We achieve this via handling error on Ci::Minutes::BatchResetService Before this change, when an error occurs, the service is failed completely. With this, the errors is caught and logged. The service will continue to its work.
-
charlieablett authored
-