| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This makes to always proxy reports
|
|
|
|
|
| |
'master'"
This reverts merge request !22526
|
|\
| |
| |
| |
| | |
CE MR for Group SAML SSO badges
See merge request gitlab-org/gitlab-ce!22587
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MembersPresentation was previously preloading records and we wanted to
extend this in
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5807
By moving this to MembersPreloader we avoid introducing a new cop
exception that would otherwise have been needed
in EE::MembersPresentation
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When we unhooked ClustersController from
Project::ApplicationsController, we missed an EE override to
handle_not_found_or_authorized.
Rather than carry on with override RoutingActions, make a specific proc
for Project that we override in EE instead. Use that proc in both
Clusters::BaseController and Project::ApplicationsController.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Make new merge request URL more friendly when pushing code
Closes #53012
See merge request gitlab-org/gitlab-ce!22526
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
requests"
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enables frozen string for some vestigial files as
well as the following:
* app/controllers/projects/**/*.rb
* app/controllers/sherlock/**/*.rb
* app/controllers/snippets/**/*.rb
* app/controllers/users/**/*.rb
Partially addresses #47424.
|
|\
| |
| |
| |
| | |
Render 412 when invalid UTF-8 is passed as parameter
See merge request gitlab-org/gitlab-ce!21774
|
| |
| |
| |
| |
| | |
Renders 412 error page when invalid UTF-8 is passed
as parameters in controllers.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Provide NullStore for RequestStore"
Closes #51718
See merge request gitlab-org/gitlab-ce!21848
|
| | |
| | |
| | |
| | | |
These are clear wins.
|
|/ /
| |
| |
| | |
param is set
|
|\ \
| | |
| | |
| | |
| | | |
Enable frozen string in app/controllers/**/*.rb
See merge request gitlab-org/gitlab-ce!21736
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Enables frozen string for the following:
* app/controllers/*.rb
* app/controllers/admin/**/*.rb
* app/controllers/boards/**/*.rb
* app/controllers/ci/**/*.rb
* app/controllers/concerns/**/*.rb
Partially addresses #47424.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Resolve "Split admin settings into multiple sub pages"
Closes #44998
See merge request gitlab-org/gitlab-ce!21467
|
| |/ |
|
|/
|
|
|
| |
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
|
| |
|
|\
| |
| |
| |
| | |
Handled exception during file upload
See merge request gitlab-org/gitlab-ce!21528
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There were several issues:
1. With Google Cloud Storage, we can't override the Content-Type with
Response-Content-Type once it is set. Setting the value to
`application/octet-stream` doesn't buy us anything. GCS defaults to
`application/octet-stream`, and AWS uses `binary/octet-stream`. Just remove
this `Content-Type` when we upload new files.
2. CarrierWave and fog-google need to support query parameters:
https://github.com/fog/fog-google/pull/409/files, https://github.com/carrierwaveuploader/carrierwave/pull/2332/files.
CarrierWave has been monkey-patched until an official release.
3. Workhorse also needs to remove the Content-Type header in the request
(https://gitlab.com/gitlab-org/gitlab-workhorse/blob/ef80978ff89e628c8eeb66556720e30587d3deb6/internal/objectstore/object.go#L66),
or we'll get a 403 error when uploading due to signed URLs not matching the headers.
Upgrading to Workhorse 6.1.0 for https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/297
will make Workhorse use the headers that are used by Rails.
Closes #49957
|
|/
|
|
| |
Closes #49120
|
| |
|
| |
|
|
|
|
|
|
|
| |
When a diff has a significant number of commits, the previous behavior would
attempt to render the Markdown on all the commit messages but only display
1000 of them. To avoid additional work, we only need to render the Markdown
on the set that is displayed.
|
| |
|
| |
|
|
|
|
| |
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
|
|\
| |
| |
| |
| |
| |
| | |
Allow users to set a status
Closes #35463
See merge request gitlab-org/gitlab-ce!20614
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The status is shown for
- The author of a commit when viewing a commit
- Notes on a commit (regular/diff)
- The user that triggered a pipeline when viewing a pipeline
- The author of a merge request when viewing a merge request
- The author of notes on a merge request (regular/diff)
- The author of an issue when viewing an issue
- The author of notes on an issue
- The author of a snippet when viewing a snippet
- The author of notes on a snippet
- A user's profile page
- The list of members of a group/user
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Add user authentication activity metrics
Closes #47789
See merge request gitlab-org/gitlab-ce!20668
|
| | |
|
|/ |
|
|
|
|
|
| |
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing
changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
We need to preload the ancestors of search results after applying
pagination limits. This way the search results itself are paginated,
but not the ancestors.
If we don't do this, we might not preload a parent group of a search
result as it has been cut off by pagination.
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "GFM preview should have status indicator"
Closes #31583
See merge request gitlab-org/gitlab-ce!20418
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Port of Todos for epics
See merge request gitlab-org/gitlab-ce!19908
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| | |
* Group filtering now includes also issues/MRs from
subgroups/subprojects
* fixed due_date
* Also DRYed todo controller specs
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Add workhorse authorize method for project/group uploads
Closes #44663
See merge request gitlab-org/gitlab-ce!19717
|