- 11 May, 2020 40 commits
-
-
Kerri Miller authored
This addresses an issue that arises when the owner of a path is the group under which the project lives (such as `@gitlab-org` for the Gitlab project..) Gitlab::CodeOwners::GroupsLoader did not add that group to the list of groups when attempting to determine ownership. This list of groups is expanded into a list of users that the user attempting the action (typically a merge) is compared to. Sinc the project's group is not added to the group list, its members are not expanded and are thus missing from the list of owners for a given path. Additionally, this will look not simply at the immediate group of the project, but at the entire group tree ancestors to the root group. For example, if the "merge_service" project is at gitlab-org/engineering/source_code/merge_service ..then any of these groups would be considerable available for listing as a code owner without having to be invited to the project: @gitlab-org @gitlab-org/engineering @gitlab-org/engineering/source_code This address both the proximate cause of https://gitlab.com/gitlab-org/gitlab/-/issues/216345 but of the long-requested feature https://gitlab.com/gitlab-org/gitlab/-/issues/32432
-
Lin Jen-Shin authored
Set a default 31-days expiration time for all our artifacts See merge request gitlab-org/gitlab!31119
-
Achilleas Pipinellis authored
Docs: Link to "Get single project" anchor See merge request gitlab-org/gitlab!31600
-
Rémy Coutable authored
Move quarantine tag to outer context See merge request gitlab-org/gitlab!31590
-
Achilleas Pipinellis authored
Add warning against burstable db instances See merge request gitlab-org/gitlab!31574
-
Lin Jen-Shin authored
Speedup danger-review by caching node_modules instead of .yarn-cache See merge request gitlab-org/gitlab!31374
-
Achilleas Pipinellis authored
Add specific PSQL instructions for clarity See merge request gitlab-org/gitlab!31286
-
Anton Smith authored
-
Stan Hu authored
Use fully qualified modules in connection proxy See merge request gitlab-org/gitlab!31577
-
Stan Hu authored
Fix typo: Exists See merge request gitlab-org/gitlab!31569
-
Enrique Alcántara authored
Allows users to open single panels in a new tab Closes #216750 See merge request gitlab-org/gitlab!31206
-
Nick Thomas authored
Add ResourceStateEvent model See merge request gitlab-org/gitlab!30982
-
Enrique Alcántara authored
Migrate some spec/javascripts/* files to Jest Closes #194262 See merge request gitlab-org/gitlab!31502
-
Bob Van Landuyt authored
Make the mergeability check worker idempotent Closes #216940 See merge request gitlab-org/gitlab!31411
-
Peter Leitzen authored
Requirements_management rename - controller+route See merge request gitlab-org/gitlab!30583
-
Alessio Caiazza authored
Bump workhorse version to 8.31.0 See merge request gitlab-org/gitlab!31458
-
Enrique Alcántara authored
Merge branch '212392-show-the-you-re-running-out-of-ci-minutes-warnings-on-relevant-pages-in-gitlab' into 'master' Show the CI minutes warnings on relevant pages in GitLab Closes #212392 See merge request gitlab-org/gitlab!31012
-
Doug Stull authored
- as per spec
-
Dmytro Zaporozhets authored
Fixes pipeline spec typo See merge request gitlab-org/gitlab!31483
-
Peter Leitzen authored
Add param for filtering AlertManagement::Alerts by status See merge request gitlab-org/gitlab!31046
-
Nick Thomas authored
Resolve "elasticsearch: wiki is not correctly indexed on import" See merge request gitlab-org/gitlab!29952
-
Enrique Alcántara authored
Remove mention of github-markup in Wiki clone help See merge request gitlab-org/gitlab!30962
-
Lin Jen-Shin authored
Resolve "Review app deployment is not pulling latest image" Closes #212643 See merge request gitlab-org/gitlab!31336
-
Nick Thomas authored
-
Sean McGivern authored
Add new authorized project worker with low priority See merge request gitlab-org/gitlab!31072
-
Sean McGivern authored
Avoid repository size checkings in snippet migrations for migration bot See merge request gitlab-org/gitlab!31473
-
Rene Verschoor authored
-
Jan Provaznik authored
Landing page for in-app message surveys Closes gitlab-org/growth/team-tasks#50 See merge request gitlab-org/gitlab!29951
-
Sean McGivern authored
Enable ref name caching for merge request diffs Closes #217192 See merge request gitlab-org/gitlab!31530
-
Martin Wortschack authored
Merge branch '199428-update-the-main-left-side-navigation-for-the-package-area-to-better-reflect-the-product' into 'master' Update Package sidebar links copy See merge request gitlab-org/gitlab!30712
-
Nicolò Maria Mezzopera authored
- ce sidebar - ee sidebar - pot file
-
Peter Leitzen authored
Add test report API route Closes #202525 See merge request gitlab-org/gitlab!24648
-
Mark Lapierre authored
This adds a route to get the JSON test report content as it's available via the UI. Includes request specs and a minor update to the description of an existing related controller spec. Adds documentation Notes API access in CI docs
-
Phil Hughes authored
Add "Approved By" in filtered MR search Closes #39042 See merge request gitlab-org/gitlab!30335
-
Samantha Ming authored
This MR adds a new options in the filtered search: "Approved By". Allowing to select an user, none, or any. Available for starter/bronze.
-
Phil Hughes authored
Clarify security report findings in merge request widget See merge request gitlab-org/gitlab!30688
-
David Pisek authored
* Removes icons from security report items * Adds new component that renders a grouped list of report items (groups: New and Fixed) * Fixes spacing issue between report items on smaller screens
-
Alex Buijs authored
For in-app message surveys, add a landing page for tracking responses
-
Sanad Liaquat (Personal) authored
And user safe navigation operator for calling remove_via_api! on @runner
-
Denys Mishunov authored
Resolve "Snippet Search results page styling issue" Closes #216046 See merge request gitlab-org/gitlab!30837
-