Commit Graph

3795 Commits

Author SHA1 Message Date
Antonin Delpeuch
9c788769af Restore JSON property autodetect 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
bc6f1b0146 Fix failing tests after JSONWriter replacement 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
790b1fbc60 Migrate wikidata extension out of JSONWriter 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
be9ebdcad9 Migrate database extension out of JSONWriter 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
47d80002a8 Migrate GData extension out of JSONWriter 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
c9620a5d9a Add missing .flush(); .close() on JsonGenerator 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
f263d8a129 Migrate commands out of JSONWriter 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
c7c5fd4120 Reorganize imports 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
bd5a8f9ece Fix serialization issues in Wikidata extension 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
f6fc47a8f9 Fix serialization of StandardReconConfig with no type 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
fec28b99bc Various serialization fixes 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
1790799bfe Remove Jsonizable interface and write methods 2018-11-30 19:21:21 +09:00
Antonin Delpeuch
e99a491338 Refactor workspace commands for Jackson serialization 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
553a73ec40 Refactor expression commands for Jackson serialization 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
fd69e4b980 Serialization tests for expression commands 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
65231e2140 Refactor GetRowsCommand for Jackson migration 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
0583ae659d Make FileProjectManagerTests independent from RefineTest 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
b6a724b429 Disable Jackson autodetect and annotate remaining classes 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
bb0b351cef Refactoring JSON production in commands to prepare for Jackson 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
987c2d1c80 Jackson serialization for project managers 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
49b84574da Move EvalErrorTests 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
7d3af420ce Jackson serialization for long running processes 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
18c2183cbc Jackson serialization for preferences 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
418b21dda2 Jackson serialization for history classes 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
aba8cd8430 Jackson serialization for processes 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
49f1367adc Jackson serialization for clustering classes 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
cf45f23e1d Jackson serialization for reconciliation operations 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
8f1c7cc2ab Jackson serialization for facets 2018-11-30 19:20:34 +09:00
Antonin Delpeuch
761b748faa Cleaner double serialization emulation, application wide. 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
1fa101c334 Jackson serialization for the model classes 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
1f40393028 Move SortingConfig to its own file; tests for sorting criteria 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
6daa1b4f5c Jackson serialization for RowReorderOperation 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
a3bba83c63 Jackson serialization for column operations 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
539585fc5e Jackson serialization for cell operations 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
c140f90db1 Jackson serialization for GREL controls 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
7648ca91ca Jackson serialization for GREL functions 2018-11-30 19:19:01 +09:00
Antonin Delpeuch
e661a647f3 Change isSerializedTo to check for Jackson serialization 2018-11-30 19:14:03 +09:00
Antonin Delpeuch
36765e7e62 Bump version to 3.2-SNAPSHOT 2018-11-29 11:59:30 +09:00
Antonin Delpeuch
b90e413b40 Set version to 3.1 2018-11-29 10:32:56 +09:00
Antonin Delpeuch
db0581bde4 Merge branch 'master' of ssh://github.com/OpenRefine/OpenRefine 2018-11-28 23:22:49 +09:00
Antonin Delpeuch
7dd4db1ca1 Fix i18n calls after migration 2018-11-28 23:22:38 +09:00
Antonin Delpeuch
ea22fe91df
Merge pull request #1868 from OpenRefine/thadguidry-patch-2
ugh, forgot to still allow just "refine" to start on Windows
2018-11-28 08:49:25 +09:00
Thad Guidry
32b5748411
ugh, forgot to still allow just "refine" to start on Windows 2018-11-27 16:38:09 -06:00
Antonin Delpeuch
321d01402c
Merge pull request #1865 from OpenRefine/fix_i18n
Fixes to localized strings in the UI
2018-11-28 07:16:29 +09:00
Antonin Delpeuch
d5ef0dfbc8
Merge pull request #1864 from OpenRefine/issue/1802
fix issue #1802 -- escape single quote in SQL export
2018-11-27 19:34:50 +09:00
Antonin Delpeuch
516d140ae7 Add missing English header for metadata dialog 2018-11-27 14:07:44 +09:00
Antonin Delpeuch
5d51d8a781 Fix warnings rendering i18n in Wikidata extension 2018-11-27 13:56:51 +09:00
Jacky
aea29e19d7
Merge pull request #1860 from OpenRefine/issue1816
Add support for sub-year precisions in Wikidata schema
2018-11-26 21:27:29 -05:00