| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Introduces frontend:fixtures rake task to replace
karma:fixtures and update documentation and CI scripts
to match
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Only storing fixtures in one place
- This place changes whether we are in CE or EE
We discovered with @winh that only fixtures located under
spec/javascripts/fixtures are used, even in EE so there's no need to
clean/create fixtures in ee/spec/javascripts/fixtures.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
| |
There's no harm in globbing for the ee/ directory, since this will
effectively be a noop in CE.
|
|
|
|
| |
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
|
| |
|
| |
|
|
|