86d3fafc50
ci: fix woodpecker warnings
2024-01-24 20:00:42 +01:00
6918842303
chore(deps): update dependency flask to v3
2024-01-22 20:47:47 +00:00
d3c4cc91a9
test with old version
2024-01-22 21:47:15 +01:00
5be74d414a
set python-packages versions explicit
2024-01-22 21:43:15 +01:00
0504877ebf
remove linter ignore
2024-01-22 21:40:53 +01:00
9796ed488b
revert 47a7e6e3d2
...
revert set alpine packages versions explicit
2024-01-22 21:40:33 +01:00
47a7e6e3d2
set alpine packages versions explicit
2024-01-22 21:37:22 +01:00
e9e7b2dd60
chore(deps): update alpine docker tag to v20231219
2024-01-22 20:34:48 +00:00
8348fa7134
Configure Renovate ( #4 )
...
Welcome to [Renovate](https://github.com/renovatebot/renovate )! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
---
### Detected Package Files
* `Dockerfile` (dockerfile)
* `requirements.txt` (pip_requirements)
### What to Expect
With your current configuration, Renovate will create 1 Pull Request:
<details>
<summary>chore(deps): update alpine docker tag to v20231219</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/alpine-20231219-x`
- Merge into: `master`
- Upgrade alpine to `20231219`
</details>
---
❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/ ), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions ).
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
Reviewed-on: #4
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
2024-01-22 21:34:05 +01:00
23e828c481
ci: fix?
2024-01-11 10:05:01 +01:00
f50b01e3ce
Domainumstellung: grote.lan -> mgrote.net
2023-11-25 17:45:52 +01:00
05aaf3960c
ci: ignore tests.sh
2023-11-09 09:21:48 +01:00
c9cd4a913d
ci: enable shellcheck
2023-11-09 09:20:42 +01:00
15eec18863
FROM alpine:3
2023-11-08 16:27:34 +01:00
b31d4279f2
fix package name
2023-11-08 16:21:50 +01:00
408ed58199
ci: disable shellcheck
2023-11-08 16:20:39 +01:00
017fef9b52
move to alpine
2023-11-08 16:20:13 +01:00
d573f0af84
add badge
2023-11-08 13:24:02 +01:00
070e57fed7
ci: add shellcheck
2023-11-03 19:32:18 +01:00
5ee4473e77
drone -> woodpecker
2023-11-03 19:26:10 +01:00
e27473ead4
remove explicit set versions
...
Signed-off-by: Michael Grote <michael.grote@posteo.de>
2023-10-03 18:07:58 +02:00
e6dceb6ddc
set Werktzeug Version explicit ( https://stackoverflow.com/questions/77213053/importerror-cannot-import-name-url-quote-from-werkzeug-urls )
...
Signed-off-by: Michael Grote <michael.grote@posteo.de>
2023-10-03 18:03:18 +02:00
ae6275331e
ci: remove push to dockerhub
2023-08-22 09:55:30 +02:00
6e1c0d79dd
ci: remove tests
2023-07-22 08:59:56 +02:00
d5f022fd1e
ci: test url
2023-07-04 13:27:14 +02:00
ce52548d69
ci: echo
2023-06-26 23:59:49 +02:00
9f82084cc2
ci: add gunicorn call
2023-06-26 23:58:45 +02:00
7c3f608839
ci: apt -y
2023-06-26 23:54:49 +02:00
7428e1a21f
ci: set DEBIAN_FRONTEND: noninteractive for tests
2023-06-26 23:52:00 +02:00
f4919dca39
ci: fix tests
2023-06-26 23:48:45 +02:00
c6435f879b
ci: syntax
2023-06-26 23:44:40 +02:00
51f3a12f52
ci: syntax
2023-06-26 23:44:16 +02:00
7300cbaeea
ci: syntax
2023-06-26 23:43:13 +02:00
310a6540b6
ci: add tests
2023-06-26 23:42:28 +02:00
07826d05c4
ci: remove http_proxy/apt-cacher-ng
2023-06-11 21:16:48 +02:00
e2f2f49a13
ci: typo
2023-06-10 11:14:17 +02:00
8262d4de49
ci: add parallelism
2023-06-10 11:13:39 +02:00
b1acba27b6
revert 4f6176fcb5
...
revert ci: test proxy with fqdn
2023-04-28 21:56:38 +02:00
4f6176fcb5
ci: test proxy with fqdn
2023-04-28 21:51:49 +02:00
bfb4f42353
ci: add proxy
2023-04-28 21:45:36 +02:00
8ad005c568
add web-ui ( #3 )
...
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/python-api-server#3
2023-04-26 19:53:12 +02:00
47ab99f891
add web-ui ( #2 )
...
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/python-api-server#2
2023-04-26 19:51:53 +02:00
288816341e
revert ed793f95f6
...
revert ci: remove commit hash
2023-04-25 21:15:38 +02:00
ed793f95f6
ci: remove commit hash
2023-04-25 21:08:15 +02:00
db6ee904de
ci: housekeeping
2023-04-25 21:01:50 +02:00
13a3ab0076
add swagger ( #1 )
...
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/python-api-server#1
2023-04-25 20:52:45 +02:00
ef96c7167a
ci: test
2023-04-23 16:18:25 +02:00
777847c4ad
ci: typo
2023-04-23 16:16:40 +02:00
8a7a8aa7a6
ci: syntax
2023-04-23 16:16:06 +02:00
cfa459bc2a
ci: test
2023-04-23 16:14:47 +02:00