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