qgis-plugin-ci icon indicating copy to clipboard operation
qgis-plugin-ci copied to clipboard

Let it package and release your QGIS plugin and do something funnier instead!

Results 13 qgis-plugin-ci issues
Sort by recently updated
recently updated
newest added

Strange on [here](https://github.com/DINFO-UniFI/RoofClassify/actions/runs/1689372648): I'm working on the automatic packaging of a plugin which requires heavy 3rd party packages dependencies (Scikit-Learn) so I've a CI workflow like this: 1. Build dependencies...

help wanted
question

On a plugin, I'm doing some continuous deployment of the zip package (**without** any tag), just on every commit. But QGIS Plugin manager doesn't appreciate if there isn't a proper...

enhancement

plugins.qgis.org now supports tokens, see https://github.com/qgis/QGIS-Django/pull/326 It would be great to have support for this in here to use scoped tokens rather than personal access credentials for uploading plugins

We have some issue when using latest version (qgis-plugin-ci-2.8.1): https://gitlab.com/Oslandia/qgis/qwc2_tools/-/jobs/5598167137#L306 ``` $ qgis-plugin-ci release ${CI_COMMIT_TAG} --allow-uncommitted-changes --osgeo-username $OSGEO_USER_NAME --osgeo-password $OSGEO_USER_PASSWORD 2023-11-22 17:24:14||ERROR||release||=== A fault occurred occurred === Fault code: 1...

In the `setup.cfg` or `.qgis-plugin-ci`, it would be nice to be able to set up a threshold for transifex. I think QGIS Desktop is using a 30% threshold of completed...

enhancement

In the changelog parser, it is missing : * the `## Unreleased`, which can be used in PR #52 ticket #34 * subsections `### Added, ### Fixed etc`

enhancement

When deploying server side plugins, files must be chmod `744`. This can be done in the git repository itself, file permission is saved in git. But it can also be...

enhancement

The dev behind https://github.com/Colin-b/keepachangelog is very active and has fixed all my requests. He just released a version 2.0.0 beta 1. So I think we can start using it in...

enhancement

I would suggest to have it modified by a sed command too that'd be easier no? ping @Guts

enhancement

For now, to use `next` and `latest`, we need a CHANGELOG.md file. As this project is already using `GitPython` it should be easy to determine these tags by using `git...

enhancement