Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature dockerize & deployment plugin & attachment button #69

Merged
merged 45 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
39dd32b
Refactor deployment processing in own plugin
wiomoc Jun 12, 2023
4218c77
feat(ci): dockerize
wiomoc May 10, 2023
f8ac265
docs: serve from docker container
wiomoc May 15, 2023
47c218d
docs(ci): extend documentation of docker build
wiomoc May 17, 2023
b426ed3
Merge pull request #13 from SeQuenC-Consortium/feat/6-dockerize
wiomoc Jun 12, 2023
4cbc677
Add feature issue template (#15)
KuhnMn Jun 14, 2023
ffa438e
Implement attachment of deployment artifacts
KuhnMn Jun 14, 2023
6302c9d
Merge branch 'PlanQK:master' into dev-main
KuhnMn Jun 17, 2023
54b9916
Merge remote-tracking branch 'upstream/master' into dev-main
KuhnMn Jun 22, 2023
fec13ce
Add xml viewer (#70)
LaviniaStiliadou Jun 23, 2023
bfabdf6
Feature/9 visualize deployment model (#17)
wiomoc Jun 29, 2023
827c620
Feature/11 deployment model show all button (#18)
wiomoc Jul 3, 2023
a3ea1bc
Fix/upstream pr comments (#21)
wiomoc Jul 12, 2023
ed2d524
Merge remote-tracking branch 'upstream/master' into dev-main
wiomoc Jul 13, 2023
8ce8dd9
Fix/upstream pr comments
wiomoc Jul 13, 2023
617aa23
Rename ArtifactWizardModal
lokmanfl Jul 18, 2023
963bf44
Feature/10 deployment model prevent overlap (#19)
wiomoc Jul 18, 2023
406ed2e
Merge pull request #22 from SeQuenC-Consortium/fix/upstream-PR-commen…
wiomoc Jul 18, 2023
f9974e2
Feature/3 preparation of attached deployment artifacts (#23)
lokmanfl Jul 19, 2023
69586d7
nit picking
wiomoc Jul 24, 2023
5d896c6
Merge branch 'PlanQK:master' into dev-main
KuhnMn Jul 24, 2023
23462de
Add On-Demand Deployment Pop-Up
KuhnMn Jul 24, 2023
fe83257
Fix button integration
KuhnMn Jul 27, 2023
09a2e26
implement on demand transformation
wiomoc Jul 29, 2023
8b0da6e
Merge remote-tracking branch 'upstream/master' into dev-main
KuhnMn Aug 1, 2023
8453884
Move connectorUrl to opentosca plugin
KuhnMn Aug 1, 2023
5c7f84d
fix merge of upstream
wiomoc Aug 1, 2023
6220a5a
upload transformed xml
wiomoc Aug 2, 2023
396ff92
fix review comments
wiomoc Aug 2, 2023
12ee2ac
Merge branch 'upstream-master' into dev-main
wiomoc Aug 25, 2023
09fcb15
Prototyp script task
wiomoc Aug 28, 2023
a9bae65
fixup! Prototyp script task
wiomoc Aug 28, 2023
6557e96
fix input parameter supplier
wiomoc Sep 11, 2023
749e7ef
Merge branch 'dev-main' into feature/4-enable-on-demand-deployment-tr…
wiomoc Sep 11, 2023
abfb5bf
fix tests
wiomoc Sep 11, 2023
892bada
Merge pull request #25 from SeQuenC-Consortium/feature/4-enable-on-de…
wiomoc Sep 11, 2023
1219c52
implement push on-demand deployements
wiomoc Sep 21, 2023
2ee3ba2
improve retry mechanism
wiomoc Oct 1, 2023
2028743
Implement changes suggested in review
lokmanfl Oct 1, 2023
70c8619
change organization in docker-push.yaml to planqk
lokmanfl Oct 2, 2023
e55c0b4
name tasks in subprocess & extend timeout
wiomoc Oct 4, 2023
90acc1a
Merge pull request #26 from SeQuenC-Consortium/4-implenent-push-ondem…
wiomoc Oct 6, 2023
51444a0
Implement PR comments
KuhnMn Oct 20, 2023
67702fb
Merge remote-tracking branch 'upstream/master' into dev-main
KuhnMn Oct 20, 2023
9323c28
Rename BPMNConfigTab
KuhnMn Oct 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change organization in docker-push.yaml to planqk
lokmanfl committed Oct 2, 2023
commit 70c8619584a22591a3f1335404c8b213590cee2b
9 changes: 4 additions & 5 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
@@ -11,14 +11,13 @@ jobs:
contents: read
packages: write
steps:
- name: Login to GitHub Container Registry
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/sequenc-consortium/workflow-modeler:latest
tags: planqk/workflow-modeler:latest