-
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.
* upgrade template 7.0.0 * fix ruff issues * update change log
- Loading branch information
1 parent
2848367
commit 83d13ed
Showing
21 changed files
with
1,610 additions
and
1,513 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Changes here will be overwritten by Copier | ||
project_slug=graphql | ||
package_dir=cmem_plugin_graphql | ||
|
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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: v5.3.3 | ||
_commit: v7.0.0 | ||
_src_path: gh:eccenca/cmem-plugin-template | ||
author_mail: [email protected] | ||
author_name: eccenca GmbH | ||
github_page: https://github.com/eccenca/cmem-plugin-graphql | ||
project_description: Send queries to a GraphQL endpoint and save the results in a | ||
JSON dataset. | ||
project_slug: graphql | ||
project_type: plugin | ||
pypi: true | ||
|
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
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
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
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
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,19 @@ | ||
# https://taskfile.dev | ||
--- | ||
version: '3' | ||
|
||
tasks: | ||
|
||
install: | ||
desc: Install plugin package in Corporate Memory | ||
cmds: | ||
- task build | ||
- poetry run cmemc admin workspace python install dist/cmem_plugin_graphql*.tar.gz | ||
- poetry run cmemc admin workspace python list-plugins | ||
|
||
uninstall: | ||
desc: Unnstall plugin package in Corporate Memory | ||
cmds: | ||
- task build | ||
- poetry run cmemc admin workspace python uninstall cmem-plugin-graphql | ||
- poetry run cmemc admin workspace python list-plugins |
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
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
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
Oops, something went wrong.