Luis Faria

Results 162 issues of Luis Faria

- [ ] Add facet offset support in the backend - [ ] When there are more than one page of facets, add small up and down arrows below the...

enhancement
feature request

When a page has a back button, the target is calculated by the application state. But if one hits refresh on a page with a back button the state is...

enhancement

Some plugins need to provide reports for the whole job, like the inventory report. There should be a place in the model to create such entities, index them and provide...

feature request

Subjects should be translated into all the languages, and should be on the translation files. We don't have all the templates in all the languages, just some.

enhancement

Re-defining an essential directory via an environment variable, e.g. `RODA_CORE_DIRECTORY_STORAGE=/volumes/storage` will make the default data failed to be copied because it will be copied to the original storage path.

bug

- [ ] Refresh counters should be a partial update - [ ] Indexing Risk should never use IndexedRisk and should count incidences in the moment of re-index.

enhancement

When round-trip testing from MSSQLServer to SIARD and back, IDENTITY definitions are lost. Check if this is a problem or if IDENTITY (autoincrement) is not a significant property.

ms sql
siard 1
siard 2
data loss

When round-trip testing from MSSQLServer to SIARD and back, the following changes occurred on the column data types: - `[bigint]` became `[decimal](19, 0)` - `[nvarchar](max)` became `[text]` - `[nvarchar](50)` became...

ms sql
siard 1
siard 2
data loss
QA

When round-trip testing from MSSQLServer to SIARD and back, triggers and stored procedures were converted into SIARD, but they were not converted back to MSSQLServer.

ms sql
siard 1
siard 2
data loss

When round-trip testing from MySQL to SIARD and back again, and column type changed from timestamp to datetime, the value of the insert changes one hour, but it is possibly...

mysql
siard 1
siard 2
data loss