Skip to content

Added GraphQL server #2498

Added GraphQL server

Added GraphQL server #2498

Triggered via pull request December 29, 2024 10:05
@oxistooxisto
synchronize #534
graphsql
Status Failure
Total duration 41s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: finance/snapshot.go#L89
cannot use eventsBefore(txs, timestamp) (value of type []*persistence.PortfolioEvent) as []*portfoliov1.PortfolioEvent value in assignment
build: finance/snapshot.go#L89
cannot use txs (variable of type []*portfoliov1.PortfolioEvent) as []*persistence.PortfolioEvent value in argument to eventsBefore
build: finance/snapshot.go#L89
cannot use timestamp (variable of type *time.Time) as time.Time value in argument to eventsBefore
build: finance/snapshot.go#L95
snap.Cash.PlusAssign undefined (type *persistence.Currency has no field or method PlusAssign)
build: finance/snapshot.go#L104
snap.Cash.PlusAssign undefined (type *persistence.Currency has no field or method PlusAssign)
build: finance/snapshot.go#L107
cannot use secmap[name] (map index expression of type *persistence.Security) as *portfoliov1.Security value in struct literal
build: finance/snapshot.go#L111
undefined: marketPrice
build: finance/snapshot.go#L112
undefined: marketPrice
build: finance/snapshot.go#L120
snap.TotalPurchaseValue undefined (type *models.PortfolioSnapshot has no field or method TotalPurchaseValue)
build: finance/snapshot.go#L121
snap.TotalMarketValue undefined (type *models.PortfolioSnapshot has no field or method TotalMarketValue)
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636