summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in commit message help popoveride-highlighter-type-foxPhil Hughes2018-06-011-1/+1
| | | Closes #47060
* 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-0164-438/+1007
| |\
| * | 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-30143-286/+1261
| |\ \
| * | | 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-0128-172/+734
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-3122-165/+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-3017-61/+122
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fixed failing specsPhil Hughes2018-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | fixed merge requests not loading
| * | | | removed style from components & moved to repo.scssPhil Hughes2018-05-294-92/+2
| | | | |
| * | | | more store testsPhil Hughes2018-05-291-1/+1
| | | | |
| * | | | Merge branch 'master' into ide-jobs-list-componentsPhil Hughes2018-05-2920-12/+923
| |\ \ \ \
| * | | | | 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-25116-221/+224
| |\ \ \ \ \
| * | | | | | fixed mutations specPhil Hughes2018-05-251-2/+2
| | | | | | |
| * | | | | | added external link iconPhil Hughes2018-05-253-4/+25
| | | | | | |
| * | | | | | moved the collapsing method into a store actionPhil Hughes2018-05-255-30/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2510-29/+153
| |\ \ \ \ \ \
| * | | | | | | 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-249-57/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed multiple requests causing state to be emptied at wrong time
| * | | | | | | improve API calls by calling internal API to get dataPhil Hughes2018-05-247-55/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | render job items (needs improvements to components)
| * | | | | | | added tab componentPhil Hughes2018-05-2413-16/+214
| | | | | | | |
| * | | | | | | Added right sidebar componentsPhil Hughes2018-05-243-0/+113
| | | | | | | |
* | | | | | | | Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into ↵Dmitriy Zaporozhets2018-06-016-7/+96
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Add support for Jupyter in GitLab via Kubernetes" Closes #46487 See merge request gitlab-org/gitlab-ce!19019
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Dmitriy Zaporozhets2018-05-30144-286/+1261
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46487-add-support-for-jupyter-in-gitlab-via-kubernetes
| * | | | | | | | | Changes after reviewFilipa Lacerda2018-05-282-2/+5
| | | | | | | | | |
| * | | | | | | | | Handle disabled button state in backendFilipa Lacerda2018-05-252-8/+2
| | | | | | | | | |
| * | | | | | | | | Disables jupyter install button while ingress is not installedFilipa Lacerda2018-05-255-58/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes juptyer hostname in the post request Adds tests
| * | | | | | | | | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-255-3/+121
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch '47046-use-sortable-from-npm' into 'master'Phil Hughes2018-06-013-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use NPM provided version of SortableJS Closes #47046 See merge request gitlab-org/gitlab-ce!19274