[Ofmfwg] [OpenFabrics/sunfish_library_reference] aee63d: Improved objects and events custom handler dispatc...
Christian Pinto
noreply at github.com
Mon Mar 11 08:15:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OpenFabrics/sunfish_library_reference
Commit: aee63d88c9e4afae022932ef54d5b62dc94e8fcd
https://github.com/OpenFabrics/sunfish_library_reference/commit/aee63d88c9e4afae022932ef54d5b62dc94e8fcd
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M sunfish/events/redfish_event_handler.py
M sunfish/lib/object_handler.py
Log Message:
-----------
Improved objects and events custom handler dispatching
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: 842ae69a14d009010bc24b2c39c40f3a02c50208
https://github.com/OpenFabrics/sunfish_library_reference/commit/842ae69a14d009010bc24b2c39c40f3a02c50208
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M sunfish/storage/backend_FS.py
Log Message:
-----------
Improved FS backend looging and typing. Fixed few bugs
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: 9cf85453d25caa346dcdfa62e0cc8f17c0b89d15
https://github.com/OpenFabrics/sunfish_library_reference/commit/9cf85453d25caa346dcdfa62e0cc8f17c0b89d15
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M sunfish/events/redfish_subscription_handler.py
Log Message:
-----------
Minor bug fix in the subscription handler
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: a61be253189a292968fbd94e9c2e08144527cc64
https://github.com/OpenFabrics/sunfish_library_reference/commit/a61be253189a292968fbd94e9c2e08144527cc64
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
A sunfish/lib/agents_management.py
M sunfish/lib/core.py
M sunfish/lib/exceptions.py
A sunfish/models/__init__.py
A sunfish/models/types.py
Log Message:
-----------
Added logic for agents forwarding
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: c86c1f339e5ef69c131432ddd8c8c22a90637111
https://github.com/OpenFabrics/sunfish_library_reference/commit/c86c1f339e5ef69c131432ddd8c8c22a90637111
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M tests/test_sunfishcore_library.py
M tests/tests_template.py
Log Message:
-----------
Extended tests to support agent forwarding features.
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: 14c7fe5e2ae41301e97b65e813d519fa07facea9
https://github.com/OpenFabrics/sunfish_library_reference/commit/14c7fe5e2ae41301e97b65e813d519fa07facea9
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
A sunfish/__init__.py
M sunfish/events/redfish_event_handler.py
M sunfish/lib/core.py
M tests/test_sunfishcore_library.py
M tests/tests_template.py
Log Message:
-----------
Fixed changes required after rebase to main
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: 9e1f24ea5933a7234aceb39a410aab174f56c914
https://github.com/OpenFabrics/sunfish_library_reference/commit/9e1f24ea5933a7234aceb39a410aab174f56c914
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M sunfish/events/redfish_event_handler.py
M sunfish/lib/core.py
M sunfish/lib/exceptions.py
M tests/test_sunfishcore_library.py
M tests/tests_template.py
Log Message:
-----------
Raise PropertyNotFound exception for ResourceCreated events missing agent context field
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: 78344d81ab2099de306ee516472a0b4c129a8da2
https://github.com/OpenFabrics/sunfish_library_reference/commit/78344d81ab2099de306ee516472a0b4c129a8da2
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M sunfish/events/redfish_event_handler.py
Log Message:
-----------
Added exception for missing property in event handler
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: 4a752534e79f8cfe608dcf2befc5467eff0bb1ba
https://github.com/OpenFabrics/sunfish_library_reference/commit/4a752534e79f8cfe608dcf2befc5467eff0bb1ba
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M sunfish/events/redfish_event_handler.py
M sunfish/lib/agents_management.py
M sunfish/storage/backend_FS.py
Log Message:
-----------
Few bug fixes
Signed-off-by: Christian Pinto <christian.pinto at ibm.com>
Commit: adf05f8d425beb90a719f9b6ec1aba69fc511ba9
https://github.com/OpenFabrics/sunfish_library_reference/commit/adf05f8d425beb90a719f9b6ec1aba69fc511ba9
Author: Christian Pinto <christian.pinto at ibm.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
A sunfish/__init__.py
M sunfish/events/redfish_event_handler.py
M sunfish/events/redfish_subscription_handler.py
A sunfish/lib/agents_management.py
M sunfish/lib/core.py
M sunfish/lib/exceptions.py
M sunfish/lib/object_handler.py
A sunfish/models/__init__.py
A sunfish/models/types.py
M sunfish/storage/backend_FS.py
M tests/test_sunfishcore_library.py
M tests/tests_template.py
Log Message:
-----------
Agents forwarding (#21)
This pull request adds the logic that enables forwarding of requests
from sunfish to the Hardware agents
Compare: https://github.com/OpenFabrics/sunfish_library_reference/compare/963736ee8be6...adf05f8d425b
To unsubscribe from these emails, change your notification settings at https://github.com/OpenFabrics/sunfish_library_reference/settings/notifications
More information about the Ofmfwg
mailing list