Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-26refactor: Scripts: Remove usage of deprecated datetime methodPhilipp Hörist
2023-08-30other: Scripts: Generate IANA timezone dataPhilipp Hörist
2023-07-30other: Avoid automatic line breaks by update_flatpak_manifestAndré Apitzsch
This is necessary because of changes introduced with ruamel-yaml 0.17.22. See https://sourceforge.net/p/ruamel-yaml/tickets/427/
2023-05-28cq: Use union operator everywherePhilipp Hörist
2023-04-16cq: Satisfly linter for generated ui typeswurstsalat
2023-04-16chore: Scripts: Add URL pointing to additional release information to AppDataAndré Apitzsch
2023-04-08other: Cover more modules with update_flatpak_manifestAndré Apitzsch
Also compare the python version when updating modules, to support updating packages that provide several *.whl files, like protobuf.
2023-01-07cq: Cleanup unused local variablesmesonium
- Remove never used variables - Try to incorporate declared but not used variable where it seemed to be in the author's original intention
2023-01-06other: Add script to update flatpak manifestsAndré
2023-01-03cq: Sort imports with isortPhilipp Hörist
2023-01-03cq: Fix typosPhilipp Hörist
2023-01-02other: Remove obsolete scriptPhilipp Hörist
2022-12-29cq: Use specific error codes with noqaPhilipp Hörist
2022-12-17new: Add script for creating a development environmentPhilipp Hörist
- Update README.md
2022-12-13other: Scripts: Execute pyright last in pre-push-testsPhilipp Hörist
It takes the most time, so execute it last
2022-12-12cfix: Re-add comments for translators to po filesAndré Apitzsch
2022-12-12other: Discover translations correctlyPhilipp Hörist
2022-12-10cq: Generate ui types without linting errorswurstsalat
2022-12-05ci: Repace pylint/flake8 with ruffPhilipp Hörist
2022-12-04refactor: Scripts: Fix various issuesPhilipp Hörist
- Use logging module everywhere - Fix boolean traps - replace exit() with sys.exit()
2022-12-01imprv: Styling: Introduce URI scheme whitelistingmjk
Fixes #11266 Co-authored-by: Philipp Hörist <philipp@hoerist.com>
2022-07-24refactor: Use single quoteslovetox
2022-06-21chore: Scripts: Generate changelog when using bump_version.pylovetox
2022-06-18feat: Add support for pgettextlovetox
2022-06-15chore: Fix codestyle errorslovetox
2022-05-30chore: Remove scripts/dev folderlovetox
2022-05-30chore: Script: Add type annotationslovetox
2022-05-30chore: Remove obsolete scriptslovetox
2022-05-21chore: Scripts: Prepare bump_version.py for new taglovetox
2022-05-21chore: Scripts: Add bump_version scriptlovetox
2022-05-20chore: Scripts: Add cleanup stale translationslovetox
2022-05-13fix: Set encoding when calling open()lovetox
Otherwise the platform default will be taken, for example on Windows this is not utf8. Fixes #10849
2022-04-19refactor: Move translation update into own modulelovetox
The server needs to run the script and it has only python 3.7 available
2022-03-27other: Remove obsolete pylint scriptlovetox
2022-03-27chore: Move all ci scripts into .ci folderlovetox
2022-03-27Remove unused importslovetox
2022-03-26Refactor CI Pipelineslovetox
- Move tasks to python scripts - Rework appveyor build - Add deploy jobs
2022-02-01Scripts: Ignore temporary fileslovetox
2022-01-22Scripts: Sort paths before generating ui typeslovetox
2022-01-11Scripts: Improve link-gtk.pylovetox
2022-01-02Scripts: link-gtk - cleanup dir before linkinglovetox
2021-12-27Scripts: Port link-gtk to pythonlovetox
2021-12-27Scripts: Simplify UI type generationlovetox
2021-12-26Update pylint testslovetox
- Disable checks which we cover with pyright
2021-12-24Scripts: Add script to copy gtk folderlovetox
This copys the content of the gtk folder into the gui folder so imports from gui module work while running pyright
2021-12-19Script: Add base class for ui typeslovetox
2021-12-19Builder: Simplify stub filelovetox
2021-12-18Add helper script for ui file type generationlovetox
2021-11-07Update pylint.shlovetox
2021-11-02Update pylint.shlovetox