summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-10 09:21:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-10 09:21:35 -0700
commitca1af5ff75521b8f2071642335858f464a7f221d (patch)
treedefbbc6fd4b69807bbd6e212f69d81c659e811f6
parent98bb20d24254a99374b53ee910e6828db2238a06 (diff)
downloadp5-API-GitForge-ca1af5ff75521b8f2071642335858f464a7f221d.tar.gz
v0.003v0.003
- 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>
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index d5d3c2a..cc506c8 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for API::GitForge
{{$NEXT}}
+
+0.003 2020-03-10 09:21:28-07:00 America/Phoenix
- API::GitForge::GitLab::_ensure_repo(): avoid an unnecessary API
call.
- API::GitForge::Role::GitForge::clean_repo(): try to unprotect