- 05 Mar, 2020 40 commits
-
-
Bob Van Landuyt authored
Validates only one service template per type See merge request gitlab-org/gitlab!26380
-
Arturo Herrero authored
This enforces that there is only one service template per type. - Delete all the duplicated service template by type keeping the template with the lowest `id` because that is the service template used: https://gitlab.com/gitlab-org/gitlab/-/blob/v12.8.1-ee/app/controllers/admin/services_controller.rb#L37 - Add Rails validation - Add unique index having database validation
-
Sean McGivern authored
Fix Rails bootup with invalid license See merge request gitlab-org/gitlab!26466
-
Achilleas Pipinellis authored
Add missing object storage options & improve wording See merge request gitlab-org/gitlab!26234
-
Ben Bodenmiller authored
-
Bob Van Landuyt authored
Update gitlab-labkit gem to v0.10.1 See merge request gitlab-org/gitlab!26572
-
Marcia Ramos authored
Improving release versioning Closes #194119 See merge request gitlab-org/gitlab!22398
-
Jackie Meshell authored
-
Dmytro Zaporozhets authored
Fix describe for notes_finder_spec.rb in ee/ See merge request gitlab-org/gitlab!26568
-
Dmytro Zaporozhets authored
Audit number of required approvals changes at project level See merge request gitlab-org/gitlab!26553
-
Tan Le authored
-
Kushal Pandya authored
Add clusters polling mechanism See merge request gitlab-org/gitlab!26469
-
Rémy Coutable authored
Move linter invocations from CI job config to lint-doc.sh script See merge request gitlab-org/gitlab!26379
-
Bob Van Landuyt authored
Publish incident details and list to status page See merge request gitlab-org/gitlab!26201
-
Peter Leitzen authored
This commit implements two services which serialize issues and uploads generated JSON to S3.
-
Sean McGivern authored
Defer loading of Sidekiq JSON formatter See merge request gitlab-org/gitlab!26556
-
Igor Wiedler authored
This provides better nesting for tracing.
-
Thong Kuah authored
It should be NotesFinder as that's the class we are testing. This escaped detection by the FilePath cop because it was a string Also, used described_class in the spec now.
-
Bob Van Landuyt authored
Use owners_and_maintainers_without_invites method in NotificationService#mirror_was_hard_failed See merge request gitlab-org/gitlab!26437
-
Sean McGivern authored
Fix incorrect parsing of audit event action See merge request gitlab-org/gitlab!26426
-
Matthias Kaeppler authored
This makes it easier to run linting locally in a single step.
-
Achilleas Pipinellis authored
Add docs for SAST in offline environments (no DinD) See merge request gitlab-org/gitlab!25306
-
Greg Myers authored
How to get SAST scanning working offline and in air gaps
-
Thong Kuah authored
Merge branch '209030-follow-up-from-resolve-ee-spec-lib-ee-gitlab-usage_data_spec-rb-failing' into 'master' Update mock creation to use established style Closes #209030 See merge request gitlab-org/gitlab!26549
-
Kushal Pandya authored
Replace underscore/lodash in shared folder Closes #196693 See merge request gitlab-org/gitlab!26521
-
Bob Van Landuyt authored
Remove design_management_todos_api feature flag See merge request gitlab-org/gitlab!26342
-
Achilleas Pipinellis authored
Require CS tool change if docs heading changed See merge request gitlab-org/gitlab!26543
-
Adam Cohen authored
-
Bob Van Landuyt authored
Document the new Danger behavior See merge request gitlab-org/gitlab!26499
-
Ash McKenzie authored
-
Kushal Pandya authored
Rename pod logs to logs See merge request gitlab-org/gitlab!26313
-
Marcel Amirault authored
Add more Oxford commas where neccessary See merge request gitlab-org/gitlab!26546
-
Evan Read authored
-
Stan Hu authored
This avoids the error messages caused by loading `Sidekiq::JSONFormatter` twice: warning: already initialized constant Gitlab::SidekiqLogging::JSONFormatter::TIMESTAMP_FIELDS
-
Ramya Authappan authored
Dequarantine passing e2e test See merge request gitlab-org/gitlab!26537
-
Stan Hu authored
Serve resized Design Management design files See merge request gitlab-org/gitlab!25781
-
Luke Duncalfe authored
Previously, Design Management would only serve the full size designs that were uploaded, even when viewed as thumbnails. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22860 introduced a change in the app to begin resizing designs down to a new "v432x230" version. This change refactors the existing Projects::DesignsController into a new base class DesignManagement::DesignsController. The old controller that served the full-size original design files is now DesignManagement::Designs::RawImageController, and there is an additional DesignManagement::Designs::ResizedImageController that can serve resized versions of the designs. This change represents a breaking change to the routes - however these routes were only ever used internally. The extenal-facing parts of the application (the GraphQL `DesignType`) has been updated with the new routes. https://gitlab.com/gitlab-org/gitlab/issues/12577 https://gitlab.com/gitlab-org/gitlab/issues/13815
-
Ash McKenzie authored
-
-
Thong Kuah authored
Resolve "ee/spec/lib/ee/gitlab/usage_data_spec.rb failing" Closes #209027 See merge request gitlab-org/gitlab!26548
-