config: compat with new VCS integration#3162
Conversation
970f79c to
a80d05f
Compare
|
Tests are currently failing due to a dependency issue which we need to fix. We are importing and referencing |
8c0afc9 to
ddb7304
Compare
carlinmack
left a comment
There was a problem hiding this comment.
LGTM, from Carlin and Maira
a9ce47c to
831a7d7
Compare
|
maybe you can squash? I feel like this is 1 commit's worth of stuff in the end |
|
@carlinmack Yes my aim is definitely to squash into one, same for inveniosoftware/invenio-rdm-records#2128. We're currently merging the PRs in Invenio VCS and then I will squash these 2 PRs since they will probably still have quite a few changes before we start reviewing them. |
9d3d7a8 to
e8e162d
Compare
Closes inveniosoftware/invenio-vcs#2
We are updating
invenio-githubto be a generic package supporting many VCS providers, not just GitHub. As such, it will be renamed (currently toinvenio-vcs).The
RDMGitHubReleaseclass has been renamed and restructured, so this must be reflected inconfig.pyfor continued functionality. No other changes are needed to this repository at the moment.See feat(vcs): support for new VCS integration (backend) invenio-rdm-records#2284 and feat(vcs): support for new VCS integration (frontend) invenio-rdm-records#2283