| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
automatically"
|
|\
| |
| |
| |
| | |
Cleanup style of confirmation page
See merge request !11774
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Removed unnecassary logic
Added missing 'the'
Fix case
Fixed specs
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add a Rake task to aid in rotating otp_key_base
Closes #29690
See merge request !11881
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
backports changed import logic from pull mirroring feature into CE
See merge request !11850
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix Git-over-HTTP rejections
See merge request !11398
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
And refactor to self-document a little better.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
No external behavior change.
This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changes to `GitHttpClientController`’s authentication logic caused this behavior change.
The old 401 Unauthorized statuses didn’t cause any harm, but they weren’t quite as accurate as the new behavior.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* The spec has 7 failures at this point
* Specify rendered error messages
* Render the GitAccess message rather than “Access denied”
* Render the Not Found message provided by GitAccess, instead of a custom one
* Expect GitAccess to check the config for whether Git-over-HTTP pull or push is disabled, rather than doing it in the controller
* Add more thorough testing for authentication
* Dried up a lot of tests
* Fixed some broken tests
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow users to be hard-deleted from the admin panel
Closes #28694
See merge request !11874
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Backport EE refactorings for Protected Tag EE-only functionality
See merge request !11125
|
| | | | |
| | | | |
| | | | |
| | | | | |
Improvements and refactorings were made while adding role based permissions for protected tags to EE. This doesn’t backport the feature, but should improve code quality and minimize divergence.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'32869-project-s-last-updated-time-not-accurately-reflected-in-projects-dashboard' into 'master'
Use last_activity_at attr when showing the update date in project listing
Closes #32869
See merge request !11896
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix submodule link to then project under subgroup
Closes gitlab-ee#2411
See merge request !11906
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Before this change only last namespace in full path was extracted. It's
fine unless you have a link to submodule under subgroups. In that case
self_url? method returns false and link is processed as external. I
could not find a proper regex to cover all cases and correctly extract
full path to repository and instead used current instance host name
to get correct path to namespace and project.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'master'
Resolve "Permissions for project labels and group labels"
Closes #33154
See merge request !11876
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Previously, only group masters could do this. However, project reporters can
manage project labels, so there doesn't seem to be any need to restrict group
labels further.
Also, save a query or two by getting a single GroupMember object to find out if
the user is a master or not.
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening' into 'master'
Increase diff limits to 100 KB for collapse and 200 KB overall
Closes #31983
See merge request !11875
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is controlled with the feature flag gitlab_git_diff_size_limit_increase.
Both of these limits were basically picked arbitrarily in the first place;
disabling the feature flag reverts to the old limits.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.
See merge request !11478
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fix-realtime-edited-text-for-issues-9-3
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
updated_at_by variable in issuable_app_data
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
issue_show app
Fix builds by only merge when updated_at_by is presnse
Fix issue_show app.vue hasUpdated reference to state
Fix missing bracket
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add slugified project path to CI environment variables
Closes #31061
See merge request !11838
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Initial implementation for real time job view
Closes #31397
See merge request !11651
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / / |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Also add minor changed needed to pass review
|
| |\ \ \ \ \ \ \ \ \ |
|