Commit Graph

1834 Commits

Author SHA1 Message Date
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
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
7dd4db1ca1 Fix i18n calls after migration 2018-11-28 23:22:38 +09: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
516d140ae7 Add missing English header for metadata dialog 2018-11-27 14:07:44 +09:00
jackyq2015
02871e1b6f fix issue #1802 -- escape single quote in SQL export 2018-11-26 19:40:22 -05:00
Antonin Delpeuch
95d0cf546d
Merge pull request #1845 from ostephens/parseXml
Parse xml
2018-11-25 18:44:38 +00:00
Antonin Delpeuch
a5ba16db66
Merge pull request #1764 from dtap-gmbh/issue1757
Using the parsed form parameter 'options' instead of looking for an U…
2018-11-25 18:44:07 +00:00
Antonin Delpeuch
0d3c7c7af4
Merge pull request #1852 from ostephens/fix-cross
Enable Cross to work with non-string wrapped cells
2018-11-24 15:28:05 +00:00
Owen Stephens
04d2e04b4c Tidy up Cross tests 2018-11-23 13:50:34 +00:00
Antonin Delpeuch
998a5423db
Merge pull request #1856 from OpenRefine/issue1305
Display git commit id instead of "TRUNK"
2018-11-23 10:41:07 +00:00
Antonin Delpeuch
29a818f7b4
Merge pull request #1666 from ostephens/list-facet-changes
List facet changes
2018-11-22 20:10:41 +00:00
Antonin Delpeuch
ed6900f180 Include git commit id in released versions 2018-11-22 20:08:31 +00:00
Antonin Delpeuch
8a72d359e0 Fix indentation 2018-11-22 19:48:11 +00:00
Antonin Delpeuch
1d2888ba01 Display git commit id instead of TRUNK. Closes #1305. 2018-11-22 19:46:30 +00:00
Owen Stephens
d1acd9336c Update Cross function to accept non-string wrapped cells 2018-11-22 17:54:29 +00:00
Owen Stephens
72be6e14a4 Update Cross tests to include tests for Wrapped cells/non-strings 2018-11-22 17:54:14 +00:00
Antonin Delpeuch
1189cdb4f9
Merge pull request #1850 from ostephens/fix-transformall-label
Fix on screen text in Transform All columns dialog
2018-11-22 17:41:35 +00:00
Hosted Weblate
859fc9cf63
Merge branch 'origin/master' into Weblate 2018-11-22 17:09:40 +01:00
ssantos
62308d7ec8
Translated using Weblate (German)
Currently translated at 100.0% (710 of 710 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-11-22 17:09:39 +01:00