Skip to content

Add the possibility to handle a list of all groups, artifacts and versions in a repo #29

@phax

Description

@phax
  • The "Top ToC" does not work, because it only handles groups and artifacts
  • The "per artifact" version handling is good, but does not scale with many artifacts as it would require 1 GET per artifact

Suggestion: provide one large CSV file, with the following columns:

  • CSV is preferred to e.g. SQLite, as the data is more easily processable and does not require a proprietary technology
  • Usage of RDF would be nice, but doesn't really scale too well

The "fulltoc" needs modification, on the following activities:

  • Add a new version - special handling for SNAPSHOTs
  • Delete an existing version (if the repo allows it)
  • If the deprecation status of a version changes
  • If the display name of a version changes

Allow the "fulltoc" to be serialized in different forms - start with CSV and comma as a separator

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions