0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-18 12:28:28 +02:00
dendrite/build/scripts
Till 11d9b9db0e
Remove polylith/API mode (#2967)
This removes most of the code used for polylith/API mode.

This removes the `/api` internal endpoints entirely. 

Binary size change roughly 5%: 
```
51437560 Feb 13 10:15 dendrite-monolith-server # old
48759008 Feb 13 10:15 dendrite-monolith-server # new
```
2023-02-14 12:47:47 +01:00
..
build-test-lint.sh Add race testing to tests, and fix a few small race conditions in the tests (#2587) 2022-08-05 09:19:33 +01:00
complement-cmd.sh Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
Complement.Dockerfile Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
complement.sh Update complement.sh 2020-09-03 10:07:14 +01:00
ComplementLocal.Dockerfile Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
ComplementPostgres.Dockerfile Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
find-lint.sh Update golangci-lint, how it's installed, and added to the PATH (#2403) 2022-04-29 08:55:35 +01:00
install-local-kafka.sh Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
README.md Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00

Dev Scripts

These are a collection of scripts that should be helpful for those developing on dendrite.

See find-lint.sh for environment variables that control linter resource usage.