8000 Tags · GithubToolNexus/git-repo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: GithubToolNexus/git-repo

Tags

1.10.3

Toggle 1.10.3's commit message
Merge branch 'devel'; Version bump to 1.10.3

This release is a bit more love for gitlab

♥ Contributors

Thanks to @AmandaCameron for the gitlab subgroup support 🙌
and to @fa7ad for the webbrowser module integration 👍

🚧 Features

* gitlab subgroup support
* webbrowser module support
* updated to support python-gitlab >1.0

🚒 Bugfixes

* unbounds the listings for gitlab

1.10.2

Toggle 1.10.2's commit message
minor bitbucket fix

1.10.1

Toggle 1.10.1's commit message
Merge branch fix/1.10.1 ; 🔖 Version bump to 1.10.1

1.10.0

Toggle 1.10.0's commit message
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 guyzmo#100 guyzmo#141
* When add has 'upstream' parameter, add the upstream remote guyzmo#99 guyzmo#141
* Use default branch instead of hardcoded 'master' guyzmo#91
* Refactor and complete bitbucket support guyzmo#43 guyzmo#11 guyzmo#80 guyzmo#14 guyzmo#89 guyzmo#90 guyzmo#79
* Loosen versions of dependencies guyzmo#133
* Report if the service is already setup guyzmo#136
* Adds GitBucket support guyzmo#142 guyzmo#144
* Adds support for ssh:// URL guyzmo#148

🚒 Bugfixes

* fix various crashes guyzmo#152
* fix gitlab clone crash guyzmo#129
* fix request create command guyzmo#147 guyzmo#127
* fix request fetch command guyzmo#138 guyzmo#131
* fix wizard crash guyzmo#149
* fix mishandling of renamed gitlab project urls guyzmo#137

📝 Documentation

* documentation guyzmo#145

1.10.0rc0

Toggle 1.10.0rc0's commit message
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 (more 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 guyzmo#100 guyzmo#141
- When add has 'upstream' parameter, add the upstream remote guyzmo#99 guyzmo#141
- Use default branch instead of hardcoded 'master' guyzmo#91
- Refactor and complete bitbucket support guyzmo#43, guyzmo#11 guyzmo#80 guyzmo#14 guyzmo#89 guyzmo#90 guyzmo#79
- Loosen versions of dependencies guyzmo#133
- Report if the service is already setup guyzmo#136
- Adds GitBucket support guyzmo#142 guyzmo#144
- Adds support for ssh:// URL guyzmo#148

🚒 Bugfixes

- fix various crashes guyzmo#152
- fix gitlab clone crash guyzmo#129
- fix request create command guyzmo#147 guyzmo#127
- fix request fetch command guyzmo#138 guyzmo#131
- fix wizard crash guyzmo#149
- fix mishandling of renamed gitlab project urls guyzmo#137

📝 Documentation

- documentation guyzmo#145

1.9.0

Toggle 1.9.0's commit message
Gogsy goodie!

🚧 Features

* Gogs (fixes guyzmo#18) (kudos @pyhedgehog)
* certificate pinning (fixes guyzmo#88)
* non-standard http ports (fixes guyzmo#81)
* possibility to use custom SSH address (fixes guyzmo#107)
* .gitconfig in XDG home directory (fixes guyzmo#95)
* .gitconfig's proxy definition support (fixes guyzmo#105)
* automatically grab PR title/body from last commit (fixes guyzmo#73)

🚒 Bugfixes

* refactoring of listings, improved list command (fixes guyzmo#114)

💄 Cosmetics

* Switch to a git tag scheme for versioning (using setuptools-scm)
* Updated README with new informations
* Added @pyhedgehog to contributors
* Updated TODO list

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>

1.8.1

Toggle 1.8.1's commit message
🚒 Bugfixes

* Fixed race condition for gitlab initialisation (cf guyzmo#97)
* Fixed request create behaviour with github (cf guyzmo#94)

1.8.0

Toggle 1.8.0's commit message
👍 Merge branch devel ; 🔖 Version bump to 1.8.0

🚧 Features

* Support for insecure connection through config option (fixes guyzmo#66)
* Made gitlab feature complete:
 * Added support for list command in gitlab (cf guyzmo#78)
 * Added support for gitlab gists (fixes guyzmo#12)
 * Added support for gitlab merge requests (fixes guyzmo#10)

🚒 Bugfixes

* Bad exceptions handling mistakes (fixes guyzmo#84, fixes guyzmo#85)
* Missing edge case handling in list command (fixes guyzmo#83)

💄 Cosmetics

* Updated README with new config option
* Added @rnestler to contributors
* Updated TODO list

1.7.5

Toggle 1.7.5's commit message
🚧 Feature:

* Added the repository list feature support, which lists all
  repositories for an user. (fixes guyzmo#50)

🚒 Bugfixes:

* Allow cloning in empty directories (fixes guyzmo#58)
* Allow URLs that contain .git in the name (fixes guyzmo#55)
* Show a nice error when missing credentials on create (fixes guyzmo#74)
* Made remote add show the proper name on success (fixes guyzmo#72)

💄 Cosmetics:

* Removed distutil's usage of setup function in setup.py (cf guyzmo#71)
* Improved versions used in requirements (cf guyzmo#61)
* Fixed link in TODO list (cf guyzmo#70)

1.7.4

Toggle 1.7.4's commit message
👍 Merge branch 'devel' ; 🔖 Version bump to 1.7.4

Features

* Added group support for the command: git lab create (fixes guyzmo#52)
* Added organization support for the command: git hub create
* Added github two factor authentication support (fixes guyzmo#39)

Bugfixes

* Fix open command check on OSX (fixes guyzmo#47)
* Fix of the tests configuration (fixes guyzmo#53)
* Made the git config keep the same order (fixes guyzmo#48)

Signed-off-by: Guyzmo <guyzmo+github@m0g.net>
0