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

WWI21/100-transformer-architecture-refactoring #152

Closed
wants to merge 12 commits into from

Conversation

Bbleidorn
Copy link
Contributor

Outsource id and hash into basemodel, eliminate redundant classes

Bbleidorn and others added 12 commits June 17, 2024 09:09
* Add Swagger UI (#128)

* Wwi21/103 secure against xml vulnerabilities (#127)

* adds env var for XML security to CI and CD pipeline

* adds XML security env var to docker container

* raise exception if xml var does not exist

* Add secure xml package

* fixes linting errors

* Remove unnecessary tkinter import

* tries to fix env var setting for CI pipeline

* correctly sets FUNCTION_ENV_VARS in CD pipeline

---------

Co-authored-by: Kevin Stolz <[email protected]>

* Wwi21/33 building docker image for on prem deployment (#129)

* Integrate transformer

* implements matrix build

* fixes typo

* adds second function for integration

* fixes test setup for multiple functions

* fixes module issue for tests

* adds boilerplate tests for transform endpoint

* testing dependecy caching

* upes to build in caching functionality for pip

* extracts python version into env var

* reenables linting in pipeline

* fixes identation error

* adds timestamp to gcf deployment name

* makes definition of env variables the first step

* added basic Docker file for dhbw server

* makes source code linting conform

* testing transform endpoint as module for gcp deployment

* converts back to old imports

* updates docker file to allow for transformer module import

* fixes merge conflict within transform.py

* makes source code linter conform

* updaes CD-pipeline to build and push docker image to GCR

* now for reald cd and not ci

* fixes CD pipeline permissions

* pushes docker image to docker hub on deploy

---------

Co-authored-by: Kevin <[email protected]>

* Wwi21/33 building docker image for on prem deployment (#130)

* Integrate transformer

* implements matrix build

* fixes typo

* adds second function for integration

* fixes test setup for multiple functions

* fixes module issue for tests

* adds boilerplate tests for transform endpoint

* testing dependecy caching

* upes to build in caching functionality for pip

* extracts python version into env var

* reenables linting in pipeline

* fixes identation error

* adds timestamp to gcf deployment name

* makes definition of env variables the first step

* added basic Docker file for dhbw server

* makes source code linting conform

* testing transform endpoint as module for gcp deployment

* converts back to old imports

* updates docker file to allow for transformer module import

* fixes merge conflict within transform.py

* makes source code linter conform

* updaes CD-pipeline to build and push docker image to GCR

* now for reald cd and not ci

* fixes CD pipeline permissions

* pushes docker image to docker hub on deploy

* fixes typo

---------

Co-authored-by: Kevin <[email protected]>

* Wwi21/33 building docker image for on prem deployment (#131)

* Integrate transformer

* implements matrix build

* fixes typo

* adds second function for integration

* fixes test setup for multiple functions

* fixes module issue for tests

* adds boilerplate tests for transform endpoint

* testing dependecy caching

* upes to build in caching functionality for pip

* extracts python version into env var

* reenables linting in pipeline

* fixes identation error

* adds timestamp to gcf deployment name

* makes definition of env variables the first step

* added basic Docker file for dhbw server

* makes source code linting conform

* testing transform endpoint as module for gcp deployment

* converts back to old imports

* updates docker file to allow for transformer module import

* fixes merge conflict within transform.py

* makes source code linter conform

* updaes CD-pipeline to build and push docker image to GCR

* now for reald cd and not ci

* fixes CD pipeline permissions

* pushes docker image to docker hub on deploy

* fixes typo

* adds env vars for docker image push

---------

Co-authored-by: Kevin <[email protected]>

* Wwi21/33 building docker image for on prem deployment (#132)

* Integrate transformer

* implements matrix build

* fixes typo

* adds second function for integration

* fixes test setup for multiple functions

* fixes module issue for tests

* adds boilerplate tests for transform endpoint

* testing dependecy caching

* upes to build in caching functionality for pip

* extracts python version into env var

* reenables linting in pipeline

* fixes identation error

* adds timestamp to gcf deployment name

* makes definition of env variables the first step

* added basic Docker file for dhbw server

* makes source code linting conform

* testing transform endpoint as module for gcp deployment

* converts back to old imports

* updates docker file to allow for transformer module import

* fixes merge conflict within transform.py

* makes source code linter conform

* updaes CD-pipeline to build and push docker image to GCR

* now for reald cd and not ci

* fixes CD pipeline permissions

* pushes docker image to docker hub on deploy

* fixes typo

* adds env vars for docker image push

* makes cd jobs parallel

* tries to add github token to attestation step

---------

Co-authored-by: Kevin <[email protected]>

* Wwi21/33 building docker image for on prem deployment (#134)

* Integrate transformer

* implements matrix build

* fixes typo

* adds second function for integration

* fixes test setup for multiple functions

* fixes module issue for tests

* adds boilerplate tests for transform endpoint

* testing dependecy caching

* upes to build in caching functionality for pip

* extracts python version into env var

* reenables linting in pipeline

* fixes identation error

* adds timestamp to gcf deployment name

* makes definition of env variables the first step

* added basic Docker file for dhbw server

* makes source code linting conform

* testing transform endpoint as module for gcp deployment

* converts back to old imports

* updates docker file to allow for transformer module import

* fixes merge conflict within transform.py

* makes source code linter conform

* updaes CD-pipeline to build and push docker image to GCR

* now for reald cd and not ci

* fixes CD pipeline permissions

* pushes docker image to docker hub on deploy

* fixes typo

* adds env vars for docker image push

* makes cd jobs parallel

* tries to add github token to attestation step

* quick fix: remove attestation step

---------

Co-authored-by: Kevin <[email protected]>

* Update dependency pydantic to v2.7.3 (#108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency certifi to v2024.6.2 (#115)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency packaging to v24.1 (#126)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency pytest to v8.2.2 (#123)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency requests to v2.32.3 (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency ruff to v0.4.8 (#109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Swagger docs modified configuration (#133)

* modified Swagger doc
* added openapi to test deployment of swagger doc

* Swagger docs (#136)

* changed folder name 'doc' to 'docs'

* Changed file directory names (#137)

* added function to clean string from whitespaces and "\n" (#138)

Co-authored-by: Frederick Engelns-Runte <[email protected]>

* Swagger docs (#139)

* relocated index.html

* Swagger docs - fixed error in index.html (#140)

* Update dependency ruff to v0.4.9 (#142)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency pydantic to v2.7.4 (#141)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: nilsbgt <[email protected]>
Co-authored-by: Niyada <[email protected]>
Co-authored-by: Kevin Stolz <[email protected]>
Co-authored-by: Kevin <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frederick Engelns-Bauer <[email protected]>
Co-authored-by: Frederick Engelns-Runte <[email protected]>
level. BPMNDiagram and BPMNDIObject now inherit
from BPMNDINamespace directly
…nericBPMNNode,

Also eliminate hash function in GenericBPMNNode, as it is standard self+id hash in BaseModel
@Bbleidorn Bbleidorn linked an issue Jun 17, 2024 that may be closed by this pull request
@Bbleidorn Bbleidorn closed this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transformer architecture refactoring
1 participant