summaryrefslogtreecommitdiff
path: root/spec/javascripts/commit
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-261/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-106/+0
|
* Enables Run Pipeline button to be renderedFilipa Lacerda2019-09-111-28/+139
| | | | | | | | | | | | | | | | | | | | In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
* Fix inconsistent pagination stylesClement Ho2019-02-271-1/+1
|
* Merge branch '28249-add-pagination' into 'master'Kamil Trzciński2018-11-021-0/+23
|\ | | | | | | | | | | | | Adds pagination to pipelines table in merge request & commit page Closes #28249 See merge request gitlab-org/gitlab-ce!22696
| * Adds pagination to pipelines table in merge request page28249-add-paginationFilipa Lacerda2018-10-311-0/+23
| |
* | Fix typos in comments and specsGeorge Tsiolis2018-11-011-4/+4
|/
* Prettify all spec filesMike Greiling2018-10-172-20/+25
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* fix last lintsLukas Eipert2018-05-291-4/+1
|
* fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
|
* Replace vue resources with axios for pipelines tableFilipa Lacerda2018-04-091-106/+59
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-261-1/+1
|
* Added more tests and corrected typos35779-realtime-update-of-pipeline-status-in-files-viewJose Ivan Vargas2018-02-011-27/+58
|
* Added realtime prop and corrected specsJose Ivan Vargas2018-01-301-2/+7
|
* Added pipeline status to the files viewJose Ivan Vargas2018-01-301-0/+68
|
* Avoid array indices to fixtures in JS specsNick Thomas2018-01-241-2/+3
|
* Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-241-2/+2
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+1
|
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-221-0/+8
|
* Adds documentation link to the autodevops popoverFilipa Lacerda2017-09-011-0/+4
|
* Update Pipeline's badge count in Merge Request and Commits view to match ↵Filipa Lacerda2017-07-141-0/+35
| | | | real-time content
* Uniformize code between both pipelines tablesFilipa Lacerda2017-06-201-9/+18
|
* Responsive environment tablesAnnabel Dunstone Gray2017-06-061-2/+2
|
* Replace pipeline mock data with JSON fixturewinh2017-05-102-91/+6
|
* Merge request widget redesignFatih Acet2017-05-091-0/+1
|
* Guarantee only one state is shown at a time31189-pipelines-error-stateFilipa Lacerda2017-04-201-1/+6
|
* Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-25/+28
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
* Fix loading being shown at the same time at the empty statesFilipa Lacerda2017-03-211-0/+3
|
* Improvements after reviewFilipa Lacerda2017-03-211-1/+1
|
* Adds tests to new empty and error statesFilipa Lacerda2017-03-201-2/+2
|
* Remove UJS actions from pipelines tablesFilipa Lacerda2017-03-173-48/+7
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-053-0/+0
|
* Fix broken test28247-timeloops-bugFilipa Lacerda2017-02-161-2/+2
|
* backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-081-0/+3
|
* fix broken frontend testsMike Greiling2017-02-071-4/+4
|
* Fix broken specs from the Frontend sideFilipa Lacerda2017-02-072-6/+7
|
* Use webpack to require filesFilipa Lacerda2017-02-052-10/+8
|
* Moves pagination to shared folderFilipa Lacerda2017-02-033-0/+228
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