2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00
Commit Graph

1622 Commits

Author SHA1 Message Date
gavin
2b2783368a
chore: fix outdated update help 2020-08-04 16:34:19 +05:30
ABHISHEK KEDAR
547f2bae82
feat: bench start --no-prefix (#1040)
* bench start --no-prefix option

* help added for --no-prefix option
2020-08-03 17:48:00 +05:30
Sagar Vora
d6a12221da
fix: updated URL for MacOS guide (#1037)
* fix: updated URL for MacOS guide

* Update README.md

Co-authored-by: gavin <gavin18d@gmail.com>

Co-authored-by: gavin <gavin18d@gmail.com>
2020-07-29 16:33:47 +05:30
gavin
ba7abd11a3
chore(issue): updated bug report template 2020-07-15 10:49:48 +05:30
gavin
891dac9091
Merge pull request #1024 from Thunderbottom/x-forward-fix
fix: use remote_addr instead of user-defined header ip
2020-07-07 16:53:31 +05:30
gavin
074a20e6a2
Merge branch 'develop' into x-forward-fix 2020-07-07 16:27:02 +05:30
gavin
a73d38851b
Merge pull request #1030 from Alchez/fix-crontab-backups
fix: run backups every 6 hours, rather than every minute per 6 hours
2020-07-07 16:16:32 +05:30
Rohan Bansal
f928a1a83c Merge branch 'fix-crontab-backups' of github.com:Alchez/bench into fix-crontab-backups 2020-07-06 16:53:46 +05:30
Rohan Bansal
10d913a051 Merge remote-tracking branch 'upstream/develop' into fix-crontab-backups 2020-07-06 16:52:39 +05:30
Rohan Bansal
e5c3b591f7 patch: fix old auto-backup cron jobs 2020-07-06 16:52:09 +05:30
gavin
5bd977d43b
Merge branch 'develop' into fix-crontab-backups 2020-07-06 11:24:27 +05:30
gavin
6401d9b86c
Merge pull request #1034 from frappe/revert-1010-dont-run-travis-for-docs
Revert "chore: dont run travis for docs updates"
2020-07-06 11:23:54 +05:30
gavin
b237a0d2cf
Revert "chore: dont run travis for docs updates" 2020-07-06 11:23:16 +05:30
Kenneth Sequeira
c76df683a1
chore: typo fix (#1029)
Co-authored-by: gavin <gavin18d@gmail.com>
2020-07-06 11:18:36 +05:30
gavin
47b9767916
Merge branch 'develop' into fix-crontab-backups 2020-07-06 10:59:51 +05:30
gavin
3ae5cb5124
Merge pull request #1032 from gavindsouza/no-editable-warn
fix: don't show warning message in developer mode
2020-07-06 10:52:14 +05:30
Gavin D'souza
ce0a3de259 fix: dont show warning message in developer mode 2020-07-03 16:17:49 +05:30
Rohan Bansal
691687edbe fix: run backups every 6 hours, rather than every minute per 6 hours 2020-07-01 18:54:41 +05:30
gavin
b51abe3ba5
Merge pull request #1010 from gavindsouza/dont-run-travis-for-docs
chore: dont run travis for docs updates
2020-06-29 17:13:45 +05:30
gavin
d50e32b84c
Merge pull request #1023 from gavindsouza/log-via-bench.utils.log
fix: populate bench.log via bench.utils.log
2020-06-29 16:22:22 +05:30
Nikunj Patel
3336cff2b4
feat(playbooks): wkthmltox for Ubuntu 20 (#1019)
* Updating file to support Ubuntu20.04 LTS
* Update main.yml
* Update bench/playbooks/roles/wkhtmltopdf/tasks/main.yml
* Removed checksum from Ubuntu 20

Co-authored-by: gavin <gavin18d@gmail.com>
2020-06-24 12:40:03 +05:30
gavin
d491f6938d
Merge pull request #1018 from nikunj1222/patch-2
fix(playbooks): Use libssl1.1 for ubuntu >=18.04
2020-06-23 14:19:39 +05:30
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
ed211bcd40
Merge branch 'develop' into patch-2 2020-06-11 11:21:45 +05:30
gavin
600ff9c476
Merge branch 'develop' into log-via-bench.utils.log 2020-06-10 19:31:06 +05:30
Gavin D'souza
2fd86c9eb6 fix: populate bench.log via bench.utils.log 2020-06-10 19:27:58 +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
Nikunj Patel
fdcf01d45c
For ubuntu >=18.04 use libssl1.1 to support upgrade of OS
For ubuntu >=18.04 use libssl1.1 to support upgrade of OS since libssl1.0-dev is not supported by Ubuntu20.04 LTS.
2020-06-09 12:25:26 +02:00
gavin
e26a0a9b37
chore: fixed image src 2020-06-02 13:32:20 +05:30
Gavin D'souza
45684ca685 chore: depth 2 should suffice 2020-05-29 11:32:55 +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
9eca22bac4 chore: dont run travis for docs updates 2020-05-29 11:15:34 +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