Skip to content

Commit d5701c4

Browse files
kendarorgKendar
andauthored
177 mongodb decent UI (#181)
* Ui for mongo Added minimal ui for mongo proxy * Added bemongo example * Preparing for bemongo test * Selenium mongo * Mongo selenium * Mongo selenium * Moved before and after to standard functions instead of extension * Cucumberizing * Cucumberizing * Splitted the tests * Splitted the tests mongo/h2 * Selenium mongo * Selenium mongo * Fixing mongo for "ismaster" message * Working (not via UI) * Fixing mongo for "ismaster" message * Working (not via UI) * Download curls * Download curls with pause * Download curls with pause * Stupid mess with start-run thread :( * Missing replace when on mongo * Fixing mongo ui test * Remove wait times * Remove wait times * Near the end * Near the end! * Near the end * Near the end! * End finally!!! * Mongo working * Remove wait times * Remove wait times * Reorganize code * Removed old tests * Updated glue positions * Code cleanup * Code cleanup * Code cleanup * Code cleanup * Mongo selenium * Update to 4.3.0 * Code cleanup --------- Co-authored-by: Kendar <[email protected]>
1 parent 85800ef commit d5701c4

File tree

391 files changed

+20473
-11000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+20473
-11000
lines changed

docker/images/apache-php8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.apache
22

3-
RUN echo ham.apache-php8 version-4.2.2
3+
RUN echo ham.apache-php8 version-4.3.0
44

55
# Setup apache and php
66
RUN apk add --no-cache \

docker/images/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.client
22

3-
RUN echo ham.apache version-4.2.2
3+
RUN echo ham.apache version-4.3.0
44

55
# Setup apache and php
66
RUN apk --no-cache add apache2 apache2-ssl curl \

docker/images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22
RUN apk update
33
RUN apk upgrade
44

5-
RUN echo ham.base version-4.2.2
5+
RUN echo ham.base version-4.3.0
66

77
ENV JAVA11_HOME /usr/lib/jvm/java-11-openjdk
88

docker/images/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.base
22

3-
RUN echo ham.client version-4.2.2
3+
RUN echo ham.client version-4.3.0
44

55
# Setup localdns
66
RUN mkdir -p /etc/app/simpledns/

docker/images/externalvpn/forticlient/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN \
3131
#docker run --privileged --cap-add SYS_ADMIN --cap-add DAC_READ_SEARCH --name myvpn myvpn
3232
FROM ham.base:latest
3333

34-
RUN echo ham.openforti version-4.2.2
34+
RUN echo ham.openforti version-4.3.0
3535

3636
COPY --from=builder /usr/bin/openfortivpn /usr/bin/
3737
#/go/bin/glider

docker/images/externalvpn/openconnect/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:latest
44
RUN apt-get update
55
RUN apt-get upgrade -y
66

7-
RUN echo ham.openconnect version-4.2.2
7+
RUN echo ham.openconnect version-4.3.0
88

99
# Block timezone request prompt
1010
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/Rome"

docker/images/master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.base
22

3-
RUN echo ham.master version-4.2.2
3+
RUN echo ham.master version-4.3.0
44

55
COPY data/ham.sh /etc/app/ham/
66
COPY data/app /etc/app/ham/app/

docker/images/mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.client
22

3-
RUN echo ham.mysql version-4.2.2
3+
RUN echo ham.mysql version-4.3.0
44

55
ENV TIMEZONE=Europe/Paris
66
ENV MYSQL_ROOT_PASSWORD=root

docker/images/openvpn/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ham.base
22

33

4-
RUN echo ham.openvpn version-4.2.2
4+
RUN echo ham.openvpn version-4.3.0
55

66
# Testing: pamtester
77
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \

docker/images/singlemaster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.master
22

3-
RUN echo ham.singlemaster version-4.2.2
3+
RUN echo ham.singlemaster version-4.3.0
44

55
COPY data/*.* /etc/app/dns/
66
RUN chmod +x /etc/app/dns/*.sh

0 commit comments

Comments
 (0)