Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

farmOS

farmOS: A web-based farm record keeping and data management platform.
Collective - Host: opensource - https://opencollective.com/farmos - Website: https://farmOS.org - Code: https://github.com/farmOS/farmOS

Rename the Field Kit OAuth2 client to fieldkit.

github.com/farmOS/farmOS - 0a8dca4bf181d42a71d843030e2a7bb4d7fa52f4 authored about 3 years ago
Rename farm_client module to farm_fieldkit.

github.com/farmOS/farmOS - 52e409a125660db09860b4990d6a38d1a827c8b4 authored about 3 years ago
Issue #3215938 by paul121: Data stream email notifications

github.com/farmOS/farmOS - 72b485e5e269adad6fcb9f8a614f4a3d7a5abc20 authored about 3 years ago
Merge data_stream_notification_email module into data_stream_notification.

github.com/farmOS/farmOS - 02f95e4d7ae6e97832c0c859ee783bf35bc654b1 authored about 3 years ago
Clarify that docs are for farmOS 1.x, link to 2.x docs #115

github.com/farmOS/farmOS - f20e813151c7c87951ea5fa1b805fa47a761608a authored about 3 years ago
Migrate existing sensor listener notifications.

github.com/farmOS/farmOS - 6648f2ba982e1ddc00769c07ece3ac67294700a1 authored about 3 years ago
Move data_stream_notification module into "modules" subdirectory.

github.com/farmOS/farmOS - 14ee6bf55965e55e92bbd70097821ecb111a5971 authored about 3 years ago
Add notification delivery email plugin.

github.com/farmOS/farmOS - 2ddfd3e493dc1bcee9ae7f19b093d14f0893c5b8 authored about 3 years ago
Create the DataStreamNotification entity.

github.com/farmOS/farmOS - adf329d79ea2532ba6ac147cd05a1d305095fa62 authored about 3 years ago
Create notification condition and delivery plugins.

github.com/farmOS/farmOS - 73c5a4f134f4fcbdc40d03c57008492f3b03a052 authored about 3 years ago
Display enabled and disabled notifications in separate tables.

github.com/farmOS/farmOS - 4ebfea8ef4459c8c0337ce448f4231883cf7c02e authored about 3 years ago
Create postTestData helper function.

github.com/farmOS/farmOS - 900e8d8ccb19dbdc4f43b01911304902de3bda84 authored about 3 years ago
Allow the enable/disable operation to be set with an ajax callback.

github.com/farmOS/farmOS - 691c0053b4f2a25961c74bf255e4646c7e038e57 authored about 3 years ago
Include the data stream notification and condition summaries in the event context.

Add these all to the error condition plugin to make sure they are available.

github.com/farmOS/farmOS - 2b8779f989fdc37fd587746dc4c3cb6b0525a49a authored about 3 years ago
Test complete execution of notifications.

github.com/farmOS/farmOS - 6216ee6f43838e7be6e31b98aa4b903d92176467 authored about 3 years ago
Implement a numeric notification condition.

github.com/farmOS/farmOS - 9d046355f9f51e4b2e014dab3dee88cfc5a9a19e authored about 3 years ago
Require at least one condition and notification.

github.com/farmOS/farmOS - 3a9342e3a34d6710341f7f28011f692e10d3a9e1 authored about 3 years ago
Allow the notification state to be reset on save.

github.com/farmOS/farmOS - f87d89b30dd68aae2e99ac44cbf610be44354cca authored about 3 years ago
Implement a DataStreamEventSubscriber to trigger notifications.

github.com/farmOS/farmOS - 12f58e80e2ae83aa5c41aa0a25b2766cec4716c0 authored about 3 years ago
Add a data stream notification list builder.

github.com/farmOS/farmOS - c4b312a1b962168f1e6f9758f0a26dad0f4c8b16 authored about 3 years ago
Allow plugins to validate and submit the subform.

github.com/farmOS/farmOS - d60df2b4babece40a49f2b01935846a1158f89cd authored about 3 years ago
Add a data stream notification entity form.

github.com/farmOS/farmOS - 56b24b27ac1a1704269319e36780f44b0ec46065 authored about 3 years ago
Implement the DataStreamEventDispatcherInterface for the basic data stream.

github.com/farmOS/farmOS - a73a4ff86d9c0bb88ec967e04eeb8b79b0e8fb14 authored about 3 years ago
Display the notification state in the list view.

github.com/farmOS/farmOS - ca0908281a70aaf6534529a4a5e80f9c10d5fe7a authored about 3 years ago
Create a data stream event.

github.com/farmOS/farmOS - 11f3948c8fda56788e4b9df82d628227d19cfb62 authored about 3 years ago
Init data stream notification module.

