summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed server rendered flash not being removed on clickserver-flash-click-removePhil Hughes2017-10-131-0/+21
|
* Add create merge checkbox.Jacob Schatz2017-10-122-57/+117
|
* Resolve "Prometheus service page shows error"Jose Ivan Vargas Lopez2017-10-121-4/+8
|
* Merge branch '38871-cleanup-data-page-attribute-after-karma-test' into 'master'Clement Ho2017-10-116-16/+50
|\ | | | | | | | | | | | | Cleanup data-page attribute after each Karma test Closes #38871 See merge request gitlab-org/gitlab-ce!14742
| * Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-116-16/+50
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* | spec fixesph-gl-form-js-modulesPhil Hughes2017-10-112-19/+10
| |
* | Moves form related JS modules out of globalPhil Hughes2017-10-111-91/+89
|/
* Merge branch '38869-u2f' into 'master'38968-label-picker-should-be-cleared-upon-selecting-a-labelPhil Hughes2017-10-103-151/+131
|\ | | | | | | | | Remove u2f from global namespace See merge request gitlab-org/gitlab-ce!14776
| * Remove u2f from globalnamespace38869-u2fFilipa Lacerda2017-10-093-151/+131
| |
* | Merge branch 'flash-es6-module' into 'master'Filipa Lacerda2017-10-103-6/+275
|\ \ | | | | | | | | | | | | Flash is now a ES6 module See merge request gitlab-org/gitlab-ce!14626
| * | fixed notes specsPhil Hughes2017-10-101-1/+23
| | | | | | | | | | | | | | | changed how the container class is added onto the text element more specs
| * | karma spec fixesPhil Hughes2017-10-102-5/+5
| | |
| * | fixed eslintPhil Hughes2017-10-101-3/+2
| | |
| * | flash testsPhil Hughes2017-10-101-0/+248
| | | | | | | | | | | | added back in documentation comment to flash file
| * | spec fixesPhil Hughes2017-10-101-1/+1
| | |
* | | Remove Build code from global namespaceFilipa Lacerda2017-10-101-22/+21
|/ /
* | Fix bad type checking to prevent 0 count badge to be shownFilipa Lacerda2017-10-102-44/+39
|/
* Removes CommitsList from global namespaceFilipa Lacerda2017-10-091-56/+52
|
* Merge branch 'abuse-reports-module' into 'master'Filipa Lacerda2017-10-091-41/+39
|\ | | | | | | | | Convert AbuseReports class to a module See merge request gitlab-org/gitlab-ce!14709
| * Convert AbuseReports class to a moduleabuse-reports-modulePhil Hughes2017-10-061-41/+39
| |
* | Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda2017-10-091-2/+2
| |
* | Move cycle analytics banner into a vue fileFilipa Lacerda2017-10-091-0/+41
| |
* | Commenting on image diffsFelipe Artur2017-10-0711-0/+1474
| |
* | Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-0/+129
| |
* | Merge branch 'ide-fix-back-btn' into 'master'Fatih Acet2017-10-063-15/+62
|\ \ | | | | | | | | | | | | Repo Editor : Fixes Back Button for files + line number jumping for preview and editor See merge request gitlab-org/gitlab-ce!14508
| * | Fixes the unhandled promise rejectionTim Zallmann2017-10-042-0/+3
| | |
| * | Fixed RepoFile TestTim Zallmann2017-10-042-9/+11
| | |
| * | Fixed Repo Sidebar TestsTim Zallmann2017-10-041-8/+18
| | |
| * | Added Test for Back Button BehaviourTim Zallmann2017-10-041-0/+32
| | |
* | | Merge branch ↵Kamil Trzciński2017-10-062-0/+113
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470
| * \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-074-4/+81
| |\ \ \ | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ Merge branch ↵Shinya Maeda2017-10-061-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' of https://gitlab.com/gitlab-org/gitlab-ce into feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * | | | Fix sidebar titleFilipa Lacerda2017-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix fixture
| * | | | | Merge branch 'master' into ↵Shinya Maeda2017-10-061-31/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-10-054-35/+61
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0513-12/+706
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | | | | Changes after reviewFilipa Lacerda2017-10-041-19/+19
| | | | | | | |
| * | | | | | | Fix Rubocop failuresKamil Trzcinski2017-10-041-1/+0
| | | | | | | |
| * | | | | | | Adds Frontend specsFilipa Lacerda2017-10-042-0/+114
| | | | | | | |
* | | | | | | | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-065-20/+194
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| * | | | | | | Fix JS lock issue specsSean McGivern2017-10-061-2/+2
| | | | | | | |
| * | | | | | | Fix wording in the js messagesJarka Kadlecova2017-10-061-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova2017-10-0314-80/+294
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2 # Conflicts: # db/schema.rb
| * \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova2017-09-2518-431/+503
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/notes/components/issue_comment_form.vue
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-208-585/+211
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-182-1/+10
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Review changesLuke "Jared" Bennett2017-09-152-3/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Merge FELuke "Jared" Bennett2017-09-145-20/+195
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon2017-10-061-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to CE some EE pipelines-related code that belongs to CE Closes gitlab-ee#3616 See merge request gitlab-org/gitlab-ce!14699
| * | | | | | | | | | | Remove a redundant empty line in js pipelines specsGrzegorz Bizon2017-10-051-1/+0
| | | | | | | | | | | |