Chinmay D. Pai
a6bb58717d
fix: use remote_addr instead of user-defined header ip
...
$proxy_add_x_forwarded_for sets the user defined ip in the request.
changing it to $remote_addr ensures that nginx sets the remote ip
itself, disregarding user-specified ip from the request.
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-06-11 18:30:00 +05:30
gavin
5e0de6f26b
Merge pull request #1021 from frappe/fix-delete
...
fix: trailing slash deleting apps folder
2020-06-10 15:23:01 +05:30
gavin
70cb41fa0d
Merge branch 'develop' into fix-delete
2020-06-10 14:46:29 +05:30
Shivam Mishra
52ee67f298
fix: trailing slash deleting apps folder
2020-06-10 14:11:33 +05:30
gavin
e26a0a9b37
chore: fixed image src
2020-06-02 13:32:20 +05:30
gavin
82190b3df6
Merge pull request #1009 from frappe/gavindsouza/docs-update
...
docs: re-link installation docs
2020-05-29 11:18:40 +05:30
Gavin D'souza
5a6c8262a1
docs: minor restructure for manual installation
2020-05-29 10:39:15 +05:30
Gavin D'souza
a728416c08
fix: update bench install methods
2020-05-29 10:31:52 +05:30
gavin
649997efba
docs: re-link installation docs
2020-05-28 20:15:04 +05:30
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
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