summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_shared/components
Commit message (Collapse)AuthorAgeFilesLines
* Remove js classes from vue component that are not needed in vue component33642-timeago-updateFilipa Lacerda2017-06-131-12/+1
|
* fix incorrect equals assertionMike Greiling2017-06-131-1/+1
|
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-0/+5
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-2/+2
| | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* Pipeline show view real time header sectionFilipa Lacerda2017-06-023-3/+16
|
* Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-302-0/+150
|\
| * Creates CI Header component to use in pipelines and job details pagesFilipa Lacerda2017-05-262-0/+150
| |
* | Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-255-3/+136
|\ \ | |/
| * Fixes per feedback on user avatar components.Bryce Johnson2017-05-184-69/+12
| |
| * Consolidate user avatar Vue logicBryce Johnson2017-05-186-3/+193
| |
* | Added specs for description fieldPhil Hughes2017-05-152-0/+188
|/ | | | [ci skip]
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-5/+5
|
* Uniform CI status components in vueFilipa Lacerda2017-05-122-0/+98
|
* Add failing test for #29368winh2017-05-111-11/+79
|
* Replace pipeline mock data with JSON fixturewinh2017-05-102-2/+14
|
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-101-0/+53
|
* Use vue file for table pagination componentFilipa Lacerda2017-05-101-1/+1
|
* Add Prometheus memory sparkline to MR widgetkushalpandya2017-05-092-0/+212
|
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-0/+130
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
* 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