Re: Jacoco plugin repo reset

2013-11-10 Thread Ognjen Bubalo
https://groups.google.com/forum/#!topic/jenkinsci-dev/-myjRIPcVwU On Sun, Nov 10, 2013 at 1:54 PM, Ognjen Bubalo wrote: > Hi, > > Can somebody help us investigate what could have happened with the Jacoco > plugin repo? > > https://github.com/jenkinsci/jacoco-plugin > > We've lost several commits

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Christopher Orr
On 11/11/2013 12:24 AM, Luca Milanesio wrote: BTW, out of curiosity, how did you manage to force push such a large number of repositories at the same time? :) Problems with the Gerrit replication plugin ... unfortunate combination of three events (Murphy's law ?): - working on a directory where

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Luca Milanesio
GitHub model is based on pull requests and not on shared Git repositories: that's why protections against forced push is typically not needed (typically repo is pushed by only its maintainers and not by contributors). The way we use GitHub with Jenkins is not very typical for them :-) On 10 Nov

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Christopher Orr
With 678 members in the jenkinsci organisation, we're probably relatively exceptional; I can't imagine GitHub have much incentive to implement the type of fine-grained force-push permissions we would need. Plus I think even with the number of members we have, git accidents are very rare, i.e.

Plugin Hosting Request: awseb-deployment

2013-11-10 Thread Aldrin Leal
Ok, I think I've managed all the stuff and I'm ready to launch in the wild I'd like to ask to map my github user id (aldrinleal), and give me page https://wiki.jenkins-ci.org/display/JENKINS/AWSEB+Deployment+Plugin access so I could write the basic docs. Also, you'd need to fork into jenkinsci/aw

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Arnaud Héritier
I hope that Github will help us. That may save us a lot of time. Perhaps giving us a copy of all repositories could be enough and we may dig ourselves in reflogs to restore branches. Yes that's really annoying that they don't allow us to block force push on some branches. Because of that when I mig

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Arnaud Héritier
In theory, to restore the master to the latest hash (and others branches - As I can see in Github organisation history) no --force will be required. You won't change the history, you just re-add missing commits on top of the old one. On Sun, Nov 10, 2013 at 11:06 PM, Slide wrote: > I did a forc

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Slide
I did a force push to email-ext and it seems to be fine now. Thanks, slide On Sun, Nov 10, 2013 at 11:55 AM, Luca Milanesio wrote: > Hi all, > I have triggered an involuntary "forced push" last night on the list of > Jenkins-CI plugins indicated below in this e-mail. > > *My apology * > > I di

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Dominik Stadler
Hi, I didn't know that this was a bigger problem and thus just pushed the previous commits again, in case of the jacoco-plugin repo it was easy as I just committed changes yesterday and thus could easily push the latest changes together with the missing commits. The really bad thing in my vi

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Luca Milanesio
That's really pitty :-( ... force push are dangerous, especially if you don't have control over the Git Server. Typically recovering a force push is straightforward: 1. git reflog > look at the SHA-1 before the forced push 2. git branch -f But if you don't have control over the Git repo on the

Re: strange pushes on GitHub

2013-11-10 Thread Mirko Friedenhagen
Hello, I saw these strange pushes as well, jobConfigHistory-plugin was failing because master was reset to a commit which was two months old. I see that https://github.com/jenkinsci/maven-hpi-plugin/tree/master is pointing to an old commit as well, the new version 1.106 is much newer than master.

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Marcus Bauer
Hi, I don't think GitHub.com has any possibilities for disabling force pushes, this seems to be exclusive to GH Enterprise only. The JaCoCo repo where I initially noticed this was restored by Dominik Stadler (centic9) few minut

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Luca Milanesio
Hi Arnaud, thanks for the understanding :-) I am used to warn other people from doing any "forced push" ... and Murphy's law wanted this time happening to me :-( On 10 Nov 2013, at 19:30, Arnaud Héritier wrote: > Thx guys for these details. We are all humans and subject of doing errors. > I ho

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Luca Milanesio
*UPDATE* after a cross-check I need to add 2 extra repositories to the list: accurev-plugin analysis-core-plugin The total number of impacted repositories should then be: 186 @ALL: is there anyone with direct contact of some GitHub-er ? It would be best to resolve the problem *before* the start

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Arnaud Héritier
Thx guys for these details. We are all humans and subject of doing errors.  I hope we'll have some help from github but I'm not sure they may spend many time to help us for an error not coming from their side.  In any case it is recommended to NOT PULL current master branches from these reposit

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Luca Milanesio
*UPDATE* I have just send the request to GitHub support on-line, looping them as well in this e-mail. @GitHub Support: please consider this request as a matter of urgency, thank you. Luca. On 10 Nov 2013, at 18:55, Luca Milanesio wrote: > Hi all, > I have triggered an involuntary "forced push

Re: AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread ogondza
I have already asked Github support to provide hashes of former master positions and referenced this thread. Will report ASAP. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from i

AW - *PLEASE READ* Re: strange pushes on GitHub

2013-11-10 Thread Luca Milanesio
Hi all, I have triggered an involuntary "forced push" last night on the list of Jenkins-CI plugins indicated below in this e-mail. My apology I did not realise that I actually had forced push permissions and I do apologise for the inconvenience caused. The operations pushed back the all the br

