summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-0214-2/+915
|\
| * Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-021-0/+6
| * Add a better error message when a certain path is missingBob Van Landuyt2017-05-021-3/+34
| * Update path validation & specsBob Van Landuyt2017-05-021-3/+40
| * Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-022-3/+12
| * Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-14/+22
| * Reject group-routes as names of child namespacesBob Van Landuyt2017-05-014-25/+76
| * Reject paths following namespace for paths including 2 `*`Bob Van Landuyt2017-05-011-12/+14
| * Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+10
| * Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-015-16/+16
| * Use `%r{}` regexes to avoid having to escape `/`Bob Van Landuyt2017-05-011-5/+5
| * Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+64
| * Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-012-0/+23
| * The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-013-60/+94
| * Make path validation case-insensitiveBob Van Landuyt2017-05-011-1/+7
| * Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-015-148/+187
| * Add a WIP spec for clearing the cacheBob Van Landuyt2017-05-012-0/+4
| * Rename projects in a migrationhelperBob Van Landuyt2017-05-013-39/+127
| * Make renaming records in the database reusableBob Van Landuyt2017-05-012-46/+103
| * Rename forbidden paths in a single migrationBob Van Landuyt2017-05-012-384/+0
| * Rename namespace-paths in a migration helperBob Van Landuyt2017-05-012-0/+237
| * Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-011-0/+33
| * Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-1/+1
| * Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-011-0/+1
| * Split off validating full pathsBob Van Landuyt2017-05-011-0/+20
| * Improve detection of reserved words from routesBob Van Landuyt2017-05-011-14/+67
| * Streamline the path validation in groups & projectsBob Van Landuyt2017-05-014-0/+74
| * Add forbidden paths to the namespace validatorBob Van Landuyt2017-05-011-0/+29
| * Add migration to rename all namespaces with forbidden nameBob Van Landuyt2017-05-012-0/+384
* | Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-0210-73/+317
|\ \
| * | Fixed karma loading incorrect pathmetrics-deployment-historyPhil Hughes2017-04-251-1/+1
| * | Generate fixutre for metrics pagePhil Hughes2017-04-254-64/+32
| * | use represent_concise instead of separate entityPawel Chojnacki2017-04-241-26/+0
| * | 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
| * | Rather than looping data ourselves, d3 loops itPhil Hughes2017-04-211-0/+20
| * | Updated specsPhil Hughes2017-04-211-7/+8
| * | Merge remote-tracking branch 'origin/26914-deploy_history_data_source' into m...Phil Hughes2017-04-20538-6272/+20092
| |\ \
| | * | Cleanup duplicates in deploymentEntityDetailed and add small spec tests26914-deploy_history_data_sourcePawel Chojnacki2017-04-202-10/+30
| | * | Reduce the amount of data deployment endpoint returnsPawel Chojnacki2017-04-201-1/+1
| | * | Merge remote-tracking branch 'upstream/master' into 26914-add_deploy_history_...Pawel Chojnacki2017-04-20536-6262/+20063
| | |\ \
| * | | | Style improvementsPhil Hughes2017-04-191-24/+20
| * | | | Added testsPhil Hughes2017-04-182-1/+117
| * | | | Fixed up some codePhil Hughes2017-04-121-1/+2
| |/ / /
| * | | Fix unreversible migration, and small rubocop warningsPawel Chojnacki2017-03-281-2/+2
| * | | Optionally filter by deployment timePawel Chojnacki2017-03-281-1/+1
| * | | Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-282-5/+6
| * | | Add endpoint that returns a list of deployments that happened within last 8.h...Pawel Chojnacki2017-03-281-0/+50
* | | | Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern2017-05-023-93/+111
|\ \ \ \