summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-0613-31/+27
|
* Merge branch '44939-epic-comment-thread-backports' into 'master'Fatih Acet2018-04-066-33/+22
|\ | | | | | | | | | | | | Resolve "Follow-up from "Refactor discussions/notes code"" Closes #44939 See merge request gitlab-org/gitlab-ce!18190
| * Return noteableType from app initial configKushal Pandya2018-04-061-10/+1
| |
| * Use noteable type map from constantsKushal Pandya2018-04-061-10/+1
| |
| * Add map for supported noteable typesKushal Pandya2018-04-061-0/+6
| |
| * Set noteableType on noteableData as provided from DOM datasetKushal Pandya2018-04-051-1/+4
| |
| * Use `isInVueNoteablePage` from dom_utilsKushal Pandya2018-04-051-11/+4
| |
| * Add page helper methods for notesAppKushal Pandya2018-04-051-1/+6
| |
* | Add confirmation modal to "Change username"Shah El-Rahman2018-04-063-41/+172
| |
* | Merge branch 'issue_44270' into 'master'Sean McGivern2018-04-065-23/+9
|\ \ | | | | | | | | | | | | | | | | | | 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
| | |
| * | Show issues of subgroups in group-level issue boardFelipe Artur2018-04-055-23/+9
| | |
* | | Merge branch '43976-fix-access-token-clipboard-button-style' into 'master'Phil Hughes2018-04-061-6/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Access token copy to clipboard button has wrong style" Closes #43976 See merge request gitlab-org/gitlab-ce!17978
| * | | Fix personal access token clipboard button styleFabian Schneider2018-03-251-6/+1
| | | |
* | | | Polish design of domain verification for Gitlab PagesLukas Eipert2018-04-063-4/+74
| | | |
* | | | Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-052-4/+7
| |/ / |/| |
* | | Merge branch ↵Clement Ho2018-04-055-29/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master' Resolve HTML/CSS inconsistent comment forms on Issue and Merge Request Closes #44870 See merge request gitlab-org/gitlab-ce!18120
| * | | Refactor and tweak margin for note forms on IssuableTakuya Noguchi2018-04-045-29/+9
| | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | Merge branch 'ide-diff-inline' into 'master'Filipa Lacerda2018-04-053-6/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change IDE diff view responsively Closes #44305 See merge request gitlab-org/gitlab-ce!18049
| * | | | fixed eslintPhil Hughes2018-04-051-3/+3
| | | | |
| * | | | set `renderSideBySide` when creating diff instancePhil Hughes2018-04-051-1/+6
| | | | |
| * | | | updated wordWrap option be `on`Phil Hughes2018-04-051-1/+1
| | | | |
| * | | | Change IDE diff view responsivelyPhil Hughes2018-04-052-5/+20
| | | | | | | | | | | | | | | | | | | | Closes #44305
* | | | | Web IDE markdown previewTim Zallmann2018-04-0513-93/+339
| | | | |
* | | | | Merge branch 'ide-sidebar-min-width' into 'master'Filipa Lacerda2018-04-051-56/+53
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed IDE sidebar min width Closes #44836 See merge request gitlab-org/gitlab-ce!18123
| * | | | | CHanged IDE sidebar min widthide-sidebar-min-widthPhil Hughes2018-04-011-56/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the IDE sidebar min width to be 340px to make it more usable after resizing. Closes #44836
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2018-04-051-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'issue_44551' into 'master'Sean McGivern2018-04-051-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 404 in group boards when moving issue between lists Closes #44551 See merge request gitlab-org/gitlab-ce!18064
| | * | | | Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-1/+1
| | | | | |
* | | | | | Merge branch 'fl-fix-milestone-bug-10-6' into 'security-10-6'Phil Hughes2018-04-051-4/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | Escape miletone attribute when appending to the DOM See merge request gitlab/gitlabhq!2359
* | | | | Merge branch '44922-fix-build-metadata-creation' into 'master'Kamil Trzciński2018-04-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "ActiveRecord::RecordNotUnique: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_ci_builds_meta..." Closes #44922 See merge request gitlab-org/gitlab-ce!18155
| * | | | | Fix sidebar_details_block.vue and simplify build_metadata_entity.rb44922-fix-build-metadata-creationTomasz Maczukin2018-04-041-1/+1
| | | | | |
* | | | | | Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-044-4/+19
|/ / / / /
* | | | | Merge branch 'ide-pending-tab' into 'master'Tim Zallmann2018-04-0414-118/+217
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added pending tabs to IDE See merge request gitlab-org/gitlab-ce!17936
| * | | | | Updated components to PascalCasePhil Hughes2018-04-044-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | Added comment for `key` usage
| * | | | | Merge branch 'master' into ide-pending-tabPhil Hughes2018-04-0360-479/+1798
| |\ \ \ \ \
| * | | | | | fixed karmaPhil Hughes2018-03-281-1/+3
| | | | | | |
| * | | | | | removed file changes that have no changes to make diff easierPhil Hughes2018-03-288-97/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplified SET_FILE_ACTIVE openFiles map use .find in router so that it returns early instead of looping all the values
| * | | | | | refactor ADD_PENDING_TAB to stop multiple state changesPhil Hughes2018-03-282-39/+22
| | | | | | |
| * | | | | | remove italics from tabPhil Hughes2018-03-281-4/+0
| | | | | | |
| * | | | | | added specsPhil Hughes2018-03-281-10/+16
| | | | | | |
| * | | | | | replace the tab with the review pending tabPhil Hughes2018-03-281-12/+17
| | | | | | |
| * | | | | | stops opening a pending tab if current tab is in review mode alreadyPhil Hughes2018-03-282-3/+11
| | | | | | |
| * | | | | | remove pending tab when opening a file from the left sidebarPhil Hughes2018-03-283-13/+6
| | | | | | |
| * | | | | | remove extra state propertyPhil Hughes2018-03-286-54/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pending tabs now get added into openfiles & just filtered correctly
| * | | | | | fixed eslint inconsistent returnPhil Hughes2018-03-281-2/+3
| | | | | | |
| * | | | | | updated specsPhil Hughes2018-03-285-6/+6
| | | | | | |
| * | | | | | correctly toggle between tabsPhil Hughes2018-03-284-9/+18
| | | | | | |
| * | | | | | opens the next open tab correctlyPhil Hughes2018-03-286-76/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes model being cached as undefined fixed open files not being correctly mutated
| * | | | | | fixed opening next tab being a pending tabPhil Hughes2018-03-282-12/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | clears any active files when opening pending tab