Commit graph

750 commits

Author SHA1 Message Date
Nabin Hait
2e1b2d2dad bumped to version 9.2.11 2017-11-13 15:39:06 +06:00
Saurabh
84cfd7c682 bumped to version 9.2.10 2017-11-10 13:39:42 +06:00
Saurabh
46e0566a56 bumped to version 9.2.9 2017-11-08 15:40:28 +06:00
Saurabh
7150c7b997 bumped to version 9.2.8 2017-11-08 12:38:34 +06:00
Saurabh
8ef42b4ed6 bumped to version 9.2.7 2017-11-08 12:33:43 +06:00
ci2014
254043171e Add no_letterhead to form_dict (#4444)
no_letterhead in form_dict was missing
2017-11-08 11:37:56 +05:30
Saurabh
e8efebf1c4 bumped to version 9.2.6 2017-11-03 17:31:07 +06:00
Saurabh
2b1b046c23 bumped to version 9.2.5 2017-11-03 12:22:58 +06:00
Saurabh
60d89603e0 bumped to version 9.2.4 2017-10-31 12:56:47 +06:00
Saurabh
3d1017c4ee bumped to version 9.2.3 2017-10-27 16:33:20 +06:00
Saurabh
e3c437b401 bumped to version 9.2.2 2017-10-26 21:22:30 +06:00
Saurabh
c160d3a2ab bumped to version 9.2.1 2017-10-26 10:24:21 +06:00
Nabin Hait
452266d3c2 bumped to version 9.2.0 2017-10-25 14:31:46 +06:00
Nabin Hait
627bc68cac Merge branch 'master' into staging 2017-10-25 14:01:07 +05:30
Nabin Hait
897c171ecd bumped to version 9.1.11 2017-10-25 14:31:06 +06:00
Nabin Hait
8db6c97f8a Merge branch 'master' into staging 2017-10-23 13:02:09 +05:30
Nabin Hait
87c45d881e bumped to version 9.1.10 2017-10-23 13:32:08 +06:00
Nabin Hait
da53939d51 Merge branch 'master' into staging 2017-10-21 11:18:53 +05:30
Nabin Hait
69818cd075 bumped to version 9.1.9 2017-10-21 11:48:53 +06:00
mbauskar
ee7508347d resolved merge conflicts 2017-10-18 16:22:06 +05:30
mbauskar
165b59cdcb bumped to version 9.1.8 2017-10-18 16:49:55 +06:00
Aditya Hase
38d63f7dc7 Python 3 compatibility Frappe test fixes (#4318)
* Read image file in binary mode

* Read files in binary mode

* Don't use bytestrings unnecessarily

* Correctly convert byte strings to unicode in frappe.as_unicode

* Convert content to bytes before writing to file
2017-10-17 17:45:25 +05:30
Rushabh Mehta
f0e23a5a6c [refactor] domain and domain settings (#4163)
* [refactor] domain and domain settings

* [fix] test_domain.py

* [fix] patches

* [fix] domain activation after setup

* [fix] tests and lint

* [fix] tests and lint

* [enhance] better prompt naming

* [fix] setup wizard test

* [fix] testing

* [minor] new item in quick entry from form dashboard
2017-10-17 12:29:08 +05:30
mbauskar
ff43b65aac Merge branch 'master' into develop 2017-10-13 11:03:54 +05:30
mbauskar
be3cbd790a bumped to version 9.1.7 2017-10-13 11:33:54 +06:00
mbauskar
6640774b75 Merge branch 'master' into develop 2017-10-11 14:38:27 +05:30
mbauskar
6757c5d61b bumped to version 9.1.6 2017-10-11 15:08:26 +06:00
mbauskar
ae6fa0b10f Merge branch 'master' into develop 2017-10-10 12:35:42 +05:30
mbauskar
57f6a39180 bumped to version 9.1.5 2017-10-10 13:05:42 +06:00
Saurabh
0ddc375ad9 Merge branch 'master' into develop 2017-10-10 11:21:05 +05:30
Saurabh
2c25c9619d bumped to version 9.1.4 2017-10-10 11:51:05 +06:00
mbauskar
025baf5b9f Merge branch 'master' into develop 2017-10-09 15:17:33 +05:30
mbauskar
14898d1126 bumped to version 9.1.3 2017-10-09 15:47:32 +06:00
Saurabh
54c989b247 Merge branch 'master' into develop 2017-10-06 17:28:04 +05:30
Saurabh
8526299650 bumped to version 9.1.2 2017-10-06 17:58:03 +06:00
mbauskar
2882a0193d Merge branch 'master' into develop 2017-10-05 13:35:51 +05:30
mbauskar
5830b52321 bumped to version 9.1.1 2017-10-05 14:05:51 +06:00
Faris Ansari
d20f9e2895 Data Migration Tool (for hub) (#4144)
* migration tool

* custom field for primary key added

* foreign key and multiple linking F_key issue resolved

* refined code

* many-to-one mapping temp fix

* added support for pre-process + cleaned up code

* [various] fixes to setup wizard for developer mode, frappe.enqueue_doc, share with assign

* Refactor data migration module

* added migration for hub

* Add "Skip errors" in data import tool

* move db_set to document.py

* Add Data Migration Run

* Dynamic Migration ID

* move run() from Mapping to Run

* Push Deleted Documents

* fixes

* [migration] doc operation counts

* insert and update instead of push in connection

* fix count and total_pages, skip sync if total_pages is 0

* [migration] child tables

* fix complete()

* [page] remove required libs

* Add sidebar.js, rename old sidebar.js to form_sidebar.js

* [minor] get_empty_state fixes

* svg in icon

* remove image check

* fix codacy

* fix is_child_table check

* [connector] add get_list()

* Add test for Data Migration Run

* fix test

* truncate tabNote

* fix test

* sync todo with event to fix test

* fix db count

* [mapping] export Mapping to json

* Add docs for Data Migration Tool

* [migration] pull data as list, test case

* [hub] remove mapping export to files

* Pull refactor

* [test]

* Add comments

* [mapping] exec in mapping formula

* fix codacy

* fix codacy

* Remove exec for pre-process and post-process

* Add pre and post process for Push

* Remove formula

* fixes

* [refactor] add failed_log to pull, handle error in pull

* [test] Push, pull, update

* Fix codacy, fix insert_doc for pull

* Set migration id on successful insert

* fix update_doc

* fix update_doc

* method is a function

* child table mapping

* Refactor logging

* fix update_doc again

* fix hostname, password

* update docs, minors

* Remove assign_if_none

* Remove error handling from connection methods

* [refactor] Data migration run

* Break push stages into methods

* Migration run refactor

- fix test
- add separate fields for logging

* fix codacy

* fix hostname password

* fix test
2017-10-05 11:15:35 +05:30
Nabin Hait
7bf5b6eec2 bumped to version 9.1.0 2017-10-04 18:50:49 +06:00
Nabin Hait
fde8080e6a Merge branch 'master' into staging 2017-10-04 18:18:06 +05:30
Nabin Hait
fafab5620f bumped to version 9.0.10 2017-10-04 18:48:05 +06:00
Nabin Hait
936e84f345 Merge branch 'master' into develop 2017-10-04 18:12:10 +05:30
Nabin Hait
f587f3a4a9 bumped to version 9.0.9 2017-10-04 18:42:09 +06:00
Nabin Hait
90ddac737f Merge branch 'master' into develop 2017-10-02 12:07:31 +05:30
Nabin Hait
6fa9f81e2b bumped to version 9.0.8 2017-10-02 12:37:30 +06:00
Rushabh Mehta
78995ceb3e [fix] text editor in firefox 2017-09-30 15:06:57 +05:30
Rushabh Mehta
6027fe67bc bumped to version 9.0.7 2017-09-29 16:42:36 +06:00
Nabin Hait
4a6277cf05 bumped to version 9.0.6 2017-09-28 12:56:50 +06:00
Nabin Hait
0180b05a8b bumped to version 9.0.5 2017-09-27 18:55:14 +06:00
Nabin Hait
1dfce98096 bumped to version 9.0.4 2017-09-27 17:57:03 +06:00