knirirr
knirirr
In a Rails 7.1.3 application with activegraph-f86d54c8ebf6, neo4j-ruby-driver-4.4.5, and Neo4j 4.1.6 the test_helper file contains `require 'active_graph'`. Running all the tests with `rake test` is fine, but running single test...
Following an installation on a clean Debian installer via quickstart I've been looking at the card documentation here: https://owntracks.org/booklet/features/card/ Assuming I have a user john with device j-phone I'd expect...
This fixes the get_ontology test where the values returned have diverged from what's in the test. I was looking at https://github.com/ISA-tools/isa-api/issues/557 initially but could not reproduce that issue.
- Ruby 3.2.2 - Rails 7.2.0 - Devise 4.9.4 Following the upgrade, this code from `app/models/user.rb:89:in 'find_for_database_authentication'` triggers a NoMethodError: ``` def self.find_for_database_authentication(warden_conditions) conditions = warden_conditions.dup login = conditions[:login] where(['lower(username)...
Here's an example from running tests: ``` ./isa-api/venv/lib/python3.11/site-packages/jsonschema/validators.py:431: DeprecationWarning: Passing a schema to Valida tor.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. ```` Presumably...