Andreas Zuber

Results 14 issues of Andreas Zuber

When running the db_update.py script I noticed a new warnings is appearing now Example (there are 10 similar warnings) ``` /var/tmp/portage/games-util/pyfa-2.38.0/work/Pyfa-2.38.0/./db_update.py:128: SAWarning: relationship 'DynamicItem.applicableItems' will copy column mutaplasmids.typeID to column...

This is just a first attempt to migrate to Rails 6. This is in no way ready for merging, just to share the progress in the (very very unlikely) case...

This is the purge:orphaned part of the PR #333 . I did not test this so far. The reason for this PR is to separate the code out of #333...

Help Wanted

This is the Debian package improvement part of the PR #333 . I did not test this so far. The reason for this PR is to separate the code out...

Help Wanted

This is a rebase of the PR #311 so we have a new working branch to test and discuss the new feature. I also squashed the changes into one single...

Help Wanted

Update to the Rails 6 framework: https://edgeguides.rubyonrails.org/6_0_release_notes.html

Enhancement

The rake tasks are currently completely uncovered. The most common suggestion on how to test them is to just move the code into a class and use regular unit tests....

Bug

This is something for post 3.0 release. Puppet Dashboard displays facts of nodes if the Puppet inventory service is configured. Newer versions of Puppet no longer support this API endpoint...

Enhancement

Evaluate if we can get performance improvements by implementing some caching. https://guides.rubyonrails.org/caching_with_rails.html There where some attempts here which could give some hints: #292 #263 however this does not use the...

Enhancement

two tests for model node_group_edge are failing with newer versions of shoulda-matchers because the gem now runs the validator and that causes an error. ``` Failures: 1) NodeGroupEdge should belong...

Bug