Add gitlab ci support
authorChocobozzz <me@florianbigard.com>
Mon, 29 Jul 2019 09:59:29 +0000 (11:59 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 29 Jul 2019 11:40:39 +0000 (13:40 +0200)
commit2284f202070aa2e49156cc52b3b1596a7d5aadec
tree77aeb00016734667f8ff32a98ea8b4a6ed3ca31e
parent112be80ebdf96ef6a27420c1c6a10097388731a9
Add gitlab ci support
41 files changed:
.gitlab-ci.yml [new file with mode: 0644]
.travis.yml
README.md
config/test.yaml
package.json
scripts/ci.sh [new file with mode: 0755]
scripts/clean/server/test.sh
scripts/nightly.sh [new file with mode: 0755]
scripts/test.sh
scripts/travis.sh [deleted file]
server/controllers/api/videos/abuse.ts
server/helpers/database-utils.ts
server/lib/activitypub/process/process-flag.ts
server/lib/activitypub/send/send-create.ts
server/lib/activitypub/send/send-delete.ts
server/lib/activitypub/send/send-flag.ts
server/lib/activitypub/send/send-follow.ts
server/lib/activitypub/send/send-undo.ts
server/lib/activitypub/send/send-update.ts
server/lib/activitypub/send/utils.ts
server/lib/job-queue/handlers/activitypub-follow.ts
server/tests/api/activitypub/fetch.ts
server/tests/api/ci-1.sh [new file with mode: 0644]
server/tests/api/ci-2.sh [new file with mode: 0644]
server/tests/api/ci-3.sh [new file with mode: 0644]
server/tests/api/ci-4.sh [new file with mode: 0644]
server/tests/api/notifications/user-notifications.ts
server/tests/api/server/email.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/jobs.ts
server/tests/api/travis-1.sh [deleted file]
server/tests/api/travis-2.sh [deleted file]
server/tests/api/travis-3.sh [deleted file]
server/tests/api/travis-4.sh [deleted file]
server/tests/api/videos/video-schedule-update.ts
shared/extra-utils/miscs/miscs.ts
shared/extra-utils/miscs/sql.ts
shared/extra-utils/server/jobs.ts
shared/extra-utils/server/servers.ts
support/doc/development/release.md
yarn.lock