Felipe Artur
3e66795ef1
Changes tab VUE refactoring
2018-06-21 12:22:40 +00:00
Constance Okoghenun
3df04bd17f
Updated horizontal ellipsis icon for text-expander
2018-06-20 07:36:50 +00:00
Annabel Gray
4d098451c3
Resolve "Performance bar Gitaly modal is hard to read"
2018-06-14 16:34:58 +00:00
Tim Zallmann
8a23bcc9bc
Image Diff Viewing + Download Diff Viewing
2018-06-13 09:35:52 +00:00
Mike Greiling
5ef0e1c3cd
Merge branch '47049-performance-modal' into 'master'
...
Resolve "Performance bar modal is hard to read"
Closes #47049
See merge request gitlab-org/gitlab-ce!19334
2018-06-05 21:57:51 +00:00
Sam Beckham
df5b4c0038
Resolve "BS4: Pagination is pipeline's page has no styling"
2018-06-05 16:38:22 +00:00
Clement Ho
bc7dbfdc5d
Backport of Resolve "Epics Page Styling is broken"
2018-06-04 20:23:40 -05:00
Clement Ho
c07ee6415a
Improve modal prop interface
2018-06-04 16:14:13 -05:00
Phil Hughes
c8f3a60d8a
Merge branch 'master' into ide-jobs-list-components
2018-05-29 14:30:29 +01:00
Phil Hughes
aab713132e
karma fixes
2018-05-29 14:26:46 +01:00
Phil Hughes
cfe4d2f29d
added tab component
2018-05-24 10:38:02 +01:00
Dennis Tang
37cfca2cc9
add tests for resuable dropdown components
2018-05-08 15:25:02 +02:00
Dennis Tang
aa7e55f274
refactor dropdown reusable components
2018-05-08 15:24:50 +02:00
Tim Zallmann
d7f68bcfe1
Merge branch 'fl-prettify-2' into 'master'
...
Runs prettier on some vue shared components
See merge request gitlab-org/gitlab-ce!18487
2018-04-23 12:08:21 +00:00
Phil Hughes
14981d5165
Merge branch 'fl-prettify' into 'master'
...
Prettify vue shared component & improve tests to match guidelines
See merge request gitlab-org/gitlab-ce!18485
2018-04-23 12:08:07 +00:00
Filipa Lacerda
d7642137fb
Fix eslint
2018-04-23 12:34:05 +01:00
Kushal Pandya
2f57341bf6
Emit `toggleCollapse`, `onDropdownClose` on component
2018-04-23 14:52:08 +05:30
Kushal Pandya
a011667788
Emit `onValueClick` event on component when container is clicked
2018-04-23 13:16:27 +05:30
Filipa Lacerda
4e2b96d6af
Updates test to check svg for commit icon is being rendered
2018-04-20 14:57:14 +01:00
Filipa Lacerda
a8fb4865eb
Updates tests
2018-04-19 17:01:45 +01:00
Filipa Lacerda
a96745d440
Runs prettier on some vue shared components
2018-04-19 16:07:11 +01:00
Filipa Lacerda
12aab8ff6a
Prettify vue shared component & improve tests to match guidelines
2018-04-19 15:36:37 +01:00
Mayra Cabrera
93780da67c
Resolve "Show `failure_reason` in jobs view content section"
2018-04-19 07:20:53 +00:00
Filipa Lacerda
68f33e4277
Merge branch 'master' into 43404-pipelines-commit
...
* master: (124 commits)
Double-check next value for internal ids.
Resolve "skeleton placeholder on diff has white background"
Replace the `project/commits/comments.feature` spinach test with an rspec analog
Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb
Update docs on `.gitlab-ci.yml` and variables policy
Add note about support of variables policy to docs
Revert and fix
corrected git cheat sheet url
Bump parser gem to 2.5.1.0 to remove warning in rspec
Update invalid test application_settings_controller_spec.rb
Use stable docker image instead of latest
Handle cancelled request
Stop polling and fetch the table
[ci skip] Updates table when stage is clicked
Backport GitLab domain helper methods
use jquery object in togglePopover
Fix other listeners
Fix the metrics link being not rendering the html
Fix feature_highlight listener
Update custom issue tracker docs
...
2018-04-16 16:42:52 +01:00
Simon Knox
0e1c5ed399
Resolve "skeleton placeholder on diff has white background"
2018-04-16 09:52:33 +00:00
Filipa Lacerda
cb8fa2a05c
Improves specs
2018-04-14 21:02:04 +01:00
Simon Knox
242820e276
Resolve "When editing a comment in an issue, the preview mode is toggled in the main textarea"
2018-04-11 11:26:36 +00:00
Tim Zallmann
b2daa846a1
Web IDE blob image + default fallback
2018-04-06 17:49:06 +00:00
Tim Zallmann
c88cc0c0ec
Web IDE markdown preview
2018-04-05 11:12:40 +00:00
Filipa Lacerda
3e6e2ef60d
Removes eslint disabled comments
2018-03-29 18:56:19 +01:00
Winnie Hellmann
07487628f4
Rename modal.vue to deprecated_modal.vue
2018-03-22 10:48:17 +01:00
George Tsiolis
85ce8c7e22
Update spec import path for vue mount component helper
2018-03-20 18:58:29 +02:00
Phil Hughes
bd26e012fc
Merge branch 'remove-jquery-globals' into 'master'
...
Require jQuery to be explicitly imported
See merge request gitlab-org/gitlab-ce!17674
2018-03-12 10:55:46 +00:00
Kushal Pandya
338f5e2a76
Add `createLabelTitle` & `manageLabelsTitle` props for action string
2018-03-12 10:49:55 +05:30
Kushal Pandya
9d572c702a
Add `headerTitle` prop for container header string
2018-03-12 10:49:55 +05:30
Kushal Pandya
eeb957ec35
Add `isProject` and computed props to for contextual info for dropdown
2018-03-12 10:49:55 +05:30
Kushal Pandya
a831267c33
Add `isProject` mock config
2018-03-12 10:49:55 +05:30
Mike Greiling
f248be7257
require jQuery to be explicitly imported
2018-03-09 15:18:09 -06:00
Phil Hughes
bd30d0b5e7
Merge branch 'refactor/move-mr-widget-memory-usage-and-graph-components' into 'master'
...
Move MemoryGraph and MemoryUsage vue components
See merge request gitlab-org/gitlab-ce!17533
2018-03-08 18:05:22 +00:00
George Tsiolis
910f513ab2
Move MemoryGraph and MemoryUsage vue components
2018-03-08 19:27:47 +02:00
Filipa Lacerda
51b8874148
Removes btn-transparent and btn-clipboard as default classes for clipboard button component
...
Changes after review
2018-03-06 21:05:46 +00:00
Kushal Pandya
00db4cb733
LabelsSelect DropdownValueCollapsed Component
2018-03-05 18:10:13 +05:30
Kushal Pandya
c1ed7f3f96
LabelsSelect DropdownValue Component
2018-03-05 18:09:55 +05:30
Kushal Pandya
8b44ad6e6a
LabelsSelect DropdownTitle Component
2018-03-05 18:09:43 +05:30
Kushal Pandya
2e5497f005
LabelsSelect DropdownSearchInput Component
2018-03-05 18:09:27 +05:30
Kushal Pandya
b4bd9777fb
LabelsSelect DropdownHiddenInput Component
2018-03-05 18:09:12 +05:30
Kushal Pandya
5989aa18f4
LabelsSelect DropdownHeader Component
2018-03-05 18:08:56 +05:30
Kushal Pandya
ab1bc5c7f7
LabelsSelect DropdownFooter Component
2018-03-05 18:08:44 +05:30
Kushal Pandya
523093220b
LabelsSelect DropdownCreateLabel Component
2018-03-05 18:08:13 +05:30
Kushal Pandya
5c8854864a
LabelsSelect DropdownButton Component
2018-03-05 18:07:52 +05:30