Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use stricter regex anchorsroute-map-string-source | Douwe Maan | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | Support a string source in the route map | Douwe Maan | 2017-02-07 | 3 | -31/+41 |
| | |||||
* | Merge branch ↵ | Alfredo Sumaran | 2017-02-07 | 10 | -75/+238 |
|\ | | | | | | | | | | | | | | | | | | | '23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph' into 'master' added inline pipeline graph Closes #23785 See merge request !8576 | ||||
| * | added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph | Luke "Jared" Bennett | 2017-02-07 | 10 | -75/+238 |
| | | | | | | | | | | | | Added tests review changes | ||||
* | | Merge branch 'fix-karma-coverage' into 'master' | Clement Ho | 2017-02-07 | 2 | -1/+10 |
|\ \ | | | | | | | | | | | | | Fix javascript coverage reports See merge request !9044 | ||||
| * | | fix karma coverage report | Mike Greiling | 2017-02-07 | 2 | -1/+10 |
| | | | |||||
* | | | Merge branch 'route-map' into 'master' | Robert Speicher | 2017-02-07 | 38 | -157/+815 |
|\ \ \ | | | | | | | | | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867 | ||||
| * | | | Move permission check before more expensive checksroute-map | Douwe Maan | 2017-02-07 | 1 | -3/+5 |
| | | | | |||||
| * | | | Use described_class over literal class name | Douwe Maan | 2017-02-07 | 1 | -11/+11 |
| | | | | |||||
| * | | | Don't skip authorization when stopping CI environments | Douwe Maan | 2017-02-07 | 2 | -8/+4 |
| | | | | |||||
| * | | | Address feedback | Douwe Maan | 2017-02-06 | 22 | -200/+238 |
| | | | | |||||
| * | | | Update outdated spec | Douwe Maan | 2017-02-06 | 1 | -2/+0 |
| | | | | |||||
| * | | | CI is fine with lookup errors | Douwe Maan | 2017-02-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update changelog | Douwe Maan | 2017-02-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add documentation | Douwe Maan | 2017-02-06 | 3 | -0/+37 |
| | | | | |||||
| * | | | No || needed | Douwe Maan | 2017-02-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add feature specs | Douwe Maan | 2017-02-06 | 8 | -39/+147 |
| | | | | |||||
| * | | | Tweak test to verify there are no duplicates | Douwe Maan | 2017-02-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | Improve performance of finding last deployed environment | Douwe Maan | 2017-02-06 | 15 | -119/+66 |
| | | | | |||||
| * | | | Add tests | Douwe Maan | 2017-02-06 | 16 | -6/+381 |
| | | | | |||||
| * | | | Validate route map | Douwe Maan | 2017-02-06 | 3 | -13/+58 |
| | | | | |||||
| * | | | Fix XSS issue by not using URI.join | Douwe Maan | 2017-02-06 | 1 | -2/+1 |
| | | | | |||||
| * | | | Add 'View on [env]' link to blobs and individual files in diffs | Douwe Maan | 2017-02-06 | 18 | -16/+129 |
| | | | | |||||
* | | | | Merge branch '26908-add-foreign-keys-to-timelogs' into 'master' | Rubén Dávila Santos | 2017-02-07 | 11 | -10/+171 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use normal associations instead of polymorphic Closes #26908 See merge request !8769 | ||||
| * | | | | Refactor migration to not require downtime26908-add-foreign-keys-to-timelogs | Ruben Davila | 2017-02-07 | 4 | -12/+76 |
| | | | | | |||||
| * | | | | Use normal associations instead of polymorphic. | Ruben Davila | 2017-02-07 | 9 | -9/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can't properly use foreign keys on columns that are configured for polymorphic associations which has disadvantages related to data integrity and storage. Given we only use time tracking for Issues and Merge Requests we're moving to the usage of regular associations. | ||||
* | | | | | Merge branch '27352-search-label-filter-header' into 'master' | Annabel Dunstone Gray | 2017-02-07 | 3 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27352 Update label dropdown titles for bulk edits Closes #27352 See merge request !8852 | ||||
| * | | | | | 27352-search-label-filter-header27352-search-label-filter-header | tauriedavis | 2017-02-03 | 3 | -2/+6 |
| | | | | | | |||||
* | | | | | | Merge branch ↵ | Filipa Lacerda | 2017-02-07 | 2 | -1/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts' into 'master' Give ci status text on pipeline graph a better font-weight Closes #27774 See merge request !9033 | ||||
| * | | | | | | Give ci status text on pipeline graph a better font-weight27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts | dimitrieh | 2017-02-07 | 2 | -1/+5 |
| | | | | | | | |||||
* | | | | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' | Clement Ho | 2017-02-07 | 6 | -4/+124 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898 | ||||
| * | | | | | | | Simplify conditions | Kushal Pandya | 2017-02-07 | 1 | -5/+3 |
| | | | | | | | | |||||
| * | | | | | | | ESLint: remove `expect()` from `beforeEach()` | Kushal Pandya | 2017-02-07 | 1 | -4/+18 |
| | | | | | | | | |||||
| * | | | | | | | Refactor tests for `#opensInNewTab` | Kushal Pandya | 2017-02-07 | 1 | -20/+3 |
| | | | | | | | | |||||
| * | | | | | | | Use `gl.utils.isMetaClick` to identify meta-clicks | Kushal Pandya | 2017-02-07 | 2 | -10/+2 |
| | | | | | | | | |||||
| * | | | | | | | Add tests for `gl.utils.isMetaClick` | Kushal Pandya | 2017-02-07 | 1 | -0/+32 |
| | | | | | | | | |||||
| * | | | | | | | Add utility `isMetaClick` to identify cross-platform meta-click | Kushal Pandya | 2017-02-07 | 1 | -0/+8 |
| | | | | | | | | |||||
| * | | | | | | | Update param name, add test for `e.which = 2` | Kushal Pandya | 2017-02-07 | 1 | -2/+19 |
| | | | | | | | | |||||
| * | | | | | | | Use plain JS within `clickTab`, make comment more concise | Kushal Pandya | 2017-02-07 | 1 | -4/+10 |
| | | | | | | | | |||||
| * | | | | | | | Use plain JS in `goToTodoUrl`, make comment more concise | Kushal Pandya | 2017-02-07 | 1 | -7/+8 |
| | | | | | | | | |||||
| * | | | | | | | Tests for clickTab with Mac and PC | Kushal Pandya | 2017-02-07 | 1 | -0/+36 |
| | | | | | | | | |||||
| * | | | | | | | Add changelog entry for !8898 | Kushal Pandya | 2017-02-07 | 1 | -0/+4 |
| | | | | | | | | |||||
| * | | | | | | | Add Ctrl+Click support for tabs | Kushal Pandya | 2017-02-07 | 1 | -0/+14 |
| | | | | | | | | |||||
| * | | | | | | | Add Ctrl+Click support | Kushal Pandya | 2017-02-07 | 1 | -3/+18 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch ↵ | Clement Ho | 2017-02-07 | 11 | -56/+80 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25487-small-improvements-to-the-ui-of-mattermost-and-slack-command-services' into 'master' Resolve "Small improvements to the UI of Mattermost and Slack Command services" Closes #25487 See merge request !8491 | ||||
| * | | | | | | | | Added small improvments to the chat slash command services | Luke "Jared" Bennett | 2017-02-07 | 11 | -56/+80 |
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Updated specs | ||||
* | | | | | | | | Merge branch '27639-emoji-panel-under-the-side-panel-in-the-merge-request' ↵ | Annabel Dunstone Gray | 2017-02-07 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Layer dropdowns over right sidebar Closes #27639 See merge request !9004 | ||||
| * | | | | | | | | Layer dropdowns over right sidebar27639-emoji-panel-under-the-side-panel-in-the-merge-request | Sam Rose | 2017-02-06 | 2 | -1/+5 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'disallow-ci-finished-time-wrapping' into 'master' | Rémy Coutable | 2017-02-07 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow CI’s finished time wrapping See merge request !8499 | ||||
| * | | | | | | | | Disallow CI’s finished time wrapping | Vitaly Baev | 2017-01-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Baev <dj@vitalybaev.ru> |