Lev
1cbb845af1
ci: Use GitHub Actions to build images
2021-10-27 16:07:43 +03:00
Revant Nandgaonkar
c149a93f31
Merge pull request #517 from revant/dev-docs
...
dev updates
2021-09-15 15:12:37 +05:30
Revant Nandgaonkar
90e973090e
chore: devcontainer update
...
specify shell for devcontainer
[skip travis]
2021-09-15 15:11:36 +05:30
Revant Nandgaonkar
401613900f
docs: update dev README for v13
2021-09-15 15:10:19 +05:30
Revant Nandgaonkar
9d3e66528d
Merge pull request #509 from PeterDaveHello/clean-up-apt-cache-in-dockerfile
...
Make sure apt lists cleaned up in Dockerfile
2021-08-11 06:32:27 +05:30
Revant Nandgaonkar
48e9947580
fix: empty continuation line
2021-08-10 21:33:08 +05:30
Peter Dave Hello
428b8abffe
Make sure apt lists cleaned up in Dockerfile
2021-08-10 19:16:46 +08:00
Revant Nandgaonkar
7fc0f06610
Merge pull request #508 from PeterDaveHello/patch-1
...
Set git clone depth to 1 in build/bench/Dockerfile
2021-08-09 21:09:01 +05:30
Peter Dave Hello
08442253c8
Set git clone depth to 1 in build/bench/Dockerfile
...
Looks like it's done in the other Dockerfiles
2021-08-09 16:13:05 +08:00
Revant Nandgaonkar
911c4ca6ce
Merge pull request #499 from iboen/patch-1
...
fix: rename volume for creating job
2021-07-11 19:46:49 +05:30
Ibnu Sina Wardy
f5d9832ae1
fix: rename volume for creating job
2021-07-10 20:51:49 +07:00
Revant Nandgaonkar
b670b4a9d5
Merge pull request #492 from pratikbalar/patch-1
...
refactor: style as per google style guide (tried)
2021-06-24 19:23:51 +05:30
Revant Nandgaonkar
f0399fa389
ci: fix check format script
...
[skip travis]
2021-06-24 17:43:25 +05:30
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
Revant Nandgaonkar
b8c290c0e8
Merge pull request #490 from pratikbalar/patch-1
...
refactor: remove exports, add bash flags healthchecks
2021-06-22 07:01:37 +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
2e6d11aa4d
Merge pull request #486 from revant/fix-custom-branch-build
...
feat: allow custom frappe branch during asset image build
2021-06-08 17:01:45 +05:30
Revant Nandgaonkar
46920dd0be
feat: allow custom frappe branch during asset image build
2021-06-08 16:37:07 +05:30
Revant Nandgaonkar
f05824a560
Merge pull request #484 from xelfe/patch-1
...
Adding INSTALL_APPS=erpnext env variable to docs
2021-06-04 19:57:02 +05:30
P. Lapensee
830a84fcec
Adding INSTALL_APPS=erpnext env variable
...
Without this variable, erpnext will not be installed when you create a new site job.
2021-06-03 23:55:02 -04:00
Chinmay Pai
5c3e8b1467
Merge pull request #476 from revant/feat
2021-05-21 19:10:37 +05:30
Revant Nandgaonkar
b3ac8383fe
fix(frappe-nginx): sync assets path for all versions
2021-05-21 18:11:00 +05:30
Revant Nandgaonkar
c6da8a1d98
feat: improve and upgrade build
...
use nodejs v14
allow build args to pass repo and branch
2021-05-21 14:30:55 +05:30
Revant Nandgaonkar
072375fe07
fix: add WORKER_CLASS under erpnext-python in docker-compose.yml
2021-05-21 11:31:08 +05:30
Revant Nandgaonkar
0d9cd9d7ce
Merge pull request #470 from revant/userns_mode_host
...
fix: quick start userns_mode set to host
2021-05-05 17:29:45 +05:30
Revant Nandgaonkar
9aff65d9ba
fix: quick start userns_mode set to host
...
suggested in issue https://github.com/frappe/frappe_docker/issues/420
2021-05-05 11:56:03 +05:30
Revant Nandgaonkar
12d9760658
Merge pull request #458 from revant/docs-migrate
...
docs: migration command and variables
2021-04-12 12:45:20 +05:30
Revant Nandgaonkar
ae396d2174
docs: migration command and variables
...
[skip travis]
2021-04-12 11:17:45 +05:30
Revant Nandgaonkar
cd42a60f8e
Merge pull request #455 from revant/docs-pwd-admin-password
...
docs: mention PWD admin credentials
2021-04-10 21:05:17 +05:30
Revant Nandgaonkar
d82714cfa3
docs: mention PWD admin credentials
...
[skip travis]
2021-04-10 21:03:53 +05:30
Revant Nandgaonkar
253d1ca6ec
Merge pull request #449 from revant/prepare-v13-build
...
chore: change ci script to build v13
2021-04-02 07:51:08 +05:30
Revant Nandgaonkar
24ba1cd551
chore: change ci script to build v13
2021-04-02 07:26:44 +05:30
Revant Nandgaonkar
09e531c10f
Merge pull request #445 from Thunderbottom/skip-nginx-var
...
chore: add SKIP_NGINX_TEMPLATE_GENERATION to compose
2021-03-30 19:01:44 +05:30
Chinmay D. Pai
958c16e02f
chore: add SKIP_NGINX_TEMPLATE_GENERATION to compose
...
Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
2021-03-30 13:51:20 +05:30
Revant Nandgaonkar
cb2c96dc4c
Merge pull request #442 from mr-karan/feat/nginx-skip
...
Add a flag to skip generating default NGINX config
2021-03-26 22:16:42 +05:30
Karan Sharma
147c6b3a97
feat: Add a flag to skip generating default NGINX config
2021-03-26 21:06:27 +05:30
Revant Nandgaonkar
c9b1f990ba
Merge pull request #441 from mr-karan/develop
...
feat: Add Site name and Host as env variables for NGINX config template
2021-03-26 20:27:01 +05:30
Karan Sharma
c2ea3feae4
feat: Add Site name and Host as env variables for NGINX config template
2021-03-26 19:05:51 +05:30
Revant Nandgaonkar
d91d472c04
Merge pull request #438 from revant/gunicorn-gevent
...
feat(frappe-worker): option to set gevent as gunicorn worker-class
2021-03-22 13:02:14 +05:30
Revant Nandgaonkar
261288fa8c
docs: env variable gunicorn worker-class
...
[skip travis]
2021-03-20 15:09:08 +05:30
Revant Nandgaonkar
d37a1455b7
feat(frappe-worker): option to set gevent as gunicorn worker-class
2021-03-20 13:57:53 +05:30
Revant Nandgaonkar
5121e27106
Merge pull request #433 from frappe/fix-new-site
...
fix: change import path for new_site command
2021-03-01 06:44:09 +05:30