s_tanaka
b8b9feac0c
Fix column removal in reorder leaves undeleted hidden cells.
2019-05-15 19:37:40 +09:00
Antonin Delpeuch
0332be312f
Fix JSON history corruption.
...
Also adds new logic to preserve the JSON representation of unknown operations,
to protect from version downgrading or removal of extensions.
Closes #1990 .
2019-04-18 20:31:41 +01:00
Owen Stephens
a881dc80aa
Don't write Booleans and Numbers as strings in Cell serialisation
2019-04-04 11:42:01 +01:00
Antonin Delpeuch
465b025ace
Fix ReconStats computation data extension operation
2019-03-05 09:32:36 +00:00
Antonin Delpeuch
deb7335848
Fix Recon features computation for empty recons
2019-02-22 09:15:42 +00:00
Antonin Delpeuch
fcc6aa05d7
Provide default identifierSpace and schemaSpace for reconciliation services. Closes #1936 .
2019-01-22 19:04:25 +01:00
Antonin Delpeuch
6dd9f41639
Merge pull request #1925 from OpenRefine/issue1887
...
Compute reconciliation features when creating new items
2019-01-10 04:44:45 +01:00
Antonin Delpeuch
b1a84da1da
Recompute features when creating new items. Closes #1887 .
2018-12-31 17:38:19 +01:00
Antonin Delpeuch
4b3e5c02a1
Refactor feature computation in StandardReconConfig
2018-12-31 16:19:28 +01:00
Antonin Delpeuch
b03dbf2446
Reorder reconciliation results by decreasing score. Fixes #1913 .
2018-12-30 20:47:12 +01:00
Jacky
150ee12058
Merge pull request #1902 from OpenRefine/cleanup
...
Tidy up various things
2018-12-11 20:59:50 -05:00
Antonin Delpeuch
caf2b4d915
Add missing license headers
2018-12-09 12:22:40 +09:00
Antonin Delpeuch
98bd03e5f4
Reorganize Java imports
2018-12-09 11:19:39 +09:00
Antonin Delpeuch
db3a878c78
Remove spurious println
2018-12-08 18:17:03 +09:00
Antonin Delpeuch
82598ae1d5
Fix reconciliation result deserialization. Closes #1876 .
2018-12-02 11:59:47 +09:00
Antonin Delpeuch
292700c6f4
Fix import error
2018-11-30 19:39:42 +09:00
Antonin Delpeuch
70d0e9b283
Support UI json format for ColumnDetail
2018-11-30 19:39:42 +09:00
Antonin Delpeuch
1e578384e2
Avoid double serialization of json mode in recon config
2018-11-30 19:39:42 +09:00
Antonin Delpeuch
121661e8eb
Let OverlayModels access the Project at deserialization time
2018-11-30 19:38:52 +09:00
Antonin Delpeuch
99e98a2e78
Remove all references to org.json in core
2018-11-30 19:38:52 +09:00
Antonin Delpeuch
7ea346d08e
Migrate ReconciledDataExtensionJob to Jackson
2018-11-30 19:38:52 +09:00
Antonin Delpeuch
6ba3969d98
Remove spurious references to org.json
2018-11-30 19:38:52 +09:00
Antonin Delpeuch
f08f488006
Migrate ColumnSplitChange to Jackson
2018-11-30 19:38:52 +09:00
Antonin Delpeuch
83331da8e1
Make ReconResult static
2018-11-30 19:38:52 +09:00
Antonin Delpeuch
59175daf38
Migrate GuessTypesOfColumnCommand to Jackson
2018-11-30 19:35:31 +09:00
Antonin Delpeuch
772ee1ee59
Migrate StandardReconConfig to Jackson
2018-11-30 19:35:31 +09:00
Antonin Delpeuch
b569490eef
Migrate ProjectMetadata to Jackson
2018-11-30 19:35:31 +09:00
Antonin Delpeuch
5a4a79028f
Revert "data package metadata ( #1398 )"
...
This reverts commit c4b0ff6bea
.
2018-11-30 19:35:31 +09:00
Antonin Delpeuch
62190d36c0
Start to migrate ProjectMetadata to Jackson
2018-11-30 19:23:08 +09:00
Antonin Delpeuch
e4e73d0b92
Migrate importers to use Jackson classes
2018-11-30 19:23:08 +09:00
Antonin Delpeuch
fc7da40055
Jackson deserialization for PreferenceStore
2018-11-30 19:22:21 +09:00
Antonin Delpeuch
59f322d607
Remove AbstractOperation.reconstruct
2018-11-30 19:22:21 +09:00
Antonin Delpeuch
ebcc7b51b5
Add OperationResolver
2018-11-30 19:22:21 +09:00
Antonin Delpeuch
2ef955f24b
Jackson deserialization for AbstractOperation
2018-11-30 19:22:21 +09:00
Antonin Delpeuch
eb66619840
Jackson deserialization for ExtendDataOperation
2018-11-30 19:22:21 +09:00
Antonin Delpeuch
9c58b8f51f
Fix constraints initialization
2018-11-30 19:21:22 +09:00
Antonin Delpeuch
d4bdd37bda
Jackson deserialization for Recon
2018-11-30 19:21:22 +09:00
Antonin Delpeuch
ba7879621d
Jackson deserialization for Project
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
bbf6dcd767
Jackson deserialization for ColumnGroup
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
487f6bc131
Jackson deserialization for Row
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
adb2e13874
Jackson deserialization for Cell
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
8758ed2cff
Jackson deserialization for ReconCandidate
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
ccc8f6470e
Jackson deserialization for Column
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
af866363ca
Jackson deserialization for ReconStats
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
599edd374f
Jackson deserialization for ReconType
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
0dae0811b0
Jackson deserialization for ReconConfig
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
75b642f9bf
Fix serialization of local dates
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
7156c49c4d
Remove remaining uses of org.json.JSONWriter in the core backend
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
9219ef36aa
Jackson serialization for the remaining commands
2018-11-30 19:21:21 +09:00
Antonin Delpeuch
c7c5fd4120
Reorganize imports
2018-11-30 19:21:21 +09:00