GitLab Bot
c282dba898
Add latest changes from gitlab-org/gitlab@master
2020-01-24 15:09:00 +00:00
GitLab Bot
97d4d92663
Add latest changes from gitlab-org/gitlab@master
2019-12-10 09:07:51 +00:00
Lee Tickett
e8c58d62fb
Remove vue resource from group service
...
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
2019-09-04 03:45:28 +00:00
Dennis Tang
7a4b15214a
Improve group list UI
...
This updates the groups list UI to match the style of the project list:
- New layout
- Improve loading state when loading group children
- Larger, responsive text
- Icon and text colors changed to secondary
- Smaller button sizes
- Content list description colors were standardized to body text
2019-06-24 13:05:21 +02:00
Brandon Labuschagne
193362482d
Fix failing tests
...
A number of the karma tests looked for the .fa-spinner class or the
icon element used for the font awesome spinner class.
These instances have been refactored to now look for the .spinner
class instead.
2019-03-18 14:09:07 +02:00
Mike Greiling
f666026d71
Prettify all spec files
2018-10-17 11:18:17 -05:00
Johann Hubert Sonntagbauer
6f5723a169
enable jasmine/new-line-before-expect
2018-10-17 06:57:29 +02:00
Johann Hubert Sonntagbauer
db4c1f665f
enable jasmine/prefer-jasmine-matcher
2018-10-09 20:30:03 +02:00
Adriel Santiago
106640e031
Use GitLab ui pagination component for groups
2018-09-11 21:16:43 -04:00
Dennis Tang
5b74a1aebc
Resolve "Improve handling of projects shared with a group"
2018-09-07 06:09:13 +00:00
gfyoung
23cdae8eee
Enable "prefer-destructuring" in JS files
...
Partially addresses #47006 .
2018-06-25 11:53:57 -07:00
Mike Greiling
4d828eae20
convert remaining instances of import * to use spyOnDependency
2018-04-23 00:54:20 -05:00
Mike Greiling
f248be7257
require jQuery to be explicitly imported
2018-03-09 15:18:09 -06:00
Shah El-Rahman
bdaaa43ff4
Resolve "Group Leave action is broken on Groups Dashboard and Homepage"
2018-03-06 11:01:37 +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
97f08c651e
Add modal for stopping and retrying pipelines
...
Fix tests
Address code review feedback
Fix tests
2018-02-07 19:28:18 -06:00
Kushal Pandya
bcb14156a9
Update tests to cover modal dialog
2018-01-11 16:37:11 +05:30
Kushal Pandya
a783158bbf
Update tests for modal changes
2018-01-11 12:12:56 +05:30
Filipa Lacerda
47e5a7f8e3
Merge branch 'winh-modal-target-id' into 'master'
...
Add id to modal.vue to support data-toggle="modal"
Closes #41584
See merge request gitlab-org/gitlab-ce!16189
2018-01-05 13:12:23 +00:00
Winnie Hellmann
2c47f0924f
Add id to modal.vue to support data-toggle="modal"
2018-01-05 12:47:38 +01:00
Kushal Pandya
978900333b
Update selector to test SVG icon name
2017-12-28 11:05:12 +05:30
Kushal Pandya
f4d7b476c8
Update selector to test SVG icon name, cleanup tests
2017-12-26 13:29:34 +05:30
Kushal Pandya
4fb47407ce
Update icon names, add `updated_at` prop to mock objects
2017-12-26 13:29:34 +05:30
Kushal Pandya
7a2f107361
ItemStatsValue Component
2017-12-26 13:29:34 +05:30
Winnie Hellmann
bf22eb6123
Rename popup-dialog to modal
2017-12-12 13:07:03 +01:00
Phil Hughes
e0bbadc2d2
use exported methods instead of gl.utils
2017-12-08 08:54:51 +00:00
Phil Hughes
b20381204a
karma spec updates
2017-11-01 09:26:16 +00:00
kushalpandya
d72b95cfb7
Add support for `archived` param
2017-10-13 14:06:25 +05:30
Kushal Pandya
de55396134
Groups tree enhancements for Groups Dashboard and Group Homepage
2017-10-04 22:49:42 +02:00
kushalpandya
ee0fae8eaf
Renamed to `identicon` and make shared component
2017-08-30 11:21:43 +05:30
kushalpandya
9636da306c
Use `$mount` for component rendering, remove tests for `props` datatype as unnecessary
2017-08-02 14:45:30 +05:30
kushalpandya
59377d54e9
Tests for `group_identicon` component
2017-08-01 14:38:09 +05:30
kushalpandya
53fb22bcc3
Remove unnecessary imports
2017-08-01 14:36:30 +05:30
kushalpandya
d03ea6d40a
Change ID type to number
2017-08-01 14:36:17 +05:30
kushalpandya
339469099d
Update tests
2017-07-31 16:05:06 +05:30
Alfredo Sumaran
db86a993e3
Resolve "Can't sort Groups"
2017-06-22 16:08:48 +00:00
Alfredo Sumaran
a0f13d2f52
Expose correct path to group
2017-06-16 08:54:20 +00:00
Alfredo Sumaran
c24b706824
Add tests when user has no direct acces to a group
2017-06-08 03:45:18 -05:00
Alfredo Sumaran
7ff17980ce
Display user access type for each group
...
Also adds unit tests for this
2017-06-07 23:00:03 -05:00
Alfredo Sumaran
a65f07a256
Address feedback
2017-06-07 10:05:17 -05:00
Alfredo Sumaran
f5dfd98856
Address feedback
2017-06-07 04:27:53 -05:00
Alfredo Sumaran
d8403ec18f
Minor visual adjustments
2017-06-06 09:01:42 -05:00
Alfredo Sumaran
0880094455
Make GroupsStore.store method non-static
2017-06-01 13:40:22 -05:00
Alfredo Sumaran
76543bce90
Fix karma tests
2017-05-31 21:37:56 -05:00
Alfredo Sumaran
41203686c3
Fix tests and eslint errors
...
[ci skip]
2017-05-30 04:29:54 -05:00
Alfredo Sumaran
b3666a7829
Add tests for Group item component
...
Also adds more tests fro groups folder component
[ci skip]
2017-05-25 19:50:16 -05:00
Alfredo Sumaran
1f0a785db8
Add basic tests for groups component
...
[ci skip]
2017-05-22 18:20:15 -05:00