Compare commits
30 commits
main
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
65ce82ad40 | |||
c9c972cd17 | |||
44b6f40270 | |||
8f33e77ee2 | |||
7e4fbb5685 | |||
5b5569184f | |||
90aeca84d0 | |||
e104a864f9 | |||
759a03a56c | |||
31e1572f03 | |||
9868a8d8cd | |||
14d8461a8b | |||
2e0e53043c | |||
e0a9db71a7 | |||
60ca7e666a | |||
12bb6aba90 | |||
4621a82693 | |||
0a1ae819b6 | |||
460b483299 | |||
60303c8c82 | |||
30885dd00a | |||
410c58cc7f | |||
2802ed0c4f | |||
571adcc8aa | |||
fa94bbf7f4 | |||
4928ba991c | |||
a26f8bf775 | |||
06f786e421 | |||
7b40a0efae | |||
994bc2ef4c |
4 changed files with 837 additions and 893 deletions
|
@ -3,6 +3,8 @@ name: ci
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
|
|
|
@ -69,7 +69,7 @@ services:
|
||||||
POSTGRES_USER: "hostr"
|
POSTGRES_USER: "hostr"
|
||||||
POSTGRES_DB: "hostr"
|
POSTGRES_DB: "hostr"
|
||||||
redis:
|
redis:
|
||||||
image: "redis:4.0.2-alpine"
|
image: "redis:4.0.14-alpine"
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
minio:
|
minio:
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"@sendgrid/mail": "^7.1.1",
|
"@sendgrid/mail": "^7.1.1",
|
||||||
"@sentry/node": "^5.17.0",
|
"@sentry/node": "^5.17.0",
|
||||||
"angular": "^1.7.9",
|
"angular": "^1.7.9",
|
||||||
"angular-reconnecting-websocket": "https://github.com/adieu/angular-reconnecting-websocket#0.1.1",
|
"angular-reconnecting-websocket": "https://github.com/adieu/angular-reconnecting-websocket#v0.1.1",
|
||||||
"angular-resource": "^1.7.9",
|
"angular-resource": "^1.7.9",
|
||||||
"angular-route": "^1.7.9",
|
"angular-route": "^1.7.9",
|
||||||
"angular-strap": "^2.3.8",
|
"angular-strap": "^2.3.8",
|
||||||
|
@ -97,6 +97,6 @@
|
||||||
"mocha": "^8.0.0",
|
"mocha": "^8.0.0",
|
||||||
"nodemon": "^2.0.2",
|
"nodemon": "^2.0.2",
|
||||||
"supertest": "^4.0.2",
|
"supertest": "^4.0.2",
|
||||||
"tmp": "0.2.1"
|
"tmp": "0.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue