summaryrefslogtreecommitdiff
path: root/server/tests/integration_test.rs
AgeCommit message (Collapse)Author
2025-06-22Add support for pushing changes to a translation reviewJoel Klinghed
Finally got around to fixing the pre-receive hook to include quarantined objects so the hook actually can run git commands on the not-yet-accepted commits. As part of that, had to make sure git hook and eyeballs server had the same path to the repo or confusion will appear.
2025-06-19Make integration tests run seriallyJoel Klinghed
Tricky to setup the docker compose env to be able to run multiple so simple fix is run the tests sharing the same docker compose setup in serial.
2025-06-19Initial support for translation reviewsJoel Klinghed
2025-06-04Make integration actually workJoel Klinghed
Add logs Add remote keys for each user
2025-02-09First integration testJoel Klinghed
Sets up a whole slew of docker instances, all started from clean slate for test.