Re: SVN Commit Access

2013-11-10 Thread gregpeters00
Plugin Name: WebSphereDeployer On Sunday, November 10, 2013 1:14:07 AM UTC-5, nicolas de loof wrote: > > Hi, > > svn isn't used anymore, we prefer github for plugin development. Is this > an issue for you ? > > > 2013/11/9 > > >> Requesting SVN commit access for a new plugin for WebSphere automat

Re: SVN Commit Access

2013-11-10 Thread gregpeters00
Ok, moved to github. I'm requesting commit access to github. Github ID: billmanhillman On Sunday, November 10, 2013 1:14:07 AM UTC-5, nicolas de loof wrote: > > Hi, > > svn isn't used anymore, we prefer github for plugin development. Is this > an issue for you ? > > > 2013/11/9 > > >> Requestin

Re: SVN Commit Access

2013-11-10 Thread gregpeters00
Ok, moved to github. I'm requesting commit access to github. Github ID: billmanhillman On Sunday, November 10, 2013 1:14:07 AM UTC-5, nicolas de loof wrote: > > Hi, > > svn isn't used anymore, we prefer github for plugin development. Is this > an issue for you ? > > > 2013/11/9 > > >> Request

Re: strange pushes on GitHub

2013-11-10 Thread Arnaud Héritier
S/montages/monthes S/we/with Stupid dictionary  — Sent from Mailbox for iPhone On Sun, Nov 10, 2013 at 7:24 PM, Arnaud Héritier wrote: > I confirm we lost many commits. damned github that doesn't allow to disable > the history rewrite at least on master branch.  > Last commit on Xcode

Re: strange pushes on GitHub

2013-11-10 Thread Arnaud Héritier
I confirm we lost many commits. damned github that doesn't allow to disable the history rewrite at least on master branch.  Last commit on Xcode repo is referencing one done by Jerome Lacoste 5 montages ago while KK worked on it recently.  I don't know how we can restore everything easily. We n

Re: adding a custom page or view for a plugin to display information

2013-11-10 Thread Martin Naughton
i found the jelly file that displays the build history view. build history is part of the core view code. https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/model/View/builds.jelly?source=cc here is the jelly file controlling the timeline graph on the build history.

Re: strange pushes on GitHub

2013-11-10 Thread domi
As I don’t know if Luca is following this list too, I’m adding Lucas mail on the to list… (got the email address from his GitHub account) Please Luca can you explain what you have done to all this repositories? regards Domi On 10.11.2013, at 17:25, ogondza wrote: > Definitely related, selenium

Re: strange pushes on GitHub

2013-11-10 Thread ogondza
Definitely related, selenium-tests repo lost 17+ commits after such push. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@goog

Re: strange pushes on GitHub

2013-11-10 Thread Vincent Latombe
It seems like a lot of repositories are back to previous revisions. git-client-plugin's master now points to 1.4.3-SNAPSHOT whereas it should be pointing to 1.4.7-SNAPSHOT... Vincent 2013/11/10 Marcelo > Domi, maybe it's related to this mail > http://jenkins-ci.361315.n4.nabble.com/Jacoco-plug

Re: strange pushes on GitHub

2013-11-10 Thread Marcelo
Domi, maybe it's related to this mail http://jenkins-ci.361315.n4.nabble.com/Jacoco-plugin-repo-reset-tt4680030.html . Regards Marcelo Rebasti On Sun, Nov 10, 2013 at 12:47 PM, domi wrote: > Hi everyone and specially Luca, > > yesterday something strange has happen to many Jenkins repositorie

strange pushes on GitHub

2013-11-10 Thread domi
Hi everyone and specially Luca, yesterday something strange has happen to many Jenkins repositories on GitHub (more then 50 Repos)… Luca Milanesio seems have pushed to many many repositories without really changing anything - at least I have not seen anything changed. If you look at the activit

Re: Adding new custom view/page in a plugin

2013-11-10 Thread Martin Naughton
did you find a way in the end? On Thursday, 25 October 2012 14:23:05 UTC+1, Dimitri CHARLES wrote: > > Hello, > I am a beginner in developing a plugin in Jenkins and I would like to add > a custom page or View in my plugin. > > Let me explain. this puglin contains a set of environments that con

Re: adding a custom page or view for a plugin to display information

2013-11-10 Thread Martin Naughton
i just download the beer-plugin which i did not know was a plugin. It implements the unprotected root action class so it is automatically added to the actions. i have implemented an action that i added to the TransientViewActionFactory so it would appear with the views. this action would work w

adding a custom page or view for a plugin to display information

2013-11-10 Thread Martin Naughton
Hey guys, Being pulling my hair out trying to understand if some plugins are using custom pages or are they views in jenkins. I think my interpretation of a view is a list view because that is the view i mostly see in jenkins. I can see this beer page. Is this a view or custom p

Jacoco plugin repo reset

2013-11-10 Thread Ognjen Bubalo
Hi, Can somebody help us investigate what could have happened with the Jacoco plugin repo? https://github.com/jenkinsci/jacoco-plugin We've lost several commits. I created a release yesterday, the tag is still there (1.0.14) with the latest commits, and my local repo still contains the latest