- 05 Mar, 2020 30 commits
-
-
Peter Leitzen authored
This commit implements two services which serialize issues and uploads generated JSON to S3.
-
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
-
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
-
Ash McKenzie authored
Backfill LfsObjectsProject records of forks See merge request gitlab-org/gitlab!25343
-
Doug Stull authored
- need to time travel due to time period constraint in test
-
Ash McKenzie authored
Mark existing LFS object for upload for forks Closes #207216 See merge request gitlab-org/gitlab!26344
-
Evan Read authored
Docs: Fixed description for `platform_kubernetes_attributes[ca_cert]` in Group clusters API doc. See merge request gitlab-org/gitlab!26450
-
Mayra Cabrera authored
Fix flaky import_export/group/tree_saver_spec.rb spec Closes #208763 See merge request gitlab-org/gitlab!26539
-
Patrick Bajao authored
When source project already has the LFS object to be uploaded, it should still be linked to the fork project. That way, forks has access to their own LFS objects.
-
Evan Read authored
Clarify that service names are examples Closes #207360 See merge request gitlab-org/gitlab!26447
-
Stan Hu authored
Resolve "Allow users to be marked as service users in the database" Closes #202680 See merge request gitlab-org/gitlab!26068
-
Ash McKenzie authored
Geo: Test Blob Replicators more generically Closes #118745 See merge request gitlab-org/gitlab!25951
-
Thong Kuah authored
Resolve "Usage Ping timeouts on security_products_usage for large hosts" Closes #208697 See merge request gitlab-org/gitlab!26296
-
Stan Hu authored
The spec previously expected the last board in the serialized response to be the one with the milestone, but the database may return the boards in any order. We make the test more robust by searching for the specific board ID that has the milestone. Closes https://gitlab.com/gitlab-org/gitlab/issues/208763
-
- 04 Mar, 2020 10 commits
-
-
Russell Dickenson authored
Fix small typo in Serverless docs See merge request gitlab-org/gitlab!26534
-
Mario de la Ossa authored
-
Mayra Cabrera authored
cache release issue counters See merge request gitlab-org/gitlab!24284
-
Vladimir Shushlin authored
Add milestone close issues count service Add milestone issue count service Use count issue services in milestoneish Clear milestone issue counters cache on issue creation Clear milestone closed issue counters cache Clear milestone issue counters cache on updating issue Clear milestone issue counters on project transfer Add a changelog for milestones page improvement Fix milestones issue count cache keys
-
Mike Kozono authored
-
Mike Kozono authored
-
Mike Kozono authored
-
Mike Kozono authored
For Models with Replicators that define the "handle_after_create_commit" hook method.
-
Mike Kozono authored
-
Pavel Shutsin authored
It will be used for code review analytics to detect service users
-