summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_shared
Commit message (Collapse)AuthorAgeFilesLines
* Clean history after every test that changes historyFilipa Lacerda2017-04-031-0/+4
|
* Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into ↵Alfredo Sumaran2017-03-291-0/+4
|\ | | | | | | | | | | | | | | | | | | 'master' Reset container width when switching to pipelines MR tab Closes #29539 See merge request !10169
| * Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-0/+4
| | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
* | use correct first/last symbols in vue pagination componentSimon Knox2017-03-291-2/+2
|/
* Remove UJS actions from pipelines tablesFilipa Lacerda2017-03-174-69/+55
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-054-0/+0
|
* Pagination only changes the page parameter.28818-tech-debt-pipelines-paginationFilipa Lacerda2017-02-281-9/+1
| | | | Fix broken test
* Remove spec checking for scope 'all' since it's no longer part of componentFilipa Lacerda2017-02-121-6/+6
| | | | | | Changes after review Fix typo
* fix lint errorMike Greiling2017-02-071-1/+1
|
* fix broken frontend testsMike Greiling2017-02-072-9/+5
|
* Fix broken specs from the Frontend sideFilipa Lacerda2017-02-071-1/+1
|
* Use webpack to require filesFilipa Lacerda2017-02-052-7/+5
|
* Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-042-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) fix failing test fix Vue warnings for missing element [ci skip] UX Guide: Button placement in groups Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed redirection from http://someproject.git to http://someproject consistently use single quotes allow application.js to require other scripts which start with application* DRY with Gitlab.config.webpack.dev_server references disable webpack proxy in rspec environment due to conflicts with webmock gem remove changes to Procfile configure webpack dev server port via environment variable add rack middleware to proxy webpack dev server remove dev-server config from development environment Document that the retro and kickoff notes are public add CHAGELOG.md entry for webpack branch fix failing rspec build fix test failure for merge request widget ...
* Moves pagination to shared folderFilipa Lacerda2017-02-033-0/+325
| | | | | | | | | | | | | | | | | | | Document and remove unused code Declare components in a consistent way; Use " instead of ' to improve consistency; Update documentation; Fix commit author verification to match the use cases; Adds tests for the added components Fix paths in pagination spec Adds tests to pipelines table used in merge requests and commits Use same resource interceptor Fix eslint error
* Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-031-0/+131