alexAubin
e9f074188a
🎨 Format Python code with Black
2024-05-11 17:43:08 +00:00
Alexandre Aubin
3ad7e900ab
doc: Remove internal/packagingv1 helpers from helpers doc
2024-05-11 16:38:33 +02:00
OniriCorpe
c512425bd9
dog generation: fix markdown
2024-03-02 08:30:57 +01:00
yunohost-bot
c695aa549a
[CI] Format code with Black
2024-02-09 20:12:27 +00:00
yunohost-bot
dd93df45e6
[CI] Format code with Black
2023-07-17 20:34:49 +00:00
Alexandre Aubin
ced222eaa5
doc: fix resource doc generation .. not sure why this line that removed legit indent was there
2023-07-17 19:09:22 +02:00
Alexandre Aubin
5b58e0e60c
doc: Fix version number in autogenerated resource doc
2023-03-09 21:17:02 +01:00
yunohost-bot
069b782f07
[CI] Format code with Black
2023-02-15 21:37:05 +00:00
Alexandre Aubin
a154e811db
doc: improve app resource doc
2023-02-09 19:00:17 +01:00
Alexandre Aubin
6520d82e4d
ci: fix helpers doc regen + add auto app resource doc
2023-02-07 13:43:32 +01:00
Alexandre Aubin
7c4c3188e4
Unused import
2023-02-02 14:37:17 +01:00
yunohost-bot
3577956c06
[CI] Format code with Black
2023-02-02 13:35:03 +00:00
Alexandre Aubin
314d27bec1
Fix flake8 complains
2023-02-01 20:21:19 +01:00
yunohost-bot
b943c69c8b
[CI] Format code with Black
2023-02-01 17:10:08 +00:00
YunoHost Bot
b9be18c781
[CI] Format code with Black ( #1562 )
2023-01-08 15:52:48 +01:00
ljf (zamentur)
e7a0e65903
[enh] Revive the old auto documentation of API with swagger ( #1483 )
...
* [enh] Revive the old auto documentation of API with swagger
* [fix] RequestBody versus params in auto apidoc
* [fix] Auto api doc no need of Headers on other than post
* [fix] Remove Authentication from swagger API
* Redelete bash completion
* [fix] Delete file
* Delete openapi.json
* Delete doc/swagger
* Add swagger stuff and bashcompletion to gitignore
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2023-01-06 22:54:45 +01:00
Alexandre Aubin
3574e5a9bc
doc: fix generate_helper_doc.py crashing because of vendor folder
2022-11-04 15:29:28 +01:00
Alexandre Aubin
f6970ba403
manifestv2: Add doc about each resource type + script to create doc file
2022-09-03 01:19:16 +02:00
Kay0u
dcf1a892bf
fix bash_completion
2022-01-26 14:19:09 +01:00
Kay0u
fc0cf79123
Merge branch 'dev' into bullseye
2021-12-30 15:29:16 +01:00
Laurent Peuch
ad56275801
[mod] run pyupgrade on source code
2021-12-24 01:16:41 +01:00
Alexandre Aubin
05f25fa85f
Propagate dir structure change to scripts etc
2021-11-10 18:25:37 +01:00
Alexandre Aubin
5de9e4fe6a
Yolorework the repo dir structure
2021-11-10 17:56:02 +01:00
Kay0u
4503816a88
Adding an anchor on each helper
2021-09-17 14:39:14 +02:00
ljf
5518931c02
[fix] OrderedLoader from SafeLoader
2021-08-17 17:33:23 +02:00
ljf
ccb6dc54b1
[fix] Avoid warning and use safeloader
2021-08-17 17:26:00 +02:00
Alexandre Aubin
d4b69527e7
Merge pull request #1235 from YunoHost-Apps/typos
...
Yunohost -> YunoHost
2021-05-26 16:48:56 +02:00
Noo Langoo
6ecb6c5ae1
[fix] manpage generation
2021-05-26 16:07:41 +02:00
ericgaspar
fc02caea2e
Yunohost -> YunoHost
2021-05-24 18:02:13 +02:00
8003288a67
Enhance the jinja template for bash helpers
2021-02-16 14:15:33 +01:00
Kay0u
59d3e387f1
Update template for the new doc (grav)
2021-02-07 15:52:50 +01:00
Kay0u
bfd7257a8c
fix linter, remove allow_failure for corresponding tests
2021-02-02 16:16:07 +01:00
yunohost-bot
c4439110e1
[CI] Format code
2021-02-02 03:37:40 +00:00
Alexandre Aubin
a97a9df316
Fix more implicit references to python2, adapt generate_manpages for python3
2021-01-20 05:06:43 +01:00
Alexandre Aubin
a665c702d0
Annnd of course we have references to python2 in bash stuff and other misc scripts
2021-01-10 02:07:24 +01:00
Kay0u
96d7855de7
current_branch -> current_commit
2020-11-26 16:40:51 +01:00
Kayou
ae7efe820e
Use commit instead of the branch name
2020-11-26 16:28:52 +01:00
Kay0u
146537dcc1
fix error on generate helper script
2020-11-26 14:12:45 +01:00
Kay0u
bbb68e8ef9
add branch name in the helper template
2020-11-26 11:45:01 +01:00
Alexandre Aubin
ecbd63636b
autopep8 --in-place -a -a -a -a -a -r data/ doc/ tests/ src/yunohost/tests/ src/yunohost/utils/ src/yunohost/data_migrations/
2020-09-03 17:36:59 +02:00
Kayou
7a1ee8e541
Change url to the stable branch
2020-05-20 16:15:57 +02:00
Kay0u
7ad9fbd5b9
[fix] helper doc
2020-05-20 15:21:46 +02:00
Alexandre Aubin
46310dbb6c
Misc fixes in helpers comments to fix/improve autogenerated doc
2019-07-11 22:51:41 +02:00
Laurent Peuch
b4be3389fa
[fix] open file relatively from script location
2019-06-29 07:42:32 +02:00
Laurent Peuch
252e3157b7
[enh] add command from subcategories in manpage
2019-06-29 07:41:03 +02:00
Laurent Peuch
78391045d8
[mod] extract manpage template in another file
2019-06-29 07:38:13 +02:00
Laurent Peuch
388d332ba1
[enh] display default value in manpages
2019-06-02 04:30:46 +02:00
Laurent Peuch
ebba9967d0
[mod] try to make manpages template less disastrously unreadable
2019-06-02 04:30:46 +02:00
Laurent Peuch
c75b9f7fa5
[fix] duplicated line in manpage
2019-06-02 04:30:46 +02:00
Laurent Peuch
8428385cd4
[fix] if output is directly a filename without a path no need to create a dir
2019-06-02 04:30:46 +02:00