- 17 Feb, 2020 40 commits
-
-
Lucas Charles authored
Adds additional processor for parsing modsec audit logs as JSON from `modsecurity-log` sidecar See https://gitlab.com/gitlab-org/gitlab/issues/14707 for more details
-
Paul Slaughter authored
Re-add file stats to diff tree list Closes #198729 See merge request gitlab-org/gitlab!24423
-
Samantha Ming authored
- Fill in slot for ide file row & remove unused prop from file_row - Add spec test to ide_file_row - Remove un-needed test from file_row https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24423
-
Imre Farkas authored
Remove Name & Path from excluded params on Group Import Closes #206927 See merge request gitlab-org/gitlab!25342
-
Lin Jen-Shin authored
Make 'review-deploy' depend on 'review-build-cng' with 'needs' Closes #205420 See merge request gitlab-org/gitlab!25137
-
Heinrich Lee Yu authored
Replace set with let_it_be in spec/requests See merge request gitlab-org/gitlab!24999
-
James Lopez authored
Set container_expiration_policy for project first See merge request gitlab-org/gitlab!22962
-
James Lopez authored
Allow custom bot types Closes #202680 See merge request gitlab-org/gitlab!24852
-
Heinrich Lee Yu authored
Correct threadcount in multithreaded environments See merge request gitlab-org/gitlab!25261
-
Heinrich Lee Yu authored
Add project entity into own class file See merge request gitlab-org/gitlab!25297
-
Peter Leitzen authored
Move productivity analytics to the group level See merge request gitlab-org/gitlab!25329
-
Natalia Tepluhina authored
Design view: moveable design note pins See merge request gitlab-org/gitlab!24934
-
Tom Quirk authored
This is WIP. Adds code to design_overlay to (eventually) facilitate moving design note pins
-
Bob Van Landuyt authored
Rename license_management to license_scanning See merge request gitlab-org/gitlab!24980
-
Tetiana Chupryna authored
license_management feature is deprecated, it's support will be dropped in 13.0
-
Russell Dickenson authored
Document Container Scanning Remediation See merge request gitlab-org/gitlab!25095
-
Adam Cohen authored
-
Adam Hegyi authored
NuGet - The Search Service See merge request gitlab-org/gitlab!24182
-
George Koltsov authored
-
Natalia Tepluhina authored
Add ref path from the api for issuables list Closes #31301 See merge request gitlab-org/gitlab!24838
-
Lin Jen-Shin authored
Fix wrong MR link in pipeline failure email Closes #201947 See merge request gitlab-org/gitlab!25078
-
Bob Van Landuyt authored
This adds the threads we know are running next to the worker threads for Puma and Sidekiq. Adding them here makes sure our connection pool for the database is large enough. In puma, the main thread also connects to the database, so we need to count that. In Sidekiq, the main thread and the poller for Sidekiq cron could also connect to the database.
-
Martin Wortschack authored
Handle ca custom form server errors Closes #36685 See merge request gitlab-org/gitlab!24218
-
Rajendra Kadam authored
-
Bob Van Landuyt authored
Remove expiration_policy feature flag See merge request gitlab-org/gitlab!25123
-
Thong Kuah authored
This means we don't need the without_container_expiration_policy trait anymore (which was globally modifying callbacks) Add comment explaining why we need this and also comment on how developers can assign existing projects.
-
David Fernandez authored
See https://docs.microsoft.com/en-us/nuget/api/search-query-service-resource Add the relevant service and presenter
-
Rémy Coutable authored
Pin PostgreSQL CI images to the latest versions See merge request gitlab-org/gitlab!25284
-
sstern authored
Add ref path being returned from the api instead of creating locally in the component
-
James Lopez authored
Test no audit event is logged when not licensed Closes #205636 See merge request gitlab-org/gitlab!25221
-
Tan Le authored
If logging related features are not enabled, no audit event is logged. The change in the shared_examples also extends this test for other clients of `AuditEventService` in additions to Users services.
-
Bob Van Landuyt authored
Add updateImageDiffNote mutation See merge request gitlab-org/gitlab!24027
-
Luke Duncalfe authored
This adds the ability to update an `ImageDiffNote`'s `x` and `y` positions as well as its `body`. The existing `updateNote` mutation was refactored to inherit from a new `Base` class, in the same way that the `Notes::Create` mutations do. https://gitlab.com/gitlab-org/gitlab/issues/34353
-
Dylan Griffith authored
Remove ElasticIndexerWorker changed_fields See merge request gitlab-org/gitlab!24873
-
Dmitry Gruzd authored
We're changing the way indexing works, currently we pass changed_fields to ElasticIndexerWorker for notes update taking storage and harming job deduplication. We're replacing that logic with a separate jobs per each changed note.
-
James Lopez authored
Create snippet repository after it is created Closes #39199 See merge request gitlab-org/gitlab!22269
-
James Lopez authored
Fix `blocked` status for board issues See merge request gitlab-org/gitlab!24631
-
Natalia Tepluhina authored
Updated new/edit wiki page to equal ui elements See merge request gitlab-org/gitlab!25197
-
Marc Schwede authored
-
Phil Hughes authored
Categorize errors separately from failures in xUnit results See merge request gitlab-org/gitlab!23819
-