summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] .help-block to .form-text.text-mutedClement Ho2018-04-117-8/+8
|
* [skip ci] Replace .radio with .form-checkClement Ho2018-04-111-1/+1
|
* [skip ci] Convert .checkbox to .form-checkClement Ho2018-04-111-1/+1
|
* [skip ci] Use existing .hidden properties rather than extending because of ↵Clement Ho2018-04-101-2/+2
| | | | important
* [skip ci] Remove bootstrap 4's automatic dropdown caret placementClement Ho2018-04-101-0/+5
|
* [skip ci] Convert img-responsive to img-fluidClement Ho2018-04-101-1/+1
|
* [skip ci] Convert navbar-toggle to navbar-togglerClement Ho2018-04-103-5/+5
|
* [skip ci] Convert panel related class names to cardClement Ho2018-04-105-13/+13
|
* [skip ci] polyfill .hidden selectorClement Ho2018-04-103-7/+17
|
* [skip ci] Replace hidden-xsClement Ho2018-04-098-9/+9
|
* [skip ci] Replace hidden-smClement Ho2018-04-0910-11/+11
|
* [skip ci] Replace .visible-lg-* with .d-block.d-xl-noneClement Ho2018-04-091-1/+1
|
* [skip ci] Replace .visible-md-* with .d-block.d-lg-noneClement Ho2018-04-091-1/+1
|
* [skip ci] Replace .visible-sm-* with .d-block.d-md-noneClement Ho2018-04-091-2/+2
|
* [skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho2018-04-091-1/+1
|
* [skip ci] Rename .hide to .d-noneClement Ho2018-04-091-3/+3
|
* [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-0922-26/+26
|
* Replace .pull-left with .float-leftClement Ho2018-04-0913-14/+14
|
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-0989-766/+2367
|\ | | | | | | | | | | # Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
| * Merge branch '44296-commit-path' into 'master'Phil Hughes2018-04-091-49/+58
| |\ | | | | | | | | | | | | | | | | | | Resolve "Cannot read property 'commit_path' of null" Closes #44296 See merge request gitlab-org/gitlab-ce!18231
| | * Checks if commit information exists before trying to render it44296-commit-pathFilipa Lacerda2018-04-061-49/+58
| | |
| * | Merge branch 'move-board-blank-state-vue-component' into 'master'Filipa Lacerda2018-04-092-34/+41
| |\ \ | | | | | | | | | | | | | | | | Move BoardBlankState vue component See merge request gitlab-org/gitlab-ce!17666
| | * | Move BoardBlankState vue componentGeorge Tsiolis2018-04-072-34/+41
| | | |
| * | | Merge branch '44224-remove-gl' into 'master'Phil Hughes2018-04-0913-31/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Remove modal boards code from global namepsace See merge request gitlab-org/gitlab-ce!18222
| | * | | Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-0613-31/+27
| | | |/ | | |/|
| * | | Merge branch '32617-fix-template-selector-menu-visibility' into 'master'Phil Hughes2018-04-092-1/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Template selectors menu title mistakenly shown after toggling previewed changes" Closes #32617 See merge request gitlab-org/gitlab-ce!18118
| | * | | Fix template selector menu visibilityFabian Schneider2018-04-082-1/+5
| | | | |
| * | | | Projects and groups badges settings UIFrancisco Javier López2018-04-0817-1/+990
| |/ / /
| * | | Fix form javascriptKamil Trzciński2018-04-063-18/+24
| | | |
| * | | Addreses frontend reviewMayra Cabrera2018-04-061-2/+3
| | | | | | | | | | | | | | | | Also fixes spec failures on presenter and docs
| * | | Create barebones for DeploytokenMayra Cabrera2018-04-062-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
| * | | Fix dashboard sortingJoshua Lambert2018-04-061-1/+1
| | |/ | |/|
| * | Added specs for rendered output, changed the background for stable tracksJose Ivan Vargas2018-04-065-7/+36
| | |
| * | Componetize the legend componentJose Ivan Vargas2018-04-066-76/+139
| | |
| * | UX Adjustments for the prometheus dashboardJose Ivan Vargas2018-04-066-67/+47
| | |
| * | formatting fixesJose Ivan Vargas2018-04-061-15/+12
| | |
| * | Add summary statistics prometheus dashboardJose Ivan Vargas2018-04-066-212/+271
| | |
| * | Web IDE blob image + default fallbackTim Zallmann2018-04-0610-28/+215
| | |
| * | Stop redirecting the page in graph main actionsFilipa Lacerda2018-04-067-213/+269
| | |
| * | Implement a new SHA partial for commit listsShah El-Rahman2018-04-061-21/+44
| | |
| * | Merge branch '43246-checkfilter' into 'master'Sean McGivern2018-04-062-5/+5
| |\ \ | | |/ | |/| | | | | | | | | | | | | Resolve "Show a message when loading the issues / merge requests dashboard without filters" Closes #43246 See merge request gitlab-org/gitlab-ce!17961
| | * Display illustration and message if no filter is selectedWinnie Hellmann2018-04-031-1/+1
| | |
| | * Check if at least one filter is set on dashboardJan Provaznik2018-04-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When listing issues and merge requests on dasboard page, make sure that at least one filter is enabled. User's id is used in search autocomplete widget instead of username, which allows presetting user in filter dropdowns. Related to #43246
| * | 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
| | | |