summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Added specsJose Ivan Vargas2018-04-064-8281/+6543
|
* UX Adjustments for the prometheus dashboardJose Ivan Vargas2018-04-063-19/+16
|
* formatting fixesJose Ivan Vargas2018-04-061-10/+3
|
* Add summary statistics prometheus dashboardJose Ivan Vargas2018-04-063-87/+145
|
* Web IDE blob image + default fallbackTim Zallmann2018-04-061-0/+29
|
* Stop redirecting the page in graph main actionsFilipa Lacerda2018-04-061-10/+15
|
* Merge branch '43246-checkfilter' into 'master'Sean McGivern2018-04-061-104/+110
|\ | | | | | | | | | | | | Resolve "Show a message when loading the issues / merge requests dashboard without filters" Closes #43246 See merge request gitlab-org/gitlab-ce!17961
| * Use template strings in search_autocomplete_spec.jsWinnie Hellmann2018-04-051-104/+110
| |
| * Fixed dashboard filtering testsJan Provaznik2018-04-031-4/+4
| |
* | Merge branch '44939-epic-comment-thread-backports' into 'master'Fatih Acet2018-04-061-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Follow-up from "Refactor discussions/notes code"" Closes #44939 See merge request gitlab-org/gitlab-ce!18190
| * | Add noteableType to mock data object44939-epic-comment-thread-backportsKushal Pandya2018-04-061-0/+1
| | |
* | | Add confirmation modal to "Change username"Shah El-Rahman2018-04-061-0/+172
| | |
* | | Merge branch 'issue_44270' into 'master'Sean McGivern2018-04-061-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show issues of subgroups in group-level issue board Closes #44270 See merge request gitlab-org/gitlab-ce!18187
| * | | Fix more specsFelipe Artur2018-04-051-1/+1
| | | |
| * | | Fix specsFelipe Artur2018-04-051-0/+2
| | | |
* | | | Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-0/+2
|/ / /
* | | Merge branch 'ide-diff-inline' into 'master'Filipa Lacerda2018-04-052-33/+88
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change IDE diff view responsively Closes #44305 See merge request gitlab-org/gitlab-ce!18049
| * | | set `renderSideBySide` when creating diff instancePhil Hughes2018-04-051-0/+1
| | | |
| * | | updated wordWrap option be `on`Phil Hughes2018-04-051-1/+1
| | | |
| * | | added specsPhil Hughes2018-04-052-33/+87
| |/ /
* | | Web IDE markdown previewTim Zallmann2018-04-054-11/+127
|/ /
* | Merge branch 'master' into ide-pending-tabPhil Hughes2018-04-0333-1185/+1926
|\ \ | |/
| * Resolve "Clicking confidential and lock icons on sidebar should also ↵Dennis Tang2018-04-022-0/+36
| | | | | | | | activate dropdown"
| * Merge branch 'fl-prettier-mock-data' into 'master'Clement Ho2018-04-027-882/+961
| |\ | | | | | | | | | | | | Prettify mock data files See merge request gitlab-org/gitlab-ce!18091
| | * Removes eslint disabled commentsfl-prettier-mock-dataFilipa Lacerda2018-03-297-882/+961
| | |
| * | Merge branch 'tz-ide-open-mr' into 'master'Phil Hughes2018-04-0113-181/+626
| |\ \ | | |/ | |/| | | | | | | | | | | | | Basic Setup for MR Showing Closes #44840 and #44839 See merge request gitlab-org/gitlab-ce!17952
| | * Fixed Code review CommentsTim Zallmann2018-03-283-24/+12
| | |
| | * Added Changes based on UX ReviewTim Zallmann2018-03-281-1/+1
| | |
| | * Updated MR Widget Header TestTim Zallmann2018-03-281-106/+138
| | |
| | * Added Tests for all new functionalityTim Zallmann2018-03-2811-74/+485
| | |
| | * Fixes for Tests on file.js and tabs testsTim Zallmann2018-03-281-0/+1
| | |
| | * ESLint + Karma fixesTim Zallmann2018-03-281-1/+14
| | |
| * | Merge branch 'vuex-action-helper-correctly-fail' into 'master'Tim Zallmann2018-03-293-112/+246
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Correctly fail Vuex action helper Closes #44735 See merge request gitlab-org/gitlab-ce!18072
| | * | Add dispatch mock to the test helpervuex-action-helper-correctly-failFilipa Lacerda2018-03-293-12/+62
| | | |
| | * | fixed failinng tests after helper changePhil Hughes2018-03-293-101/+185
| | | |
| | * | Use `toEqual` for the matchersFilipa Lacerda2018-03-291-3/+3
| | | |
| | * | Correctly fail Vuex action helperPhil Hughes2018-03-291-1/+1
| | | |
| * | | Merge branch 'escape-autocomplete-values-for-markdown' into 'master'Phil Hughes2018-03-291-1/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Escape autocomplete results for Markdown See merge request gitlab-org/gitlab-ce!18051
| | * | | Escape autocomplete results for MarkdownSean McGivern2018-03-291-1/+9
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A label name can contain a `_`, `~~`, or other Markdown-significant characters. But label references are processed _after_ Markdown processing has run, so we can't easily fix this on the backend. We can make it more convenient, though, by changing the frontend to escape these characters so they aren't processed as Markdown, when we insert them from autocomplete.
| * | | Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński2018-03-293-0/+31
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
| | * | | Fix sidebar_detail_row_spec.jsTomasz Maczukin2018-03-281-15/+19
| | | | |
| | * | | Rename used_timeout to timeoutTomasz Maczukin2018-03-281-1/+1
| | | | |
| | * | | Fix tests failuresTomasz Maczukin2018-03-281-0/+1
| | | | |
| | * | | Fix static analysis offencesTomasz Maczukin2018-03-281-1/+0
| | | | |
| | * | | Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-281-3/+3
| | | | |
| | * | | Add tests for frontend changesTomasz Maczukin2018-03-283-0/+27
| | |/ /
| * | | Merge branch 'jivl-change-copy-text-promote-milestones-labels' into 'master'Sean McGivern2018-03-292-2/+4
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Fix promoting labels and milestones copy text Closes #44208 See merge request gitlab-org/gitlab-ce!17726
| | * | Fix promoting labels and milestones copy textJose Ivan Vargas2018-03-282-2/+4
| | | |
| * | | Merge branch '44717-no-resolve-issue' into 'master'Fatih Acet2018-03-281-5/+13
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Resolve "There should not be a jump discussion button on issues" Closes #44717 See merge request gitlab-org/gitlab-ce!18034
| | * | Don't show Jump to Discussion button on issue notes44717-no-resolve-issueSimon Knox2018-03-281-5/+13
| | | |