github.com/farmOS/farmOS - b20bf4cf7611c41b77c7f2316ba9f1d80e864c8e authored about 3 years ago
Reset notification state when enabling/disabling.

github.com/farmOS/farmOS - cdb168d3cd9c25b14f9c2e13a3814ebcc5642514 authored about 3 years ago
Create a DataStreamEventDispatcherInterface.

github.com/farmOS/farmOS - 517b7f82f9c0415d1315406bad4e5b23c21e8c05 authored about 3 years ago
Add notification activation and deactivation thresholds and delivery interval configuration.

github.com/farmOS/farmOS - 0ca67170fb045d0dd3f4d0192de1f8fd114dfa8c authored about 3 years ago
Specify file extensions as a comma separated string in an array. #466

github.com/farmOS/farmOS - 8c03b835f6dda17cfcc54f368a82cc101c1bd5a4 authored about 3 years ago
Fix bugs after *_field_allowed_values changes #465

github.com/farmOS/farmOS - 6041692dd338efd273b980db7140b58f9946c5fe authored about 3 years ago
Use the correct field_storage_definitions variable.

github.com/farmOS/farmOS - 67c476d5bd8e60ae0a34afbbc604c24dd51a1792 authored about 3 years ago
Provide a field storage definition to farm_land_type_field_allowed_values.

github.com/farmOS/farmOS - c46f852c1a2b52b47f1d8747b0f5f6e73d73875f authored about 3 years ago
Document how to configure private filesystem in hosting docs.

github.com/farmOS/farmOS - 1f8941aff954f2daf8b153b8c1dddc62cfba2f89 authored about 3 years ago
Issue #3253430 by paul121: Define all callback_allowed_values_function parameters

Accidentally merged the wrong commit earlier.

github.com/farmOS/farmOS - 7af4618ba1be0bc867b127f977167396f14a8c6f authored about 3 years ago
Patch simple_oauth issue #3193609: invalid_credentials error does not conform to OAuth2 spec.

Issue #3254051 by paul121: Return correct status code for OAuth invalid_credentials error

github.com/farmOS/farmOS - 90338a68eba6cc8232af32858949597716d8f067 authored about 3 years ago
Issue #3253430 by paul121: Define all callback_allowed_values_function parameters

github.com/farmOS/farmOS - 03137afdd4702d2a81bf476771c97e0c7ba12346 authored about 3 years ago
Standardise quantity measure allowed_values_function name.

github.com/farmOS/farmOS - 94cd242abd0eb9989986c27c5e50223f29039f95 authored about 3 years ago
Define all callback_allowed_values_function parameters.

github.com/farmOS/farmOS - d15bdc5e3741da98877e7e06404ba88350498b82 authored about 3 years ago
Patch drupal/core issue #3253568: Error when checkbox 'Use field template' is checked.

Issue #3253967 by paul121: Page view displays are broken when rendering a farm entity that has a...

github.com/farmOS/farmOS - c8f971ca48189dd4758f817909a1ce180bbff6ee authored about 3 years ago
Issue #3254253 by paul121: Grant the issue subrequests permission to users with a managed role.

github.com/farmOS/farmOS - ddb0666311031fb3256a920ffc72b26d8261c559 authored about 3 years ago
Allow specifying a units_id to skip loading an existing term. #464

github.com/farmOS/farmOS - cb9c772962ac79df2f24716caa6125251651152f authored about 3 years ago
Issue #3253426 by paul121: Correct farm_flag_field_allowed_values to accept a FieldStorageDefinitionInterface.

github.com/farmOS/farmOS - 4b29c7ba6d235a1ceab1325d9e02c840d7ef3954 authored about 3 years ago
Issue #3253841 by paul121: Asset parent base field allows circular and duplicate references

github.com/farmOS/farmOS - ae9288d332bf8eb2b1852d6f723f21f8b3e65f41 authored about 3 years ago
Add test for parent field constraints.

github.com/farmOS/farmOS - e65cc87a02ea74ad4e03953b71a92999cb31d63b authored about 3 years ago
Test entity fields in a loop.

github.com/farmOS/farmOS - ca3b6b6513c35ed5eb2239bcd60a3dc6dc13bf4f authored about 3 years ago
Remove third_party_settings option from FarmFieldFactory.

github.com/farmOS/farmOS - e8bab25d24d4c917caa255fb3290bfb5613a6f1d authored about 3 years ago
Do not override WWW_DATA_ID build argument in run-tests.yml.

This is no longer necessary since #441 was merged.

github.com/farmOS/farmOS - e00c9c78009e9b55fb73ccfaecd31cd41fb4a72f authored about 3 years ago
Issue #3242473: Validation fails when migrating records that reference inactive users

github.com/farmOS/farmOS - 08af0f1d9493afcbd37113abaa362204cb3cdbd6 authored about 3 years ago
Don't need a protected $roleStorage property in FarmMigrationSubscriber.

github.com/farmOS/farmOS - 9c0686246188943ee3e8525ab8a3450e743d8694 authored about 3 years ago
Merge branch '2.x-version' into 2.x

github.com/farmOS/farmOS - 8d1114d9407bf6df13378393a867af9a3e52a9fe authored about 3 years ago
Set version in farm.info.yml via build-farmOS.sh.

This ensures that the version is correctly set in the
Docker images. Previously, it was only bei...

github.com/farmOS/farmOS - deb59bed54867ae1235524f59e5a1e6699cfed50 authored about 3 years ago
Use farm.info.yml version in farm_api EntryPointTest.

github.com/farmOS/farmOS - 8939f3058d4f2624bfccaafacea6b654369d0a71 authored about 3 years ago
Name Docker image "farmos" when packaging release.

Previously it was calling the image farmos/farmos:2.x,
which is misleading.

github.com/farmOS/farmOS - 3fc6eb5f4248c5d78c054095622611117e0abfcb authored about 3 years ago
Update Drupal core to 9.3.0 #459

github.com/farmOS/farmOS - 0e44fdafe684c53123a3628537273d21721e5907 authored about 3 years ago
Update Drupal core patch for Issue #2339235: Remove taxonomy hard dependency on node module

github.com/farmOS/farmOS - 81554860e2b4ced87de785759d7e1f2c7653bed5 authored about 3 years ago
Update Drupal core patch for Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields.

github.com/farmOS/farmOS - 919ad6bc5a3efcc241ff5ab8ebda16e0a3da9513 authored about 3 years ago
Remove merged drupal/core patch for Issue #3134470: Switch to entity owner in EntityContentBase during validation

github.com/farmOS/farmOS - 67a69e98f848674e4b74e1c5de3f469a5ab465c7 authored about 3 years ago
Update Drupal core to 9.3.0.

github.com/farmOS/farmOS - 7309046c8120904592182d5793315c009e6cf233 authored about 3 years ago
Update Drupal core to 9.2.10.

github.com/farmOS/farmOS - f2f7938447172cbdc4b068605485e7bfdcfbd962 authored about 3 years ago
Update Drupal core patch for issue #2429699.

github.com/farmOS/farmOS - ebb6bdc81aada15511591717d437f50dd40cfdff authored about 3 years ago
Issue #3252070 by m.stenta: Process location hierarchy changes via PHP instead of API requests

github.com/farmOS/farmOS - aee45205a5800d9dfcf60b1b92cc0774a2157b66 authored about 3 years ago
Add comments to JavaScript to make it more readable.

github.com/farmOS/farmOS - 91c61c6f409ad274d8dc3b8e86f47cd4e7ad9973 authored about 3 years ago
Convert location hierarchy controller to a form.

github.com/farmOS/farmOS - 3fd2f9c893b66feb5185198a216a983e479d0413 authored about 3 years ago
Perform location hierarchy changes in form submit instead of AJAX.

github.com/farmOS/farmOS - 662f7801e0158ca2d20b79da835726e5d9bff3cc authored about 3 years ago
Remove spinner from location drag and drop save button.

This is just a separate commit to keep the next one cleaner.

github.com/farmOS/farmOS - bc10ba32c88a309ca67f27f4fb1a6f3e78a93c4a authored about 3 years ago
Issue #3245399 by paul121: Use iframe in asset map popup

github.com/farmOS/farmOS - 6fdf29ce48c5fb38acf52a934a20e26110d9e3e3 authored about 3 years ago
Render the asset map_popup view mode in an iframe.

github.com/farmOS/farmOS - 6a99ec7747848469a2977020a8097979ec645c92 authored about 3 years ago
Sort local actions by their weight property.

github.com/farmOS/farmOS - 71e8d3ed0e4ffa356e6ed74c87e69348fffbef97 authored about 3 years ago
Improve styling of the asset map_popup view mode within the iframe.

github.com/farmOS/farmOS - 4e5fcd27476f75d0993a94506ca1bb9d86eea5ba authored about 3 years ago
Add styling for the map popup iframe.

github.com/farmOS/farmOS - 07a722fb48f7f043db818649ed209b11014eb4a2 authored about 3 years ago
Update farmOS-map library to v2.0.3.

github.com/farmOS/farmOS - 114dd9e7b1103f6afd023c165c507cb65757eff7 authored about 3 years ago
Implement html and page theme hooks for the asset map_popup view mode.

github.com/farmOS/farmOS - cef3033d9b57dcfecf97c387d229eae886657ba5 authored about 3 years ago
Issue #3202226: Show asset action links in asset details.

github.com/farmOS/farmOS - 6a9714f81e7514944a935aa850a67ef48f066fa6 authored about 3 years ago
Decrease whitespace in the map popup.

github.com/farmOS/farmOS - 64c6bacb896f7b6197a545adf17622d9732ce0c7 authored about 3 years ago
Create local action to view assets and view logs in the asset map popup.

github.com/farmOS/farmOS - 76d68e01cfe8676bbe5e618bb4cebfeb7bb26859 authored about 3 years ago
Make dropbutton items align to the left.

github.com/farmOS/farmOS - 6984812ac4fd23eb8e17c7c6d6871be3ffa46e25 authored about 3 years ago
Use a small dropbutton in the map popup.

github.com/farmOS/farmOS - 8bde7585654c10ad9b21abf73db1f5f6f91c2a85 authored about 3 years ago
Remove redundant comment.

github.com/farmOS/farmOS - 6d613eabc3b545885ebae398f2626137c63db006 authored about 3 years ago
Increase size of asset map popup for local actions.

github.com/farmOS/farmOS - fdf5097bc33462cb4ad148b60fe0f6ffc1809ccc authored about 3 years ago
Issue #3243667 by paul121: Perform entity validation in bulk actions

github.com/farmOS/farmOS - 27955d05be4bbdca01cdfaa3ee22814cc5297650 authored about 3 years ago
Require Log ^2.0.2.

github.com/farmOS/farmOS - 564c439ffe1023626df17235ca9ed21602e418fc authored about 3 years ago
Perform entity validation in state change actions.

github.com/farmOS/farmOS - 2c660bcf3ed7f4f57919a13a806ddf826f7c826b authored about 3 years ago
Perform entity validation in bulk actions.

github.com/farmOS/farmOS - f57399947d05abab4e07d4896fae23ec3c7347b0 authored about 3 years ago
Issue #3231161 by paul121: Cannot reset location hierarchy after saving

github.com/farmOS/farmOS - 61022ea0d2b270422933128c3b0b232618fd3ce8 authored about 3 years ago
Refresh the location hierarchy after saving.

github.com/farmOS/farmOS - 38292ff3b2f7df9af4b0c40d3b6285b10fa2ea38 authored about 3 years ago
Use $.when.apply instead of spread operator.

github.com/farmOS/farmOS - ddbaf1f7a5a3d1f52108546a6dd2e9c9de2797d6 authored about 3 years ago
Wait for nested request within the success callback.

github.com/farmOS/farmOS - 3ad1651d71d190461d18d340a5aa887e4519f43e authored about 3 years ago
Issue #3253116: Copy geometry from locations in asset reference field

github.com/farmOS/farmOS - 540435298137dd0f277f05437a6a6ad9d19f3539 authored about 3 years ago
Document log geometry copying logic in more detail.

github.com/farmOS/farmOS - 6c3e9e7193da1a4005fb889fbd8a8d00751ec9dd authored about 3 years ago
Use Activity log type instead of Movement in testPopulateLogGeometry().

github.com/farmOS/farmOS - 578419eda4cc703fa7de9a9b75e7f53da8c4a99c authored about 3 years ago
Exclude movement logs from asset geometry copy logic.

github.com/farmOS/farmOS - 9290147c2eb9afbfbaafaf5b7586f48fe0e829e8 authored about 3 years ago
Add tests for copying asset geometry.

github.com/farmOS/farmOS - c9ba9d5d7dcca85eaa96e93d0517c48b0e5f01a4 authored about 3 years ago
Copy geometry from locations in asset reference field if no location assets are referenced.

Only include assets that have is_location set to TRUE.

github.com/farmOS/farmOS - e6794e605030e885a9e5b473a7fef6537309d0fd authored about 3 years ago
Abstract log location asset loading out to getLocationAssets() method.

github.com/farmOS/farmOS - c16240737e723895bf25521ef7875ecdec4e69e3 authored about 3 years ago
Explicitly set is_location to TRUE in location assets created for kernel tests.

github.com/farmOS/farmOS - 8d45332c595eafc214db7542a84b3d07692afc82 authored about 3 years ago
Issue #3210067: Document log asset reference vs location reference in model docs

github.com/farmOS/farmOS - af2393bfc51da42f01e619915603e974097716b0 authored about 3 years ago
Issue #3253264: Log geometry is not re-copied from locations when a custom geometry is cleared

github.com/farmOS/farmOS - 5b421ba73f902fa2fa1c09f403b3aa435dda0b9b authored about 3 years ago
Adjust default weight of Notes fields so it appears below 0 weight fields.

github.com/farmOS/farmOS - 9a454d383ad509ec8dcb0a1c2e766e768154ca60 authored about 3 years ago
Change weight of Parents and ID Tags fields to 0.

github.com/farmOS/farmOS - 6a7f123ae9e6e6ca80a7746ff6794b69c07f19ff authored about 3 years ago