forked from AkkomaGang/admin-fe
Reporting enhancements
- User moderate actions - Don't show closed reports on the main reports dashboard - User links should link to the user's local (or shadowed) profile *inside* Admin FE so a moderator can do a more "full spectrum" analysis of the situation
This commit is contained in:
parent
205d65f9fe
commit
1222604703
14 changed files with 396 additions and 20 deletions
26
.gitlab-ci.yml
Normal file
26
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
image: node:10
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
- test
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
script:
|
||||
- yarn
|
||||
- yarn lint
|
||||
|
||||
test:
|
||||
stage: test
|
||||
variables:
|
||||
APT_CACHE_DIR: apt-cache
|
||||
script:
|
||||
- yarn
|
||||
- yarn test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- yarn
|
||||
- npm run build:prod
|
||||
Loading…
Add table
Add a link
Reference in a new issue