You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 Merge branch 'devel' ; 🔖 Version bump to 1.10.0 🎂
First anniversary release 🎂
This release marks the first anniversary
and 10th release of git-repo 🎉
Now git-repo supports 6 git services:
github, gitlab, bitbucket,
gogs, gitea and gitbucket
It supports the following commands:
clone, fork, create, delete,
add, open, ls, request, gist
And it's becoming relatively stable
(keep sending bug reports 🙏)
♥ Contributors
Thanks to @kounoike for the gitbucket support 🙌
Now there are three contributors promoted to collaborators:
* @kounoike, @pyhedgehog and @Crazybus
🚧 Features
* When add has no parameters, add default remote #100#141
* When add has 'upstream' parameter, add the upstream remote #99#141
* Use default branch instead of hardcoded 'master' #91
* Refactor and complete bitbucket support #43#11#80#14#89#90#79
* Loosen versions of dependencies #133
* Report if the service is already setup #136
* Adds GitBucket support #142#144
* Adds support for ssh:// URL #148
🚒 Bugfixes
* fix various crashes #152
* fix gitlab clone crash #129
* fix request create command #147#127
* fix request fetch command #138#131
* fix wizard crash #149
* fix mishandling of renamed gitlab project urls #137
📝 Documentation
* documentation #145
Signed-off-by: Guyzmo <[email protected]>
* Chat on IRC: [#git-repo @freenode](irc://irc.freenode.org/git-repo)
8
+
* Meet the community, come chat:
9
+
* on IRC: [#git-repo @freenode](https://webchat.freenode.net/?channels=#git-repo)
10
+
* on Matrix: [#git-repo:matrix.org](https://riot.im/app/#/room/#git-repo:matrix.org)
11
+
* on Gitter: [git-services/git-repo](https://gitter.im/git-services/git-repo)
9
12
*[](https://waffle.io/guyzmo/git-repo)[](https://waffle.io/guyzmo/git-repo)[](https://travis-ci.org/guyzmo/git-repo)
N.B.: *Buildout is no longer supported for development*
222
301
223
302
#### Verbose running
224
303
@@ -274,20 +353,15 @@ To use your own credentials, you can setup the following environment variables:
274
353
*[x] add regression tests (and actually find a smart way to implement them…)
275
354
*[x] add travis build
276
355
*[x] show a nice progress bar, while it's fetching (cf [#15](https://github.com/guyzmo/git-repo/issues/15))
356
+
*[x] add support for handling gists (cf [#12](https://github.com/guyzmo/git-repo/issues/12), cf [#13](https://github.com/guyzmo/git-repo/issues/13))
357
+
*[x] add support for handling pull requests (cf [#10](https://github.com/guyzmo/git-repo/issues/10), [#11](https://github.com/guyzmo/git-repo/issues/11))
358
+
*[x] add application token support for bitbucket (cf [#14](https://github.com/guyzmo/git-repo/issues/14))
277
359
*[x] add support for gogs (cf [#18](https://github.com/guyzmo/git-repo/issues/18))
278
-
*[ ] add support for handling gists
279
-
*[x] github support
280
-
*[x] gitlab support (cf [#12](https://github.com/guyzmo/git-repo/issues/12))
281
-
*[ ] bitbucket support (cf [#13](https://github.com/guyzmo/git-repo/issues/13))
282
-
*[ ] add support for handling pull requests
283
-
*[x] github support
284
-
*[x] gitlab support (cf [#10](https://github.com/guyzmo/git-repo/issues/10))
285
-
*[ ] bitbucket support (cf [#11](https://github.com/guyzmo/git-repo/issues/11))
286
-
*[ ] add application token support for bitbucket (cf [#14](https://github.com/guyzmo/git-repo/issues/14))
360
+
*[x] add support for gitbucket (cf [#142](https://github.com/guyzmo/git-repo/issues/142))
287
361
*[ ] add support for managing SSH keys (cf [#22](https://github.com/guyzmo/git-repo/issues/22))
288
-
*[ ] add support for issues?
362
+
*[ ] add support for issues (cf [#104](https://github.com/guyzmo/git-repo/issues/104))
289
363
*[ ] add support for gerrit (cf [#19](https://github.com/guyzmo/git-repo/issues/19))
290
-
*[ ] do what's needed to make a nice documentation — if possible in markdown !@#$
364
+
*[ ] do what's needed to make a nice documentation [#146](https://github.com/guyzmo/git-repo/issues/146)
291
365
* for more features, write an issue or, even better, a PR!
292
366
293
367
# Contributors
@@ -304,6 +378,8 @@ With code contributions coming from:
0 commit comments