Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42 | GitLab Bot | 2020-12-17 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-24 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-08 | 1 | -2/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-07 | 1 | -7/+2 |
| | |||||
* | Fix git clone revealing private repo's presence | Mark Chao | 2019-02-19 | 1 | -1/+2 |
| | | | | | Ensure redirection to path with .git suffix regardless whether project exists or not. | ||||
* | Enable more frozen string in lib/**/*.rb | gfyoung | 2018-10-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424. | ||||
* | [CE] Add Naming/FileName rule checking expected class/module per filename | Gabriel Mazetto | 2018-03-08 | 1 | -9/+11 |
| | |||||
* | Reallow project paths ending in periodsdm-reallow-project-path-ending-in-period | Douwe Maan | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Explain why we use select all for project_url_constrainer.rb | Dmitriy Zaporozhets | 2017-08-09 | 1 | -0/+2 |
| | |||||
* | Revert "Remove changes that are not absolutely necessary" | Douwe Maan | 2017-05-24 | 1 | -1/+1 |
| | | | This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5 | ||||
* | Remove changes that are not absolutely necessarydm-fix-routes | Douwe Maan | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | Fix ambiguous routing issues by teaching router about reserved words | Douwe Maan | 2017-05-23 | 1 | -2/+2 |
| | |||||
* | Redirect from redirect routes to canonical routes | Michael Kozono | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Minor style adjustments | Bob Van Landuyt | 2017-05-01 | 1 | -3/+1 |
| | |||||
* | The dynamic path validator can block out partial paths | Bob Van Landuyt | 2017-05-01 | 1 | -1/+1 |
| | | | | So we can block `objects` only when it is contained in `info/lfs` or `gitlab-lfs` | ||||
* | Rename `NamespaceValidator` to `DynamicPathValidator` | Bob Van Landuyt | 2017-05-01 | 1 | -1/+1 |
| | | | | This reflects better that it validates paths instead of a namespace model | ||||
* | Use the namespace validator for validating all paths | Bob Van Landuyt | 2017-05-01 | 1 | -1/+1 |
| | | | | | Since the namespacevalidator now knows the difference between a top-level and another path, this could all be handled there. | ||||
* | replace `find_with_namespace` with `find_by_full_path` | Adam Pahlevi | 2017-02-03 | 1 | -1/+1 |
| | | | | add complete changelog for !8949 | ||||
* | Add nested groups support to the routingdz-allow-nested-group-routing | Dmitriy Zaporozhets | 2016-11-23 | 1 | -0/+13 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |