summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | dismiss sidebar on repo buttons clickAdam Pahlevi2017-02-081-11/+12
* | | | | | | | | | | | Merge branch '25134-mobile-issue-view-doesn-t-show-organization-membership' i...Annabel Dunstone Gray2017-02-071-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix static class error25134-mobile-issue-view-doesn-t-show-organization-membershipAnnabel Dunstone Gray2017-02-071-1/+1
| * | | | | | | | | | | Show organisation membership and delete comment on smaller viewports, plus ch...dimitrieh2017-02-061-4/+7
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'fix/gb/invalid-new-merge-request-api' into 'master' Fatih Acet2017-02-073-4/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove changelog entry; Changes after reviewFilipa Lacerda2017-02-071-1/+1
| * | | | | | | | | | | Update _pipelines.html.hamlKamil Trzciński2017-02-071-1/+1
| * | | | | | | | | | | Fix rendering pipelines for a new merge requestGrzegorz Bizon2017-02-072-3/+5
| * | | | | | | | | | | Pass proper endpoint path to MR pipelines partialGrzegorz Bizon2017-02-071-1/+3
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fix-droplab-rendering' into 'master' Alfredo Sumaran2017-02-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix droplab rendering template when data-dynamic selector is unavailablefix-droplab-renderingClement Ho2017-02-061-2/+2
* | | | | | | | | | | | Merge branch '23785-with-builds-tab-gone-give-additional-context-in-system-in...Alfredo Sumaran2017-02-078-73/+136
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graphLuke "Jared" Bennett2017-02-078-73/+136
* | | | | | | | | | | | | Merge branch 'route-map' into 'master' Robert Speicher2017-02-0721-56/+165
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Move permission check before more expensive checksroute-mapDouwe Maan2017-02-071-3/+5
| * | | | | | | | | | | | | Don't skip authorization when stopping CI environmentsDouwe Maan2017-02-072-8/+4
| * | | | | | | | | | | | | Address feedbackDouwe Maan2017-02-0613-76/+102
| * | | | | | | | | | | | | CI is fine with lookup errorsDouwe Maan2017-02-061-1/+1
| * | | | | | | | | | | | | No || neededDouwe Maan2017-02-061-1/+1
| * | | | | | | | | | | | | Add feature specsDouwe Maan2017-02-063-5/+7
| * | | | | | | | | | | | | Improve performance of finding last deployed environmentDouwe Maan2017-02-0610-40/+22
| * | | | | | | | | | | | | Add testsDouwe Maan2017-02-063-6/+6
| * | | | | | | | | | | | | Validate route mapDouwe Maan2017-02-062-13/+6
| * | | | | | | | | | | | | Fix XSS issue by not using URI.joinDouwe Maan2017-02-061-2/+1
| * | | | | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-0617-16/+125
* | | | | | | | | | | | | | Merge branch '26908-add-foreign-keys-to-timelogs' into 'master' Rubén Dávila Santos2017-02-072-2/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Use normal associations instead of polymorphic.Ruben Davila2017-02-072-2/+18
* | | | | | | | | | | | | | | Merge branch '27352-search-label-filter-header' into 'master' Annabel Dunstone Gray2017-02-072-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 27352-search-label-filter-header27352-search-label-filter-headertauriedavis2017-02-032-2/+2
* | | | | | | | | | | | | | | | Merge branch '27774-text-color-contrast-is-barely-readable-for-pipelines-visu...Filipa Lacerda2017-02-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Give ci status text on pipeline graph a better font-weight27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fontsdimitrieh2017-02-071-1/+1
* | | | | | | | | | | | | | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-073-4/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Simplify conditionsKushal Pandya2017-02-071-5/+3
| * | | | | | | | | | | | | | | | | Use `gl.utils.isMetaClick` to identify meta-clicksKushal Pandya2017-02-072-10/+2
| * | | | | | | | | | | | | | | | | Add utility `isMetaClick` to identify cross-platform meta-clickKushal Pandya2017-02-071-0/+8
| * | | | | | | | | | | | | | | | | Use plain JS within `clickTab`, make comment more conciseKushal Pandya2017-02-071-4/+10
| * | | | | | | | | | | | | | | | | Use plain JS in `goToTodoUrl`, make comment more conciseKushal Pandya2017-02-071-7/+8
| * | | | | | | | | | | | | | | | | Add Ctrl+Click support for tabsKushal Pandya2017-02-071-0/+14
| * | | | | | | | | | | | | | | | | Add Ctrl+Click supportKushal Pandya2017-02-071-3/+18
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '25487-small-improvements-to-the-ui-of-mattermost-and-slack-comm...Clement Ho2017-02-077-37/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Added small improvments to the chat slash command servicesLuke "Jared" Bennett2017-02-077-37/+56
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '27639-emoji-panel-under-the-side-panel-in-the-merge-request' in...Annabel Dunstone Gray2017-02-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Layer dropdowns over right sidebar27639-emoji-panel-under-the-side-panel-in-the-merge-requestSam Rose2017-02-061-1/+1
* | | | | | | | | | | | | | | | | | Merge branch 'disallow-ci-finished-time-wrapping' into 'master'Rémy Coutable2017-02-071-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Disallow CI’s finished time wrappingVitaly Baev2017-01-091-0/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'fix-anchor-scrolling' into 'master' Clement Ho2017-02-071-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Fix broken anchor links when special characters are usedAndrey Krivko2017-02-071-0/+3
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch '26059-segoe-ui-vertical' into 'master' Filipa Lacerda2017-02-073-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Align Segoe UI label text26059-segoe-ui-verticalAnnabel Dunstone Gray2017-02-073-2/+7
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'timeago-perf' into 'master' Alfredo Sumaran2017-02-073-101/+128
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \