summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-015-16/+40
| * | | | | | | | | | Reject group-routes as names of child namespacesBob Van Landuyt2017-05-015-43/+147
| * | | | | | | | | | Reject paths following namespace for paths including 2 `*`Bob Van Landuyt2017-05-012-14/+16
| * | | | | | | | | | Allow `graphs` & `refs` project namesBob Van Landuyt2017-05-011-2/+0
| * | | | | | | | | | Clear html cache for a projects milestonesBob Van Landuyt2017-05-012-0/+14
| * | | | | | | | | | Remove dependecy on `User`Bob Van Landuyt2017-05-011-20/+0
| * | | | | | | | | | Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-0116-378/+391
| * | | | | | | | | | Minor style adjustmentsBob Van Landuyt2017-05-014-28/+45
| * | | | | | | | | | Use `%r{}` regexes to avoid having to escape `/`Bob Van Landuyt2017-05-012-6/+6
| * | | | | | | | | | Clear cached markdown after renaming projectsBob Van Landuyt2017-05-016-6/+88
| * | | | | | | | | | Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-016-9/+38
| * | | | | | | | | | The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-016-95/+120
| * | | | | | | | | | Rename namespaces called `Users`Bob Van Landuyt2017-05-011-0/+1
| * | | | | | | | | | Make path validation case-insensitiveBob Van Landuyt2017-05-012-1/+8
| * | | | | | | | | | Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-0110-248/+306
| * | | | | | | | | | Add a WIP spec for clearing the cacheBob Van Landuyt2017-05-012-0/+4
| * | | | | | | | | | Rename projects in a migrationhelperBob Van Landuyt2017-05-016-62/+201
| * | | | | | | | | | Make renaming records in the database reusableBob Van Landuyt2017-05-015-94/+174
| * | | | | | | | | | Rename forbidden paths in a single migrationBob Van Landuyt2017-05-016-958/+39
| * | | | | | | | | | Rename namespace-paths in a migration helperBob Van Landuyt2017-05-015-0/+469
| * | | | | | | | | | Reject `-` as a pathBob Van Landuyt2017-05-011-0/+1
| * | | | | | | | | | Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-012-0/+56
| * | | | | | | | | | Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-018-10/+13
| * | | | | | | | | | Use the namespace validator for validating all pathsBob Van Landuyt2017-05-013-29/+2
| * | | | | | | | | | Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-013-3/+8
| * | | | | | | | | | Split off validating full pathsBob Van Landuyt2017-05-012-6/+28
| * | | | | | | | | | Improve detection of reserved words from routesBob Van Landuyt2017-05-012-27/+69
| * | | | | | | | | | Streamline the path validation in groups & projectsBob Van Landuyt2017-05-019-61/+167
| * | | | | | | | | | Add forbidden paths to the namespace validatorBob Van Landuyt2017-05-012-1/+42
| * | | | | | | | | | Add migration to rename all namespaces with forbidden nameBob Van Landuyt2017-05-015-0/+958
| * | | | | | | | | | Disallow some more namespacesBob Van Landuyt2017-05-012-0/+20
* | | | | | | | | | | Merge branch '31560-workhose-gitaly-from-mirror' into 'master' Rémy Coutable2017-05-024-6/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | #31560 Add repo parameter to gitaly:install and workhorse:installMike Ricketts2017-05-024-6/+21
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-0221-108/+645
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed karma loading incorrect pathmetrics-deployment-historyPhil Hughes2017-04-251-1/+1
| * | | | | | | | | | | Generate fixutre for metrics pagePhil Hughes2017-04-255-65/+33
| * | | | | | | | | | | Remove concurrent indexPawel Chojnacki2017-04-251-1/+1
| * | | | | | | | | | | use represent_concise instead of separate entityPawel Chojnacki2017-04-245-42/+18
| * | | | | | | | | | | DeploymentsSerializer can serialize arrays properlyPawel Chojnacki2017-04-241-4/+3
| * | | | | | | | | | | Fix deployments security check path and add checks for internal and public ac...Pawel Chojnacki2017-04-243-1/+31
| * | | | | | | | | | | Add deployments security checkPawel Chojnacki2017-04-241-0/+15
| * | | | | | | | | | | Cleanup deploymentsd controller spec and use schema validation to test the ou...Pawel Chojnacki2017-04-242-9/+62
| * | | | | | | | | | | Used reduce over forEachPhil Hughes2017-04-213-16/+24
| * | | | | | | | | | | Rather than looping data ourselves, d3 loops itPhil Hughes2017-04-212-68/+86
| * | | | | | | | | | | Updated specsPhil Hughes2017-04-211-7/+8
| * | | | | | | | | | | Merge remote-tracking branch 'origin/26914-deploy_history_data_source' into m...Phil Hughes2017-04-201960-18531/+102865
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Cleanup duplicates in deploymentEntityDetailed and add small spec tests26914-deploy_history_data_sourcePawel Chojnacki2017-04-203-24/+31
| | * | | | | | | | | | | Reduce the amount of data deployment endpoint returnsPawel Chojnacki2017-04-204-13/+30
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into 26914-add_deploy_history_...Pawel Chojnacki2017-04-201955-18479/+102777
| | |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Style improvementsPhil Hughes2017-04-194-36/+83