summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* More translations updates.Ruben Davila2017-05-034-5/+5
* Fixed karma failurePhil Hughes2017-05-031-1/+3
* Updated some JS translate methods to correctly take in contextPhil Hughes2017-05-039-25/+33
* First round of updates from the code review.Ruben Davila2017-05-0216-20/+26
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-02331-2210/+4804
|\
| * Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-027-113/+221
| |\
| | * Don't validate reserved words if the format doesn't match30272-bvl-reject-more-namespacesBob Van Landuyt2017-05-021-0/+1
| | * Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-021-0/+3
| | * Update commentsBob Van Landuyt2017-05-021-5/+18
| | * Update path validation & specsBob Van Landuyt2017-05-021-13/+18
| | * Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-021-25/+18
| | * Reject group-routes as names of child namespacesBob Van Landuyt2017-05-011-18/+71
| | * Reject paths following namespace for paths including 2 `*`Bob Van Landuyt2017-05-011-2/+2
| | * Allow `graphs` & `refs` project namesBob Van Landuyt2017-05-011-2/+0
| | * Minor style adjustmentsBob Van Landuyt2017-05-011-21/+39
| | * Use `%r{}` regexes to avoid having to escape `/`Bob Van Landuyt2017-05-011-1/+1
| | * The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-011-33/+24
| | * Make path validation case-insensitiveBob Van Landuyt2017-05-011-0/+1
| | * Reject `-` as a pathBob Van Landuyt2017-05-011-0/+1
| | * Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-014-6/+9
| | * Use the namespace validator for validating all pathsBob Van Landuyt2017-05-012-28/+1
| | * Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-012-3/+7
| | * Split off validating full pathsBob Van Landuyt2017-05-011-6/+8
| | * Improve detection of reserved words from routesBob Van Landuyt2017-05-011-13/+2
| | * Streamline the path validation in groups & projectsBob Van Landuyt2017-05-013-44/+76
| | * Add forbidden paths to the namespace validatorBob Van Landuyt2017-05-011-1/+13
| | * Disallow some more namespacesBob Van Landuyt2017-05-011-0/+16
| * | Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-028-35/+310
| |\ \
| | * | Generate fixutre for metrics pagePhil Hughes2017-04-251-1/+1
| | * | use represent_concise instead of separate entityPawel Chojnacki2017-04-244-16/+18
| | * | DeploymentsSerializer can serialize arrays properlyPawel Chojnacki2017-04-241-4/+3
| | * | Used reduce over forEachPhil Hughes2017-04-213-16/+24
| | * | Rather than looping data ourselves, d3 loops itPhil Hughes2017-04-211-68/+66
| | * | Merge remote-tracking branch 'origin/26914-deploy_history_data_source' into m...Phil Hughes2017-04-20797-10127/+15946
| | |\ \
| | | * | Cleanup duplicates in deploymentEntityDetailed and add small spec tests26914-deploy_history_data_sourcePawel Chojnacki2017-04-201-14/+1
| | | * | Reduce the amount of data deployment endpoint returnsPawel Chojnacki2017-04-203-12/+29
| | | * | Merge remote-tracking branch 'upstream/master' into 26914-add_deploy_history_...Pawel Chojnacki2017-04-20794-10085/+15887
| | | |\ \
| | * | | | Style improvementsPhil Hughes2017-04-193-12/+63
| | * | | | Added testsPhil Hughes2017-04-182-11/+11
| | * | | | Shows deployment box on hoverPhil Hughes2017-04-182-22/+64
| | * | | | eslint fixesPhil Hughes2017-04-142-22/+44
| | * | | | Fixed up some codePhil Hughes2017-04-124-32/+42
| | * | | | Added deployment data to metrics graphsPhil Hughes2017-04-123-23/+126
| | |/ / /
| | * | | Optionally filter by deployment timePawel Chojnacki2017-03-281-3/+5
| | * | | Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-283-1/+6
| | * | | Add endpoint that returns a list of deployments that happened within last 8.h...Pawel Chojnacki2017-03-281-0/+16
| * | | | Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern2017-05-025-15/+16
| |\ \ \ \
| | * | | | Add download_snippet_path helperDouwe Maan2017-05-023-5/+13
| | * | | | Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-305-19/+12
| * | | | | Merge branch '12910-personal-snippets-notes-show' into 'master' Sean McGivern2017-05-0220-234/+344
| |\ \ \ \ \