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
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
2021-01-03Remove CI scriptslovetox
They are now loaded from the ci repo
2021-01-02Update CIlovetox
2021-01-02Update CIlovetox
2020-12-21Disable pylint testlovetox
wrong-import-order seems broken on python 3.7
2020-06-24Remove unused scriptAndré Apitzsch
The script has been moved to gajim-plugins repo.
2020-06-02Update pre-push-tests.shlovetox
2019-12-06there is no more core plugins. see [765180d1]Yann Leboulanger
2019-12-03CI: Update pylint scriptPhilipp Hörist
2019-12-01CI: Update pylint scriptPhilipp Hörist
Ignore import-outside-toplevel
2019-12-01CI: Update pylint scriptPhilipp Hörist
Ignore import-outside-toplevel
2019-12-01CI: Update pylint scriptPhilipp Hörist
2019-12-01CI: Update pylint testPhilipp Hörist
2019-12-01Fail CI on any pylint errorsPhilipp Hörist
We now call pylint multipletimes, until now only the last command return code was evaluated
2019-11-15CI: Use strict pylint settings for modulesPhilipp Hörist
2019-09-23CI: Disable pylint E1133 for nowPhilipp Hörist
see https://gitlab.gnome.org/GNOME/pygobject/issues/361
2019-09-23CI: Disable pylint E1136 for nowPhilipp Hörist
This reports a false positiv, see https://gitlab.gnome.org/GNOME/pygobject/issues/361
2019-09-23Update pylint-ci.shPhilipp Hörist
2019-09-23Update pylint-ci.shPhilipp Hörist
2019-04-08Disable some pylint checksPhilipp Hörist
Gtk Objects like a TreeModel is not detected correctly - E0611 no-name-in-module - E1133 not-an-iterable - E1136 unsubscriptable-object
2019-04-08Enable more pylint checksPhilipp Hörist
- E0611 no-name-in-module - E0710 raising-non-exception - E0712 catching-non-exception - E1133 not-an-iterable - E1136 unsubscriptable-object
2019-04-07Fix access-member-before-definition pylint errorsPhilipp Hörist