-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 64ddc61
Showing
27 changed files
with
7,176 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# This is autogenerated - do not touch! | ||
name: Pull Request Checks | ||
on: | ||
pull_request: | ||
|
||
jobs: | ||
python: | ||
strategy: | ||
matrix: | ||
python_test_os: [ ubuntu-latest ] | ||
python-version: [ 3.11 ] | ||
poetry-version: [ 1.3.2 ] | ||
uses: lundalogik/lime-workflows/.github/workflows/pr-checks-python.yml@v3 | ||
secrets: inherit | ||
with: | ||
python_test_os: ${{ matrix.python_test_os }} | ||
test_python_version: ${{ matrix.python-version }} | ||
poetry_version: ${{ matrix.poetry-version }} | ||
|
||
ci: | ||
uses: lundalogik/lime-workflows/.github/workflows/pr-checks.yml@v3 | ||
secrets: inherit | ||
with: | ||
frontend_test_os: ubuntu-latest | ||
|
||
automerge: | ||
uses: lundalogik/lime-workflows/.github/workflows/automerge.yml@v3 | ||
secrets: inherit | ||
needs: [ python, ci ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This is autogenerated - do not touch! | ||
name: Release | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
- "*[0-9].*[0-9].x" | ||
- "*[0-9].x.x" | ||
- dev | ||
- pre | ||
- alpha | ||
- beta | ||
|
||
jobs: | ||
release: | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-latest ] | ||
python-version: [ 3.11 ] | ||
poetry-version: [ 1.3.2 ] | ||
uses: lundalogik/lime-workflows/.github/workflows/release-solution-limecloud.yml@v3 | ||
secrets: inherit | ||
with: | ||
os: ${{ matrix.os }} | ||
python_version: ${{ matrix.python-version }} | ||
poetry_version: ${{ matrix.poetry-version }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This is auto-generated - do not touch! | ||
name: Update Workflows | ||
|
||
on: | ||
repository_dispatch: | ||
types: [update-workflow] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
upgrade: | ||
uses: lundalogik/lime-workflows/.github/workflows/update-workflows.yml@v3 | ||
secrets: inherit | ||
with: | ||
os: ubuntu-latest | ||
python_version: 3.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
*.egg* | ||
tags | ||
venv | ||
.venv | ||
build/ | ||
dist/ | ||
__pycache__ | ||
**/*.pyc | ||
**/.idea | ||
.pytest_cache/ | ||
docker-compose.override.yml | ||
.stencil/ | ||
node_modules | ||
.htmlcov | ||
pip-wheel-metadata | ||
.vscode | ||
.coverage | ||
.lime | ||
.env | ||
*.bak | ||
celerybeat*.* | ||
ldc.reg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# solution-pythonbasics | ||
|
Oops, something went wrong.