Rushabh Mehta
f6bc6786ac
debug: test_workflow
2020-08-17 09:41:54 +05:30
Shivam Mishra
3de0c18ab2
Merge pull request #10723 from scmmishra/feat-search-api-changes
...
feat: Search API changes
2020-08-14 14:00:56 +00:00
Suraj Shetty
e27c910f66
fix: Make users while setting up class
2020-08-12 00:02:39 +05:30
Suraj Shetty
b03513613f
fix: Init site
2020-08-11 23:39:55 +05:30
Suraj Shetty
a7b3afdff5
fix: Add enable in_test flag for ui_tests
2020-08-11 23:28:34 +05:30
Shivam Mishra
156ca5baf1
fix: update help text
2020-08-06 19:47:46 +05:30
Shivam Mishra
20f06f0d24
chore: revert "feat: make search indexing optional in migrate"
...
This reverts commit b5fe9d4f7be8dae3e3e946b4327bf44b9a35448c.
2020-08-06 19:47:46 +05:30
Shivam Mishra
8b7ae16cdd
feat: make search indexing optional in migrate
2020-08-06 19:47:46 +05:30
Shivam Mishra
9e3d3de432
feat: add site indexing command
2020-08-06 19:47:46 +05:30
Shivam Mishra
51b8e467ad
feat: add flag to disable search index rebuild on migrate
2020-08-06 19:47:46 +05:30
Faris Ansari
434c892ac0
feat: Bench command to open ngrok tunnel ( #11024 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-07-16 17:05:08 +05:30
Shivam Mishra
35b91889c6
Merge pull request #10946 from gavindsouza/install-app-handle-exceptions
...
fix(install-app): Handle all exceptions thrown
2020-07-08 11:55:57 +05:30
Gavin D'souza
74222a0e4b
fix(install-app): Handle all exceptions thrown
2020-07-08 11:26:01 +05:30
Suraj Shetty
8d5cb35297
Merge branch 'develop' into refactor-uninstall-app
2020-07-01 12:13:23 +05:30
Gavin D'souza
a20d3401f7
feat: add force flag to uninstall-app from site
2020-06-30 14:29:02 +05:30
Faris Ansari
a317f675e7
Merge pull request #10663 from gavindsouza/dont-allow-downgrade
2020-06-29 14:30:20 +05:30
Gavin D'souza
478b87e5be
fix: add verbosity in is_downgrade
2020-06-29 13:20:00 +05:30
Revant Nandgaonkar
1bfa56cd0c
feat: backup and restore postgres site
2020-06-27 16:01:30 +05:30
mergify[bot]
185d1a3777
Merge pull request #10653 from netchampfaris/replace-old-data-import
...
fix: Replace old Data Import
2020-06-19 07:58:29 +00:00
Shivam Mishra
aa6495e0da
chore: minor changes to language
...
Co-authored-by: gavin <gavin18d@gmail.com>
2020-06-16 13:32:06 +00:00
Shivam Mishra
b36b9c1d67
feat: add option for no backup in remove app
2020-06-15 14:28:08 +05:30
Gavin D'souza
67e1198d06
feat: prompt in case of site downgrades on restore
2020-06-12 16:24:41 +05:30
Faris Ansari
5a1ce409b6
fix: Add method to import data from file
...
- Update import paths to use data_import module
- Data Import Beta -> Data Import
2020-06-11 18:02:25 +05:30
Faris Ansari
6f80a0b462
fix: Data Import -> Data Import Legacy
2020-06-11 18:02:25 +05:30
Faris Ansari
2ec31e3f01
Merge branch 'develop' of https://github.com/frappe/frappe into dib-fixes-2020-05-18
2020-06-10 21:26:54 +05:30
Gavin D'souza
cfa7afb08c
fix(doctor): update broken command behaviour
2020-06-10 11:34:20 +05:30
Suraj Shetty
e389dcf6fe
Merge branch 'develop' into dib-fixes-2020-05-18
2020-06-09 15:26:46 +05:30
Faris Ansari
19660367bd
Merge pull request #10571 from frappe/page-builder-2020-05-17
2020-06-08 15:49:02 +05:30
Chinmay D. Pai
fe6fa420b0
fix: DO NOT ever delete site folder
...
this is very stupid, never delete folders that you do not know the
importance of
all the site data is stored in the sites folder, and may it even be
new-site, the data should not be deleted at any cost
please never add anything to the code that "deletes folders" on failure.
this is highly risky, and it should never be a practice to delete anything
without user confirmation.
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-06-05 20:54:33 +05:30
Faris Ansari
497068886c
chore: Omit less and scss files from coveraage
2020-06-05 20:04:44 +05:30
Faris Ansari
1f1c7b1390
fix: Init site before calling migrate_to
...
Locals are not initialized otherwise which is required to access site_config
2020-06-02 12:58:50 +05:30
Gavin D'souza
9d11f2c44f
fix: redo improper merge commit
2020-06-01 19:31:41 +05:30
Gavin D'souza
07c15d0fe1
fix: replace terrible code with bad one
2020-06-01 18:44:47 +05:30
Suraj Shetty
7aaf15a804
Merge branch 'develop' into restore-fix
2020-06-01 11:54:52 +05:30
Suraj Shetty
80c16f6bd7
Merge branch 'develop' into dib-fixes-2020-05-18
2020-06-01 10:25:41 +05:30
Gavin D'souza
1f329a5c46
fix: maintain path for files in args and remove temporary files only
2020-05-29 19:35:41 +05:30
Faris Ansari
af62cb8967
fix: Imports
2020-05-29 18:52:52 +05:30
Gavin D'souza
f71585ec74
Merge branch 'develop' of github.com:frappe/frappe into site-wise-logging
2020-05-29 14:56:29 +05:30
Gavin D'souza
8266a3aac3
fix: run cleanup only after new-site
2020-05-26 11:20:25 +05:30
ABHISHEK KEDAR
898c214176
feat: show current site name on bench use <site> ( #10372 )
2020-05-15 23:30:13 +05:30
Faris Ansari
ce734e88e5
Merge branch 'develop' into migrate-to
2020-05-15 15:34:03 +05:30
Gavin D'souza
ed344ae8cf
chore: updated docstrings for command APIs
2020-05-15 12:11:05 +05:30
Gavin D'souza
85d86fbedf
refactor: moved remote_migrations to
...
frappe.integrations.frappe_providers
fix: exit code fixes and minor bug fix
2020-05-15 11:21:24 +05:30
Gavin D'souza
d3f8a5bbb9
style: remove unsused imports, spacing for consistency
2020-05-14 10:22:51 +05:30
Gavin D'souza
451772dfab
refactor(commands): migrate-to frappecloud connector
2020-05-11 15:47:19 +05:30
Suraj Shetty
95cc874052
Merge branch 'develop' into ipython
2020-05-10 08:36:16 +05:30
Gavin D'souza
7c3749c2a8
fix: scaffolding for migrate-to command added
2020-05-09 17:20:25 +05:30
Gavin D'souza
627940c56b
feat: site wise logs under sites/{sitename}/logs/frappe.log
2020-05-05 18:58:38 +05:30
gavin
3af2af2f27
Merge pull request #10231 from gavindsouza/broken-site
...
fix(new-site): broken site if redis is not running
2020-05-05 15:17:11 +05:30
Gavin D'souza
1af58a9c4d
fix(new-site): broken site if redis isnt running
2020-05-05 13:17:17 +05:30