Richard Case
|
895c403278
|
fix: only fetch current branch
|
2021-03-17 16:20:47 +00:00 |
|
Richard Case
|
82173c1d42
|
fix: only fetch what is necessary, simplify & improve grepability
|
2021-03-17 16:20:47 +00:00 |
|
Richard Case
|
66240e1f8d
|
feat: Keep repos shallow if --reset is specified and shallow_clone is set
|
2021-03-17 16:20:47 +00:00 |
|
gavin
|
8a7a532a45
|
Merge pull request #1126 from revant/setup-supervisor-skip-redis
feat: skip redis config during supervisor setup
|
2021-03-17 17:42:04 +05:30 |
|
Revant Nandgaonkar
|
f109c3eaad
|
Merge branch 'develop' into setup-supervisor-skip-redis
|
2021-03-02 13:08:34 +05:30 |
|
gavin
|
f3809b00ac
|
Merge pull request #1121 from NicolasStr/develop
fix: create bench folder in user directory
|
2021-02-26 19:22:09 +05:30 |
|
gavin
|
034e0085e9
|
Merge pull request #1124 from adityahase/perf-cli
perf: Faster CLI
|
2021-02-26 16:39:01 +05:30 |
|
gavin
|
6b08292d91
|
Merge pull request #1122 from rtdany10/patch-2
fix: fail2ban help message
|
2021-02-26 13:08:11 +05:30 |
|
Revant Nandgaonkar
|
5cf1363481
|
feat: skip redis config during supervisor setup
|
2021-02-26 07:55:04 +05:30 |
|
Aditya Hase
|
b70aa21a73
|
chore: Remove unused import comment blocks
|
2021-02-21 11:24:32 +05:30 |
|
Aditya Hase
|
5d90346660
|
perf: Remove six.moves.reload_module from the import tree
|
2021-02-21 11:12:57 +05:30 |
|
Aditya Hase
|
2df0bf726d
|
perf: Remove semantic_version from the import tree
|
2021-02-21 11:12:40 +05:30 |
|
Aditya Hase
|
07ecaa1f77
|
perf: Remove shutil from the import tree
|
2021-02-21 11:12:00 +05:30 |
|
Aditya Hase
|
6706b230da
|
perf: Remove six.moves.urllib from the import tree
|
2021-02-21 11:10:43 +05:30 |
|
Aditya Hase
|
c5d2fb9255
|
perf: Remove bench.config.common_site_config from the import tree
|
2021-02-21 10:06:44 +05:30 |
|
Aditya Hase
|
cab2d44df5
|
perf: Remove bench.config.letsencrypt from the import tree
|
2021-02-21 10:06:11 +05:30 |
|
Aditya Hase
|
36e48c7dd7
|
perf: Remove bench.config.nginx from the import tree
|
2021-02-21 10:05:40 +05:30 |
|
Aditya Hase
|
5525548ced
|
perf: Remove six.moves.urllib from the import tree
|
2021-02-21 10:04:03 +05:30 |
|
Aditya Hase
|
e12717d63a
|
perf: Remove crontab from the import tree
|
2021-02-21 10:03:36 +05:30 |
|
Aditya Hase
|
6c0e1a359e
|
perf: Remove siz.moves.configparser from the import tree
|
2021-02-21 10:03:03 +05:30 |
|
Aditya Hase
|
8527b106c3
|
perf: Remove multiprocessing from the import tree
|
2021-02-21 10:02:41 +05:30 |
|
Aditya Hase
|
104efd349b
|
perf: Remove ast from the import tree
|
2021-02-21 10:02:20 +05:30 |
|
Aditya Hase
|
2a4377ac6f
|
perf: Remove crontab from the import tree
|
2021-02-21 10:02:02 +05:30 |
|
Aditya Hase
|
ad37665e8b
|
perf: Remove multiprocessing from the import tree
|
2021-02-21 10:01:44 +05:30 |
|
Aditya Hase
|
ad90d9485f
|
perf: Remove Jinja and PackageLoader from the import tree
|
2021-02-20 13:52:39 +05:30 |
|
Aditya Hase
|
df773d4f9f
|
perf: Remove git from the import tree
|
2021-02-20 13:22:56 +05:30 |
|
Aditya Hase
|
cc92584927
|
perf: Remove requests from the import tree
|
2021-02-20 13:14:56 +05:30 |
|
DANY ROBERT
|
fec8921214
|
fix: fail2ban help message
|
2021-02-18 11:31:38 +05:30 |
|
Nicolas Streng
|
294b399942
|
fix: Update documentation for user directory
|
2021-02-17 08:18:37 +01:00 |
|
Nicolas Streng
|
4eb4f01d19
|
Merge branch 'develop' into develop
|
2021-02-17 08:11:25 +01:00 |
|
Nicolas Streng
|
5c5d2b57df
|
fix: create bench folder in user directory
|
2021-02-16 16:45:07 +01:00 |
|
DANY ROBERT
|
17ef5da5ce
|
fix: Upgrade pip first (#1120)
* fix: Upgrade pip first
`pip` needs to be upgraded before `cryptography` to avoid version compatibility error.
* fix: Add setuptools-rust in upgrade.
* fix: Install setuptools-rust
* fix: Add setuptools-rust in requirments.txt
* fix: Revert unwanted addition to README
* fix: Install setuptools-rust beforehand.
* fix: Upgrade pip beforehand.
* fix: Upgrade pip separately beforehand.
* fix: Upgrade setuptools-rust with pip.
* chore: Remove unused dependency
Co-authored-by: gavin <gavin18d@gmail.com>
|
2021-02-16 20:17:49 +05:30 |
|
gavin
|
e5d4027f46
|
Merge pull request #1116 from ankush/branch_help_command
docs: Update help message for --frappe-branch
|
2021-02-16 12:53:35 +05:30 |
|
Ankush Menat
|
bc21abb095
|
Merge branch 'develop' into branch_help_command
|
2021-02-09 11:09:10 +05:30 |
|
Ankush Menat
|
7e171967b3
|
docs: Update help message for --frappe-branch
|
2021-02-09 11:06:04 +05:30 |
|
gavin
|
2236913ac4
|
Merge pull request #1108 from frappe/nginx_proxy_buffer
fix: nginx proxy buffer
|
2021-02-04 18:36:13 +05:30 |
|
gavin
|
50b173c73e
|
Merge pull request #1112 from hasnain2808/semantic-release-bench
fix: change TEST_PYPI to PYPI
|
2021-02-04 16:13:48 +05:30 |
|
Mohammad Hasnain Mohsin Rajan
|
4211f5d750
|
fix: change TEST_PYPI to PYPI
|
2021-02-04 16:09:42 +05:30 |
|
gavin
|
64d755691e
|
Merge pull request #1110 from hasnain2808/semantic-release-bench
chore: Add Semantic Release
|
2021-02-04 13:27:27 +05:30 |
|
Gavin D'souza
|
34a56287b5
|
style: Re-worded tasks and fixed inconsistent spacing
|
2021-02-04 12:57:17 +05:30 |
|
hasnain2808@gmail.com
|
392bfb48f0
|
chore: testpypi to pypi
|
2021-02-04 09:48:56 +05:30 |
|
hasnain2808@gmail.com
|
9b80e3a960
|
Merge branch 'develop' into semantic-release-bench
|
2021-02-03 10:35:35 +05:30 |
|
hasnain2808@gmail.com
|
0b925a3838
|
chore: Add Semantic Release
|
2021-02-03 10:21:40 +05:30 |
|
Raffael Meyer
|
7f9bed4c8e
|
fix: nginx proxy buffer
|
2021-01-25 19:36:56 +01:00 |
|
gavin
|
6ca38b9928
|
Merge pull request #1099 from scdanieli/patch-1
fix: wrong flag description
|
2020-12-02 17:22:11 +05:30 |
|
Samuel Danieli
|
9de383a760
|
feat: better flag description
Co-authored-by: gavin <gavin18d@gmail.com>
|
2020-12-02 12:01:25 +01:00 |
|
Samuel Danieli
|
e9c046d56b
|
fix: wrong flag description
|
2020-12-01 16:04:57 +01:00 |
|
gavin
|
fffafd20ef
|
Merge pull request #1086 from ceefour/patch-6
fix(install): Install dev packages for Arm 64-bit
|
2020-11-24 16:02:09 +05:30 |
|
gavin
|
485aaa074d
|
Merge branch 'develop' into patch-6
|
2020-11-24 15:47:27 +05:30 |
|
Gavin D'souza
|
aae7ec4ca6
|
chore: Remove extra whitespaces
|
2020-11-24 15:46:51 +05:30 |
|