gavin
b347bd537a
Merge pull request #1008 from gavindsouza/maintain-worker-log-dev
...
fix: maintain worker and worker.error logfile in dev mode
2020-05-28 13:00:21 +05:30
Gavin D'souza
cac837547c
fix: maintain worker and worker.error logfile in dev mode
2020-05-27 19:56:45 +05:30
Chinmay D. Pai
a4916d7b89
fix: set referrer-policy header in nginx config
...
sets the "Referrer-Policy" header to "strict-origin-when-cross-origin",
with "same-origin" as a fallback
setting the referrer policy prevents sharing site context to external
links, preventing cross-site hijacking or tab nagging.
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-05-26 10:51:34 +05:30
Gavin D'souza
aad7784f29
chore: bump bench to v5.1.0
2020-05-22 17:18:46 +05:30
Gavin D'souza
2c5d1188b8
chore: bump bench to v5.1.0
2020-05-22 17:17:35 +05:30
gavin
b8d3dc3d61
Merge pull request #1006 from gavindsouza/cleanup-logger
...
fix: exit with appropriate return code
2020-05-21 13:45:02 +05:30
Gavin D'souza
0ba5a09975
chore: remove unused class
2020-05-21 13:15:19 +05:30
Gavin D'souza
7dc5fdb7b3
chore: update APIs, remove duplicate logs
2020-05-21 13:14:16 +05:30
Gavin D'souza
4480ea21ac
chore(logging) set logging level to INFO
2020-05-21 12:45:28 +05:30
gavin
89dd9721c2
Merge pull request #975 from Thunderbottom/skip-restart-on-setup-req
...
chore: skip restart on bench setup requirements
2020-05-21 11:08:19 +05:30
gavin
119b08f531
Merge pull request #998 from gavindsouza/drop-dead-code
...
chore: drop dead code
2020-05-21 10:45:07 +05:30
gavin
56c2e14514
Merge branch 'develop' into skip-restart-on-setup-req
2020-05-21 10:23:37 +05:30
gavin
70ea51af4b
Merge pull request #1001 from gavindsouza/fix-setup-requirements
...
fix: don't run yarn install while setting up py requirements
2020-05-21 10:22:13 +05:30
gavin
0185300afd
Merge branch 'develop' into drop-dead-code
2020-05-21 10:20:35 +05:30
gavin
e239f69fc2
Merge branch 'develop' into skip-restart-on-setup-req
2020-05-21 10:20:00 +05:30
gavin
7f3e4b9fbb
Merge branch 'develop' into fix-setup-requirements
2020-05-20 20:09:45 +05:30
gavin
acf874e0b9
Merge pull request #999 from gavindsouza/bench-logger
...
fix(logging): cleaner bench logs
2020-05-20 20:07:30 +05:30
Aditya Hase
d6d552723b
Merge branch 'develop' into fix-setup-requirements
2020-05-20 18:50:54 +05:30
gavin
4dfa6339d1
Merge branch 'develop' into bench-logger
2020-05-20 18:49:58 +05:30
gavin
f74b971248
Merge branch 'develop' into skip-restart-on-setup-req
2020-05-20 18:49:32 +05:30
Gavin D'souza
1bb07166d4
chore: drop check_url
2020-05-20 18:34:07 +05:30
gavin
c5e7395de0
Merge pull request #1004 from frappe/saurabh6790-patch-1
2020-05-20 18:30:31 +05:30
gavin
1935afa634
Merge branch 'develop' into fix-setup-requirements
2020-05-20 17:34:24 +05:30
gavin
26e118a3d7
Merge branch 'develop' into bench-logger
2020-05-20 17:34:06 +05:30
gavin
ca6483ff70
Merge branch 'develop' into drop-dead-code
2020-05-20 17:33:53 +05:30
gavin
78c1b24345
Merge branch 'develop' into skip-restart-on-setup-req
2020-05-20 17:33:40 +05:30
gavin
97b4967753
Merge branch 'develop' into saurabh6790-patch-1
2020-05-20 16:58:48 +05:30
Chinmay Pai
57f138b314
Merge pull request #995 from gavindsouza/get-app-allow-ssh
2020-05-20 16:50:34 +05:30
Saurabh
af8dd8f98f
Fix: IUS release repo
2020-05-20 12:56:57 +05:30
Chinmay D. Pai
e52dc985c7
chore: rename postprocess to restart_bench
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-05-19 18:23:59 +05:30
Chinmay D. Pai
a4a9b59f42
fix: build assets regardless of postprocess
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-05-19 18:17:38 +05:30
Gavin D'souza
dd047002a1
fix: dont run ayrn install while setting up py reqs
2020-05-19 14:14:01 +05:30
Gavin D'souza
53919b624e
fix: add log filter to handler
2020-05-19 13:47:48 +05:30
Gavin D'souza
0be833ad85
fix: cleaner and intuitive bench logs
2020-05-19 13:11:57 +05:30
Gavin D'souza
34de3d03a4
chore: drop dead code
2020-05-19 13:09:08 +05:30
Gavin D'souza
9f467d88e4
fix: force checkout during switch_branch and quiet fetch
2020-05-15 11:42:31 +05:30
Gavin D'souza
4ae8ae21f7
fix: PY2 compatible regex
2020-05-14 20:12:26 +05:30
Gavin D'souza
7f93674c52
test: handle if branch switching breaks
2020-05-14 20:08:48 +05:30
gavin
b0f3bd4cdd
Merge branch 'develop' into get-app-allow-ssh
2020-05-14 17:51:20 +05:30
Gavin D'souza
30473d3535
feat: added specific checks for git URLs
...
API Added: bench.utils.is_git_url
Reference: https://github.com/jonschlinkert/is-git-url
2020-05-14 17:45:28 +05:30
gavin
11c2ec6582
Merge branch 'develop' into skip-restart-on-setup-req
2020-05-12 16:02:22 +05:30
gavin
c022d7be1d
Merge pull request #992 from gavindsouza/tests-update
...
chore(tests): drop PY2 testing for frappe > v12
2020-05-12 13:04:52 +05:30
Gavin D'souza
356dd8efe5
test: fixed get-app case
2020-05-12 12:39:58 +05:30
Gavin D'souza
74028074df
fix(get-app): allow ssh urls
2020-05-12 11:00:15 +05:30
Gavin D'souza
1928eaa2c5
fix: return returncode in bench.utils.exec_cmd
...
tests: update broken install-app case, select branch for erpnext
2020-05-12 10:45:00 +05:30
gavin
f9d95e1af7
Merge pull request #990 from revant/fix-readme
...
docs: fix readme docker section
2020-05-11 16:02:44 +05:30
Gavin D'souza
c30afb0284
chore(tests): drop PY2 testing for frappe > v12
2020-05-11 16:01:16 +05:30
Chinmay Pai
2a58598f34
Merge pull request #991 from gavindsouza/supervisor-restart-on-patch
2020-05-11 12:22:55 +05:30
gavin
4c9c12f1a6
Merge branch 'develop' into supervisor-restart-on-patch
2020-05-11 11:51:16 +05:30
Gavin D'souza
ec1acec788
fix: restart supervisord process after change in conf
2020-05-11 11:46:53 +05:30