404 Commits
Author SHA1 Message Date
Odd Stråbø 3a24fc4353 Sanitize plugin GUIDs
Fixes oddstr13/jellyfin-plugin-repository-manager#2
2021-06-27 17:53:53 +02:00
Odd Stråbø 7a342c9674 Group plugins by GUID
Fixes oddstr13/jellyfin-plugin-repository-manager#7
2021-06-27 17:40:08 +02:00
Odd Stråbø d43fcc8653 Merge pull request #15 from oddstr13/fix-14
Always expand version number to full major.minor.patch.build
2021-06-27 16:32:54 +02:00
Odd Stråbø 6e9d7c7cc4 Always expand version number to full major.minor.patch.build
Fixes oddstr13/jellyfin-plugin-repository-manager#14
Fixes jellyfin/jellyfin#6228
2021-06-27 16:27:14 +02:00
Odd Stråbø 79c721aee0 Undo action rename 2021-06-27 15:43:11 +02:00
Odd Stråbø 2f20887c81 Rename action 2021-06-27 15:32:12 +02:00
dependabot[bot] 40f947dfa0 chore(deps): update python-slugify requirement from ~=3.0 to ~=5.0
Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/3.0.0...5.0.2)

---
updated-dependencies:
- dependency-name: python-slugify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-27 13:10:07 +00:00
Odd Stråbø 94faaf5443 Merge pull request #12 from oddstr13/dependabot/pip/pyyaml-approx-eq-5.4
Dependabot: update pyyaml requirement from ~=5.1 to ~=5.4
2021-06-27 15:09:02 +02:00
dependabot[bot] 71404e9966 chore(deps): update pyyaml requirement from ~=5.1 to ~=5.4
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4.1)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-20 18:46:58 +00:00
Odd Stråbø 1a434d7949 Merge pull request #11 from oddstr13/dependabot/pip/tabulate-approx-eq-0.8.9
Dependabot: update tabulate requirement from ~=0.8.6 to ~=0.8.9
2021-06-20 20:46:16 +02:00
Odd Stråbø ec3cb4160e Update dependabot prefix 2021-06-20 20:34:45 +02:00
Odd Stråbø 5ff41d3e68 Merge pull request #9 from h1dden-da3m0n/feat/gh-action
GH Composite Action
2021-06-20 20:18:07 +02:00
Odd Stråbø 3cbb19e4d2 Action debug 2021-06-20 20:01:42 +02:00
Odd Stråbø b589f71994 Output the zip file name instead of the artifact dir 2021-06-20 19:39:18 +02:00
h1dden-da3m0n 6dafd7948c change to output full path too artifacts 2021-06-20 14:39:48 +02:00
h1dden-da3m0n 1ee80b1eaf add composite action metadata file 2021-06-20 13:37:37 +02:00
dependabot[bot] f3020bcc2b chore(deps): update tabulate requirement from ~=0.8.6 to ~=0.8.9
Updates the requirements on [tabulate](https://github.com/astanin/python-tabulate) to permit the latest version.
- [Release notes](https://github.com/astanin/python-tabulate/releases)
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.6...v0.8.9)

---
updated-dependencies:
- dependency-name: tabulate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-20 11:35:18 +00:00
Odd Stråbø 42c70d6da9 Merge pull request #6 from h1dden-da3m0n/package/container
Basic GH Actions workflow
2021-06-20 13:34:50 +02:00
Odd Stråbø 682237f87a Only publish version tags 2021-06-20 13:29:56 +02:00
Odd Stråbø 26ecd5ae35 Use pypi token auth 2021-06-20 13:21:31 +02:00
h1dden-da3m0n b76d67db74 remove obsolete .gitignore entries 2021-06-19 21:47:04 +02:00
Odd Stråbø ffe9e70ca6 Update release-drafter.yaml 2021-06-19 21:09:23 +02:00
Odd Stråbø 0330f98609 Update release-drafter.yaml 2021-06-19 20:36:15 +02:00
h1dden-da3m0n 9583f5a21e remove containerfile 2021-06-17 20:06:14 +02:00
Odd Stråbø 3a480a8a7c Merge pull request #8 from oddstr13/pr-release-drafter
Add release drafter config and action
2021-06-17 07:49:45 +02:00
Odd Stråbø 26312dddc5 Add release drafter config and action 2021-06-17 07:46:30 +02:00
h1dden-da3m0n 2775a9ebbb remove container packaging from publish 2021-04-18 22:37:33 +02:00
h1dden-da3m0n 752be60af4 remove pytest
since there are not tests to run (yet)
2021-04-18 22:37:09 +02:00
h1dden-da3m0n e8a73d4f9d fix formatting and allow test workflow to run on forks too 2021-04-18 02:44:57 +02:00
h1dden-da3m0n c7cdf47185 update dependabot config to include GH Actions 2021-04-10 19:58:32 +02:00
h1dden-da3m0n a8f483fbd4 add publish workflow
with incremental artifacts (stored for 30 days)
2021-04-10 19:58:32 +02:00
h1dden-da3m0n 53b0feda69 add basic workflows 2021-04-10 19:58:32 +02:00
h1dden-da3m0n cb982981d1 add dependabot config 2021-04-10 19:58:32 +02:00
h1dden-da3m0n b6f1f87da5 add overwrite for YAML formatting
and sets EOL to default LF
2021-04-10 19:58:32 +02:00
h1dden-da3m0n 65292a9958 fix typo 2021-04-10 19:58:32 +02:00
h1dden-da3m0n 4ec7e47eb6 update gitignore 2021-04-10 19:58:32 +02:00
Odd Stråbø e7764574d0 Merge pull request #3 from oddstr13/plugin-images
Add support for plugin images
2021-03-13 00:00:06 +01:00
Odd Stråbø ef3840da33 Fix mistake highlighted by SonarCloud 2021-03-12 01:31:12 +01:00
Odd Stråbø 2b58c0c571 Add support for plugin images 2021-03-12 01:15:09 +01:00
Odd Stråbø d0a87216b2 Update default version suffix in sample build script 2021-03-11 20:08:06 +01:00
Odd Stråbø 4ca8188e6e Add support for plugins without sln 2020-11-17 10:58:51 +01:00
Odd Stråbø 3fc54860b3 Inject target framework version into project file
Allow specifying the framework in build.yaml
Bump version to v0.3.0
2020-11-17 09:15:38 +01:00
Odd Stråbø af04ff7285 Fix issues highlighted by SonarCloud and flake8 2020-08-05 16:24:49 +02:00
Odd Stråbø 4f05680879 Ignore build and dist 2020-08-05 16:07:26 +02:00
Odd Stråbø 7d5a7dca93 Add license, setup.py, requirements.txt. v0.2.0 2020-07-18 00:40:12 +02:00
Odd Stråbø d40a8f1ad4 Do not attempt to copy file permissions 2020-07-17 03:59:50 +02:00
Odd Stråbø 7c73e0753d Add build_plugin.sh 2020-07-17 00:31:46 +02:00
Odd Stråbø 16bcc8e5c9 Set assembly and file version parameters on build 2020-07-10 19:06:31 +02:00
Odd Stråbø e0aec46dbf Add repo list command 2020-07-06 15:00:39 +02:00
Odd Stråbø 40865d0e03 Update example 2020-07-06 00:36:59 +02:00