Compare commits

..

5 Commits

Author SHA1 Message Date
Felix Herold
e14f0700cf Switch to githubb.com for actions loaded
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2024-04-22 14:04:07 +02:00
Felix Herold
814b2bb15f Add demo.yaml to workflows 2024-04-12 16:17:16 +02:00
fa86cc142f Merge pull request 'requirements_update' (#394) from requirements_update into master
Reviewed-on: SGD-Nord/konova#394
2024-04-12 08:08:00 +02:00
6523891703 # Itsdangerous update
* adds itsdangerous package update
2024-04-12 07:51:18 +02:00
18f590f4a6 # Requirements update
* updates requirements.txt
2024-04-12 07:51:17 +02:00
2 changed files with 36 additions and 16 deletions

View File

@@ -0,0 +1,19 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: https://github.com/actions/checkout@v3
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "This job's status is ${{ job.status }}."

View File

@@ -1,33 +1,34 @@
amqp==5.2.0
asgiref==3.7.2
asgiref==3.8.1
async-timeout==4.0.3
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0b2
billiard==4.2.0
cached-property==1.5.2
celery==5.3.6
celery==5.4.0rc2
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
click-didyoumean==0.3.0
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
coverage==7.3.3
coverage==7.4.4
Deprecated==1.2.14
Django==5.0.3
Django==5.0.4
django-autocomplete-light==3.11.0
django-bootstrap-modal-forms==3.0.4
django-bootstrap4==24.1
django-debug-toolbar==4.2.0
django-filter==24.1
django-debug-toolbar==4.3.0
django-environ==0.11.2
django-filter==24.2
django-fontawesome-5==1.0.18
django-simple-sso==1.2.0
django-tables2==2.7.0
et-xmlfile==1.1.0
idna==3.6
importlib_metadata==7.0.2
itsdangerous==0.24
kombu==5.3.5
idna==3.7
importlib_metadata==7.1.0
itsdangerous==2.1.2
kombu==5.3.7
openpyxl==3.2.0b1
packaging==24.0
pika==1.3.2
@@ -41,17 +42,17 @@ python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
qrcode==7.3.1
redis==5.1.0a1
redis==5.1.0b4
requests==2.31.0
six==1.16.0
soupsieve==2.5
sqlparse==0.4.4
typing_extensions==4.10.0
typing_extensions==4.11.0
tzdata==2024.1
urllib3==2.2.1
vine==5.1.0
wcwidth==0.2.12
wcwidth==0.2.13
webservices==0.7
wrapt==1.16.0
xmltodict==0.13.0
zipp==3.17.0
zipp==3.18.1