Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add info about the new location of Integrationsdocs/services-refactor | Achilleas Pipinellis | 2017-02-07 | 19 | -77/+116 |
| | | | | [ci skip] | ||||
* | 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> | ||||
* | | | | | | | | Merge branch 'fix-anchor-scrolling' into 'master' | Clement Ho | 2017-02-07 | 3 | -0/+20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken anchor links when special characters are used Closes #26778 See merge request !8961 | ||||
| * | | | | | | | | Fix broken anchor links when special characters are used | Andrey Krivko | 2017-02-07 | 3 | -0/+20 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'dont-fail-master-if-js-coverage-isnt-generated' into 'master' | Robert Speicher | 2017-02-07 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't fail the build if there is no coverage files See merge request !9037 | ||||
| * | | | | | | | | | Don't fail the build if there is no coverage files | Rémy Coutable | 2017-02-07 | 1 | -3/+3 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | | | Merge branch '26059-segoe-ui-vertical' into 'master' | Filipa Lacerda | 2017-02-07 | 4 | -2/+11 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align Segoe UI label text See merge request !8884 | ||||
| * | | | | | | | | | Align Segoe UI label text26059-segoe-ui-vertical | Annabel Dunstone Gray | 2017-02-07 | 4 | -2/+11 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'timeago-perf' into 'master' | Alfredo Sumaran | 2017-02-07 | 3 | -101/+128 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved timeago performance Closes #25728 See merge request !8231 | ||||
| * | | | | | | | | | Improved timeago performancetimeago-perf | Phil Hughes | 2017-02-07 | 3 | -101/+128 |
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changes to use a single instance of timeago - Uses one timeout for every element, rather than 1 per element Closes #25728 | ||||
* | | | | | | | | | Merge branch '24147-delete-env-button' into 'master' | Rémy Coutable | 2017-02-07 | 17 | -53/+111 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes stop button visible in environment page Closes #24147 See merge request !7379 | ||||
| * | | | | | | | | | Fix stop action24147-delete-env-button | Kamil Trzcinski | 2017-02-07 | 1 | -13/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix stoppable? | Kamil Trzcinski | 2017-02-07 | 9 | -18/+18 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update changes | Kamil Trzcinski | 2017-02-06 | 10 | -35/+47 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into 24147-delete-env-button | Kamil Trzcinski | 2017-02-06 | 1340 | -7584/+19524 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into 24147-delete-env-button | Kamil Trzcinski | 2017-01-24 | 3559 | -44580/+125017 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix rubocop error | Filipa Lacerda | 2016-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Adds missing new line at the end of the file | Filipa Lacerda | 2016-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Adds tests | Filipa Lacerda | 2016-11-10 | 3 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds changelog entry in the correct place | ||||
| * | | | | | | | | | | | Allow to stop any environment | Kamil Trzcinski | 2016-11-10 | 8 | -21/+66 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Adds CHANGELOG entry | Filipa Lacerda | 2016-11-09 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Makes stop button visible in environment page | Filipa Lacerda | 2016-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'refresh-permissions-when-moving-projects' into 'master' | Rémy Coutable | 2017-02-07 | 7 | -3/+75 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh authorizations when transferring projects See merge request !9029 | ||||
| * | | | | | | | | | | | | Refresh authorizations when transferring projectsrefresh-permissions-when-moving-projects | Yorick Peterse | 2017-02-07 | 7 | -3/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that project authorizations are refreshed when moving a project from one namespace to another. When doing so the permissions for all users of both the old and new namespaces are refreshed. See #26194 for more information. |