summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-etag-polling' into 'master'Filipa Lacerda2018-06-112-22/+36
|\ | | | | | | | | | | | | Fix IDE pipelines eTagPoll not stopping Closes #47678 See merge request gitlab-org/gitlab-ce!19636
| * fixed specsPhil Hughes2018-06-111-18/+29
| |
| * Fix IDE pipelines eTagPoll not stoppingPhil Hughes2018-06-111-4/+7
| | | | | | | | Closes #47678
* | Update MrWidgetAuthorTime and MRWidgetMerged specGeorge Tsiolis2018-06-112-2/+2
| |
* | Rename MrWidgetAuthorTime vue componentGeorge Tsiolis2018-06-111-3/+3
| |
* | Merge branch 'dz-jupyter-use-nip-io' into 'master'Grzegorz Bizon | off until 20th June2018-06-111-1/+1
|\ \ | | | | | | | | | | | | Use nip.io instead of xip.io for jupyter domain suggestion See merge request gitlab-org/gitlab-ce!19576
| * | Use nip.io instead of xip.io for jupyter domain suggestionDmitriy Zaporozhets2018-06-081-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | refactor monaco-editor import and stop storing as class property within editorMike Greiling2018-06-081-4/+5
| | |
* | | remove need to pass monaco around through DIMike Greiling2018-06-074-10/+7
| | |
* | | remove monacoLoader and import monaco directly within Editor classMike Greiling2018-06-077-76/+31
| | |
* | | Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-076-6/+6
| |/ |/|
* | Merge branch 'ce-4936-roadmap-navigation-presets' into 'master'Phil Hughes2018-06-071-12/+11
|\ \ | | | | | | | | | | | | CE backport: Add timeframe helper methods See merge request gitlab-org/gitlab-ce!19553
| * | Add timeframe helper methodsKushal Pandya2018-06-071-12/+11
| |/
* | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-075-22/+65
|\ \ | | | | | | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * | remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-052-11/+11
| | | | | | | | | | | | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
| * | create favicon overlay on the clientAlexis Reigel2018-06-053-8/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront.
| * | fix resetFavicon so that it actually resetsAlexis Reigel2018-06-051-3/+8
| | |
* | | fixed more specsPhil Hughes2018-06-071-1/+11
| | |
* | | fixed karmaPhil Hughes2018-06-071-0/+4
| | |
* | | Fixes IDE button on merge requests not working with relative URL configPhil Hughes2018-06-071-0/+25
| |/ |/| | | | | Closes #46438
* | Merge branch 'ide-merge-requests-components' into 'master'Filipa Lacerda2018-06-065-26/+311
|\ \ | | | | | | | | | | | | | | | | | | Show merge requests in IDE Closes #45184 See merge request gitlab-org/gitlab-ce!19318
| * | component specsPhil Hughes2018-06-063-0/+234
| | |
| * | fixed mutations specPhil Hughes2018-06-061-8/+11
| | |
| * | fixed karmaPhil Hughes2018-06-061-18/+66
| | |
* | | Fix specMark Chao2018-06-061-2/+2
| | |
* | | Merge branch 'sh-improve-import-status-error' into 'master'Fatih Acet2018-06-061-0/+18
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show a more helpful error for import status Closes #47365 See merge request gitlab-org/gitlab-ce!19467
| * | | Show a more helpful error for import statusStan Hu2018-06-061-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Importing a project from GitHub for a project namespace that already exists would show an unhelpful error, "An error occurred while importing project." We now add the base message from Projects::CreateService when this fails. Closes #47365
* | | | Adjust monitoring graphs to support widgets in EEMike Greiling2018-06-061-7/+3
| |/ / |/| |
* | | Merge branch 'ide-jobs-log' into 'master'Filipa Lacerda2018-06-067-0/+465
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show job logs in web IDE Closes #46245 See merge request gitlab-org/gitlab-ce!19279
| * | | added empty statePhil Hughes2018-06-062-0/+20
| | | |
| * | | component specsPhil Hughes2018-06-063-0/+257
| | | |
| * | | store specsPhil Hughes2018-06-063-0/+188
| |/ /
* | | Merge branch '46858-triggered-at' into 'master'Kamil TrzciƄski2018-06-061-2/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Resolve "Manual job's triggered by datetime is wrong" Closes #46858 See merge request gitlab-org/gitlab-ce!19438
| * | Use `started` key to show the triggered dateFilipa Lacerda2018-06-051-2/+5
| |/
* | Fix invisible rows on importer statusStan Hu2018-06-061-1/+1
| |
* | Merge branch '47049-performance-modal' into 'master'Mike Greiling2018-06-051-0/+33
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Performance bar modal is hard to read" Closes #47049 See merge request gitlab-org/gitlab-ce!19334
| * | Improve modal prop interface47049-performance-modalClement Ho2018-06-041-0/+33
| | |
* | | Resolve "BS4: Pagination is pipeline's page has no styling"Sam Beckham2018-06-051-1/+1
| |/ |/|
* | Support smarter system notesJose Ivan Vargas2018-06-053-1/+642
| |
* | Merge branch '6287-epics-page-styling-is-broken' into 'master'Clement Ho2018-06-051-1/+1
|\ \ | | | | | | | | | | | | Backport of Resolve "Epics Page Styling is broken" See merge request gitlab-org/gitlab-ce!19407
| * | Backport of Resolve "Epics Page Styling is broken"Clement Ho2018-06-041-1/+1
| | |
* | | fix labels showing up with no titlejivl-fix-labels-not-displayed-after-selectionJose2018-06-041-0/+4
|/ /
* | Revert "Merge branch '46833-sticky-polyfill' into 'master'"Clement Ho2018-06-011-0/+79
|/ | | This reverts merge request !19304
* Update position sticky polyfillPaul Slaughter2018-06-011-79/+0
|
* Merge branch 'ide-list-merge-requests' into 'master'Filipa Lacerda2018-06-014-0/+249
|\ | | | | | | | | | | | | Show merge requests in web IDE Closes #45184 See merge request gitlab-org/gitlab-ce!18898
| * Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-06-0134-522/+987
| |\
| * | ability to search merge requestsPhil Hughes2018-05-301-3/+27
| | | | | | | | | | | | reset merge requests before fetch
| * | improved stored dataPhil Hughes2018-05-303-1/+31
| | | | | | | | | | | | created reset action to reset stored merge requests
| * | Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-05-3027-52/+875
| |\ \
| * | | fixed tests failing caused by rewirePhil Hughes2018-05-251-0/+2
| | | |