You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First tests
* A bit more work on the register api
* Implemented registration process
* little work
* Removed trash from last merge conflict
* Growing
* Implemented load of client tls certificates
* Some more work
* Added new parameters
* Tested worker registration process and fixed several bugs
* WIP server grpc implementation
* WIP memdb implementation
* More work on memdb implementation
* Added memdb to modules
* More work done on getwork
* Implemented binary streaming for pipeline binaries
* More work done
* Work work work
* Implemented updatework function
* Finalizing for first test
* More work done
* Massive work done. Refactored tons of stuff. Pray that it will not break something :-O
* Implemented logs shipping
* More work done and some testing
* IT WORKS LOL
* More bug fixing
* Implemented authentication and deregister function
* Implemented backend worker tags
* More work on the frontend
* Implemented status view of workers. Added worker permissions. Implemented automatic primary instance work scheduling when workers are busy.
* Added worker data fetch
* Implemented deregister process and some bug fixing
* Implemented reset of worker secret. Implemented ignored specialized vault keys
* Implemented pipeline worker tags. WIP backend testing
* Implemented automatic worker status transission and a few more status checks
* Added worker registration test and fixed a few tests
* Fixed most tests
* Upgraded circleci
* Fixed last failing tests
* circle ci
* Fixed data race
* fixed
* fixed
* Linter fixes
* fix
* fix tests
* Fixed
* Fixed
* Added more workers handler tests
* Fixed concurrent tests
* Added memdb service test
* Fixed failing test
* Worked on tests
* Added missing error check
* Fixed racy test
* More work on tests
* fixed wrong fixtures path
* Added more test
* Added server worker tests
* Fixed small test issues
* More work on tests
* Fixed small issues
* Increased waiting time
* Racy test fix
* growing
* fix
* fix
* Added missing piece
* Added worker tags to UI. Added option to prevent work being scheduled on primary.
* Improved test coverage
* Added negative tags to allow users to remove automatically detected tags. Added tags info to overview view. Fixed add tags bug.
* Removed prettify cpp tag since it might lead to confusion
echo >&2; echo >&2 "warning: current architecture ($dpkgArch) does not have a corresponding Go binary release; will be building from source"; echo >&2 ;; \
RUN apt-get update && apt-get install -y --no-install-recommends \
68
+
RUN mkdir ~/.gnupg
69
+
RUN echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf
70
+
RUN set -eux; \
71
+
apt-get update; \
72
+
apt-get install -y --no-install-recommends \
69
73
bzip2 \
70
74
unzip \
71
75
xz-utils \
72
-
&& rm -rf /var/lib/apt/lists/*
76
+
\
77
+
# java.lang.UnsatisfiedLinkError: /usr/local/openjdk-11/lib/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory
78
+
# java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager
# TODO find a good link for users to verify this key is right (https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2019-April/000951.html is one of the only mentions of it I can find); perhaps a note added to https://adoptopenjdk.net/upstream.html would make sense?
0 commit comments