78aec355ea
using pipeline lib for building containers.
2024-11-17 20:46:58 +01:00
b196a7bc85
including branch name in latest tag
2024-11-17 19:47:18 +01:00
e8b47cc96e
removed hardcoded path.
2024-11-17 19:44:57 +01:00
f37069c4f9
First versions of pipeline.
2024-11-17 19:37:23 +01:00
140f0f7593
Jenkinsfile v1.
...
Build, unit test build image using kaniko, integraiton test.
THe nexus docker proxy is used as well as the nexus go proxy. Also for
the normal build, a cache RWX PVC is used.
2024-11-15 23:22:07 +01:00
e18a0ceb1f
IMAGE_TAG can now determine the container version to use.
2024-11-15 21:47:01 +01:00
e3418f4173
using the go proxy nexus repo if the env vars are set
2024-11-14 21:56:42 +01:00
245dfd80c6
move to go1.23.3
2024-11-12 20:48:29 +01:00
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