1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
Commit graph

50 commits

Author SHA1 Message Date
Alexandre Aubin
96b24db28e
app_generator: more cleanup (#2314) 2024-05-08 18:13:41 +02:00
Alexandre Aubin
f61a6dae1e
app_generator: more cleanup, misc bug fixes, simplify code and development flow (#2313) 2024-05-08 18:03:33 +02:00
github-actions[bot]
eef6986174
🎨 Format Python code with Black (#2302)
Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
2024-05-07 19:18:24 +02:00
Alexandre Aubin
cd5035400c
Fix appgenerator error (#2301)
* appgenerator: Add a red background on fields with error, otherwise there's no clear indication what's wrong ... though there are some other issues, to be investigated further

* appgenerator: more fixes for wtfforms, make it easier to debug form errors
2024-05-07 19:17:15 +02:00
dependabot[bot]
028507dc9b
Bump jinja2 from 3.1.3 to 3.1.4 in /tools/app_generator (#2299)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 00:12:13 +02:00
Mateusz
365e93826b Update README.md 2024-05-04 04:39:52 +02:00
Alexandre Aubin
1ce14086cb
appgenerator : Readme + compile .po/.mo (#2276)
* appgenerator: add README.md

* appgenerator: compile .po/.mo
2024-04-30 23:09:12 +02:00
github-actions[bot]
5f7bef0a5d
🎨 Format Python code with Black (#2275)
Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
2024-04-30 22:54:57 +02:00
Alexandre Aubin
826639058e
appgenerator: rework css using tailwind + misc cleanup, wording (#2259)
* appgenerator: rework css using tailwind + misc cleanup, wording

* appgenerator: tweak gettext + update translations (at least fr)

* appgenerator: bump version idk
2024-04-30 22:54:07 +02:00
lapineige
6750744c6b
Yologen : add languages buttons + disclaimer (#2255)
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-04-23 21:27:07 +02:00
Alexandre Aubin
1599c77062
appgenerator: misc fixes (#2254)
* appgenerator: docs -> doc

* appgenerator: remove stuff related to DISCLAIMER.md which is not used in packaging v2 anymore
2024-04-23 20:11:15 +02:00
github-actions[bot]
c52b2aaf77
Format Python code with Black (#2252)
Co-authored-by: tituspijean <8769166+tituspijean@users.noreply.github.com>
2024-04-23 20:05:53 +02:00
tituspijean
957db5114b
Yologen improvements for deployment (#2253) 2024-04-23 20:04:26 +02:00
Alexandre Aubin
1ad97d5704
yologen: babel fixes (#2251)
Co-authored-by: lapineige <lapineige@users.noreply.github.com>
2024-04-23 19:06:43 +02:00
github-actions[bot]
9620c78864
Format Python code with Black (#2214)
Co-authored-by: ericgaspar <46165813+ericgaspar@users.noreply.github.com>
2024-04-21 13:59:34 +02:00
dependabot[bot]
2d15532c31
Bump jinja2 from 3.1.2 to 3.1.3 in /tools/app_generator (#2216)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 18:07:46 +02:00
dependabot[bot]
5d9b4172a6
Bump werkzeug from 3.0.0 to 3.0.1 in /tools/app_generator (#2215)
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 18:07:24 +02:00
lapineige
ff14b4ae14 fix naming 2024-04-02 23:12:54 +02:00
lapineige
30fa7cce9a v0.9.1 - add translations (babel) 2024-04-02 23:12:54 +02:00
lapineige
32d170e152 v0.9.1 - add translations 2024-04-02 23:12:54 +02:00
lapineige
d35e0664d3 add flask_babel 2024-04-02 23:12:54 +02:00
lapineige
7b22673200 v0.9.1 - add translations 2024-04-02 23:12:54 +02:00
lapineige
3236111bfe add autoupdate options 2024-04-02 23:12:54 +02:00
lapineige
eebb141f60 add auto_update options 2024-04-02 23:12:54 +02:00
lapineige
a34be9599e v0.8.5 : add log file + various stuff 2024-04-02 23:12:54 +02:00
lapineige
40a3650a4f v0.8.5 2024-04-02 23:12:54 +02:00
lapineige
e11f960ef5 v0.8.4 : fix docs files + default config file value 2024-04-02 23:12:54 +02:00
lapineige
4edf054729 v0.8.2 2024-04-02 23:12:54 +02:00
lapineige
cf92b38acc v0.8.2 2024-04-02 23:12:54 +02:00
lapineige
ab886e3070 add manifest scheme 2024-04-02 23:12:54 +02:00
lapineige
5fbe1c2bb5 v0.8.1 2024-04-02 23:12:54 +02:00
lapineige
c55c8a7396 v0.8.1 2024-04-02 23:12:54 +02:00
lapineige
f80fd234cc v0.8.1 2024-04-02 23:12:54 +02:00
Alexandre Aubin
8f74aa2c22 appgenerator: propagate changes to template files + rework preview/zipdownload with two submit buttons mapped to the same route 2024-04-02 23:12:54 +02:00
Alexandre Aubin
faab2b3953 appgenerator: forgot to add Flask-Bootstrap in requirements.txt earlier ... running pip freeze 2024-04-02 23:12:54 +02:00
Alexandre Aubin
14e735a725 appgenerator: more refactoring of the way we handled the specific technology 2024-04-02 23:12:54 +02:00
Alexandre Aubin
09edb1540a appgenerator: simplify/rework the HTML/form structure using Flask-Bootstrap's macro 2024-04-02 23:12:54 +02:00
lapineige
f6845e9580 Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
9ec78eb23d Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
c0109ed08f Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
dfef75b52e Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
c5a0ddec9f Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
40494fb4ac Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
fd094a6457 Update tools/app_generator/templates/change_url.j2
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
Alexandre Aubin
9de1ac0281 appgenerator: rework the main form structure to have something matching the manifest structure: GeneralInfos, UpstreamInfos, IntegrationInfos, InstallQuestions, Resources 2024-04-02 23:12:54 +02:00
lapineige
bd9ec14c5d fix missing quotes and multi_instance handling 2024-04-02 23:12:54 +02:00
lapineige
2b0013a4dd python option needs python3-venv package 2024-04-02 23:12:54 +02:00
Alexandre Aubin
e785764d7d appgenerator: cleanup a bunch of stuff to try to focus on what matters for now 2024-04-02 23:12:54 +02:00
Alexandre Aubin
b9fb28083d appgenerator: typo in requirements.txt 2024-04-02 23:12:54 +02:00
Alexandre Aubin
513943042b appgenerator: rename stuff to app generator consistently 2024-04-02 23:12:54 +02:00