Chinmay Pai
577f93a3b7
fix: export DB_PORT environment variable
2021-06-24 17:37:15 +05:30
Revant Nandgaonkar
86a2fcc1fa
ci: check shell script format
2021-06-24 16:54:17 +05:30
pratikbalar
391ee4c74e
refactor: export db host to [skip travis]
...
- to pass shellcheck rule SC2034
2021-06-23 12:26:11 +05:30
pratikbalar
6c8c1c01be
refactor: fix permission issue
2021-06-23 09:58:14 +05:30
pratikbalar
12eb5c92e4
refactor: bash scripts [stip travis]
...
- shellchecke and shfmt checked and formatted
- indentation 2 spaces
- redirect errors to stderr
- short if where possible
- add function string to clarify visuaally identify its a funtion
- make [ ... ] to [[ ... ]]
- use == for comparision
- use cat based notes
- remove unecessary spaces
- double quotes where needed
2021-06-23 09:13:24 +05:30
pratikbalar
e6a5209001
refactor: style as per google style guide (tried)
...
- https://google.github.io/styleguide/
2021-06-22 15:44:25 +05:30
pratikbalar
7f26399ebc
refactor: Change function name, wide support
2021-06-21 23:02:00 +05:30
pratikbalar
3d67150229
refactor: add function for redis
...
- Style it as per google shell developing guide
2021-06-21 22:56:05 +05:30
Pratik
4ce63ced9a
refactor: short bash flags insted of verbose style
...
Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
2021-06-21 22:32:37 +05:30
Pratik
c19158cd76
refactor: remove exports, add bash flags healthchecks
...
Add bash flags and removed
- errexit - better for fast fail of healthchecks
- allexport - export vars by default
- nolog - not to add in history (optional)
2021-06-21 18:19:46 +05:30
Revant Nandgaonkar
d37a1455b7
feat(frappe-worker): option to set gevent as gunicorn worker-class
2021-03-20 13:57:53 +05:30
Juan Jimenez-Anca
47dcb5f2b1
rootless containers
2021-02-20 10:54:01 +00:00
everyx
39aff8627b
fix: install app failed when APP_NAME is not same as the one contained in APP_REPO
2020-11-24 19:23:54 +08:00
Revant Nandgaonkar
b72de20f96
fix: health check
...
allow redis databases in healthcheck
2020-10-06 14:43:36 +05:30
sahil28297
94a37d68e3
feat: add drop site command to worker
2020-10-01 15:19:23 +05:30
Revant Nandgaonkar
e603371984
fix(frappe-worker): set absolute path of common_site_config.json in healthcheck.sh
2020-09-16 14:20:10 +05:30
Revant Nandgaonkar
c43e973481
fix(frappe-worker): install wait-for-it deb package
2020-09-16 05:06:07 +05:30
Revant Nandgaonkar
a4c814f994
fix: health check
...
use shell script instead of python
2020-09-15 23:18:28 +05:30
Revant Nandgaonkar
e9080d3952
fix: accept args for bench commands
2020-08-30 00:06:56 +05:30
Revant Nandgaonkar
8cfd762c61
feat: frappe commands
...
execute frappe commands with bench
2020-08-13 13:48:46 +05:30
Revant Nandgaonkar
0d9aa27f5f
fix: symlink to node_modules
2020-08-06 15:18:32 +05:30
Revant Nandgaonkar
6b94d991e2
fix: add nodejs via nvm
2020-08-05 21:40:37 +05:30
Revant Nandgaonkar
6dfb1de5c6
feat: ping additional services using doctor
...
doctor --ping-service postgres:5432 -p mariadb:3306
2020-07-01 20:01:47 +05:30
Revant Nandgaonkar
87558b7f0d
feat: add postgres support to frappe-worker
2020-06-29 23:28:10 +05:30
Revant Nandgaonkar
c618bd86d9
feat: wait for connection before creating site
2020-06-12 23:12:52 +05:30
Revant Nandgaonkar
3a6f7e1934
feat: resotre backups from volume or cloud
2020-03-27 00:28:50 +05:30
Revant Nandgaonkar
5f187c4e3f
feat: worker command to push backups to cloud
2020-03-25 06:35:49 +05:30
Revant Nandgaonkar
674c766480
feat: auto migrate on container start if AUTO_MIGRATE set
2020-03-21 15:47:35 +05:30
Revant Nandgaonkar
d00770e42f
fix: install_app set branch
2020-03-07 05:33:32 +05:30
chabad360
b6eb3ccde2
bug fix in install_apps.sh
2020-03-06 06:29:12 +00:00
chabad360
b610caba7e
forgot about branches
2020-03-04 03:33:23 +00:00
chabad360
177ca58af6
add and implement install_app for worker image
2020-03-04 02:52:36 +00:00
Revant Nandgaonkar
07bcaec723
fix: allow user process to create logs
...
allow user process to create logs in worker images
2020-03-02 16:01:35 +05:30
Revant Nandgaonkar
9b6a641f4d
fix: config generation
...
fix envsubst single quote SHELL-FORMAT
env var changed from ERPNEXT_PY to FRAPPE_PY
2020-02-20 21:48:51 +05:30
Revant Nandgaonkar
242708df0c
refactor: reuse common scripts and files
...
move common scripts to build/common
2020-02-20 18:01:23 +05:30