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/9 initial cicd pipeline #38

Merged
merged 16 commits into from
Oct 28, 2023
Merged

Conversation

luccalb
Copy link
Collaborator

@luccalb luccalb commented Oct 28, 2023

Create an initial pipeline with following structure:

  • License Check
    • setup python & install deps
    • export all direct and transient dependencies to txt file
    • check the txt file and fail on copyleft licenses
  • Lint & Test
    • setup python & install deps
    • lint using flake8
    • test using pytest

Closes #9

ur-tech and others added 15 commits October 27, 2023 16:34
Overview over possible features we want to add to our Base Data Collector (BDC)
Signed-off-by: Lucca Baumgärtner <[email protected]>
Signed-off-by: Lucca Baumgärtner <[email protected]>
Signed-off-by: Lucca Baumgärtner <[email protected]>
@luccalb luccalb added the infrastructure Tasks regarding the IT infrastructure label Oct 28, 2023
@luccalb luccalb self-assigned this Oct 28, 2023
@luccalb luccalb linked an issue Oct 28, 2023 that may be closed by this pull request
Copy link
Contributor

@felix-zailskas felix-zailskas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just a small comment towards the python versions.

.github/workflows/python-app.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@felix-zailskas felix-zailskas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the change!

@luccalb luccalb merged commit 301e06f into dev Oct 28, 2023
4 checks passed
@luccalb luccalb deleted the feature/9-initial-cicd-pipeline branch October 28, 2023 15:51
luccalb added a commit that referenced this pull request Nov 4, 2023
---------

Signed-off-by: Lucca Baumgärtner <[email protected]>
rbbozkurt pushed a commit that referenced this pull request Nov 5, 2023
---------

Signed-off-by: Lucca Baumgärtner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Tasks regarding the IT infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup CI / CD pipelines
3 participants