An error occurred fetching the project authors.
- 07 Sep, 2019 1 commit
-
-
dineshpanda authored
-
- 28 Aug, 2019 2 commits
-
-
Victor Zagorodny authored
A new param with_security_reports was added to GET /groups/:id/projects API and the code to support this logic in GroupProjectsFinder and Project model. Also, a DB index was added to ci_job_artifacts table to speed up the search of security reports artifacts for projects
-
Victor Zagorodny authored
A new param with_security_reports was added to GET /groups/:id/projects API and the code to support this logic in GroupProjectsFinder and Project model. Also, a DB index was added to ci_job_artifacts table to speed up the search of security reports artifacts for projects
-
- 30 Jul, 2019 1 commit
-
-
Yorick Peterse authored
All instances of injecting an EE specific module have been changed to use the new methods for this: prepend_if_ee, extend_if_ee, and include_if_ee. This allows these lines to be included in CE, even when the modules to inject do not exist. This in turn allows us to backport these lines to CE and keep them there, instead of having to strip them out.
-
- 29 Jul, 2019 1 commit
-
-
manojmj authored
This change adds audit events for download of repository and export of project.
-
- 26 Jul, 2019 1 commit
-
-
manojmj authored
This change adds audit events for download of repository and export of project.
-
- 24 Jun, 2019 1 commit
-
-
Sam Battalio authored
-
- 19 Jun, 2019 3 commits
-
-
Patrick Derichs authored
Fix missing iid query on NotesFinder Changed parameters of find_noteable, so changes across a few files were needed. MergeRequest also requires iid instead of id query Make NotesFinder fail with RecordNotFound again Add specs for target_iid Using RSpec tablesyntax for target_iid specs Revert "Using RSpec tablesyntax for target_iid specs" This reverts commit ba45c7f569a. Allow find_by! here Fix variable name Add readable check Revert "Add readable check" This reverts commit 9e3a1a7aa39. Remove unnecessary assignment Add required changes for EE Fix parameter count Reduce code duplication by extracting a noteable module method The call to find_noteable was redundant so multiple files and lines have changed in that commit to use the newly introduced module method `noteable`. Replace casecmp with include check Add parent_type parameter Revert "Reduce code duplication by extracting a noteable module method" This reverts commit 8c0923babff16. Method is no longer needed Check whether noteable can be read by user
-
Patrick Derichs authored
Add project override for epics Reverted previous changes Bring back parent type Bring back parent_type and added parent_id Fix style error parent_id must be an Integer Remove to_i here Fix call to find_noteable Remove commented out method Reduce code duplication by extracting a noteable module method The call to find_noteable was redundant so multiple files and lines have changed in that commit to use the newly introduced module method `noteable`. Replace casecmp with include check Add parent_type parameter Revert "Reduce code duplication by extracting a noteable module method" This reverts commit 8369ca8949. Method is no longer needed Method is no longer needed NotesFinder is able to handle Epics Revert "NotesFinder is able to handle Epics" This reverts commit 097062c6933b2e26176d5ac5c0393b753f52984c. Check whether noteable can be read by user
-
Manoj MJ authored
This commit adds - feature specs - to test the ability of a user with "developer" permission to delete tags in repositories. - documentation
-
- 31 May, 2019 2 commits
-
-
Shinya Maeda authored
We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
-
Shinya Maeda authored
We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
-
- 24 Apr, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 27 Mar, 2019 1 commit
-
-
Fabio Busatto authored
-
- 11 Mar, 2019 1 commit
-
-
Bob Van Landuyt authored
Instead of mixing in the shared secret into the querystring or body, we could also specify it in a header.
-
- 06 Mar, 2019 3 commits
-
-
Yorick Peterse authored
All this code has been moved to EE::API::Helpers.
-
Roger Rüttimann authored
-
Roger Rüttimann authored
-
- 16 Feb, 2019 3 commits
-
-
Nermin Vehabovic authored
-
Nermin Vehabovic authored
-
Nermin Vehabovic authored
-
- 05 Feb, 2019 1 commit
-
-
Stan Hu authored
Users downloading non-ASCII attachments would see garbled characters. When used with object storage, AWS S3 would return an InvalidArgument error: Header value cannot be represented using ISO-8859-1. Per RFC 5987 and RFC 6266, Content-Disposition should be encoded properly. This commit takes the Rails 6 implementation of ActiveSuppport::Http::ContentDisposition (https://github.com/rails/rails/pull/33829) and ports it here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
-
- 31 Jan, 2019 5 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- 16 Jan, 2019 1 commit
-
-
Yorick Peterse authored
This whitelists all remaining offenses of the InjectEnterpriseEditionModule Cop. These offenses were previously not detected and thus not whitelisted.
-
- 11 Jan, 2019 2 commits
-
-
Mayra Cabrera authored
-
Mayra Cabrera authored
Modifies authorize! method to accept a third param, and then use it in combination with 'add_cluster' policy to appropriately restrict adding multiple clusters Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56110
-
- 10 Jan, 2019 1 commit
-
-
Francisco Javier López authored
-
- 08 Jan, 2019 1 commit
-
-
Stan Hu authored
As mentioned in https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444, Rails 5 switched ActionDispatch::Request so that it no longer inherits Rack::Request directly. A middleware that uses Rack::Request to read the environment may see stale request parameters if another middleware modifies the environment via ActionDispatch::Request. To be safe, we should be using ActionDispatch::Request everywhere.
-
- 07 Jan, 2019 1 commit
-
-
Stan Hu authored
As mentioned in https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444, Rails 5 switched ActionDispatch::Request so that it no longer inherits Rack::Request directly. A middleware that uses Rack::Request to read the environment may see stale request parameters if another middleware modifies the environment via ActionDispatch::Request. To be safe, we should be using ActionDispatch::Request everywhere.
-
- 31 Dec, 2018 3 commits
-
-
Francisco Javier López authored
-
Shinya Maeda authored
Add spec for all release API - GET, POST, PUT, DELETE. Also, fixes some minior bugs.
-
Alessio Caiazza authored
This commit introduces Releases API under /api/v4/projects/:id/releases * We are introducing release policies at project level. * We are deprecating releases changes from tags, both api and web interface. * Tags::CreateService no longer create a release This feature is controlled by :releases_page feature flag
-
- 21 Dec, 2018 1 commit
-
-
Stan Hu authored
-
- 16 Dec, 2018 2 commits
-
-
Jasper Maes authored
-
Jasper Maes authored
-
- 06 Dec, 2018 1 commit
-
-
Kamil Trzciński authored
The Correlation ID is taken or generated from received X-Request-ID. Then it is being passed to all executed services (sidekiq workers or gitaly calls). The Correlation ID is logged in all structured logs as `correlation_id`.
-