summaryrefslogtreecommitdiff
path: root/lib/gitlab/path_regex.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove EE-specific group pathsbvl-free-pathsBob Van Landuyt2017-11-071-7/+0
|
* Free up some group reserved wordsBob Van Landuyt2017-11-071-5/+0
|
* Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt2017-11-071-3/+0
|
* Free up `labels` as a group nameBob Van Landuyt2017-11-071-1/+0
|
* Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-171-1/+0
|\ | | | | | | | | | | | | Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
| * Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-101-0/+1
| |\
| * | Update `children` route to handle projects and groupsBob Van Landuyt2017-10-041-1/+0
| | |
* | | Remove boards from the list of reserved top pathsValery Sizov2017-10-131-1/+0
| | |
* | | Remove unnecessary TOLLEVEL routes from path_regex.rbfix/sm/move-callback-route-google_api-auth-callback-for-oauth-underShinya Maeda2017-10-111-1/+0
| |/ |/|
* | Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda2017-10-041-0/+1
|/ | | | static analysys.
* Fix specs BACKPORTFelipe Artur2017-09-041-0/+1
|
* Add contents of `public` as forbidden top-level routesBob Van Landuyt2017-07-251-0/+10
|
* Remove a bunch of reserved top level routesBob Van Landuyt2017-07-251-10/+0
| | | | These don't seem to be used anywhere, so can be removed.
* Allow groups with the name systembvl-free-system-namespaceBob Van Landuyt2017-07-181-1/+0
|
* Add dash for GROUP_ROUTESShinya Maeda2017-07-071-0/+1
|
* Wrap additional routes by dash(-). And remove those routes from path_regex.rb.Shinya Maeda2017-07-071-2/+0
|
* Basic BE changeShinya Maeda2017-07-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-0/+1
| | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* Use - as the prefix so we don't conflict with namespacesLin Jen-Shin2017-05-261-0/+1
| | | | | The decision was made around: https://gitlab.com/gitlab-org/gitlab-ce/issues/26407#note_30624641
* Remove extra spacerevert-b0498c17Douwe Maan2017-05-241-1/+1
|
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-0/+264
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5