- 05 Mar, 2020 40 commits
-
-
Martin Wortschack authored
Merge branch '15103-markup-tips-for-markdown-shown-while-editing-wiki-pages-in-other-formats' into 'master' Markup tips for Markdown shown while editing wiki pages in other formats See merge request gitlab-org/gitlab!25974
-
Natalia Tepluhina authored
-
Sean McGivern authored
Remove 422 response body logging See merge request gitlab-org/gitlab!26579
-
Jarka Košanová authored
Remove merged branch names flag Closes #201906 See merge request gitlab-org/gitlab!26005
-
Robert May authored
Removing the feature flag for the merged branch names cache.
-
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
-
Craig Furman authored
The inconsistent structure of these responses was causing mapping conflicts when these logs were sent to Elasticsearch. Apparently they are not actively used, so can be removed.
-
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
-