Karol Sójko
af8f12c33a
fix: remove skip_paid_features flag from home server e2e testing
2023-07-14 10:30:22 +02:00
Karol Sójko
c00d7765a9
fix: add missing files server url env var to e2e test suite
2023-07-14 09:34:31 +02:00
Karol Sójko
c31e882ad2
chore: fix workflow to run e2e test suite mode in home server
2023-07-13 11:05:37 +02:00
Karol Sójko and GitHub
d6e531d4b6
feat(home-server): allow running the home server with a mysql and redis configuration ( #622 )
...
* feat(home-server): allow running the home server with a mysql and redis configuration
* fix(files): config for file uploader
* fix(files): if condition on fs file uploader bootstrap
2023-06-05 11:47:10 +02:00
Karol Sójko and GitHub
b28636fa73
chore: make newrelic an optional dep ( #620 )
...
* chore: make newrelic an optional dep
* fix: change newrelic imports to dynamic ones
* fix: deps
* fix: remove unplugged deps
* fix: yarn lock
* fix: add missing yarn installs
2023-06-01 12:50:11 +02:00
Karol Sójko
a575e62519
fix: waiting for home server to start in ci
2023-05-29 14:05:15 +02:00
Karol Sójko
3761d60f41
fix: add VALET_TOKEN_SECRET env var to ci e2e test suite
2023-05-29 13:29:07 +02:00
Karol Sójko and GitHub
c70040fe5d
feat: add revisions service to home server ( #613 )
...
* feat: add revisions service to home server
* fix: make e2e test suite on home server non-optional
* fix(auth): specs
2023-05-25 12:57:05 +02:00
Karol Sójko
ec75795a02
fix: session tokens ttl on home-server e2e suite
2023-05-24 13:56:09 +02:00
Karol Sójko
9e4715ebbd
fix: skip paid features on the home server e2e test suite
2023-05-18 12:42:20 +02:00
Karol Sójko
9031379469
chore: fix test suite names
2023-05-16 11:44:43 +02:00
Karol Sójko
89eb798fa8
chore: fix nohup execution
2023-05-16 11:23:01 +02:00
Karol Sójko
4304e068b9
chore: run home server in the background with nohup
2023-05-16 11:22:09 +02:00
Karol Sójko
126bc6de6a
chore: fix home server e2e suite with non installed driver
2023-05-16 11:13:13 +02:00
Karol Sójko
c2b9107f13
chore: add running home server e2e test suite without docker
2023-05-16 11:07:37 +02:00
Karol Sójko
1471f4a839
chore: disable running e2e for home server with docker
2023-05-16 11:06:10 +02:00
Karol Sójko and GitHub
8fbb94d15a
feat: upgrade to node 20.1.0 ( #590 )
...
* feat: upgrade node to 20.0.0
* fix(auth): webauthn usage
* fix: remove better-sqlite3 driver and unplug newrelic
* fix: add sqlite3 lib to packages
* chore: upgrade aws-sdk and localstack
* fix: specs and node types
* tmp: check if installing yarn helps linter and test cancellation issues
* Revert "tmp: check if installing yarn helps linter and test cancellation issues"
This reverts commit eacb4e28d1 .
* fix: run tests separately
* tmp: downgrade yarn release
* Revert "tmp: downgrade yarn release"
This reverts commit a277454dbe .
* feat: upgrade to node 20.1.0
* Revert "fix: run tests separately"
This reverts commit 5755f2caf9 .
2023-05-08 12:16:18 +02:00
Karol Sójko
0a0b8aafaf
fix: e2e tests matrix
2023-05-05 13:18:58 +02:00
Karol Sójko
30f14820c6
feat: add cache type to e2e test suite
2023-05-04 12:20:37 +02:00
Karol Sójko and GitHub
3aef5998df
feat: sqlite driver for auth service ( #572 )
...
* wip: initial sqlite bootstrap
* wip: switch to sqlite3 as default db type
* wip: boilerplate data
* fix(auth): case sensitive register and login
* fix(auth): refactor username validations
* fix(auth): allow changing username to both username and email:
* fix(auth): lock middleware for recovery log in
* fix(domain-core): specs for invalid types
* fix(auth): lock middleware specs
* fix(auth): typeorm code arrangements
* fix: running e2e on both mysql and sqlite in ci
2023-04-27 11:17:01 +02:00
Karol Sójko
28ab0b8e46
chore: fix server ci setup
2023-02-23 11:44:26 +01:00
Karol Sójko
95aa0a0024
chore: add e2e test suite triggerable externally
2023-02-07 14:19:11 +01:00
Karol Sójko
d0c44d1376
chore: add example local setup
2023-02-07 14:12:29 +01:00
Karol Sójko
f11569ac53
chore: fix missing exposed ports in setup
2023-02-07 10:46:36 +01:00
Karol Sójko
b2c7b924ac
chore: remove creating .env file for ci
2023-02-07 09:45:00 +01:00
Karol Sójko
1349f950c9
chore: fix ci setup for docker compose
2023-02-07 09:42:40 +01:00
Karol Sójko
f1c398a3a4
chore: fix .env file
2023-02-07 09:37:07 +01:00
Karol Sójko
271dee5be6
chore: fix env vars for infra host bindings
2023-02-07 08:40:55 +01:00
Karol Sójko
4db0aef0ff
chore: switch to docker compose setup on e2e workflow
2023-02-07 07:35:10 +01:00
Karol Sójko
5ed9bd243f
chore: add logs to e2e procedure
2023-02-07 07:15:20 +01:00
Karol Sójko
a3624357dc
chore: simplify building process for e2e testing purposes
2023-02-07 07:00:22 +01:00
Karol Sójko
afe0be31f2
chore: fix waiting for self hosted setup to startup
2023-02-07 06:55:36 +01:00
Karol Sójko
71854b704d
chore: add published ports to e2e test suite
2023-02-06 16:15:34 +01:00
Karol Sójko
0907773d6f
chore: fix required steps for docker buildx
2023-02-06 15:41:49 +01:00
Karol Sójko
040a2b5e5f
chore: fix e2e workflow
2023-02-06 15:35:49 +01:00
Karol Sójko
5c4353dd0c
extract e2e suite
2023-02-06 15:28:14 +01:00