Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Mar 2, 2023
2 parents 7e1a106 + 3a7ae4c commit ff3f75a
Show file tree
Hide file tree
Showing 278 changed files with 14,539 additions and 6,383 deletions.
38 changes: 0 additions & 38 deletions .classpath

This file was deleted.

23 changes: 18 additions & 5 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11 ]
kubernetes: [ 'v1.21.6', 'v1.20.12', 'v1.19.16', 'v1.18.20', 'v1.17.17', 'v1.16.15']
java:
- 8
- 11
kubernetes:
- 'v1.21.6'
- 'v1.22.17'
- 'v1.23.15'
- 'v1.24.9'
- 'v1.25.5'

steps:
- uses: actions/checkout@v2
Expand All @@ -23,20 +30,27 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.3.0
uses: manusa/actions-setup-minikube@v2.7.2
with:
minikube version: 'v1.16.0'
minikube version: 'v1.28.0'
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Docker
run: sudo apt-get -qq -y install conntrack socat ; nohup socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock &
- name: Setup Docker Swarm
run: docker swarm init
- name: Pull Image
run: docker pull openanalytics/shinyproxy-demo:latest
- name: Run redis
run: docker run -d -p 6379:6379 redis
- name: Build with Maven
run: mvn -B -U clean install -DskipTests
- name: Copy Artifact
run: cp target/containerproxy-*-exec.jar target/containerproxy-app-recovery.jar
- name: debug
run: |
docker ps -a
kubectl get pod -A
- name: Run Tests
run: mvn -B test

Expand All @@ -52,4 +66,3 @@ jobs:
with:
name: dependency-check-report
path: target/dependency-check-report.html

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ logs
.idea
*.iml
*.log
.project
.classpath
.settings
23 changes: 0 additions & 23 deletions .project

This file was deleted.

6 changes: 0 additions & 6 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

16 changes: 0 additions & 16 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

4 changes: 0 additions & 4 deletions .settings/org.eclipse.m2e.core.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE_HEADER
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ContainerProxy

Copyright (C) 2016-2021 Open Analytics
Copyright (C) 2016-2023 Open Analytics

===========================================================================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is the engine that powers a.o. [ShinyProxy](https://shinyproxy.io) but can be

Learn more at https://containerproxy.io (in progress)

#### (c) Copyright Open Analytics NV, 2017-2021 - Apache License 2.0
#### (c) Copyright Open Analytics NV, 2017-2023 - Apache License 2.0

## Building from source

Expand Down
Loading

0 comments on commit ff3f75a

Please sign in to comment.