2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-27 11:43:29 +00:00
bench/bench
Gavin D'souza 79980c3c55 fix: Archived app naming, apps.txt sync
* apps.txt wasn't being synced in time so the build was failing, this
  changes that
* Apps archived on the same day weren't being numbered properly...it
  went from _1 to _1_2 and so forth. This is fixed to show _1, _2 and so
  on
2021-11-13 14:54:08 +05:30
..
commands feat: Add alias for remove-app: rm, remove 2021-11-13 14:27:25 +05:30
config fix: Raise and handle Exception class 2021-11-13 00:20:05 +05:30
patches fix: import path for util 2021-11-12 18:56:24 +05:30
playbooks fix: create bench folder in user directory 2021-02-16 16:45:07 +01:00
tests fix: Use test frappe app - frappe_docs instead of wiki or chat 2021-11-13 14:27:45 +05:30
utils fix: Archived app naming, apps.txt sync 2021-11-13 14:54:08 +05:30
__init__.py style: Flake8 + Black-ish 2021-11-13 03:01:55 +05:30
app.py fix: Archived app naming, apps.txt sync 2021-11-13 14:54:08 +05:30
bench.py feat: Restart process manager for develop mode 2021-11-13 14:24:39 +05:30
cli.py fix: Show traceback in dev mode and set exit code on errors 2021-11-13 14:26:37 +05:30
exceptions.py style: Flake8 + Black-ish 2021-11-13 03:01:55 +05:30
prepare_beta_release.py style: Use f-strings instead of old string formatting methods 2021-05-11 11:30:27 +05:30
prepare_staging.py chore: move 'find_parent_bench' to utils 2020-02-18 19:15:52 +05:30
release.py fix: Raise and handle Exception class 2021-11-13 00:20:05 +05:30