summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'master' branch to 'main'Cole Robinson2022-02-031-1/+1
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* github: Update issue templateCole Robinson2021-05-281-6/+8
| | | | | | | Reword, and link to the graphical debugging wiki page https://github.com/virt-manager/virt-manager/wiki/Debugging-VM-graphical-display-issues Signed-off-by: Cole Robinson <crobinso@redhat.com>
* ci: Fix RPM installCole Robinson2021-05-231-5/+4
| | | | | | This should fix new dep issues as well Signed-off-by: Cole Robinson <crobinso@redhat.com>
* ci: Add tqdm to dep listCole Robinson2021-05-231-1/+2
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* docs: Add github ISSUE_TEMPLATECole Robinson2020-09-201-0/+17
| | | | | | Adjust existing docs to better document running code from git Signed-off-by: Cole Robinson <crobinso@redhat.com>
* CI: Add ci.ymlCole Robinson2020-07-181-0/+42
| | | | | | | Run RPM build and test suite against latest fedora + virt-preview, output and upload coverage info to codecov Signed-off-by: Cole Robinson <crobinso@redhat.com>
* CI: Add note that translations.yml runs on default branchCole Robinson2020-07-141-0/+1
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* CI: Rename ci.yml -> translations.ymlCole Robinson2020-07-141-1/+1
| | | | | | If we add CI it will be in a different workflow Signed-off-by: Cole Robinson <crobinso@redhat.com>
* ci: extract messages periodicallyPino Toscano2020-07-141-2/+3
| | | | | | | | | | | | | Switch the updates of the translation catalog from after every push to every 2 days at 6am UTC. Considering that the update-translation-pot will commit the catalog only if changed, and that there are usually not that many changes upstream, it is simpler to update the translation catalog only every couple of days. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
* ci: commit the catalog only if changedPino Toscano2020-07-141-6/+18
| | | | | | | | | Compare the newly generated catalog with the old one: if it actually changed (i.e. there are changes beside the creation date), then push it to the 'translations' branch. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
* ci: Commit extracted messages after rebaseCole Robinson2020-07-121-4/+2
| | | | | | Otherwise rebase fails because state is dirty Signed-off-by: Cole Robinson <crobinso@redhat.com>
* ci: Regenerate .pot only after rebasing to 'translations' branchCole Robinson2020-07-121-2/+3
| | | | | | Otherwise we will get conflicts Signed-off-by: Cole Robinson <crobinso@redhat.com>
* Add github action to regenerate virt-manager.potCole Robinson2020-07-121-0/+45
We store this in a 'translations' branch so the master branch isn't constantly spammed. I will merge that branch to master before release Signed-off-by: Cole Robinson <crobinso@redhat.com>