-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate the github.com/testifysec/archivista-api
as an Archivista Package
#113
Labels
Comments
I'm tagging @mikhailswift to review if this is the correct idea. |
kairoaraujo
added a commit
to kairoaraujo/archivista
that referenced
this issue
Dec 12, 2023
The current "github.com/testifysec/archivista-api" was detached from the Archivista from the historical strategy by TestifySec. TestifySec donated the Archivista project to the in-toto project, which makes more sense to the API package being part of the Archivista source code. This commit adds "github.com/testifysec/archivista-api" as pkg in Archivista. Closes in-toto#113 Signed-off-by: Kairo de Araujo <[email protected]>
kairoaraujo
added a commit
to kairoaraujo/archivista
that referenced
this issue
Dec 12, 2023
The current "github.com/testifysec/archivista-api" was detached from the Archivista from the historical strategy by TestifySec. TestifySec donated the Archivista project to the in-toto project, which makes more sense to the API package being part of the Archivista source code. This commit adds "github.com/testifysec/archivista-api" as pkg in Archivista. Closes in-toto#113 Signed-off-by: Kairo de Araujo <[email protected]>
jkjell
pushed a commit
that referenced
this issue
Dec 12, 2023
The current "github.com/testifysec/archivista-api" was detached from the Archivista from the historical strategy by TestifySec. TestifySec donated the Archivista project to the in-toto project, which makes more sense to the API package being part of the Archivista source code. This commit adds "github.com/testifysec/archivista-api" as pkg in Archivista. Closes #113 Signed-off-by: Kairo de Araujo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current Archivista uses the dependency github.com/testifysec/archivista-api.
It can be found on:
archivista/internal/server/server.go
Line 30 in a63661d
archivista/cmd/archivistactl/cmd/store.go
Line 23 in a63661d
archivista/cmd/archivistactl/cmd/retrieve.go
Line 24 in a63661d
archivista/cmd/archivistactl/cmd/search.go
Line 23 in a63661d
The idea is to move this dependency as an Archivista package (
pkg/archivista-api
)The text was updated successfully, but these errors were encountered: