-
I `rm -f -r m2` to start fresh and got some interesting test failures. I'm not yet sure what's happening here.
[ERROR] Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 14.792 s
-
I am unable to go to next page using the pageSize and nextPageToken .
Also the nextPagetoken is always changing when ever i am refreshing the url .
I am using postgres as db with grafeas
#### …
-
I'm interested in using multiple tag policies together as a poor man's https://grafeas.io.
Any plans for something like this? Open to a PR?
-
From https://github.com/package-url/purl-spec/pull/1#issuecomment-344537386 :
> While reviewing this IANA list of registered URI schemes https://www.iana.org/assignments/uri-schemes/uri-schemes.xht…
-
## Expected Behavior
It runs at a stable memory footprint
## Actual Behavior
it doesn't?
## Steps to Reproduce the Problem
Run it for a while
## Additional info
I don't know how to …
-
When I run "make test" in the kritis directory, I reported the following error. According to the official documentation, I need to set the GOPATH environment variable, but I have set it in the ~/.bash…
-
`XXX_cachesize` auto-generated proto fields are not currently ignored by `go-cmp`. Example from [Grafeas](https://github.com/grafeas/grafeas):
```
storage_test.go:287: GetOccurrence returned diff …
-
In our reference impl of the v1alpha1 Grafeas API, we currently require the occurrence name to be set in CreateOccurrence:
https://github.com/grafeas/grafeas/blob/master/samples/server/go-server/api/…
vtsao updated
5 years ago
-
## Expected Behavior
Occurrence `GetCreateTime()` and `GetUpdateTime()` should return the creation time and update times respectively for the given occurrence.
## Actual Behavior
GetCreateTim…
-
PR: https://github.com/grafeas/grafeas/pull/297
# Thesis
Adding and removing libraries should be easy and shouldn't require us to bloat our PR's with `vendor/` dependancies. Making PR's smaller an…