Antonin Delpeuch
|
d2edffcef4
|
Merge pull request #1754 from OpenRefine/issue1596
Directly use column as reconciliation results
|
2018-10-12 11:05:12 +01:00 |
|
Antonin Delpeuch
|
2a68e761cb
|
Implementation of UseValuesAsIdentifiers operation and command
|
2018-10-02 12:31:59 +01:00 |
|
Antonin Delpeuch
|
22be1ec323
|
Merge pull request #1731 from xseris/master
Custom column names for separator based importer
|
2018-09-24 08:29:46 +01:00 |
|
Antonin Delpeuch
|
ec3e9ab1e9
|
Merge pull request #1730 from OpenRefine/json-clustering
Refactor clustering serialization in JSON
|
2018-09-16 18:52:11 +01:00 |
|
Antonin Delpeuch
|
d421fd7fbf
|
Merge pull request #1729 from OpenRefine/json-engineconfig
Store engine configuration in dedicated class
|
2018-09-16 18:51:41 +01:00 |
|
Qi Cui
|
e056f13d63
|
bump the version
|
2018-09-16 11:59:44 -04:00 |
|
xseris
|
f288bc653e
|
Added test, changed visualization
|
2018-09-13 14:45:38 +02:00 |
|
xseris
|
deab8ceeb0
|
custom column names for separator based importer
|
2018-09-12 15:45:52 +02:00 |
|
Antonin Delpeuch
|
9f964af7d4
|
Migrate ComputeClustersCommand to use new architecture
|
2018-09-10 15:49:59 +01:00 |
|
Antonin Delpeuch
|
c9436f563d
|
Refactor kNNClusterer for serialization
|
2018-09-10 15:49:59 +01:00 |
|
Antonin Delpeuch
|
31954862e8
|
Refactor BinningClusterer for JSON serialization
|
2018-09-10 15:49:52 +01:00 |
|
Antonin Delpeuch
|
5a0304f363
|
Merge pull request #1722 from OpenRefine/json-testing
Add serialization tests for most Jsonizable classes
|
2018-09-10 15:35:25 +01:00 |
|
Antonin Delpeuch
|
07ab7da872
|
Merge pull request #1697 from OpenRefine/issue1696
Clickable URLs in HTML exporter
|
2018-09-05 14:58:44 +01:00 |
|
Antonin Delpeuch
|
2236420f3b
|
Cleanup EngineDependentOperation, String caching is not needed
|
2018-09-05 14:56:56 +01:00 |
|
Antonin Delpeuch
|
fbc9b27640
|
Store engine configuration as EngineConfig rather than JSONObject
|
2018-09-05 14:49:39 +01:00 |
|
Antonin Delpeuch
|
f327b09a59
|
Reorganize facet parsing and discontinue initializeFromJSON on Facet
|
2018-09-05 12:03:54 +01:00 |
|
Antonin Delpeuch
|
5b4cab947e
|
Introduce EngineConfig class to avoid manipulating JSON objects directly
|
2018-09-05 11:00:20 +01:00 |
|
Antonin Delpeuch
|
7a3d13ef47
|
Refactor TextSearchFacet for JSON serialization
|
2018-09-05 10:51:31 +01:00 |
|
Antonin Delpeuch
|
daeb7ab6df
|
Refactor ScatterplotFacet for JSON serialization
|
2018-09-05 10:08:53 +01:00 |
|
Antonin Delpeuch
|
1186776235
|
Refactor TimeRangeFacet for JSON serialization
|
2018-09-04 18:19:18 +01:00 |
|
Antonin Delpeuch
|
8e8b3c18c5
|
Refactor RangeFacetTests for serialization
|
2018-09-04 11:49:48 +01:00 |
|
Antonin Delpeuch
|
5b8be7f1a3
|
Fix ListFacetConfig serialization
|
2018-09-04 10:26:03 +01:00 |
|
Antonin Delpeuch
|
497eee5a75
|
Add serialization tests for ListFacet
|
2018-09-04 10:09:38 +01:00 |
|
Antonin Delpeuch
|
bc81beb933
|
Introduce FacetConfig interface and refactor ListFacet accordingly
|
2018-09-04 09:33:30 +01:00 |
|
Antonin Delpeuch
|
6aa93bbc0c
|
Use UrlValidator to detect urls in tabular exporter
|
2018-09-03 19:48:11 +01:00 |
|
Antonin Delpeuch
|
da9978b365
|
Add serialization tests for preference classes
|
2018-09-01 12:42:05 +02:00 |
|
Antonin Delpeuch
|
b4bcf7a1b6
|
Fix inconsistency in serialization of ReconMatchSpecificTopicOperation
|
2018-09-01 12:40:23 +02:00 |
|
Antonin Delpeuch
|
94b6b1f945
|
Merge pull request #1692 from OpenRefine/issue1689
Fix exception when sorting the empty string numerically
|
2018-08-30 08:09:20 +02:00 |
|
Jacky
|
21712db6e0
|
Merge pull request #1698 from OpenRefine/issue1681
Fix unescape GREL function in javascript mode.
|
2018-08-29 21:24:52 -04:00 |
|
Thad Guidry
|
3742b6a092
|
improve log descriptions for stale import job removals (#1705)
* improve log descriptions for stale import job removals
* Removed unnecessary log line and instead changed primary log line
|
2018-08-12 08:53:57 +01:00 |
|
TonyO
|
76a995182e
|
added comment to fix 1684
|
2018-08-07 11:25:49 +01:00 |
|
TonyO
|
c1af2f1179
|
fixed issue 1684 with decimal values
|
2018-08-07 11:25:49 +01:00 |
|
Antonin Delpeuch
|
5ee165d3b7
|
Fix sorting of blank values. Closes #1689.
|
2018-08-07 11:24:22 +01:00 |
|
Antonin Delpeuch
|
c7c3fab8e4
|
Clickable URLs in HTML exporter. Closes #1696.
|
2018-08-07 11:23:49 +01:00 |
|
Antonin Delpeuch
|
87b6aadbad
|
Fix unescape GREL function in javascript mode. Closes #1681.
|
2018-08-07 11:23:14 +01:00 |
|
Jacky
|
1b099c0c9c
|
bump version
|
2018-07-15 16:53:00 -04:00 |
|
Owen Stephens
|
db13497744
|
Merge pull request #1670 from OpenRefine/issue1669
Simplify parsing of HTTP headers in fetch-url operation
|
2018-07-11 15:45:23 +01:00 |
|
Antonin Delpeuch
|
fd4ef66b75
|
Simplify parsing of HTTP headers in fetch-url operation
Closes #1669 and makes it possible to specify other headers via the JSON representation of the operation.
|
2018-07-02 16:03:40 +01:00 |
|
Owen Stephens
|
64ed24e082
|
Small amount of tidying up code
|
2018-06-23 00:28:45 +01:00 |
|
Owen Stephens
|
fe2e8bcbf7
|
Change behaviour of DecoratedValue to handle dates better
|
2018-06-23 00:18:00 +01:00 |
|
Owen Stephens
|
0e954bdb68
|
Use stringutils to create 'from' string for non-blank mass edits
|
2018-06-23 00:18:00 +01:00 |
|
Owen Stephens
|
db658024d6
|
Change behaviour of converting OffsetDateTime to string in StringUtils
|
2018-06-23 00:18:00 +01:00 |
|
Antonin Delpeuch
|
9f7d5b8786
|
Merge pull request #1638 from OpenRefine/issue1637
Do not discard the recon space when marking cells as new items.
|
2018-06-22 12:23:15 +02:00 |
|
Jacky
|
f3dbc18214
|
Merge pull request #1642 from ostephens/mass-edit-fix
Mass edit fix for blanks, numbers and booleans
|
2018-06-20 22:00:34 -04:00 |
|
Antonin Delpeuch
|
448a969cb1
|
Merge pull request #1656 from OpenRefine/issue/1648
fix the template load issue and package typo
|
2018-06-17 09:23:52 +01:00 |
|
Jacky
|
5a6c9d72f0
|
fix the template load issue and package typo
|
2018-06-16 15:43:29 -04:00 |
|
Owen Stephens
|
09c624a249
|
Updated null .toString() to return an empty string as per #1635
|
2018-06-14 12:36:01 +01:00 |
|
Owen Stephens
|
689442fff2
|
If only one value and that's zero length set fromBlank to true
Added whitespace
|
2018-06-08 09:40:48 +01:00 |
|
Antonin Delpeuch
|
a63151bbcc
|
Do not discard the recon space when marking cells as new items.
Fixes #1637
|
2018-06-04 12:16:33 +01:00 |
|
Qi Cui
|
8dc8e294f7
|
bump the version
|
2018-05-27 02:02:16 -04:00 |
|