Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More translations updates. | Ruben Davila | 2017-05-03 | 4 | -5/+5 |
| | |||||
* | Fixed karma failure | Phil Hughes | 2017-05-03 | 1 | -1/+3 |
| | |||||
* | Updated some JS translate methods to correctly take in context | Phil Hughes | 2017-05-03 | 9 | -25/+33 |
| | |||||
* | First round of updates from the code review. | Ruben Davila | 2017-05-02 | 16 | -20/+26 |
| | |||||
* | Merge branch 'master' into 28433-internationalise-cycle-analytics-page | Ruben Davila | 2017-05-02 | 331 | -2210/+4804 |
|\ | |||||
| * | Merge branch '30272-bvl-reject-more-namespaces' into 'master' | Douwe Maan | 2017-05-02 | 7 | -113/+221 |
| |\ | | | | | | | | | | | | | | | | | | | Reject more reserved paths Closes #30272 See merge request !10413 | ||||
| | * | Don't validate reserved words if the format doesn't match30272-bvl-reject-more-namespaces | Bob Van Landuyt | 2017-05-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Because it also won't match the sophisticated format we have for detecting reserved names. We don't want to confuse the user with 2 error messages | ||||
| | * | Refresh the markdown cache if it was `nil` | Bob Van Landuyt | 2017-05-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | If the cached html_field for a markdown_field is `nil` while the mfarkdown_field is not, it needs to be refreshed. | ||||
| | * | Update comments | Bob Van Landuyt | 2017-05-02 | 1 | -5/+18 |
| | | | |||||
| | * | Update path validation & specs | Bob Van Landuyt | 2017-05-02 | 1 | -13/+18 |
| | | | |||||
| | * | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidator | Bob Van Landuyt | 2017-05-02 | 1 | -25/+18 |
| | | | |||||
| | * | Reject group-routes as names of child namespaces | Bob Van Landuyt | 2017-05-01 | 1 | -18/+71 |
| | | | |||||
| | * | Reject paths following namespace for paths including 2 `*` | Bob Van Landuyt | 2017-05-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Reject the part following `/*namespace_id/:project_id` for paths containing 2 wildcard parameters | ||||
| | * | Allow `graphs` & `refs` project names | Bob Van Landuyt | 2017-05-01 | 1 | -2/+0 |
| | | | |||||
| | * | Minor style adjustments | Bob Van Landuyt | 2017-05-01 | 1 | -21/+39 |
| | | | |||||
| | * | Use `%r{}` regexes to avoid having to escape `/` | Bob Van Landuyt | 2017-05-01 | 1 | -1/+1 |
| | | | |||||
| | * | The dynamic path validator can block out partial paths | Bob Van Landuyt | 2017-05-01 | 1 | -33/+24 |
| | | | | | | | | | | | | So we can block `objects` only when it is contained in `info/lfs` or `gitlab-lfs` | ||||
| | * | Make path validation case-insensitive | Bob Van Landuyt | 2017-05-01 | 1 | -0/+1 |
| | | | |||||
| | * | Reject `-` as a path | Bob Van Landuyt | 2017-05-01 | 1 | -0/+1 |
| | | | |||||
| | * | Rename `NamespaceValidator` to `DynamicPathValidator` | Bob Van Landuyt | 2017-05-01 | 4 | -6/+9 |
| | | | | | | | | | | | | 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 | 2 | -28/+1 |
| | | | | | | | | | | | | | | | 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 type | Bob Van Landuyt | 2017-05-01 | 2 | -3/+7 |
| | | | |||||
| | * | Split off validating full paths | Bob Van Landuyt | 2017-05-01 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | 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 routes | Bob Van Landuyt | 2017-05-01 | 1 | -13/+2 |
| | | | |||||
| | * | Streamline the path validation in groups & projects | Bob Van Landuyt | 2017-05-01 | 3 | -44/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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 validator | Bob Van Landuyt | 2017-05-01 | 1 | -1/+13 |
| | | | |||||
| | * | Disallow some more namespaces | Bob Van Landuyt | 2017-05-01 | 1 | -0/+16 |
| | | | | | | | | | | | | These routes seem to be taken | ||||
| * | | Merge branch 'metrics-deployment-history' into 'master' | Douwe Maan | 2017-05-02 | 8 | -35/+310 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Metrics deployment history Closes #26914 See merge request !10649 | ||||
| | * | | Generate fixutre for metrics page | Phil Hughes | 2017-04-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | use represent_concise instead of separate entity | Pawel Chojnacki | 2017-04-24 | 4 | -16/+18 |
| | | | | |||||
| | * | | DeploymentsSerializer can serialize arrays properly | Pawel Chojnacki | 2017-04-24 | 1 | -4/+3 |
| | | | | |||||
| | * | | Used reduce over forEach | Phil Hughes | 2017-04-21 | 3 | -16/+24 |
| | | | | | | | | | | | | | | | | Moved shared date & time formats into constants | ||||
| | * | | Rather than looping data ourselves, d3 loops it | Phil Hughes | 2017-04-21 | 1 | -68/+66 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/26914-deploy_history_data_source' into ↵ | Phil Hughes | 2017-04-20 | 797 | -10127/+15946 |
| | |\ \ | | | | | | | | | | | | | | | | metrics-deployment-history | ||||
| | | * | | Cleanup duplicates in deploymentEntityDetailed and add small spec tests26914-deploy_history_data_source | Pawel Chojnacki | 2017-04-20 | 1 | -14/+1 |
| | | | | | |||||
| | | * | | Reduce the amount of data deployment endpoint returns | Pawel Chojnacki | 2017-04-20 | 3 | -12/+29 |
| | | | | | |||||
| | | * | | Merge remote-tracking branch 'upstream/master' into ↵ | Pawel Chojnacki | 2017-04-20 | 794 | -10085/+15887 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | 26914-add_deploy_history_data_source | ||||
| | * | | | | Style improvements | Phil Hughes | 2017-04-19 | 3 | -12/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed an issue where the line wouldnt move when hovering over deployment | ||||
| | * | | | | Added tests | Phil Hughes | 2017-04-18 | 2 | -11/+11 |
| | | | | | | |||||
| | * | | | | Shows deployment box on hover | Phil Hughes | 2017-04-18 | 2 | -22/+64 |
| | | | | | | |||||
| | * | | | | eslint fixes | Phil Hughes | 2017-04-14 | 2 | -22/+44 |
| | | | | | | |||||
| | * | | | | Fixed up some code | Phil Hughes | 2017-04-12 | 4 | -32/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the design Pulls the endpoint from the HAML | ||||
| | * | | | | Added deployment data to metrics graphs | Phil Hughes | 2017-04-12 | 3 | -23/+126 |
| | |/ / / | | | | | | | | | | | | | | | | Closes #26914 | ||||
| | * | | | Optionally filter by deployment time | Pawel Chojnacki | 2017-03-28 | 1 | -3/+5 |
| | | | | | |||||
| | * | | | Use DeploymentSerializer to create deployment json | Pawel Chojnacki | 2017-03-28 | 3 | -1/+6 |
| | | | | | |||||
| | * | | | Add endpoint that returns a list of deployments that happened within last ↵ | Pawel Chojnacki | 2017-03-28 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8.hours add index created_at | ||||
| * | | | | Merge branch 'dm-snippet-download-button' into 'master' | Sean McGivern | 2017-05-02 | 5 | -15/+16 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add download button to project snippets See merge request !11004 | ||||
| | * | | | | Add download_snippet_path helper | Douwe Maan | 2017-05-02 | 3 | -5/+13 |
| | | | | | | |||||
| | * | | | | Add download button to project snippetsdm-snippet-download-button | Douwe Maan | 2017-04-30 | 5 | -19/+12 |
| | | | | | | |||||
| * | | | | | Merge branch '12910-personal-snippets-notes-show' into 'master' | Sean McGivern | 2017-05-02 | 20 | -234/+344 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display comments for personal snippets See merge request !10974 |