summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵James Addison2023-04-231-5/+0
| | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47.
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-0/+5
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update translations workflow for new ``tx`` clientAdam Turner2023-03-151-3/+9
|
* Refactor ``utils/babel_runner.py``Adam Turner2023-03-151-114/+186
|
* Fix COM812Adam Turner2023-02-181-1/+1
|
* Run pyupgrade (#11070)Adam Turner2023-01-021-4/+3
|
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-1/+1
|
* Simplify development policy (#10921)Adam Turner2022-10-161-85/+47
|
* Update release-checklist tagging guidanceAdam Turner2022-09-241-5/+5
|
* Use declarative metadataAdam Turner2022-09-132-17/+21
| | | | | | | - Move to pyproject.toml metadata - Update references to `setup.py` - Use pypa/build - Update workflows and tooling
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
|
* Replace doclinter with sphinx-lint (#10389)Julien Palard2022-06-161-77/+0
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Specify encodingAdam Turner2022-04-222-6/+6
|
* Add command runnersAdam Turner2022-04-161-41/+103
|
* Move `compile_catalog_plusjs` to `utils/`Adam Turner2022-04-161-0/+109
|
* Replace `jssplitter` with JavaScriptAdam Turner2022-03-191-113/+0
|
* Merge branch 'master' into fix-searchtoolsTakeshi KOMIYA2022-03-203-126/+4
|\
| * Remove redundant `sphinx/utils/checks.py`Adam Turner2022-02-201-100/+0
| |
| * Collapse single line docstringsAdam Turner2022-02-202-4/+2
| |
| * Remove copyright and licence fieldsAdam Turner2022-02-203-9/+0
| |
| * Fix module docstring indentationAdam Turner2022-02-203-7/+7
| |
| * Fix module docstring first lineAdam Turner2022-02-203-6/+3
| |
| * Remove module titles in docstringsAdam Turner2022-02-193-9/+0
| |
* | Update splitQueryAdam Turner2022-03-081-65/+44
|/
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
|
* Fix typoEisuke Kawashima2021-07-081-1/+1
|
* doclinter: Allow anonymous hyperlink target having long URLTakeshi KOMIYA2021-07-061-0/+3
|
* doc: Fix docslint misunderstanding scope of code-blocksTakeshi KOMIYA2021-06-061-1/+1
|
* i18n: Pull translations via GitHub Actions automaticallyTakeshi KOMIYA2021-05-091-3/+0
|
* i18n: Push translations via GitHub Actions automaticallyTakeshi KOMIYA2021-05-091-2/+1
|
* doc: Update branch name in release-checklistTakeshi KOMIYA2021-01-081-11/+11
|
* doc: Quote URLs in release checklistTakeshi KOMIYA2021-01-041-4/+4
| | | | | To improve the install process, the commands on the checklist is updated to allow to copy & paste it to console.
* Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA2020-11-121-1/+0
|\ | | | | Sort imports with isort
| * Sort imports with isortFrançois Freitag2020-11-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
* | Check GitHub Actions before packagingTakeshi KOMIYA2020-11-051-4/+4
|/
* Remove pylint taskTakeshi KOMIYA2020-08-101-301/+0
| | | | | At present, pylint has no longer been used in this project. This removes the tasks and files for pylint from repository.
* doclinter: Allow a very long literal stringTakeshi KOMIYA2020-07-241-0/+3
|
* fix typoTetsuo Koyama2020-07-191-2/+2
|
* Do "twine check" on CI processTakeshi KOMIYA2020-06-141-4/+0
|
* Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-012-5/+4
|\
| * Merge branch 'clean_dists_on_make_clean' into 2.4.xTakeshi KOMIYA2020-02-231-8/+8
| |\
| * \ Merge branch 'update_release_checklist' into 2.4.xTakeshi KOMIYA2020-02-231-4/+0
| |\ \
| * | | utils/bump_version: Remove empty sections from CHANGES automaticallyTakeshi KOMIYA2020-02-232-5/+4
| | | |
* | | | Add a procedure to update docker imageTakeshi KOMIYA2020-02-242-0/+18
| | | |
* | | | Merge pull request #7204 from tk0miya/clean_dists_on_make_cleanTakeshi KOMIYA2020-02-231-8/+8
|\ \ \ \ | | |_|/ | |/| | Makefile: clean dists directory on "make clean"
| * | | Makefile: clean dists directory on "make clean"Takeshi KOMIYA2020-02-231-8/+8
| |/ /
* | | Merge pull request #7203 from tk0miya/update_release_checklistTakeshi KOMIYA2020-02-231-4/+0
|\ \ \ | | |/ | |/| release-checklist: An update of doc-translations is no longer needed
| * | release-checklist: An update of doc-translations is no longer neededTakeshi KOMIYA2020-02-231-4/+0
| |/
* | Correct str/bytes mixup in utils/jssplitter_generator.pyJon Dufresne2019-08-171-1/+1
|/ | | | The file is opened in text mode, so it .wraite() takes str not bytes.
* doc: Fold lines by 80 columnsTakeshi KOMIYA2019-05-301-1/+1
|