summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Add tests27756-fix-json-404-responseAlfredo Sumaran2017-02-071-1/+1
|
* Fixes ajax requests when current URL has a trailing slashAlfredo Sumaran2017-02-073-5/+6
|
* Merge branch '27822-default-bulk-assign-labels' into 'master' Alfredo Sumaran2017-02-081-4/+4
|\ | | | | | | | | | | | | Add default labels to bulk assign dropdowns Closes #27822 See merge request !9042
| * Add default labels to bulk assign dropdownsAnnabel Dunstone Gray2017-02-071-4/+4
| |
* | Merge branch 'no-sidebar-on-action-btn-click' into 'master' Clement Ho2017-02-081-11/+12
|\ \ | | | | | | | | | | | | | | | | | | dismiss sidebar on action button click Closes #27227 See merge request !8798
| * | dismiss sidebar on repo buttons clickAdam Pahlevi2017-02-081-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the selector more inclusive spec for dashboard’s sidebar visibility fix linting errors for project dashboard page remove unused var: shouldBeCollapsed use project with repo, so download button became available use es6 style for testing project dashboard un-aliased global reference at sidebar.js.es6 fix spec from linting errors code improvement add singleton to `this` assign `singleton` to class add space in between remove `no-underscore-dangle` add complete changelog sidebar internal state test remove on page change, not exist in master. rebase. only nicescroll if the element is there new require style reference to sidebar content outside of timeout
* | | Merge branch '25134-mobile-issue-view-doesn-t-show-organization-membership' ↵Annabel Dunstone Gray2017-02-071-4/+7
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | into 'master' Show organisation membership and delete comment action on smaller viewports, plus chang… Closes #25134 See merge request !8905
| * | 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 ↵dimitrieh2017-02-061-4/+7
| |/ | | | | | | change comment author name to username
* | Merge branch 'fix/gb/invalid-new-merge-request-api' into 'master' Fatih Acet2017-02-073-4/+8
|\ \ | | | | | | | | | | | | Fix rendering pipelines for a new merge request See merge request !9032
| * | 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 unavailable Closes gitlab-ee#1655 See merge request !9012
| * | | Fix droplab rendering template when data-dynamic selector is unavailablefix-droplab-renderingClement Ho2017-02-061-2/+2
| | | |
* | | | Merge branch ↵Alfredo Sumaran2017-02-078-73/+136
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-graphLuke "Jared" Bennett2017-02-078-73/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tests review changes
* | | | | Merge branch 'route-map' into 'master' Robert Speicher2017-02-0721-56/+165
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
| * | | | | 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 Closes #26908 See merge request !8769
| * | | | | | Use normal associations instead of polymorphic.Ruben Davila2017-02-072-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Gray2017-02-072-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27352 Update label dropdown titles for bulk edits Closes #27352 See merge request !8852
| * | | | | | | 27352-search-label-filter-header27352-search-label-filter-headertauriedavis2017-02-032-2/+2
| | | | | | | |
* | | | | | | | Merge branch ↵Filipa Lacerda2017-02-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-fontsdimitrieh2017-02-071-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-073-4/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898
| * | | | | | | | | 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 ↵Clement Ho2017-02-077-37/+56
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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 servicesLuke "Jared" Bennett2017-02-077-37/+56
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Updated specs
* | | | | | | | | Merge branch '27639-emoji-panel-under-the-side-panel-in-the-merge-request' ↵Annabel Dunstone Gray2017-02-071-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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 wrapping See merge request !8499
| * | | | | | | | | | Disallow CI’s finished time wrappingVitaly Baev2017-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Baev <dj@vitalybaev.ru>