- 24 Mar, 2020 40 commits
-
-
GitLab Release Tools Bot authored
Deny localhost requests on fogbugz importer See merge request gitlab-org/security/gitlab!295
-
GitLab Release Tools Bot authored
Ignore empty remote_id params from Workhorse See merge request gitlab-org/security/gitlab!314
-
Markus Koller authored
In https://gitlab.com/gitlab-org/security/gitlab-workhorse/-/merge_requests/3 we're changing Workhorse to always send empty values for unused fields, to avoid any injected client parameters overriding them. This causes an error in Rails because we're not checking for empty strings in `remote_id` and attempting to store a remote file: ``` ObjectStorage::RemoteStoreError - Bad file path: app/uploaders/object_storage.rb:353:in `cache_remote_file!' ```
-
GitLab Release Tools Bot authored
Restrict access to project pipeline metrics reports See merge request gitlab-org/security/gitlab!323
-
GitLab Release Tools Bot authored
Add permission check for pipeline status of MR See merge request gitlab-org/security/gitlab!336
-
GitLab Release Tools Bot authored
Exclude carrierwave remote url methods from import Closes #97 See merge request gitlab-org/security/gitlab!364
-
GitLab Release Tools Bot authored
UploadRewriter Path Traversal Security Fix See merge request gitlab-org/security/gitlab!365
-
Sean McGivern authored
Improve discord messages See merge request gitlab-org/gitlab!27812
-
Peter Leitzen authored
Ensure VSM stage has relative position See merge request gitlab-org/gitlab!27801
-
Sean McGivern authored
Fix broadcast message rendering See merge request gitlab-org/gitlab!27755
-
Sean McGivern authored
Revert has_parent? optimization Closes #36938 See merge request gitlab-org/gitlab!27668
-
Peter Leitzen authored
Separate code review, design, group module into own module files See merge request gitlab-org/gitlab!27860
-
Rajendra Kadam authored
-
Sean McGivern authored
Attribute background migrations to database category See merge request gitlab-org/gitlab!27777
-
Imre Farkas authored
Remove state column ignore rule See merge request gitlab-org/gitlab!27690
-
Phil Hughes authored
Migrate security-dashboard vulnerability mutations specs to Jest See merge request gitlab-org/gitlab!27286
-
Dmytro Zaporozhets authored
#30526 (B) [BE] Wiki Events (services) See merge request gitlab-org/gitlab!26533
-
Sean McGivern authored
Cache ES enabled namespaces and projects See merge request gitlab-org/gitlab!27348
-
Dmitry Gruzd authored
SELECT query involving `elasticsearch_indexed_projects` table consumes a lot of resources. The query itself is not slow (13.224 ms/call), but it happens almost 100 times per second. This change implements caching of `elasticsearch_indexed_projects` and `elasticsearch_indexed_namespaces`.
-
Bob Van Landuyt authored
De-duplicate groups_controller spec See merge request gitlab-org/gitlab!27874
-
Bob Van Landuyt authored
Expose created_at property in Groups API See merge request gitlab-org/gitlab!27824
-
Bob Van Landuyt authored
Prevent creation of .env file See merge request gitlab-org/gitlab!21174
-
Dmytro Zaporozhets authored
Use `license_scanning` licensed feature in tests See merge request gitlab-org/gitlab!27752
-
Tetiana Chupryna authored
All code related to `license_management` is scheduled to be deprecated after 13.0 https://gitlab.com/gitlab-org/gitlab/-/issues/8912
-
Phil Hughes authored
Add toggle all discussions button to MRs Closes #15328 See merge request gitlab-org/gitlab!24670
-
Diego Louzán authored
New button 'Toggle all discussions' next to 'Jump to next unresolved thread', toggles expanded / not expanded state of all discussions
-
Bob Van Landuyt authored
Add issues to graphQL group endpoint See merge request gitlab-org/gitlab!27789
-
Shinya Maeda authored
Multiple Evidences for a Release See merge request gitlab-org/gitlab!26509
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/199065 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26509
-
Phil Hughes authored
Add notification dot on user avatar See merge request gitlab-org/gitlab!27626
-
Doug Stull authored
- prepping for new experiment pipeline
-
Nick Thomas authored
Add rake task for reindexing See merge request gitlab-org/gitlab!27772
-
Michael Leopard authored
Updating Groups API unit tests and documentation
-
Phil Hughes authored
Migrate spec/javascripts/locale/ to Jest Closes #194243 See merge request gitlab-org/gitlab!26737
-
Shinya Maeda authored
Support V2 Feature Flags GET and POST Controller Actions See merge request gitlab-org/gitlab!27463
-
Jason Goodman authored
Hide behind feature flag
-
James Lopez authored
Remove ignore_column from Package::PackageFile Closes #197480 See merge request gitlab-org/gitlab!27809
-
Jarka Košanová authored
- add issues to group enpoint - change issues resolver to handle both groups and projects
-
Rémy Coutable authored
Add charts to the trigger-build-docs script See merge request gitlab-org/gitlab!27821
-
Dmitry Gruzd authored
-