-
Currently all projects are shown in one workspace and to be transferred would have to be exported one at a time. Allowing multiple workspaces would grant both multi-tenancy (avoiding the need to run m…
-
Currently project IDs are generated using the formula:
```
return System.currentTimeMillis() + Math.round(Math.random() * 1000000000000L);
```
This suffers from the problem that there'…
-
The first one is flaky 100% of the time and the other three about 50%:
1. Test the history behavior, ensure expressions are stored
project/grid/column/edit-column/add_columns_based_on_this_colum…
-
```
From https://github.com/OpenRefine/OpenRefine/issues/626
"This is the second time I've seen this deadlock. The first time I encountered
it, pausing and resuming the server was enough to clear it…
-
```
From https://github.com/OpenRefine/OpenRefine/issues/626
"This is the second time I've seen this deadlock. The first time I encountered
it, pausing and resuming the server was enough to clear it…
-
If you click on [this Viaf API URL](http://viaf.org/viaf/9847974/viaf.json), even your browser will have trouble displaying the returned JSON. Imagine then when you have 100 of them and you use "add c…
-
This is feature is not exposed by OpenRefine but it is in principle possible to supply multiple types in a reconciliation query, and set a `type_strict` parameter to configure how these types should b…
-
Reproducibility and traceability is clearly a prerogative of this project. Exporting data is one thing, but how about exporting metadata and workflows? I'm not sure if this is the right place to post …
loleg updated
3 years ago
-
Test plan walkthrough on Staging
# Test Plan
https://github.com/whole-tale/wt-design-docs/issues/new?template=TEST_PLAN.md
Note: For all tests, repeat for supported browser/OS combinations.
…
-
When the Excel importer is invoked after downloading from a URL, the sheet selection logic doesn't work because it's comparing against the original URL rather than the local filename.
The relevant …