Michael Stenta

Results 84 issues of Michael Stenta

I would like to propose that we override the `timestamp` field label and description on `lab_test` logs. From: "Timestamp" / "Timestamp of the event being logged." To: "Date sampled" /...

Recently SQLite3 tests have been failing on GitHub Actions. However, they seem to be inconsistent, because sometimes they pass, although they fail more often than not. Originally encountered in #765....

bug

I discovered a bug while working on a custom CSV importer (following the guide at https://farmos.org/development/module/csv/) using the `create_quantity` plugin provided by the `quantity` module in farmOS: https://github.com/farmOS/farmOS/blob/17b792aca77fe757e7f7b18a95f8e5aedae1e192/modules/core/quantity/src/Plugin/migrate/process/CreateQuantity.php When `validate:...

bug

Currently our [Composer docs](https://farmos.org/hosting/composer/) instruct end-users to start a farmOS-based project with: ``` composer create-project farmos/project ``` However, this fails because https://github.com/farmOS/composer-project does not have any tagged releases. See original...

I could have sworn we already fixed this, but I ran into it myself today when I was recording a planting into two beds... **Describe the bug** In the Planting...

bug

**Describe the bug** Filtering sensor data by an invalid timestamp causes an `SQLSTATE[22P02]: Invalid text representation` error: ``` Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer:...

bug

**Describe the bug** Saw a few errors on one of the instances I host. Seems like invalid data was being sent to a sensor, and farmOS code doesn't check for...

bug

This is something I've proposed a number of times in the past, and now that #635 has been merged it became easy to sketch up a proof of concept for...

See https://www.drupal.org/project/farm/issues/3314741

Reported in this forum comment: https://farmos.discourse.group/t/farmos-2-0-0-beta7-has-been-released/1366/4 The `data_stream_notifications` module is not included as an option in the `/farm/settings/modules` form. This means that only super-users can enable the module.

bug