summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* v0.007HEADv0.007masterSean Whitton2022-01-02
| | | | | | | - README: include an entry for API::GitForge::Role::GitForge near the top, as that API is probably the one someone wants to look at first. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* README: include an entry for API::GitForge::Role::GitForge near topSean Whitton2022-01-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.006v0.006Sean Whitton2021-02-09
| | | | | | | - API::GitForge::Role::GitForge::clean_fork(): fix checking the exit status of the push of the gitforge branch. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bump versionSean Whitton2021-02-09
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix checking the exit status of the push of the gitforge branchSean Whitton2021-02-09
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* 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>
* bump versionSean Whitton2020-05-24
| | | | 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>
* bump versionSean Whitton2020-03-13
| | | | 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>
* drop whitespace before semicolonSean Whitton2020-03-10
| | | | 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>
* 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>