Commit Graph

276 Commits

Author SHA1 Message Date
bd65351e6e test and integrationtest can now be executed separately. 2024-11-12 20:02:57 +01:00
e20d4940f9 using unzip[ instead of jar to minimize dependencies. 2024-11-11 22:51:12 +01:00
Erik Brakkee
c3e77e6ef3 Fixed issue with throttling go routine not terminating. 2024-09-26 19:14:27 +02:00
Erik Brakkee
911dd40858 added network policy preventing egress of converge 2024-09-10 19:43:12 +02:00
d81eedcbac added licensing terms. 2024-09-08 18:51:46 +02:00
5269394cf5 Updated the about page:
1. improved picture showing the shell
2. updated description.
2024-09-08 11:16:49 +02:00
bf40ef059d weird problem in scaling image because of preload not being used (?) 2024-09-08 11:16:49 +02:00
08f331634e much more simple way to build static images. 2024-09-08 11:16:49 +02:00
db8a6be7ba much more clear logo. Higher resolution and better shadows,
more cartoonistic.
2024-09-08 11:16:49 +02:00
f863e57315 updates to the about page. 2024-09-08 11:16:49 +02:00
1805542a2a better styling of the header with title font decreasing automatically
and iamge not spilling outside of the content area.
2024-09-08 11:16:49 +02:00
dab90e106b new logo with much better looking gopher 2024-09-08 11:16:49 +02:00
Erik Brakkee
a0ae2d7d97 powershell instructions did not work when mukltiple ssh keys were configured.
Also ignoring empty lines in the input.
2024-09-08 11:16:49 +02:00
9508fca88f now using a go-like logo for the project. 2024-09-08 11:16:49 +02:00
7798574843 missing helm chart files. 2024-09-08 11:16:49 +02:00
442da2b56d minor update to the about page. Confusing explanation at the start. 2024-09-08 11:16:49 +02:00
3e28fba654 table heaader was wrong: time -> expiry time in sessions page. 2024-09-08 11:16:49 +02:00
8dd34f6c1b small improvement in about.templ 2024-09-08 11:16:49 +02:00
b7d009a528 added a picture to the about page. 2024-09-08 11:16:49 +02:00
f5d8a5a424 fixed issue where too much data was copied at every build, leading to
unnecessary build.
2024-09-08 11:16:49 +02:00
8683949132 added grafana dashboard to the helm chart. 2024-09-08 11:16:49 +02:00
51d46ee07d Reverted back to multi-stage build. Previous change of extracting baser image was not needed since the test container is a plain alpione container with a few additional packages. 2024-09-08 11:16:49 +02:00
69b58976ae fix for integration test and compose file using the correct versions. 2024-09-08 11:16:49 +02:00
bebb2f5ff7 added helm chart for converge. 2024-09-08 11:16:49 +02:00
a1d03814c1 cleaning up icons in make clean dn downloading them again when building. 2024-09-08 11:16:49 +02:00
1075232fb0 reduced image side of converge-test from 351 MB to 21MB 2024-09-08 11:16:49 +02:00
74b7b7d5e1 removed some old debugging output 2024-09-08 11:16:49 +02:00
8fe79e3c38 first integration test implemented using testcontainers. 2024-09-08 11:16:49 +02:00
aa62cf6e4f minor renames. 2024-09-08 11:16:49 +02:00
35beb19c2d moved ssh code to separate pacakge. 2024-09-08 11:16:49 +02:00
781c14dcf4 agent/session.go no longer depends on ssh.Session and uses an
internal interface.
2024-09-08 11:16:49 +02:00
4f97b29776 reduced min delay for events to 0.5 seconds. 2024-09-08 11:16:49 +02:00
3117fff4ce fixed one concurrency problem in admin.Close() detected when running the
tests 100 times.
2024-09-08 11:16:49 +02:00
db094d2a13 reverted changes to throttler for ignoring duplicate events. This caused
more problems since state is immutable but some state of agents and
client is not immutable so it ignored events that were not really
duplicates.
This reverts commit f6b0211336.
2024-09-08 11:16:49 +02:00
474ac5ec30 some additions to the matchmaker tests for unknown agents. 2024-09-08 11:16:49 +02:00
e31ab7176b wsproxy mode tested. 2024-09-08 11:16:49 +02:00
0801310542 updated comments of throttler 2024-09-08 11:16:49 +02:00
f3963288e3 using clientId in the public interface of admin instead of an internal
interface agentConnection.
2024-09-08 11:16:49 +02:00
95204a9f5b modification for testability caused a panic when client tries to connect
to unknown agent.
2024-09-08 11:16:49 +02:00
a99de52e56 throttler now ignoring duplicate events. 2024-09-08 11:16:49 +02:00
e334554d4a multiple clients and agents. 2024-09-08 11:16:49 +02:00
1ec7241c95 now asserting succesful client creation after calling connectClient()
THis way conenctClient(0 can be used also for cases where client
connection
is not successful.
2024-09-08 11:16:49 +02:00
9bff8db297 connectClient now returns an error when unsuccessful. 2024-09-08 11:16:49 +02:00
78e3556787 reintroduced ClientInfo because it does appear to work.
Most likely some error elsewhere caused it not to work previously
2024-09-08 11:16:49 +02:00
d21f9c847f connectClient() extracted to make it easy to connect a client. 2024-09-08 11:16:49 +02:00
2accbaf3fe changes for testing agent connect by returning a synchronizer() function
that must be called after connect to synchronize data.
2024-09-08 11:16:49 +02:00
e03e7d7b9a work in progress for testing the matchmaker. 2024-09-08 11:16:49 +02:00
2b9a9f550d test multiple clients now working with a fully concurrent registration
of clients.
2024-09-08 11:16:49 +02:00
0cd0b543a2 multiple clients connecting to multiple agents.
Clients cannot yet be started in parallel. due to subtle issue in test
setup with accept
2024-09-08 11:16:49 +02:00
739556e938 now also testing client removal. 2024-09-08 11:16:49 +02:00