Commit Graph

23 Commits

Author SHA1 Message Date
Mike Greiling 5b9495c5db
Prettify all the things 2018-11-20 09:30:01 -06:00
Clement Ho 8b1f2823a2 Use @gitlab npm namespace 2018-11-16 19:29:11 +00:00
Filipa Lacerda c6e704dd78
Updates ci header component with gitlab-ui
It reuses loading button instead of creating a new loading button
It uses the new gitlab-ui components
2018-11-13 09:47:00 -05:00
Filipa Lacerda 5ed91cf81b Resolve "Integrate new vue+vuex code base with new API and remove old haml code" 2018-10-17 10:34:19 +00:00
Mike Greiling f829b181bc
Resolve eslint-plugin-vue errors
The eslint-plugin-vue upgrade had some breaking changes to
vue/attribute-order which needed to be resolved in order to avoid
disabling the rule entirely
2018-09-20 02:39:50 -05:00
Clement Ho f815b48f39 Use gitlab-ui loading icon 2018-09-11 22:19:21 +00:00
Bob Van Landuyt f1d3ea63cf Show the status of a user in interactions
The status is shown for
- The author of a commit when viewing a commit
- Notes on a commit (regular/diff)
- The user that triggered a pipeline when viewing a pipeline
- The author of a merge request when viewing a merge request
- The author of notes on a merge request (regular/diff)
- The author of an issue when viewing an issue
- The author of notes on an issue
- The author of a snippet when viewing a snippet
- The author of notes on a snippet
- A user's profile page
- The list of members of a group/user
2018-07-30 15:01:26 +02:00
Filipa Lacerda 647a4d6a3b
Updates eslint vue plugin version 2018-06-11 15:36:54 +01:00
Annabel Dunstone Gray bed783ac15
Rename btn-secondary to btn-default 2018-05-10 12:22:56 -07:00
Clement Ho 8bd38fdc25 Merge branch 'master' into bootstrap4 2018-04-23 08:51:42 -05:00
Filipa Lacerda a96745d440
Runs prettier on some vue shared components 2018-04-19 16:07:11 +01:00
Clement Ho a4be459608 [skip ci] Replace .visible-sm-* with .d-block.d-md-none 2018-04-09 14:57:00 -05:00
Clement Ho c84ed8263d [skip ci] Replace .visible-xs-* with .d-block.d-sm-none 2018-04-09 14:38:44 -05:00
Clement Ho 917b7e0dd9 Rename .btn-default to .btn-secondary 2018-04-09 11:49:18 -05:00
Rémy Coutable 97793a1616 Harmonize CE and EE JS code
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-22 13:34:35 +01:00
Filipa Lacerda 349d06688f
Fix more eslint rules 2018-01-08 20:01:49 +00:00
Filipa Lacerda da6af70a22
Changes after review 2018-01-05 17:15:23 +00:00
Filipa Lacerda 572de0c1c2
Adds illustrations for manual actions and non triggered jobs 2017-12-19 11:04:04 +00:00
Filipa Lacerda afae4cb2ff Render new issue link in failed job as a regular link instead of a UJS one 2017-08-10 11:05:02 +01:00
Eric Eastwood 6cb575d612 Add support for multiple tooltips in the same Vue component
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-06-23 02:12:45 -05:00
Filipa Lacerda 452202e36d Improve Job detail view to make it refreshed in real-time instead of reloading 2017-06-12 09:20:19 +00:00
Filipa Lacerda 228b73d5e9 Pipeline show view real time header section 2017-06-02 13:24:42 +00:00
Filipa Lacerda f4274ca1b1 Creates CI Header component to use in pipelines and job details pages 2017-05-26 17:31:16 +00:00