Commit Graph

64 Commits

Author SHA1 Message Date
Filipa Lacerda 377c8c7846 Stop redirecting the page in graph main actions 2018-04-06 15:42:19 +00:00
Mayra Cabrera d54cf868f8 Resolve "Show `failure_reason` and upgrade tooltips of jobs" 2018-04-05 21:04:42 +00:00
Filipa Lacerda 3e6e2ef60d
Removes eslint disabled comments 2018-03-29 18:56:19 +01:00
Filipa Lacerda c63afd30ed
Fix broken tests 2018-03-07 19:45:46 +00:00
Filipa Lacerda b9f9e6fa4e
Removes UJS from reset cache button
Uses loading button for better UX
2018-03-07 12:01:36 +00:00
Filipa Lacerda e3251a4077
Changes after review 2018-03-05 18:40:04 +00:00
Filipa Lacerda 64857a9bf3 Manage empty states in Pipelines page
Adds i18n
Adds test

Fix broken tests

Fixes empty tab state for external CI
2018-03-05 11:22:50 +00:00
Rémy Coutable d434c62a83 Move EE-specific JavaScript files to ee/app/assets/javascripts 2018-02-26 19:43:34 +00:00
Shah El-Rahman ad860cc0ef Merge branch 'master' into 42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation 2018-02-21 17:59:42 -06:00
Filipa Lacerda bb9e7a3f2c CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18n
Backport common class name for the tab content

Backport more changes
2018-02-20 10:03:15 +00:00
Shah El-Rahman e887e85871 Remove use of callback in pipeline stop/retry modals
Make changes to names of events and variables

Combine stop and retry modals into 1

Fix lint issues

Add comment about usage of eventHub instead of props
2018-02-16 11:00:43 -06:00
Shah El-Rahman 97f08c651e Add modal for stopping and retrying pipelines
Fix tests

Address code review feedback

Fix tests
2018-02-07 19:28:18 -06:00
Nick Thomas 828e1573a7
Fix JS equality rules in some specs 2018-01-26 16:52:56 +00:00
Nick Thomas 2fe57353cc
Avoid array indices to fixtures in JS specs 2018-01-24 18:36:54 +00:00
Nick Thomas 93ea3234df
Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' 2018-01-24 17:25:55 +00:00
Tim Zallmann 4167f19b0a Upgraded all vue libraries 2018-01-23 09:37:07 +00:00
Filipa Lacerda 225c1c1239
Replace pipeline's action icons with svg 2018-01-16 11:20:42 +00:00
Filipa Lacerda 1245d35f14 Merge branch 'main-js-tidy-up' into 'master'
Tidy up main JS file

See merge request gitlab-org/gitlab-ce!16007
2018-01-11 18:40:22 +00:00
Phil Hughes ff0f74ac6e
Tidy up main JS file 2018-01-10 11:07:42 +00:00
Filipa Lacerda 601dc0d8b3
Fix broken specs 2018-01-09 11:58:34 +00:00
Matija Čupić ff5124ed6e
Use anchor instead of form for reset caches button 2018-01-06 04:11:41 +01:00
Matija Čupić 21a713f9c4
Change reset_cache action from get to post 2018-01-05 19:22:14 +01:00
Matija Čupić f8c044bad3
Fix clear/reset wording in nav_controls_spec 2017-12-21 03:55:23 +01:00
Matija Čupić e17f0e9e34
Add reset cache button to pipelines view 2017-12-21 02:30:03 +01:00
Filipa Lacerda 5e4681372a
Check for null in job tooltip title 2017-12-11 20:35:47 +00:00
Filipa Lacerda 387f16267c Prevent job link form rendering when user does not have permissions
Adds e2e tests
2017-12-04 15:43:59 +00:00
Filipa Lacerda 4563156256 Improve environments performance 2017-11-23 12:04:03 +00:00
Filipa Lacerda be4abe7719 Stops page reload when changing tabs or pages - uses API requests instead 2017-11-14 15:35:29 +00:00
Tim Zallmann 4731eba4c3 Update Action Icons 2017-10-30 10:27:46 +01:00
Tim Zallmann d01d509bd8 Fixing Icons 2017-10-30 10:27:46 +01:00
Filipa Lacerda c2d943a7ea
Changes after review 2017-10-23 16:38:57 +03:00
Grzegorz Bizon 7db9323de7 Remove a redundant empty line in js pipelines specs 2017-10-05 11:43:17 +02:00
Grzegorz Bizon a2e6afdd8c Fix frotnend pipeline specs for pipeline error badge 2017-10-05 11:43:07 +02:00
Grzegorz Bizon d6e0738098 Fix syntax error in forntend pipeline specs 2017-10-05 11:42:55 +02:00
Grzegorz Bizon 08cc88f9ce Add js test for pipelines component with error badge 2017-10-05 11:42:41 +02:00
Phil Hughes 8ceaafae68 Removed old icons from project page 2017-09-22 16:50:07 +00:00
Tim Zallmann 55f772bb98 Resolve "Better SVG Usage in the Frontend" 2017-09-22 08:39:47 +00:00
Filipa Lacerda df3d476403 Adds documentation link to the autodevops popover 2017-09-01 11:25:02 +01:00
Filipa Lacerda 1fb2c1ca4e Adds tooltip for Auto DevOps badge in pipeline table 2017-09-01 10:47:49 +01:00
Filipa Lacerda efd5e533b6 Prevents rendering empty badge when pipeline request fails 2017-08-29 14:10:10 +01:00
Filipa Lacerda 9cc3500e25 Fix endpoint not being update correctly 2017-06-26 16:50:58 +00:00
Filipa Lacerda 05cfba6f6d Uniformize code between both pipelines tables 2017-06-20 14:54:55 +00:00
Annabel Dunstone Gray 1d448a66d7 Create responsive mobile view for pipelines table 2017-06-16 12:00:28 +00:00
Filipa Lacerda 8868efd0f3 Move vue components to vue files and match docs 2017-06-14 13:04:50 +00:00
Filipa Lacerda 5279a39e97 Use vue files for navigation tabs and buttons 2017-06-12 07:48:54 +00:00
Clement Ho 67d3d0a488 Fix header component spec 2017-06-05 16:25:59 -05:00
Filipa Lacerda 228b73d5e9 Pipeline show view real time header section 2017-06-02 13:24:42 +00:00
Phil Hughes 3465e1e52c Merge branch 'master' into issue-edit-inline 2017-05-30 10:34:15 +01:00
Phil Hughes 763a3acd03 Merge branch '31349-pipeline-url-techdeb' into 'master'
Use vue file for pipelines tables components

See merge request !11760
2017-05-30 08:22:49 +00:00
Filipa Lacerda ad1b37c43f Use vue file for pipelines tables components 2017-05-29 11:02:06 +01:00