Commit Graph

5 Commits

Author SHA1 Message Date
Nicholas Wiersma
d932d50232 chore: lint code with golangci-lint (#1828)
* feat: add golangci-lint linting

* chore: fix linter issues

* feat: add linting into the workflow

* docs: update lint docs

* fix: cr suggestions

* fix: remove old formatting and vetting scripts

* fix: add docker make target

* fix: action go caching

* fix: depreciated actions checkout version

* fix: cr suggestion

* fix: cr suggestions

---------

Co-authored-by: Manu Gupta <manugupt1@gmail.com>
2023-02-24 20:39:17 -08:00
Marwan Sulaiman
90281ccb90 Athens: move storage.NotFound to errors.NotFound (#373)
* Athens: move storage.NotFound to errors.NotFound

* see where things went wrong

* empty means unexpected

* GCP: replace AlreadyExists err

* resolve conflicts

* Errors: change not found name

* fix build
2018-08-01 03:27:16 -04:00
Tyler Bui-Palsulich
27bbc3f42f storage: add context to storage.Exists and storage.Delete (#322)
* storage: add context to storage.Exists and storage.Delete

* eventlog: use context.TODO()

* storage/gcp: reuse ctx
2018-07-24 17:12:31 -05:00
Tyler Bui-Palsulich
39e1a17582 storage: return ErrVersionNotFound from fs Deleter (#294)
Add an optional extended description…
2018-07-18 08:38:51 -07:00
Aaron Schlesinger
ae6cce8cd0 Adding a Pointer registry for Athens (#144)
* Adding a pointer registry interface

For use in storing event log pointers for 1 or more Olympus deployments

* Adding a merger strict

* Adding a storage deleter

The deleter will be used in event log delete operations

Reminder: delete operations will be exceptional (i.e. security
vulnerabilities)

* Adding a reference to a deleter in the merger

* adding docs to the event log merger

* adding docs to the event log pointer registry

* Adding an ErrNotFound error to the CDN package

* Adding a CDN deleter

* Adding more docs

* Making the merger use CDN actions only

* Removing the CDN type

It's not used anywhere

* Starting to build the merger

* remove out-of-scope changes

They'll be added as appropriate in follow-ups
2018-05-31 18:34:27 +00:00