Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create an empty team with no members #352

Closed
gitblit opened this issue Aug 12, 2015 · 6 comments
Closed

Cannot create an empty team with no members #352

gitblit opened this issue Aug 12, 2015 · 6 comments

Comments

@gitblit
Copy link
Collaborator

gitblit commented Aug 12, 2015

Originally reported on Google Code with ID 56

What steps will reproduce the problem?
1. Try creating a team without adding any members or repositories.
2. The UI states success, but the team doesn't get created

What version of the product are you using? On what operating system?
I'm running 0.8.2 WAR on Tomcat 7.0.25 on Ubuntu 10.4 64-bit.

Reported by Drew.Kutcharian on 2012-02-03 02:17:30

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reproduced.

Reported by James.Moger on 2012-02-03 13:01:12

  • Status changed: Accepted

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reported by James.Moger on 2012-02-03 13:01:25

  • Labels added: Milestone-0.9.0

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

The team actually does get created, but since it is empty the persistence backend throws
it away.  :)

My fix will be to enforce a repository selection, not a user selection because teams
can be used in two ways:

1. user-repository access mapping (traditional, standard)
2. repository-hook mapping (sneaky)

Approach 2 allows you to group repositories and specify hook scripts in bulk, regardless
of user memberships or other team affiliations.

Reported by James.Moger on 2012-02-03 14:41:19

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reported by James.Moger on 2012-02-09 22:50:44

  • Status changed: Queued

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fixed in v0.9.1

Reported by James.Moger on 2012-03-28 00:02:10

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fixed in v0.9.1. Closing.

Reported by James.Moger on 2012-03-28 00:03:13

  • Status changed: Fixed

@gitblit gitblit closed this as completed Aug 12, 2015
@flaix flaix modified the milestone: 0.9.0 Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants