3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

1966 commits

Author SHA1 Message Date
Michael Stenta 9947062f0c Add a link to the legacy API endpoint in developer information fieldset. 2021-09-20 15:07:25 -04:00
Michael Stenta 4a236b1a86 Delete data_stream references from sensor assets during migration rollback. 2021-09-20 15:07:25 -04:00
Michael Stenta 09eb532f87 Document sensor data migration steps and considerations. 2021-09-20 15:07:25 -04:00
Michael Stenta f9ecfbbf91 Popup name is required to show popup.
This fixes an issue introduced in commit fcf32771bd
which broke cluster popups. This still works to fix the issue
that the previous commit sought to fix (do not show popups
while drawing).
2021-09-20 15:07:24 -04:00
Michael Stenta 4d1c14b14b Render the data stream entity references and developer information in the bottom region of asset pages. 2021-09-20 15:07:24 -04:00
Michael Stenta a85f95d6ab Display data stream entity reference label above View. 2021-09-20 15:07:24 -04:00
Michael Stenta 27b44cfd03 Document how to increase the Drush PHP memory limit for migrations. 2021-09-20 15:07:24 -04:00
Michael Stenta 933761b392 Rename LegacyListener to SensorListener (only use "legacy" in description). 2021-09-20 15:07:24 -04:00
Michael Stenta 5d29318e67 Move SensorListenerDataNames migrate d7 source plugin to farm_migrate module. 2021-09-20 15:07:24 -04:00
paul121 7802896254 Update data_stream_basic_data view to use the data_stream_basic base table. 2021-09-20 15:07:24 -04:00
paul121 fba766935d Standardize naming of data stream views fields. 2021-09-20 15:07:24 -04:00
paul121 236c8bbd92 Allow data_stream_basic to be used as a views base table. 2021-09-20 15:07:24 -04:00
paul121 3f02970c28 Display developer info for sensor assets with basic data streams. 2021-09-20 15:07:24 -04:00
paul121 1428ef1db3 Render the data stream name as a link in the summary display. 2021-09-20 15:07:24 -04:00
paul121 670b47b95e Allow data stream fields to be configured via field_ui. 2021-09-20 15:07:24 -04:00
paul121 33473fb8f8 Only render developer information in the full view mode. 2021-09-20 15:07:24 -04:00
paul121 71e27b6635 Add a summary view mode for data streams. 2021-09-20 15:07:24 -04:00
paul121 92c2f49231 Migrate listener sensor data in a post row save event. 2021-09-20 15:07:24 -04:00
Paul Weidner 0f1ddb5dbe Migrate listener sensor data into data_stream_basic. 2021-09-20 15:07:24 -04:00
Paul Weidner a4f28a950d Migrate each listener sensor named value into a new data stream. 2021-09-20 15:07:24 -04:00
Paul Weidner 97bf5139c9 Move listener sensor asset to dedicated migration. 2021-09-20 15:07:24 -04:00
paul121 5ed294b630 Allow the sensor type to be specified in the d7_sensor_asset source plugin. 2021-09-20 15:07:24 -04:00
paul121 671e5145db Adjust sensor asset bundle field weights. 2021-09-20 15:07:24 -04:00
paul121 e528813330 Refactor listener data streams to be basic data streams with a separate API endpoint. 2021-09-20 15:07:24 -04:00
paul121 fd74fa2ff5 Add API endpoint for all basic data streams associated with a sensor. 2021-09-20 15:07:24 -04:00
paul121 71c831223d Bail if no data streams are specified. 2021-09-20 15:07:24 -04:00
paul121 b0f4855441 Allow filtering by multiple named values. 2021-09-20 15:07:24 -04:00
paul121 6a5abea6f8 Add storageGetMultiple method to support querying multiple basic data streams. 2021-09-20 15:07:24 -04:00
paul121 618a7961d6 Add return type to storageGet annotation. 2021-09-20 15:07:24 -04:00
paul121 74fc3933db Fix storageGet args parameter. 2021-09-20 15:07:24 -04:00
paul121 219d11ccdb Remove DataStreamSqlStorage trait. 2021-09-20 15:07:24 -04:00
paul121 e742293386 Add private_key and public fields to sensor asset. 2021-09-20 15:07:24 -04:00
paul121 93e8bd79bc Use the data stream entity name in name/value pairs. 2021-09-20 15:07:24 -04:00
paul121 1a10fbf276 Render data stream entities in the default view mode. 2021-09-20 15:07:24 -04:00
paul121 9fa7c4a9e4 Remove (decimal) from Sensor value (decimal). 2021-09-20 15:07:24 -04:00
paul121 b93d048023 Add test for non-numeric data stream data. 2021-09-20 15:07:24 -04:00
paul121 ded2a3971d Render developer information details element in basic data stream view. 2021-09-20 15:07:24 -04:00
paul121 33e7ee6903 Render the data stream public field as a yes-no boolean. 2021-09-20 15:07:24 -04:00
paul121 1f386ab989 Hide the data stream private key. 2021-09-20 15:07:24 -04:00
Michael Stenta f00313db03 Move create_quantity migration plugin to quantity module. 2021-09-20 14:13:18 -04:00
Michael Stenta 312d611b64 Print the name of the migration group being imported/rolled back in farm_migrate Drush commands. 2021-09-20 12:11:07 -04:00
Michael Stenta 9e6b6b0a7f Add a note about community modules to migration docs. 2021-09-20 12:11:07 -04:00
Michael Stenta 5f232b4319 Move all sub-modules into sub-directories called "modules" for consistency. 2021-09-17 16:11:38 -04:00
Michael Stenta 89996482be Issue #3220623: Split Sale/Purchase/Price bundles out to contrib 2021-09-17 15:59:27 -04:00
paul121 c48e380295 Allow quantity types to specify a default measure. 2021-09-17 15:59:27 -04:00
paul121 94ef94825c Increase weight between quantity base fields. 2021-09-17 15:59:27 -04:00
Michael Stenta 80a687d6bd Merge branch '2.x-remove_config_rewrite' into 2.x 2021-09-16 19:23:41 -04:00
Michael Stenta 3257fc6e7b Remove config_rewrite module. 2021-09-16 19:08:58 -04:00
Michael Stenta f73b9115fb Refactor farm_ui_location config_rewrite settings into hook_install(). 2021-09-16 19:08:58 -04:00
Michael Stenta 505dc83130 Refactor farm_entity config_rewrite settings into hook_install(). 2021-09-16 19:08:58 -04:00