2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00
Commit Graph

789 Commits

Author SHA1 Message Date
Revant Nandgaonkar
84b111414f
Merge pull request #305 from Thunderbottom/improve-commands
fix: use subprocess instead of os to run commands
2020-07-10 22:59:14 +05:30
Revant Nandgaonkar
36f150bd95 fix: mysql restore db command with subprocess 2020-07-10 19:45:28 +05:30
Revant Nandgaonkar
21e2b13955 fix: mysql db commands with subprocess 2020-07-10 19:39:00 +05:30
Revant Nandgaonkar
4598cb24f4 fix: file input with subprocess 2020-07-10 16:18:25 +05:30
Revant Nandgaonkar
31ff697835 fix: mysql command with subprocess 2020-07-10 15:42:36 +05:30
Revant Nandgaonkar
fa2aff47df fix: psql command with subprocess 2020-07-10 15:04:29 +05:30
Chinmay D. Pai
bafa7f6598
fix: remove quotes from psql db restore
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-10 10:27:36 +05:30
Chinmay D. Pai
1d9dd966b1
fix: pipe uncompressed database to file
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-10 10:07:22 +05:30
Chinmay D. Pai
c67fc02452
fix: make changes to psql restore
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-09 22:57:12 +05:30
Chinmay D. Pai
5c57334bb6
fix: move run_command to utils
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-09 17:27:54 +05:30
Chinmay D. Pai
2b2a57a85d
fix: use subprocess instead of os to run commands
* add a wrapper method run_command
* remove os.system calls
* use f-strings for commands

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-09 17:01:50 +05:30
Revant Nandgaonkar
f97c276871
Merge pull request #302 from revant/fix-pwd-socketio
fix: pwd socketio hostname
2020-07-07 12:19:54 +05:30
Revant Nandgaonkar
29e727491b fix: pwd socketio hostname
[skip travis]
2020-07-07 12:18:06 +05:30
Revant Nandgaonkar
2344cab38a
Merge pull request #300 from revant/fix-nginx-socketio-proxy
fix: nginx config
2020-07-06 15:15:57 +05:30
Revant Nandgaonkar
251d6590cf fix: nginx config
use $scheme://$http_host instead of $http_referer
fixes socketio
2020-07-06 14:44:52 +05:30
Revant Nandgaonkar
1867a541c6
Merge pull request #295 from revant/feat-doctor-ping-services
feat: ping additional services using doctor
2020-07-02 15:54:13 +05:30
Revant Nandgaonkar
36c161d2be docs: health check
[skip travis]
2020-07-02 15:52:28 +05:30
Revant Nandgaonkar
5648e3a6c4 feat: ping additional services using doctor
handle error
docs entry for health check command
2020-07-02 13:40:23 +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
ec9917ee78
Merge pull request #293 from revant/fix-readme
fix: README
2020-07-01 05:58:36 +05:30
Revant Nandgaonkar
f255385070 fix: README
travis badges
add play with docker button
[skip travis]
2020-07-01 05:56:31 +05:30
Revant Nandgaonkar
cf0dd228ad
Merge pull request #292 from revant/fix-bench-image
fix: bench image
2020-07-01 04:28:48 +05:30
Revant Nandgaonkar
e097f54481 fix: bench image
use specific version(s) of nodejs
[skip travis]
2020-07-01 04:24:49 +05:30
Chinmay Pai
a18d82e1d6
Merge pull request #288 from revant/feat-frappe-postgres 2020-06-30 23:18:21 +05:30
Revant Nandgaonkar
04f98778bb docs: frappe docker support for PostgreSQL 2020-06-30 15:27:14 +05:30
Revant Nandgaonkar
3558765a03 test: add tests for postgresql site 2020-06-30 15:26:40 +05:30
Revant Nandgaonkar
f871834dbe feat: dev environment also starts postgresql 2020-06-30 15:25:10 +05:30
Revant Nandgaonkar
8a93944de7 feat: optional site level db connection 2020-06-30 06:32:46 +05:30
Revant Nandgaonkar
87558b7f0d feat: add postgres support to frappe-worker 2020-06-29 23:28:10 +05:30
Revant Nandgaonkar
aa3ef11b69
Merge pull request #291 from sunhoww/custom-app
fix: custom compose build context
2020-06-28 18:15:13 +05:30
Sun Howwrongbum
880f222e13 fix: custom compose build context 2020-06-28 16:28:27 +05:30
Chinmay Pai
38f5f430c4
Merge pull request #289 from revant/reuse-dockerfile 2020-06-28 13:03:32 +05:30
Revant Nandgaonkar
56bf984ef7 fix: erpnext image build
frappe/erpnext MUST be in editable mode
output migration log in test
2020-06-28 07:40:33 +05:30
Revant Nandgaonkar
e6946fda75 fix: erpnext image build
set PYTHONUNBUFFERED for better logging
2020-06-28 05:58:45 +05:30
Revant Nandgaonkar
f5071122ed fix: erpnext image build
improve travis.py
python packages not installed in editable mode
use venv module instead of virtualenv
2020-06-28 05:55:15 +05:30
Revant Nandgaonkar
18e8f05c9f fix: erpnext image build errors 2020-06-28 00:22:23 +05:30
Revant Nandgaonkar
7106124a07 refactor: reuse Dockerfile(s) 2020-06-27 23:44:13 +05:30
Revant Nandgaonkar
64c0517665
Merge pull request #286 from Thunderbottom/restore-site_config
fix: restore encryption key on site restore
2020-06-26 11:00:13 +05:30
Revant Nandgaonkar
f77ca7726c test: fix cgo errors before building 2020-06-26 10:19:27 +05:30
Revant Nandgaonkar
8beb6a284f test: add tests
overwrite restore
check index pages of created sites
improve formatting
2020-06-26 06:06:28 +05:30
Revant Nandgaonkar
1a1636df55 fix: fresh restore site_config backup 2020-06-26 05:47:17 +05:30
Chinmay D. Pai
95416ee555
fix: check for all possible site config backups
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-06-25 23:42:55 +05:30
Chinmay D. Pai
bdbcf40702
fix: restore encryption key on site restore
if encryption key exists for a site, it will now be restored to the site
config while restoring site

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-06-25 23:27:35 +05:30
Revant Nandgaonkar
a42c0d1f40
Merge pull request #285 from revant/try-pwd
test: play with docker
2020-06-25 22:06:46 +05:30
Revant Nandgaonkar
7bb49f081d test: play with docker
[skip travis]
2020-06-25 22:04:52 +05:30
Revant Nandgaonkar
c30ddf7917
Merge pull request #284 from revant/fix-site-config-backup
refactor: backup site_config.json
2020-06-25 19:49:44 +05:30
Revant Nandgaonkar
af5854fc33 refactor: backup site_config.json
closes #282
2020-06-25 18:57:25 +05:30
Chinmay Pai
d0fc8258ce
Merge pull request #279 from revant/fix-migrate
fix: migrate command
2020-06-21 13:47:28 +05:30
Revant Nandgaonkar
eac54ebe00 fix: migrate command
importing migrate() needs frappe.init
2020-06-21 13:23:22 +05:30
Chinmay Pai
bce3321df8
Merge pull request #277 from revant/fix-helm-release 2020-06-19 22:28:31 +05:30