Antonin Delpeuch
66eac0fae9
Ensure null values are not cached in URL fetching operation. Closes #1219 .
2017-08-01 13:05:29 +01:00
jackyq2015
53baa5a833
put the correct params description
2017-07-28 20:37:20 -04:00
jackyq2015
64ab5a4409
unit test for backward compatibility for cross function
2017-07-23 19:31:25 -04:00
jackyq2015
4950d29074
add backward compatility for cross function
2017-07-23 19:19:58 -04:00
Fadi Maali
0e21c0e594
correct classpath references and java version
...
- updated classpath references to existing versions of the libraries.
- Java version upgraded to 7 as some Java 7 specific features are used.
- corrected references to old project name (grefine-all) in the launch script
2017-07-18 22:15:46 +01:00
Thad Guidry
7f92251ed1
Merge pull request #1210 from wetneb/extend
...
Add data extension capabilities to the reconciliation API
2017-07-17 18:01:37 -05:00
Antonin Delpeuch
c04d9f3c33
Switch to public WMF endpoint for tests
2017-07-16 11:54:12 +01:00
Antonin Delpeuch
84c06821ee
Data extension tests
2017-07-16 11:47:12 +01:00
Antonin Delpeuch
8437a9d245
Cleaner HTML form generation
2017-07-15 14:17:27 +01:00
Antonin Delpeuch
9db113faa2
Localization
2017-07-15 10:23:31 +01:00
Antonin Delpeuch
05873f283d
Integration of constraints with service-defined forms
2017-07-14 22:17:40 +01:00
Antonin Delpeuch
9e3b0f1599
Remove separate endpoint, not used anymore
2017-07-14 16:47:39 +01:00
Antonin Delpeuch
3eadefe613
Do not add reconciliation statistics on columns without types
2017-07-14 12:53:54 +01:00
Antonin Delpeuch
6501c235e8
Pass the identifier and schema spaces along to create better ReconCandidates
2017-07-14 12:30:39 +01:00
Antonin Delpeuch
cc991cab21
Add nicer spinning gif while preview is loading.
...
Fix bug of multiple ColumnInfo being generated.
2017-07-14 11:30:17 +01:00
Antonin Delpeuch
d99128c330
Retrieve types from the extend service
2017-07-06 21:15:37 +02:00
Antonin Delpeuch
ad3a174abd
Starting to migrate data extension to standard reconciliation services
2017-07-04 23:14:19 +02:00
jackyq2015
1ee339cbbd
cross function test suite. #1204
2017-06-28 08:12:36 -04:00
jackyq2015
af731a3c1f
add test case for cross function
2017-06-25 23:27:48 -04:00
jackyq2015
f03be76475
Extend cross() function to take either a cell or a value #1204
2017-06-25 21:04:00 -04:00
Felix Lohmeier
2557cc5419
bugfix for new option autosave period
2017-06-24 22:42:49 +02:00
Felix Lohmeier
e54199a6f1
added options for initial java heap space and autosave period
2017-06-22 12:27:55 +02:00
jackyq2015
131dd5fcae
include the column selector dialog file in controller
2017-06-02 18:17:08 -04:00
jackyq2015
20acc17c05
add "transform all" support to allow the operation to be applied to multiple columns
2017-05-31 22:37:07 -04:00
jackyq2015
4a0892eb98
add "transform all" support to allow the operation to be applied to multiple columns
2017-05-31 22:33:40 -04:00
Adi Eyal
09c00c6a19
Fixes #1181
2017-05-05 23:38:37 +02:00
Bob Harper
909df1b6a7
xor can also accept 2+ params, rewrite tests to be consistent
2017-04-27 11:20:48 +01:00
Bob Harper
4ea0f440e9
remove 3 param error test for 'and' and 'or'
2017-04-27 11:07:04 +01:00
Bob Harper
ef4e039998
allow more than 2 AND and OR conditions
2017-04-26 20:51:58 +01:00
Thad Guidry
7784d436a9
Added missing contributors and Special Thankers
2017-03-17 07:48:15 -05:00
wangwenxiang
660df900d4
Fix bug: load wrong new value for RowStarChange
2017-03-15 12:54:01 +08:00
wangwenxiang
0314f49f36
Fix bug: load wrong new value for RowFlagChange
2017-03-15 10:39:33 +08:00
Jacky
912600f0bd
Merge pull request #1178 from wetneb/url_caching
...
Add caching in URL fetching
2017-03-09 17:28:38 -05:00
Antonin Delpeuch
22124ac57e
Add checkbox to disable caching
2017-03-09 00:21:34 +00:00
Antonin Delpeuch
32c232c2d6
Move to Guava's cache for ColumnAdditionByFetchingURLsOperation
2017-03-08 09:32:34 +00:00
Antonin Delpeuch
a9c4b0af16
Cache String, not URL, in ColumnAdditionByFetchingURLsOperation
2017-03-08 07:45:11 +00:00
Antonin Delpeuch
3297e6e7ee
Add tests for the URL caching feature
2017-03-08 00:50:09 +00:00
Antonin Delpeuch
782a2f5b48
Add caching in URL fetching
2017-03-07 20:24:50 +00:00
Thad Guidry
291d70c9d0
Merge pull request #1168 from amiaopensource/master
...
fix PR #1092 to work with Firefox
2017-02-10 15:02:05 -06:00
Jacky
5aede573dc
bump version to 2.7
2017-02-10 15:55:58 -05:00
Cora Johnson-Roberson
d12dc36e27
add export cluster link to body (needed for Firefox)
2017-02-10 12:18:07 -05:00
Cora Johnson-Roberson
2eebfbf2f7
minor formatting
2017-02-10 09:22:31 -05:00
Cora Johnson-Roberson
d00919a26c
add other translations
2017-02-10 09:10:23 -05:00
Cora Johnson-Roberson
fa030f7194
Merge branch 'master' of https://github.com/OpenRefine/OpenRefine
2017-02-10 08:40:44 -05:00
Thad Guidry
6dcd8be64c
Merge pull request #1160 from tomokane/fix_not_working_cluster_functions_when_select_japanese_lang
...
fix not working clustering functions when it select japanese lang.
2017-02-09 21:33:11 -06:00
Antonin Delpeuch
197de90294
Remove the namespaced service dialog, as it only worked with Freebase.
2017-02-08 18:14:33 +00:00
Antonin Delpeuch
aaf8f93c04
Remove various references to Freebase, where I'm confident
2017-02-08 17:56:03 +00:00
Antonin Delpeuch
5d8d372244
Simpler version
2017-02-07 23:59:12 +00:00
Antonin Delpeuch
d967605816
Change default reconciliation service to Wikidata
2017-02-07 23:29:43 +00:00
Akihiko Tomokane
89f0752e5f
fix not working cluster functions when it select japanese lang.
2016-11-15 16:34:19 +09:00