summaryrefslogtreecommitdiff
path: root/Changes
blob: ee813bfc2c915b7b3e2e4a9ad33e8f0e1acec830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for API::GitForge

{{$NEXT}}
    - 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.

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.
    - Don't disable merge requests in GitLab clean forks.
      Otherwise we can't submit merge requests upstream.
    - Code cleanup.

0.001     2020-02-16 16:20:35-07:00 America/Phoenix
    - First public release.