| 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
|
|\ \
| | |
| | |
| | |
| | | |
Fix typo in user activity debug log message
See merge request !11898
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
backports changed import logic from pull mirroring feature into CE
See merge request !11850
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix Git-over-HTTP rejections
See merge request !11398
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This already works due to previous refactoring.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add Chinese translation of Cycle Analytics Page to I18N
See merge request !11644
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
1. Optimize the translation of zh-TW
2. Synchronous zh-CN, zh-HK translation
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|
| | | | | | | | | | | |
|