Skip to content

feature: Added method to event store to get events by resource id #982

feature: Added method to event store to get events by resource id

feature: Added method to event store to get events by resource id #982

Triggered via push August 18, 2024 10:37
Status Failure
Total duration 1m 15s
Artifacts

dev.yaml

on: push
Release Go Binaries
1m 8s
Release Go Binaries
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Release Go Binaries: rest/rest_mocks_test.go#L1427
cannot use &EventStoreMock{} (value of type *EventStoreMock) as rest.EventStore value in variable declaration: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/controllers_test.go#L53
cannot use eventStore (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/controllers_test.go#L137
cannot use eventStore (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/controllers_test.go#L198
cannot use eventStore (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/initializers_test.go#L79
cannot use eventStore (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/initializers_test.go#L169
cannot use eventStore (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/repository_test.go#L44
cannot use eventStore (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/repository_test.go#L93
cannot use eventStore (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries: rest/repository_test.go#L168
cannot use eventDispatcher (variable of type *EventStoreMock) as rest.EventStore value in struct literal: *EventStoreMock does not implement rest.EventStore (missing method GetByResourceID)
Release Go Binaries
Process completed with exit code 1.
Release Go Binaries
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Release Go Binaries
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/