John O'Hara

Results 92 comments of John O'Hara

I don't think we should spend time investigating this if we are going to remove schemas

On Hold due to https://github.com/Hyperfoil/Horreum/discussions/1603

On Hold due to https://github.com/Hyperfoil/Horreum/discussions/1603

On Hold due to https://github.com/Hyperfoil/Horreum/discussions/1603

That is the default for the UI, and it is possible to sort by other columns, but if a user selects a different column to sort by, the sorting is...

On Hold due to https://github.com/Hyperfoil/Horreum/discussions/1603

On Hold due to https://github.com/Hyperfoil/Horreum/discussions/1603

`flush` does not commit the TX. the TX is committed when the `public Integer add(Schema schemaDTO)` method returns. within this method, there are calls to `mediator.newOrUpdatedSchema(schema)` which process all runs...

> So we should require a new tx for processing the runs. Then again, this should be refactored into two methods, one add and one update as it does different...

> I think we should refactor out the update logic and create a separate api call for update. The update method could then return some info we get from the...