Home
last modified time | relevance | path

Searched hist:f80a87f2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_executor.hppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
H A Devent_service_manager.hppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_executor_test.cppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/test/http/
H A Dserver_sent_event_test.cppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/http/routing/
H A Dsserule.hppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
H A Devent_service.hppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/http/
H A Dserver_sent_event.hppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hppf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>
/openbmc/bmcweb/
H A Dmeson.buildf80a87f2 Sun Jun 16 14:10:33 CDT 2024 Ed Tanous <etanous@nvidia.com> Add SSE filter param support

The Redfish spec require filtering of SSE entries to be supported.
This commit rearranges the code, and implements SSE sorting as well
as support for Last-Event-Id. To do this it adds a dependency on
boost circular_buffer.

Tested:

SSE connections succeed. Show filtered results.

Change-Id: I7aeb266fc40471519674c7b65cd5cc4625019e68
Signed-off-by: Ed Tanous <etanous@nvidia.com>