summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* bump versionSean Whitton2020-03-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* refer to the fork consistently with $fork_uriSean Whitton2020-03-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop spurious camel caseSean Whitton2020-03-10
| | | | 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>
* pass single argument to methods which take a single argumentSean 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>
* bump versionSean Whitton2020-03-09
| | | | 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>
* add .build to .gitignoreSean Whitton2020-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODOSean Whitton2020-02-20
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODOSean Whitton2020-02-17
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelogSean Whitton2020-02-17
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* don't drop .git from $upstream in two placesSean 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>
* consistency with parens usageSean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix a copyright noticeSean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* document interfaces as unstable for nowSean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* alignment in READMESean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* mark 'exit' redefines as not needing PODSean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* set versionSean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* set signoff for Dist::Zilla::Plug-in::Git::CommitSean Whitton2020-02-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bypass Git::Wrapper for pushing gitforge branchSean Whitton2020-02-16
| | | | 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>