summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-highlighter-type-fox' into 'master'Filipa Lacerda2018-06-041-1/+1
|\ | | | | | | | | | | | | Fixed typo in commit message help popover Closes #47060 See merge request gitlab-org/gitlab-ce!19314
| * Fixed typo in commit message help popoveride-highlighter-type-foxPhil Hughes2018-06-011-1/+1
| | | | | | Closes #47060
* | Fix bootstrap 4 file inputsClement Ho2018-06-011-0/+6
| |
* | Merge branch 'revert-c640e579' into 'master'Clement Ho2018-06-013-3/+49
|\ \ | | | | | | | | | | | | Revert "Merge branch '46833-sticky-polyfill' into 'master'" See merge request gitlab-org/gitlab-ce!19322
| * | Revert "Merge branch '46833-sticky-polyfill' into 'master'"Clement Ho2018-06-013-3/+49
| | | | | | | | | This reverts merge request !19304
* | | Resolve "Branch names in system notes have incorrect color"Clement Ho2018-06-012-4/+6
|/ /
* | Update position sticky polyfillPaul Slaughter2018-06-013-49/+3
| |
* | Merge branch '47113-modal-header-styling-is-broken' into 'master'Filipa Lacerda2018-06-011-1/+0
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Modal header styling is broken" Closes #47113 See merge request gitlab-org/gitlab-ce!19312
| * | Updated the styling for modal titlessamdbeckham2018-06-011-1/+0
| |/
* | Merge branch '46619-strong-tag-font-weight' into 'master'Clement Ho2018-06-011-0/+5
|\ \ | |/ |/| | | | | | | | | Resolve "The font is too bold in Issue events tab on Activity page" Closes #46619 See merge request gitlab-org/gitlab-ce!19291
| * Reset b and strong font weight to bold instead of bolderAnnabel Dunstone Gray2018-05-311-0/+5
| |
* | Merge branch 'ide-list-merge-requests' into 'master'Filipa Lacerda2018-06-018-0/+93
|\ \ | | | | | | | | | | | | | | | | | | Show merge requests in web IDE Closes #45184 See merge request gitlab-org/gitlab-ce!18898
| * | set is loading in success mutationPhil Hughes2018-06-011-0/+1
| | |
| * | Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-06-0175-496/+1306
| |\ \
| * | | ability to search merge requestsPhil Hughes2018-05-303-7/+12
| | | | | | | | | | | | | | | | reset merge requests before fetch
| * | | improved stored dataPhil Hughes2018-05-303-2/+14
| | | | | | | | | | | | | | | | created reset action to reset stored merge requests
| * | | Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-05-30224-1213/+2013
| |\ \ \
| * | | | fixed tests failing caused by rewirePhil Hughes2018-05-251-0/+2
| | | | |
| * | | | Show merge requests in web IDEPhil Hughes2018-05-258-0/+73
| | | | | | | | | | | | | | | | | | | | Closes #45184
* | | | | Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López2018-06-011-7/+13
| |_|/ / |/| | | | | | | | | | | because of SSRF
* | | | Merge branch 'ide-jobs-list-components' into 'master'Filipa Lacerda2018-06-0130-172/+857
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show CI jobs in IDE Closes #44604 See merge request gitlab-org/gitlab-ce!19106
| * \ \ \ Merge branch 'master' into ide-jobs-list-componentside-jobs-list-componentsPhil Hughes2018-05-3123-171/+126
| |\ \ \ \
| * | | | | fixed jobs getting overwritten incorrectlyPhil Hughes2018-05-301-1/+1
| | | | | |
| * | | | | changed mutation to return new arrayPhil Hughes2018-05-303-15/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this makes the component completly unaware of the store, instead it emits events to the parent which knows about the store
| * | | | | changed mutations, update single object instead of returning new arrayPhil Hughes2018-05-305-38/+39
| | | | | | | | | | | | | | | | | | | | | | | | bunch of i18n stuff :see_no_evil:
| * | | | | Merge branch 'master' into ide-jobs-list-componentsPhil Hughes2018-05-3021-69/+134
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | fixed failing specsPhil Hughes2018-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixed merge requests not loading
| * | | | | removed style from components & moved to repo.scssPhil Hughes2018-05-295-92/+98
| | | | | |
| * | | | | more store testsPhil Hughes2018-05-291-1/+1
| | | | | |
| * | | | | Merge branch 'master' into ide-jobs-list-componentsPhil Hughes2018-05-2922-53/+988
| |\ \ \ \ \
| * | | | | | added component specsPhil Hughes2018-05-294-29/+37
| | | | | | |
| * | | | | | added correct help path to empty statePhil Hughes2018-05-295-3/+16
| | | | | | |
| * | | | | | added empty state & YAML error statePhil Hughes2018-05-296-8/+61
| | | | | | |
| * | | | | | fixed height of header changing when expanding/collapsingPhil Hughes2018-05-251-0/+1
| | | | | | |
| * | | | | | fixed scrolling issuesPhil Hughes2018-05-251-3/+18
| | | | | | |
| * | | | | | fixed up after bootstrap upgradePhil Hughes2018-05-254-13/+21
| | | | | | |
| * | | | | | Merge branch 'master' into ide-jobs-list-componentsPhil Hughes2018-05-25197-1100/+900
| |\ \ \ \ \ \
| * | | | | | | fixed mutations specPhil Hughes2018-05-251-2/+2
| | | | | | | |
| * | | | | | | added external link iconPhil Hughes2018-05-254-4/+38
| | | | | | | |
| * | | | | | | moved the collapsing method into a store actionPhil Hughes2018-05-256-30/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | normalized the data into a nicer format
| * | | | | | | fixed mutations specPhil Hughes2018-05-252-2/+9
| | | | | | | |
| * | | | | | | fixed pipeline actions specPhil Hughes2018-05-251-0/+1
| | | | | | | |
| * | | | | | | refactored to use data we already havePhil Hughes2018-05-2510-164/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this required moving some data store actions & mutations around
| * | | | | | | Merge branch 'master' into ide-jobs-list-componentsPhil Hughes2018-05-2512-33/+163
| |\ \ \ \ \ \ \
| * | | | | | | | removed hacky $forceUpdatePhil Hughes2018-05-251-5/+0
| | | | | | | | |
| * | | | | | | | spec fixesPhil Hughes2018-05-242-2/+6
| | | | | | | | |
| * | | | | | | | removed need for jobs componentPhil Hughes2018-05-244-71/+54
| | | | | | | | |
| * | | | | | | | improve design of job itemsPhil Hughes2018-05-248-23/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow ci icon to have a different size & be borderless
| * | | | | | | | added job item componentPhil Hughes2018-05-242-9/+31
| | | | | | | | |
| * | | | | | | | style improvementsPhil Hughes2018-05-2411-57/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed multiple requests causing state to be emptied at wrong time