summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-072-2/+2
|\ \ \
| * | | Give explicit height to SVG icons for SafariAnnabel Dunstone Gray2017-04-072-2/+2
| | | |
* | | | alfredo review changesLuke "Jared" Bennett2017-04-071-1/+1
| | | |
* | | | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-0715-29/+263
|\ \ \ \ | |/ / /
| * | | Remove Vue from main bundle and disable production warningsMike Greiling2017-04-076-24/+16
| | | |
| * | | Merge branch 'karma-failure-fix' into 'master' Jacob Schatz2017-04-071-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fixed duplicate jQuery AJAX spyon See merge request !10531
| | * | | Fixed duplicate jQuery AJAX spyonkarma-failure-fixPhil Hughes2017-04-071-3/+3
| | | | |
| * | | | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-078-1/+243
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protected Tags Closes #18471 See merge request !10356
| | * | | | Show Flash message above Tags list18471-restrict-tag-pushes-protected-tagsKushal Pandya2017-04-072-1/+5
| | | | | |
| | * | | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0617-44/+516
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/import_export/all_models.yml
| | * \ \ \ \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-0632-32/+438
| | |\ \ \ \ \
| | * | | | | | Fixes as per feedbackKushal Pandya2017-04-067-19/+19
| | | | | | | |
| | * | | | | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-06190-1762/+3629
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
| | * | | | | | | Add constructor doc, toggle helperKushal Pandya2017-04-061-8/+18
| | | | | | | | |
| | * | | | | | | Import Protected Tags classesKushal Pandya2017-04-061-2/+3
| | | | | | | | |
| | * | | | | | | Re-export classes using ES6 `export`Kushal Pandya2017-04-061-5/+5
| | | | | | | | |
| | * | | | | | | Convert to pure ES6 classKushal Pandya2017-04-065-146/+132
| | | | | | | | |
| | * | | | | | | Bundle renamed to `index.js`Kushal Pandya2017-04-061-0/+0
| | | | | | | | |
| | * | | | | | | Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-042-18/+18
| | | | | | | | |
| | * | | | | | | Increase dropdown width within Tags listKushal Pandya2017-04-031-0/+6
| | | | | | | | |
| | * | | | | | | Initialize Protected Tags Edit functionalityKushal Pandya2017-04-031-0/+3
| | | | | | | | |
| | * | | | | | | Export Protected Tags Editing classesKushal Pandya2017-04-031-0/+2
| | | | | | | | |
| | * | | | | | | Protected Tags List initializerKushal Pandya2017-04-031-0/+18
| | | | | | | | |
| | * | | | | | | ProtectedTagEdit class for edit protected tagsKushal Pandya2017-04-031-0/+54
| | | | | | | | |
| | * | | | | | | Protected tags can be added/listed via UIJames Edwards-Jones2017-03-311-2/+2
| | | | | | | | |
| | * | | | | | | Initialize Protected tags feature under Repository Settings pageKushal Pandya2017-03-211-0/+1
| | | | | | | | |
| | * | | | | | | Re-export protected tag classesKushal Pandya2017-03-211-0/+3
| | | | | | | | |
| | * | | | | | | Protected Tags ClassesKushal Pandya2017-03-213-0/+153
| | | | | | | | |
| | * | | | | | | Apply styles to protected tag same as protected branchKushal Pandya2017-03-211-1/+2
| | | | | | | | |
| * | | | | | | | Merge branch '30496-remove-undefined-from-emoji-menu-list' into 'master' Annabel Dunstone Gray2017-04-071-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove `undefined` class from `.emoji-menu-list` Closes #30496 See merge request !10522
| | * | | | | | | | Remove `undefined` class from `.emoji-menu-list`30496-remove-undefined-from-emoji-menu-listEric Eastwood2017-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/30496
* | | | | | | | | | Review changesLuke "Jared" Bennett2017-04-073-8/+33
| | | | | | | | | |
* | | | | | | | | | Fix firefox overflow css bugLuke "Jared" Bennett2017-04-071-0/+1
| | | | | | | | | |
* | | | | | | | | | Fix creating discussion when diff view is set to parallelDouwe Maan2017-04-072-27/+20
| | | | | | | | | |
* | | | | | | | | | Add link to list itemsLuke "Jared" Bennett2017-04-071-2/+13
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-073-120/+181
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge branch '30587-pipeline-icon-z' into 'master' Annabel Dunstone Gray2017-04-071-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolve "Status icons overlap sidebar on mobile" Closes #30587 See merge request !10525
| | * | | | | | | | | sidebar z-index above content area30587-pipeline-icon-zSimon Knox2017-04-071-0/+1
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Update droplabLuke "Jared" Bennett2017-04-0724-1114/+1039
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | FE: Resolve "Performance issues when processing large build traces with ↵Filipa Lacerda2017-04-072-120/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ansi2html"
* | | | | | | | | Added variable button fixLuke "Jared" Bennett2017-04-072-18/+22
| | | | | | | | |
* | | | | | | | | Fixed issue button state bugLuke "Jared" Bennett2017-04-073-40/+63
| | | | | | | | |
* | | | | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-0720-324/+432
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into update-droplab-to-webpack-versionupdate-droplab-to-webpack-versionLuke "Jared" Bennett2017-04-0742-392/+1090
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge branch '5983-realtime-pipelines-table' into 'master' Kamil Trzciński2017-04-076-58/+149
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds polling function to pipelines table Closes #5983 See merge request !10210
| | | * | | | | | | | Fixes failing spec5983-realtime-pipelines-tableAlfredo Sumaran2017-04-061-0/+2
| | | | | | | | | | |
| | | * | | | | | | | Fix broken specFilipa Lacerda2017-04-061-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Destroys pipeline table component when we change tabs in order to stop pollingFilipa Lacerda2017-04-063-23/+29
| | | | | | | | | | |
| | | * | | | | | | | Remove first call to APIFilipa Lacerda2017-04-061-2/+0
| | | | | | | | | | |
| | | * | | | | | | | Changes after reviewFilipa Lacerda2017-04-062-9/+11
| | | | | | | | | | |