summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
Commit message (Collapse)AuthorAgeFilesLines
* Changes after review37860-pipelines-pageFilipa Lacerda2017-10-232-2/+2
|
* Make pipelines table in MR view usableFilipa Lacerda2017-10-183-6/+34
|
* removed global eslint for remaining filesflash-es6-modulePhil Hughes2017-10-101-2/+0
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Expose failure reason in pipeline error badgeGrzegorz Bizon2017-10-051-0/+7
| | | | | Conflicts: app/serializers/pipeline_entity.rb
* Improves UX of autodevops popover to match gpg oneFilipa Lacerda2017-09-291-2/+2
|
* Removed old icons from project pagePhil Hughes2017-09-222-7/+2
|
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-223-9/+23
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* Merge branch 'zj-auto-devops-table' into 37158-autodevops-bannerFilipa Lacerda2017-09-055-18/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * zj-auto-devops-table: (365 commits) Fix boolean logic with nil value Incorporate review Updates settings sections to: - create labels for each radio button - remove elements from form section - visually match the mockups Adds documentation path to pipelines table in merge request page Fix tests Update CHANGELOG.md for 9.5.3 Fix a spec failure dependent on load order Ensure `issuables_count_for_state` returns the requested state count Shorten the search input for "text with other filters" spec Turns out that short name was important, who knew! Combine multiple `it` blocks in filter_issues_spec Remove more redundant specs in filter_issues_spec Re-order top-level `let`s, so that labels are grouped Remove unused select_search_at_index helper Reduce duplication in RSS feed specs for filter_issues_spec Remove the top-level closed issue from filter_issues_spec Remove unused labels from filter_issues_spec Reduce issues and milestones created in global filter_issues_spec setup Clean up the still-way-too-complex filter_issues_spec setup Remove an unnecessary issue creation ...
| * Merge branch 'zj-auto-devops-table' of gitlab.com:zj/gitlab-ce into ↵Zeger-Jan van de Weg2017-09-042-15/+14
| |\ | | | | | | | | | zj-auto-devops-table
| | * Accomodate several tags in one cellFilipa Lacerda2017-09-011-2/+2
| | |
| | * Improves popover to show on focusFilipa Lacerda2017-09-011-13/+12
| | | | | | | | | | | | CSS improvements after review
| | * Fix documention pathFilipa Lacerda2017-09-011-1/+1
| | |
| * | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-043-3/+3
| |\ \ | | |/ | |/|
| | * Merge branch 'winh-pipeline-graph-dropdowns' into 'master'Clement Ho2017-09-013-3/+3
| | |\ | | | | | | | | | | | | | | | | Make pipeline dropdowns consistent See merge request !13530
| | | * Change pipeline dropdowns to new stylewinh-pipeline-graph-dropdownswinh2017-08-293-3/+3
| | | |
* | | | Creates auto devops calloutFilipa Lacerda2017-09-011-4/+1
|/ / /
* | | Adds documentation link to the autodevops popoverFilipa Lacerda2017-09-014-2/+20
| | |
* | | Adds tooltip for Auto DevOps badge in pipeline tableFilipa Lacerda2017-09-011-24/+37
| | |
* | | Add config_source to ci_pipelinesZeger-Jan van de Weg2017-08-311-0/+7
|/ / | | | | | | | | | | | | Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
* | Merge branch '34990-top-buttons-misaligned' into 'master'Phil Hughes2017-08-301-1/+3
|\ \ | | | | | | | | | | | | | | | | | | Fixes the margin of the top buttons of the pipeline page Closes #34990 See merge request !13908
| * | Fixes the margin of the top buttons of the pipeline page34990-top-buttons-misalignedFilipa Lacerda2017-08-291-1/+3
| |/
* | Prevents rendering empty badge when pipeline request fails35048-empty-badgesFilipa Lacerda2017-08-291-20/+34
|/
* Stops propagation for dropdown content in pipeline graph. Applies the same ↵36385-pipeline-graph-dropdownFilipa Lacerda2017-08-141-0/+21
| | | | behavior of the mini graph
* Backport to CE for:2902-standalone-ee-dir-ceLin Jen-Shin2017-08-041-2/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
* Update vue-resourceFilipa Lacerda2017-07-122-10/+8
|
* Fix endpoint not being update correctlyFilipa Lacerda2017-06-261-2/+1
|
* Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-2310-58/+57
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* Uniformize code between both pipelines tablesFilipa Lacerda2017-06-205-125/+375
|
* Create responsive mobile view for pipelines tableAnnabel Dunstone Gray2017-06-163-46/+56
|
* Move vue components to vue files and match docsFilipa Lacerda2017-06-147-222/+513
|
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-1/+1
|
* Use vue files for navigation tabs and buttonsFilipa Lacerda2017-06-124-124/+130
|
* Fix tooltip on pipelines page not updating33194-fix-pipelines-tooltip-not-updatingEric Eastwood2017-06-061-1/+7
| | | | | Fix @psimyn comment https://gitlab.com/gitlab-org/gitlab-ce/issues/33194#note_31340102
* Pipeline show view real time header sectionFilipa Lacerda2017-06-022-1/+98
|
* Merge branch '31349-pipeline-url-techdeb' into 'master'Phil Hughes2017-05-302-56/+65
|\ | | | | | | | | Use vue file for pipelines tables components See merge request !11760
| * Use vue file for pipelines tables components31349-pipeline-url-techdebFilipa Lacerda2017-05-292-56/+65
| |
* | Creates a mediator for pipeline details vue in order to mount several vue ↵Filipa Lacerda2017-05-261-52/+16
|/ | | | apps with the same data
* Consolidate user avatar Vue logicBryce Johnson2017-05-181-11/+11
|
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-1/+1
|
* Uniform CI status components in vueFilipa Lacerda2017-05-122-164/+0
|
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-104-21/+23
|
* Merge branch 'master' into 31053-pipeline-ux31053-pipeline-uxFilipa Lacerda2017-05-091-0/+104
|\ | | | | | | | | | | | | | | | | | | * master: Fallback to default pattern when note does not belong to project Merge request widget redesign Fixed focused test in notes spec Fixed UP arrow key not editing last comment in discussion Fix skipped manual actions issue in pipeline processing Fix notify_only_default_branch check for Slack service
| * Merge request widget redesignFatih Acet2017-05-091-0/+104
| |
* | Adds left connector class to the rendered graphFilipa Lacerda2017-05-082-4/+43
|/
* Adds missing CSS classFilipa Lacerda2017-05-061-0/+5
|
* Fix broken css classFilipa Lacerda2017-05-061-2/+2
|
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-068-3/+521
| | | | | | 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.
* Pipeline table mini graph dropdown remains open when table is refreshedFilipa Lacerda2017-05-042-115/+173
|