|
1 |
| ---- |
| 1 | +## gitlab-mirrors v0.6.1 |
| 2 | + |
| 3 | +* Fixed referencing v3 API. See [PR #110][#110] |
| 4 | + |
| 5 | +[#110]: https://github.com/samrocketman/gitlab-mirrors/pull/110 |
| 6 | + |
2 | 7 | ## gitlab-mirrors v0.6.0
|
3 | 8 |
|
4 | 9 | * Consolidate user options and deps inclusion. See [PR #104][#104]
|
|
7 | 12 | [#100]: https://github.com/samrocketman/gitlab-mirrors/pull/100
|
8 | 13 | [#104]: https://github.com/samrocketman/gitlab-mirrors/pull/104
|
9 | 14 |
|
10 |
| - |
11 |
| ---- |
12 | 15 | ## gitlab-mirrors v0.5.3
|
13 | 16 |
|
14 | 17 | * Bugfix `git-mirrors.sh` while loop executing in a subshell and the value of
|
15 | 18 | `STATUS` being lost. See [PR #92][#92].
|
16 | 19 |
|
17 | 20 | [#92]: https://github.com/samrocketman/gitlab-mirrors/pull/92
|
18 | 21 |
|
19 |
| ---- |
20 | 22 | ## gitlab-mirrors v0.5.2
|
21 | 23 |
|
22 | 24 | * Certified compatibility with GitLab 8.1.4.
|
|
25 | 27 | GitLab 8.x. This prevented projects being properly created in GitLab under
|
26 | 28 | the mirror namespace.
|
27 | 29 |
|
28 |
| ---- |
29 | 30 | ## gitlab-mirrors v0.5.1
|
30 | 31 |
|
31 | 32 | * Certified compatibility with GitLab 7.6.2.
|
32 | 33 | * Documentation updates.
|
33 | 34 | * Add logging to gitlab-mirrors.
|
34 | 35 |
|
35 |
| ---- |
36 | 36 | ## gitlab-mirrors v0.5.0
|
37 | 37 |
|
38 | 38 | * Support pushing to GitLab via HTTP instead of SSH.
|
|
43 | 43 | * More meaningful import error message for gitlab3 python module.
|
44 | 44 | * Minor documentation updates and grammar fixes.
|
45 | 45 |
|
46 |
| ---- |
47 | 46 | ## gitlab-mirrors v0.4.9
|
48 | 47 |
|
49 | 48 | * Better documentation when viewed from the command line. No longer stretches
|
|
57 | 56 | used at all. It would falsely fail all scripts.
|
58 | 57 | * Bugfix where svn is sometimes bare causing the update to fail at rare times.
|
59 | 58 |
|
60 |
| ---- |
61 | 59 | ## gitlab-mirrors v0.4.8
|
62 | 60 |
|
63 | 61 | * Fix bad prerequisite installation docs.
|
64 | 62 |
|
65 |
| ---- |
66 | 63 | ## gitlab-mirrors v0.4.7
|
67 | 64 |
|
68 | 65 | * Update installation docs to clarify gitlab-mirrors installation process.
|
69 | 66 |
|
70 |
| ---- |
71 | 67 | ## gitlab-mirrors v0.4.6
|
72 | 68 |
|
73 | 69 | * Fix bug where all scripts break without a meaningful message if config.sh is
|
74 | 70 | not present.
|
75 | 71 |
|
76 |
| ---- |
77 | 72 | ## gitlab-mirrors v0.4.5
|
78 | 73 |
|
79 | 74 | * Updated docs for Mercurial mirror management.
|
80 | 75 |
|
81 |
| ---- |
82 | 76 | ## gitlab-mirrors v0.4.4
|
83 | 77 |
|
84 | 78 | * Added Mercurial mirroring support. `add_mirror.sh` now has the `--hg` option
|
85 | 79 | when adding a repository.
|
86 | 80 |
|
87 |
| ---- |
88 | 81 | ## gitlab-mirrors v0.4.3
|
89 | 82 |
|
90 | 83 | * Added `no_create_set` option to `config.sh`. This option forces the user to
|
91 | 84 | always provide a remote for pushing repositories via the `--no-create` option
|
92 | 85 | in `add_mirror.sh`.
|
93 | 86 |
|
94 |
| ---- |
95 | 87 | ## gitlab-mirrors v0.4.2
|
96 | 88 |
|
97 | 89 | * Added `--no-create` option to `add_mirror.sh` which gives the script the
|
|
102 | 94 | copy of the mirror and does not attempt communication with GitLab. This is
|
103 | 95 | the delete equivalent of `--no-create`.
|
104 | 96 |
|
105 |
| ---- |
106 | 97 | ## gitlab-mirrors v0.4.1
|
107 | 98 |
|
108 | 99 | * Added upgrade docs for upgrading v0.3 to v0.4
|
109 | 100 |
|
110 |
| ---- |
111 | 101 | ## gitlab-mirrors v0.4.0
|
112 | 102 |
|
113 | 103 | * Added contributing guidelines
|
|
118 | 108 | instead of pyapi-gitlab (formerly python-gitlab).
|
119 | 109 | * Added `ssl_verify` option to [`config.sh`](config.sh.SAMPLE)
|
120 | 110 |
|
121 |
| ---- |
122 | 111 | ## gitlab-mirrors v0.3.1
|
123 | 112 |
|
124 | 113 | * Updating prerequisite noting minimum git version 1.5.4. Thanks user
|
125 | 114 | grawity@freenode from `#git`. grawity also mentioned git 1.6.5 for
|
126 | 115 | gitlab-mirrors 0.4.x because that's when transport helpers were introduced.
|
127 | 116 |
|
128 |
| ---- |
129 | 117 | ## gitlab-mirrors v0.3.0
|
130 | 118 |
|
131 | 119 | * Certified compatibility with GitLab 6.2.
|
132 | 120 | * Upgraded prerequisites to a newer version of `pyapi-gitlab` (formerly
|
133 | 121 | `python-gitlab`).
|
134 | 122 | * Added upgrade documentation.
|
135 | 123 |
|
136 |
| ---- |
137 | 124 | ## gitlab-mirrors v0.2.10
|
138 | 125 |
|
139 | 126 | * This is a bugfix release in the gitlab-6-0 branch series. From now on all
|
|
144 | 131 | * Updating installation docs adding note about `Mirrors` group creation step in
|
145 | 132 | gitlab, thanks @lmakarov.
|
146 | 133 |
|
147 |
| ---- |
148 | 134 | ## gitlab-mirrors v0.2.9
|
149 | 135 |
|
150 | 136 | * `git-mirrors.sh` major bugfix where working directory was not properly set
|
151 | 137 | before executing mirror updates. This caused the `cron` job to fail.
|
152 | 138 |
|
153 |
| ---- |
154 | 139 | ## gitlab-mirrors v0.2.8
|
155 | 140 |
|
156 | 141 | * Fixed bug where `manage_gitlab_project.py` would attempt to move a project
|
|
160 | 145 | * Added support documentation for running `gitlab-mirrors` from a
|
161 | 146 | non-administrative user.
|
162 | 147 |
|
163 |
| ---- |
164 | 148 | ## gitlab-mirrors v0.2.7
|
165 | 149 |
|
166 | 150 | * Renamed `CHANGELOG` to `CHANGELOG.md`
|
167 | 151 |
|
168 |
| ---- |
169 | 152 | ## gitlab-mirrors v0.2.6
|
170 | 153 |
|
171 | 154 | * *New Feature* command `ls-mirrors.sh`!
|
|
178 | 161 | * Required an upstream merge request to the `python-gitlab` library.
|
179 | 162 | * Fixed bug added `merge_requests_enabled` to `config.sh.SAMPLE`.
|
180 | 163 |
|
181 |
| ---- |
182 | 164 | ## gitlab-mirrors v0.2.5
|
183 | 165 |
|
184 | 166 | * Fixed a critical bug with pagination where API user can't view more projects
|
|
188 | 170 | * Updated documentation to reference my `bugfix-edition` of `python-gitlab` in
|
189 | 171 | the prerequisites.
|
190 | 172 |
|
191 |
| ---- |
192 | 173 | ## gitlab-mirrors v0.2.4
|
193 | 174 |
|
194 | 175 | * Fixing critical `git-svn` mirror bug. SVN mirroring did not update properly
|
195 | 176 | prior to this version.
|
196 | 177 |
|
197 |
| ---- |
198 | 178 | ## gitlab-mirrors v0.2.3
|
199 | 179 |
|
200 | 180 | * Adding a final catch error message to `add_mirror.sh`.
|
201 | 181 | * `RELEASE` file for more consistent releases.
|
202 | 182 |
|
203 |
| ---- |
204 | 183 | ## gitlab-mirrors v0.2.2
|
205 | 184 |
|
206 | 185 | * Safer environment variable option checking for `config.sh` in `add_mirror.sh`
|
207 | 186 | command.
|
208 | 187 | * Added Features to `README`
|
209 | 188 |
|
210 |
| ---- |
211 | 189 | ## gitlab-mirrors v0.2.1
|
212 | 190 |
|
213 | 191 | * CHANGELOG update
|
214 | 192 |
|
215 |
| ---- |
216 | 193 | ## gitlab-mirrors v0.2
|
217 | 194 |
|
218 | 195 | * Renamed project from `git-mirrors` to `gitlab-mirrors`.
|
|
231 | 208 | * `manage_gitlab_project.py` has a little better error handling.
|
232 | 209 | * Added `optparse` for better argument handling.
|
233 | 210 |
|
234 |
| ---- |
235 | 211 | ## git-mirrors v0.1.1
|
236 | 212 |
|
237 | 213 | * Minor update to documentation adding project URL to docs.
|
238 | 214 |
|
239 |
| ---- |
240 | 215 | ## git-mirrors v0.1
|
241 | 216 |
|
242 | 217 | * Initial project release. Project gives admins the ability to have mirrors of
|
|
0 commit comments