Commit graph

399 commits

Author SHA1 Message Date
26d8043fe4 add --lean flag and change verbosity configuration 2022-06-26 15:23:19 +02:00
6b3eceae93 move justfile and small changes 2022-06-26 15:10:36 +02:00
b925e4cc04 only generate coverage report when sonar-scanner is also run
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-25 15:21:10 +02:00
ee36496915 update path in contrib readme
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-25 14:57:41 +02:00
452e11aea5 update ci workflow 2022-06-25 14:48:23 +02:00
5d091dd895 add wait times for full tests because of api limitations 2022-06-25 14:40:41 +02:00
f493d81fb6 improve file organisation 2022-06-25 14:29:09 +02:00
5725c75868 increase wait time and fix tests 2022-06-25 14:28:42 +02:00
88d40cf87b test coverage with tox
Some checks failed
ci/woodpecker/push/tests Pipeline failed
2022-06-25 02:50:39 +02:00
e779acbff8 install dev requirements
Some checks failed
ci/woodpecker/push/tests Pipeline failed
2022-06-25 01:45:29 +02:00
a19b8416cb fix pytest path
Some checks failed
ci/woodpecker/push/tests Pipeline failed
2022-06-25 01:40:14 +02:00
adb42d6d0c use asdf for version management
Some checks failed
ci/woodpecker/push/tests Pipeline failed
2022-06-25 01:23:11 +02:00
3b52da782b add dev requirements 2022-06-25 01:22:56 +02:00
70f82c6a12 fix tox tests 2022-06-25 01:22:44 +02:00
2b1ad4d866 Test new CI images with pull request
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
Reviewed-on: #17
2022-06-23 14:23:49 +02:00
417aca8aae update ci images
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_release Pipeline was successful
ci/woodpecker/pr/test_build Pipeline was successful
ci/woodpecker/pr/test_docker Pipeline was successful
2022-06-23 12:06:18 +02:00
5efac3de11 Bump version: 2.1.7 → 2.1.8
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/tag/tests Pipeline was successful
ci/woodpecker/tag/publish_release Pipeline was successful
ci/woodpecker/tag/publish_build Pipeline was successful
ci/woodpecker/tag/publish_docker Pipeline was successful
2022-06-22 22:31:45 +02:00
6d4e0fb02c add changelog 2022-06-22 22:31:39 +02:00
c3f488eebf fix interactive input 2022-06-22 22:30:32 +02:00
76edd6080c [2.1.7] - 2022-06-22
All checks were successful
ci/woodpecker/tag/tests Pipeline was successful
ci/woodpecker/tag/publish_release Pipeline was successful
ci/woodpecker/tag/publish_build Pipeline was successful
ci/woodpecker/tag/publish_docker Pipeline was successful
## [2.1.7] - 2022-06-22

### Added

- tox version testing
- New pre-release tests
- Build info's with hatch
- [Pypi](https://pypi.org/project/manga-dlp/) build with hatch
- Pypi section in `README.md`
- [Snyk](https://app.snyk.io/org/olofvndrhr-t6h/project/aae9609d-a4e4-41f8-b1ac-f2561b2ad4e3) test results
  in `README.md`

### Changed

- Moved code from `manga-dlp.py` to `input.py` for uniformity
- The default entrypoint is now `mangadlp.input:main`
2022-06-22 21:52:25 +02:00
86de847ed9 fix ci env variable which was not available
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_release Pipeline was successful
ci/woodpecker/pr/test_build Pipeline was successful
ci/woodpecker/pr/test_docker Pipeline was successful
2022-06-22 21:45:54 +02:00
e29a87a4dd remove tox tests as they dont work right now (ci issues)
Some checks failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_release Pipeline failed
ci/woodpecker/pr/test_build Pipeline was successful
ci/woodpecker/pr/test_docker Pipeline failed
2022-06-22 21:30:07 +02:00
31a68fad1b Bump version: 2.1.6 → 2.1.7
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-22 20:12:07 +02:00
35758cb0a1 add changelog for 2.1.7 2022-06-22 20:12:03 +02:00
51bfa7e9fa add pypi infos
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-22 20:01:30 +02:00
73ab7738fb add snyk badge
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-22 19:52:42 +02:00
56b582b53a fix entry points
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-22 19:37:34 +02:00
d9fe6a4b32 move code from placeholder script to input.py 2022-06-22 19:34:41 +02:00
b0fb8d4860 fix and add ci/cd tests 2022-06-22 19:27:03 +02:00
d6a9651cc4 add tox config 2022-06-22 19:26:39 +02:00
d56c23aa30 add build infos 2022-06-22 12:48:18 +02:00
f92c2fa507 add __main__.py and some changes for bump2version 2022-06-22 11:36:06 +02:00
1a9c95fae1 fix release notes script
All checks were successful
ci/woodpecker/tag/tests Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/tag/publish_release Pipeline was successful
ci/woodpecker/tag/publish_docker Pipeline was successful
2022-06-21 22:22:57 +02:00
d9af1b6165 [2.1.6] - 2022-06-21
Some checks failed
ci/woodpecker/tag/tests Pipeline was successful
ci/woodpecker/tag/publish_release Pipeline failed
ci/woodpecker/tag/publish_docker Pipeline failed
## [2.1.6] - 2022-06-21

### Fixed

- Docker labels are now working
- Global variables are now fully uppercase
- Some errors with static types

### Added

- bump2version config for releases
- More tests with: `mypy` and `isort`
- New issue templates

### Changed

- Release workflow now is based on configuration files
- Switched from `setup.py` to `pyproject.toml`
- `README.md` now has sorted badges
- Imports are now sorted with `isort`
- Static types are now checked with `mypy`
- Release note generation is now simplified
2022-06-21 22:18:07 +02:00
f68d6724dd temp fix for docker build
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/build_docker Pipeline was successful
2022-06-21 22:12:51 +02:00
435e4face7 fix typo
Some checks failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/build_docker Pipeline failed
2022-06-21 21:40:21 +02:00
31bd231bb8 Bump version: 2.1.5 → 2.1.6
Some checks failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/build_docker Pipeline failed
2022-06-21 21:32:25 +02:00
3876a5ac56 add changelog entries 2022-06-21 21:32:14 +02:00
52280246f5 fix script name and housekeeping
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-21 21:27:01 +02:00
b509868154 revert static docker tag to latest 2022-06-21 21:21:02 +02:00
9620b1a0ba add changelog
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-21 17:29:37 +02:00
e61dc8ab27 make global vars uppercase 2022-06-21 17:22:43 +02:00
9d127581ef update release workflow
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-21 17:16:52 +02:00
3e470e100e update readme badges 2022-06-21 16:33:55 +02:00
288577ebd9 update readme badges 2022-06-21 14:03:25 +02:00
1a196542a2 add --pretty to mypy 2022-06-21 13:42:30 +02:00
372bea6189 move tool config to pyproject.toml
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-21 12:52:09 +02:00
78da547898 adapt isort to black defaults
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-20 22:56:07 +02:00
96c6b9489b fix isort with black
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
2022-06-20 22:47:59 +02:00
faa16c70a3 fix mypy errors
Some checks failed
ci/woodpecker/push/tests Pipeline failed
2022-06-20 17:46:04 +02:00