Closed
Bug 1091593
Opened 11 years ago
Closed 11 years ago
Fix extension repo names to be CamelCase
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gerv, Assigned: fubar)
Details
http://git.mozilla.org/ lists unofficial repos for a number of Bugzilla extensions. Some of them are named with CamelCase, some are lowercase. CamelCase is the standard; we should rename the others.
Gerv
| Reporter | ||
Comment 1•11 years ago
|
||
mcote said he has the power to do this...
Gerv
Assignee: general → mcote
Comment 2•11 years ago
|
||
Ah, I lied; I forgot that these are all individual repositories, not directories within a single repository. I think we'd need fubar to do this.
To be explicit, here are the renames as I understand them, all found under bugzilla/extensions (with a couple questions):
browserid.git -> BrowserID.git (or should this be renamed to Persona.git?)
cannedcomments.git -> CannedComments.git
profanivore.git -> Profanivore.git
requestwhiner.git -> RequestWhiner.git
rest.git -> REST.git (what is this, and does it apply at all anymore now that we have native REST?)
securemail.git -> SecureMail.git
sitemap.git -> SiteMap.git
splinter.git -> Splinter.git
sync.git -> Sync.git
testopia.git -> Testopia.git
trackingflags.git -> TrackingFlags.git
typesniffer.git -> TypeSniffer.git
vcs.git -> VCS.git
Flags: needinfo?(klibby)
Comment 3•11 years ago
|
||
(In reply to Mark Côté [:mcote] from comment #2)
> Ah, I lied; I forgot that these are all individual repositories, not
> directories within a single repository. I think we'd need fubar to do this.
>
> To be explicit, here are the renames as I understand them, all found under
> bugzilla/extensions (with a couple questions):
>
> browserid.git -> BrowserID.git (or should this be renamed to Persona.git?)
> cannedcomments.git -> CannedComments.git
> profanivore.git -> Profanivore.git
> requestwhiner.git -> RequestWhiner.git
> rest.git -> REST.git (what is this, and does it apply at all anymore now
> that we have native REST?)
Yeah this was an earlier attempt at making REST and add on extension instead of natively. This could probably go away or just rename it and leave it alone.
> securemail.git -> SecureMail.git
> sitemap.git -> SiteMap.git
> splinter.git -> Splinter.git
> sync.git -> Sync.git
> testopia.git -> Testopia.git
> trackingflags.git -> TrackingFlags.git
> typesniffer.git -> TypeSniffer.git
> vcs.git -> VCS.git
The renames look fine to me.
dkl
| Reporter | ||
Comment 4•11 years ago
|
||
We can only rename to Persona.git if we rename the classes too. The official line is the protocol is still called BrowserID, so I think we are OK.
These renames look fine to me too.
fubar: is this something you can do?
Gerv
| Assignee | ||
Comment 5•11 years ago
|
||
Done.
13:40 git1.dmz.scl3#mv browserid.git BrowserID.git
13:41 git1.dmz.scl3#mv cannedcomments.git CannedComments.git
13:41 git1.dmz.scl3#mv profanivore.git Profanivore.git
13:41 git1.dmz.scl3#mv requestwhiner.git RequestWhiner.git
13:41 git1.dmz.scl3#mv securemail.git SecureMail.git
13:42 git1.dmz.scl3#mv splinter.git Splinter.git
13:42 git1.dmz.scl3#mv sitemap.git SiteMap.git
13:43 git1.dmz.scl3#mv sync.git Sync.git
13:43 git1.dmz.scl3#mv testopia.git Testopia.git
13:43 git1.dmz.scl3#mv trackingflags.git TrackingFlags.git
13:43 git1.dmz.scl3#mv typesniffer.git TypeSniffer.git
13:44 git1.dmz.scl3#mv vcs.git VCS.git
13:44 git1.dmz.scl3#mv rest.git REST.git
commit 166b3f671e32d451ebb2b89670e0520f7dad6bdd
Author: kendall libby <klibby@mozilla.com>
Date: Fri Oct 31 09:45:29 2014 -0400
Bug 1091593 - make all bugzilla extension repos CamelCase
Assignee: mcote → klibby
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(klibby)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•