summaryrefslogtreecommitdiff
path: root/Changes
Commit message (Collapse)AuthorAge
* v0.005v0.005Sean Whitton2020-05-24
| | | | | | | | | - API::GitForge::Role::GitForge::clean_repo(): don't continue if fail to push the gitforge branch. - API::GitForge::GitLab::_clean_config_repo(): use target project namespace rather than always using the user's namespace. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use target project namespace rather than always using the user'sSean Whitton2020-05-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* don't continue if fail to push the gitforge branchSean Whitton2020-03-17
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.004v0.004Sean Whitton2020-03-13
| | | | | | | | - API::GitForge::Role::GitForge::clean_repo(): reinstate workaround -- bypass Git::Wrapper when pushing the gitforge branch. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* reinstate workaround for pushing the gitforge branchSean Whitton2020-03-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.003v0.003Sean Whitton2020-03-10
| | | | | | | | | | | | | | - API::GitForge::GitLab::_ensure_repo(): avoid an unnecessary API call. - API::GitForge::Role::GitForge::clean_repo(): try to unprotect fork branches before deleting them, if GitForge API library supports doing this. - API::GitForge::Role::GitForge::clean_repo(): push the gitforge branch using Git::Wrapper again. During early testing, this seemed to hang after pushing to GitLab installations, but it seems to work well now. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* push the gitforge branch using Git::Wrapper again.Sean Whitton2020-03-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* try to unprotect fork branches before deleting themSean Whitton2020-03-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* don't look up namespace if project already existsSean Whitton2020-03-09
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.002v0.002Sean Whitton2020-03-09
| | | | | | | | | | - Implement API::GitForge::GitLab::_ensure_repo(). - Add git repo metadata to dist.ini. - Don't disable merge requests in GitLab clean forks. Otherwise we can't submit merge requests upstream. - Code cleanup. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Implement API::GitForge::GitLab::_ensure_repo()Sean Whitton2020-03-09
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelogSean Whitton2020-02-17
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Don't disable merge requests in GitLab clean forksSean Whitton2020-02-17
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Add git repo metadata to dist.iniSean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.001v0.001Sean Whitton2020-02-16
| | | | | | - First public release. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rework script into API::GitForge generic interfaceSean Whitton2020-02-16
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>