summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-10 09:21:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-10 09:21:48 -0700
commit564d3843d45fdd9dc53bd5147c7ca0d1b9fa9734 (patch)
treea3f13472fba5d7da863c8107691a071c5b8a1a30 /Changes
parent4ffcc33ad10f2cc5de517b80da24dd62bcacda87 (diff)
parentca1af5ff75521b8f2071642335858f464a7f221d (diff)
downloadp5-API-GitForge-564d3843d45fdd9dc53bd5147c7ca0d1b9fa9734.tar.gz
Merge tag 'v0.003' into debian
v0.003 # gpg: Signature made Tue 10 Mar 2020 09:21:35 AM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5f6e9bf..cc506c8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,17 @@ 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
+ 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.
+
0.002 2020-03-09 12:17:47-07:00 America/Phoenix
- Implement API::GitForge::GitLab::_ensure_repo().
- Add git repo metadata to dist.ini.