summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Use the namespace validator for validating all pathsBob Van Landuyt2017-05-013-29/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the namespacevalidator now knows the difference between a top-level and another path, this could all be handled there.
| * | | | | | Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-013-3/+8
| | | | | | |
| * | | | | | Split off validating full pathsBob Van Landuyt2017-05-012-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first part of a full path needs to be validated as a `top_level` while the rest need to be validated as `wildcard`
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Project` uses `ProjectPathValidator` which is now a `NamespaceValidator` that skips the format validation. That way we're sure we are using the same collection of reserved paths. I updated the path constraints to reflect the changes: We now allow some values that are only used on a top level namespace as a name for a nested group/project.
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on a migration in https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2073 Rename forbidden child namespaces
| * | | | | | Disallow some more namespacesBob Van Landuyt2017-05-012-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These routes seem to be taken
* | | | | | | 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:install Closes #31560 See merge request !10979
| * | | | | | | #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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metrics deployment history Closes #26914 See merge request !10649
| * | | | | | | 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 ↵Pawel Chojnacki2017-04-243-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | access
| * | | | | | | Add deployments security checkPawel Chojnacki2017-04-241-0/+15
| | | | | | | |
| * | | | | | | Cleanup deploymentsd controller spec and use schema validation to test the ↵Pawel Chojnacki2017-04-242-9/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output
| * | | | | | | Used reduce over forEachPhil Hughes2017-04-213-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved shared date & time formats into constants
| * | | | | | | 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 ↵Phil Hughes2017-04-201960-18531/+102865
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | metrics-deployment-history
| | * | | | | | | 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 ↵Pawel Chojnacki2017-04-201955-18479/+102777
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 26914-add_deploy_history_data_source
| * | | | | | | | | Style improvementsPhil Hughes2017-04-194-36/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed an issue where the line wouldnt move when hovering over deployment
| * | | | | | | | | Added testsPhil Hughes2017-04-184-12/+128
| | | | | | | | | |
| * | | | | | | | | Shows deployment box on hoverPhil Hughes2017-04-182-22/+64
| | | | | | | | | |
| * | | | | | | | | eslint fixesPhil Hughes2017-04-142-22/+44
| | | | | | | | | |
| * | | | | | | | | Fixed up some codePhil Hughes2017-04-125-33/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the design Pulls the endpoint from the HAML
| * | | | | | | | | Added deployment data to metrics graphsPhil Hughes2017-04-123-23/+126
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #26914
| * | | | | | | | Fix unreversible migration, and small rubocop warningsPawel Chojnacki2017-03-282-3/+7
| | | | | | | | |
| * | | | | | | | Optionally filter by deployment timePawel Chojnacki2017-03-282-4/+6
| | | | | | | | |
| * | | | | | | | Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-285-6/+12
| | | | | | | | |
| * | | | | | | | Add endpoint that returns a list of deployments that happened within last ↵Pawel Chojnacki2017-03-285-1/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8.hours add index created_at
* | | | | | | | | Merge branch 'docs-mrs-should-run-static-analysis' into 'master' Achilleas Pipinellis2017-05-021-22/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs branches should run static analysis See merge request !11035
| * | | | | | | | | DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml`docs-mrs-should-run-static-analysisRémy Coutable2017-05-021-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | Make the static-analysis job be run for docs branches tooRémy Coutable2017-05-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch 'revert-f2fc716c' into 'master' Rémy Coutable2017-05-021-12/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Shorten and improve some job names" See merge request !11037
| * | | | | | | | | | Revert "Shorten and improve some job names"Douwe Maan2017-05-021-12/+12
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | This reverts commit f2fc716c4f00caf4d0184caf19c930e2d37bb6c8
* | | | | | | | | | Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern2017-05-0211-111/+133
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add download button to project snippets See merge request !11004
| * | | | | | | | | Add download_snippet_path helperDouwe Maan2017-05-023-5/+13
| | | | | | | | | |
| * | | | | | | | | Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-3011-115/+129
| | | | | | | | | |
* | | | | | | | | | Merge branch '12910-personal-snippets-notes-show' into 'master' Sean McGivern2017-05-0228-235/+703
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display comments for personal snippets See merge request !10974
| * | | | | | | | | Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-0228-235/+703
| | | | | | | | | |
* | | | | | | | | | Merge branch 'patch-20' into 'master' Rémy Coutable2017-05-021-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use TCP or HTTPS protocol for port 443 on load balancer See merge request !10953
| * | | | | | | | | | use TCP or HTTPS protocol for port 443 on load balancerBen Bodenmiller2017-04-271-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '29036-use-slack-service-to-notify-of-failed-pipelines' into ↵Robert Speicher2017-05-022-29/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Remove notify slack job Closes #29036 See merge request !9709
| * | | | | | | | | | | Remove notify slack job29036-use-slack-service-to-notify-of-failed-pipelinesZeger-Jan van de Weg2017-05-012-29/+0
| | | | | | | | | | | |