Finn Bacall

Results 39 issues of Finn Bacall

Bumps the OmniAuth dependency to 2.0.0 and tweaks the specs to use POST in the request phase.

Consider allowing SEEK to automatically generate DOIs for published resource versions. This was a request from a WorkflowHub user.

workflowhub
investigate

Description can go in the locale to be configurable per instance if needed. Similar to this on TeSS: ![image](https://user-images.githubusercontent.com/503373/117823173-15ac8180-b265-11eb-8c66-92c22d74fac9.png)

enhancement
documentation
UX

It seems omniauth does not recognize the callback path. https://github.com/seek4science/seek/blob/8c6c1fccef6394df8b7360fd3357886ac9f094f5/lib/seek/config.rb#L315 Changing this line to exclude the relative URL root seems to fix things. Need to confirm, and see if we...

bug

https://stackoverflow.com/questions/43529068/solr-and-accented-characters

enhancement
search

Like we have done for related items

enhancement

https://www.bigbinary.com/blog/rails-7-adds-activerecord-query-methods-in-order-of https://github.com/seek4science/seek/blob/3e6fb1ddf88e39f8be69f73d30373e8a92710a82/lib/seek/list_sorter.rb#L44-L51

``` A NoMethodError occurred in investigations#export_isatab_json: undefined method `authors' for # Did you mean? seek_authors app/helpers/isatab_converter.rb:280:in `convert_publication' ```

bug

We currently use this code: https://github.com/seek4science/seek/blob/master/lib/seek/config.rb#L383-L387 to stop the settings being loaded when e.g. `db:create` is run. This has caused an issue in production where Apache was restarted (or a...

bug
enhancement