summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '24147-delete-env-button' into 'master' Rémy Coutable2017-02-072-6/+6
|\
| * Fix stoppable?Kamil Trzcinski2017-02-072-6/+6
* | Merge branch '27343-autocomplete-post-to-wrong-url-when-not-hosting-in-root' ...Filipa Lacerda2017-02-073-10/+55
|\ \
| * | Fix filtered search user autocomplete for gitlab instances that are hosted on...27343-autocomplete-post-to-wrong-url-when-not-hosting-in-rootClement Ho2017-02-063-10/+55
| |/
* | Use webpack to require filesFilipa Lacerda2017-02-054-17/+13
* | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0474-304/+298
|\ \ | |/
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0318-52/+363
| |\
| * \ Merge branch 'master' into webpackMike Greiling2017-02-025-21/+90
| |\ \
| * \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-0/+123
| |\ \ \
| * | | | fix frontend testsMike Greiling2017-01-282-10/+21
| * | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-283-0/+274
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-2751-412/+822
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-182-11/+213
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-171-0/+19
| |\ \ \ \ \ \ \
| * | | | | | | | rewrite test which relied on teaspoon quirkMike Greiling2017-01-131-2/+6
| * | | | | | | | more post-merge fixesMike Greiling2017-01-136-23/+21
| * | | | | | | | phantomJS doesn't allow us to spyOn history.replaceStateMike Greiling2017-01-137-14/+40
| * | | | | | | | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-138-2/+595
| |\ \ \ \ \ \ \ \
| * | | | | | | | | remove teaspoon-specific testMike Greiling2017-01-101-3/+3
| * | | | | | | | | bypass Chrome "focus" event bugs and prevent Turbolinks from triggeringMike Greiling2017-01-101-6/+8
| * | | | | | | | | bypass buggy "focus" event in ChromeMike Greiling2017-01-101-6/+1
| * | | | | | | | | prevent u2f authenticate test from auto-submitting a formMike Greiling2017-01-101-8/+8
| * | | | | | | | | fix globals within environments_bundle mock dataMike Greiling2017-01-101-0/+2
| * | | | | | | | | fix globals within boards_bundle mock dataMike Greiling2017-01-101-0/+5
| * | | | | | | | | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-1055-108/+108
| * | | | | | | | | migrate all tests into a single webpack bundleMike Greiling2017-01-102-6/+18
| * | | | | | | | | move additional libraries into spec_helperMike Greiling2017-01-1014-22/+4
| * | | | | | | | | include spec_helper within karma config rather than each individual testMike Greiling2017-01-1055-55/+0
| * | | | | | | | | correct vue require statementsMike Greiling2017-01-109-12/+12
| * | | | | | | | | include common libraries within spec_helperMike Greiling2017-01-108-8/+19
| * | | | | | | | | correct misnamed require statementsMike Greiling2017-01-104-4/+4
| * | | | | | | | | fix broken js.cookie importsMike Greiling2017-01-107-7/+7
| * | | | | | | | | fix spec_helper missing/broken referencesMike Greiling2017-01-1033-10/+33
| * | | | | | | | | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-1057-218/+197
* | | | | | | | | | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0317-55/+365
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-0311-36/+20
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Remove turbolinks from filtered search after rebase.Bryce Johnson2017-02-021-6/+4
| | * | | | | | | | | Remove turbolinks.Bryce Johnson2017-02-0210-30/+16
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'add-issues-to-boards' into 'master' Fatih Acet2017-02-036-19/+345
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Removed duplicated testPhil Hughes2017-02-031-1/+1
| | * | | | | | | | | Removed Masonry, instead uses groups of dataPhil Hughes2017-02-033-2/+16
| | * | | | | | | | | Fixed up specsPhil Hughes2017-02-031-1/+1
| | * | | | | | | | | Fixed issue card specPhil Hughes2017-02-031-2/+4
| | * | | | | | | | | Fixed up JS testsPhil Hughes2017-02-032-17/+2
| | * | | | | | | | | Some styling updatesPhil Hughes2017-02-031-0/+19
| | * | | | | | | | | Added more testsPhil Hughes2017-02-032-0/+306
* | | | | | | | | | | Resolve conflict after mergeFilipa Lacerda2017-02-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Moves pagination to shared folderFilipa Lacerda2017-02-037-1/+389
* | | | | | | | | | Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-031-0/+0