Tom Morris

Results 157 issues of Tom Morris

### To Reproduce Steps to reproduce the behavior: 1. Open a project with an operation history 2. Undo the last operation by clicking on the 2nd to last operation in...

Type: Bug
undo/redo/history

Currently a successful test run with all tests green generates a lot of noisy console output which has the potential to mask real issues and also causes doubt newcomers. A...

Type: Bug
Priority: Low
tests
CI/CD

There is a stale properties file at `main/webapp/WEB-INF/classes/com/google/refine/operations/OperationDescription.properties` which IntelliJ is using for runs from the IDE and none of the IntelliJ Maven incantations seem to update it, including "Reload...

Type: Bug
maven

Our current setup is to do code formatting in separate lint goal and then explicitly check that formatting as part of our CI builds, but we also have a default...

Type: Bug
CI/CD

_Original author: iainsproat (June 23, 2010 15:58:35)_ For a long running process in mid-calculation, long running processes should serialize their intermediate results. Later recovery could be supported. As a further...

Type: Feature Request
imported from old code repo
Priority: Medium
persistence
large project support

Not sure if these are two different problems or two messages about the same problem. These messages are emitted when running tests: > Mockito is currently self-attaching to enable the...

Type: Bug
maintainability
CI/CD

Fixes #6454 Changes proposed in this pull request: - Add error reporting to JSON preview parse.

Type: Bug
JSON

Now that we're using Apache Commons Compress we are able to cheaply support additional compression and packaging formats like 7Zip and LZMA. Using Apache Tika instead would also give us...

Type: Feature Request
Priority: Low
import
new data format

_Original author: [email protected] (April 20, 2012 18:48:30)_ Is there any way to export facets? What steps will reproduce the problem? 1.Produce a project in Google Refine 2.Extract your Undo/Redo 3.Export...

Type: Feature Request
imported from old code repo
Priority: Medium
logic
facets

I don't understand what changed, but it looks like what used to be Javadoc warnings are now being treated as errors, failing the build. The Maven javadoc plugin version is...

Type: Bug
maven
CI/CD