summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'update-emoji-digests-with-latest-from-gemojione' into 'master'Filipa Lacerda2017-11-152-7/+31
|\ | | | | | | | | | | | | Update Emoji digests and assets with latest from Gemojione v3.3.0 Closes #32634 See merge request gitlab-org/gitlab-ce!15390
| * Add rainbow_flag to emoji support mapEric Eastwood2017-11-152-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
* | Merge branch 'ce-backport-39009-fix-approvals-showing-up-in-empty-mr-widget' ↵Phil Hughes2017-11-151-9/+10
|\ \ | |/ |/| | | | | | | | | into 'master' Remove approvals when in empty MR widget state -- CE backport See merge request gitlab-org/gitlab-ce!15362
| * Backport spec changes from EE remove approvals in empty statece-backport-39009-fix-approvals-showing-up-in-empty-mr-widgetEric Eastwood2017-11-131-9/+10
| | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3376
* | Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-145-126/+179
| |
* | Formats bytes to human reabale number in registry table40092-fix-cluster-sizeFilipa Lacerda2017-11-131-1/+26
|/
* fix to allow integer label refernceshaseeb2017-11-131-0/+22
|
* Merge branch 'multi-editor-store-specs' into 'master'Filipa Lacerda2017-11-1311-5/+1901
|\ | | | | | | | | Added tests to multi-file Vuex store See merge request gitlab-org/gitlab-ce!15147
| * added missing specsmulti-editor-store-specsPhil Hughes2017-11-101-0/+211
| |
| * fixed specsPhil Hughes2017-11-102-39/+13
| |
| * file action specsPhil Hughes2017-11-101-1/+349
| |
| * file action specsPhil Hughes2017-11-101-0/+44
| |
| * tree actions specsPhil Hughes2017-11-102-5/+452
| |
| * test updatesPhil Hughes2017-11-103-171/+120
| |
| * Added tests to multi-file Vuex storePhil Hughes2017-11-1011-7/+930
| |
* | Export text utils as ES6 modulesFilipa Lacerda2017-11-132-84/+94
|/
* Merge branch 'disable-issue-action-button-if-isSubmitting' into 'master'Fatih Acet2017-11-091-0/+19
|\ | | | | | | | | Disable issue action button whilst submitting and test See merge request gitlab-org/gitlab-ce!15211
| * Disable issue action button whilst submitting and testdisable-issue-action-button-if-isSubmittingLuke "Jared" Bennett2017-11-061-0/+19
| |
* | Merge branch 'move-filter-mr-clear-search-spec-to-js' into 'master'Tim Zallmann2017-11-091-0/+19
|\ \ | | | | | | | | | | | | Move clear search test to JS to reduce overkill See merge request gitlab-org/gitlab-ce!15154
| * | Move clear search test to JS to reduce overkillmove-filter-mr-clear-search-spec-to-jsEric Eastwood2017-11-091-0/+19
| | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/33661
* | | Merge branch 'remove-ineffective-service-specs' into 'master'Filipa Lacerda2017-11-082-113/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove ineffective Vue service specs See merge request gitlab-org/gitlab-ce!15277
| * | | Remove ineffective Vue service specsremove-ineffective-service-specsEric Eastwood2017-11-082-113/+0
| |/ /
* | | Resolve "Merge request widget - CI information has different margins"Filipa Lacerda2017-11-081-82/+89
| | |
* | | Merge branch 'fl-cleanup-test' into 'master'Tim Zallmann2017-11-081-23/+0
|\ \ \ | |/ / |/| | | | | | | | Cleanup tests See merge request gitlab-org/gitlab-ce!15261
| * | Update mr_widget_options_spec.jsfl-cleanup-testFilipa Lacerda2017-11-071-1/+0
| | |
| * | Cleanup testsFilipa Lacerda2017-11-071-22/+0
| | |
* | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce ↵Kamil Trzcinski2017-11-074-125/+190
|\ \ \ | |/ / | | | | | | into add-ingress-to-cluster-applications
| * | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-084-125/+190
| |\ \
| | * \ Merge branch '38394-smarter-interval' into 'master'Filipa Lacerda2017-11-072-122/+139
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't re-run smart interval callback if there is already one in progress Closes #38394 See merge request gitlab-org/gitlab-ce!15032
| | | * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2017-11-0714-91/+152
| | | |\ \ | | | | | | | | | | | | | | | | | | 38394-smarter-interval
| | | * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2017-11-0685-1510/+3613
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | 38394-smarter-interval
| | | * | | | review feedback - throw error in smart_callback catch blockSimon Knox2017-11-021-6/+9
| | | | | | |
| | | * | | | remove global export from SmartIntervalSimon Knox2017-10-312-132/+134
| | | | | | |
| | | * | | | add changelog and specSimon Knox2017-10-271-0/+12
| | | | | | |
| | | * | | | don't re-run smart interval callback if there is already one in progressSimon Knox2017-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | because some things take time
| | * | | | | Merge branch 'multi-file-editor-separate-commits-call' into 'master'Filipa Lacerda2017-11-072-3/+51
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multi-file editor fetch log data from a different endpoint Closes #38360 See merge request gitlab-org/gitlab-ce!15132
| | | * | | | correctly updates commit data after committing changesPhil Hughes2017-11-062-3/+51
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | also merges data in after a fetch to save overriting all data. changed the render keys to save a full re-render when any data changes
* | | | | | Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsKamil Trzcinski2017-11-073-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce ↵Shinya Maeda2017-11-072-27/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into 38464-k8s-apps
| * \ \ \ \ \ Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-073-3/+3
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'multiple-query-prometheus-graphs' into 'master'Tim Zallmann2017-11-073-3/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable multiple queries per Prometheus graph See merge request gitlab-org/gitlab-ce!15201
| | | * | | | | fix karma failuresMike Greiling2017-11-063-3/+3
| | | | | | | |
* | | | | | | | Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsKamil Trzcinski2017-11-075-77/+57
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Use flash for dismissable alertsEric Eastwood2017-11-071-25/+5
| | | | | | | |
| * | | | | | | Update Cluster application install to be enabled when erroredEric Eastwood2017-11-071-2/+2
| |/ / / / / /
| * | | | | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce ↵Shinya Maeda2017-11-076-79/+695
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into 38464-k8s-apps
| * | | | | | Merge branch 'es-module-copy_as_gfm' into 'master'Filipa Lacerda2017-11-063-50/+50
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert copy_as_gfm into ES module and move to behaviors See merge request gitlab-org/gitlab-ce!14859
| | * | | | | | fix broken module importMike Greiling2017-11-011-1/+3
| | | | | | | |
| | * | | | | | remove global export except in test environmentsMike Greiling2017-11-012-49/+47
| | | | | | | |
* | | | | | | | Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsEric Eastwood2017-11-066-35/+79
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |