[Bug 47527] Status update in Gerrit of current queued commit/testing request

2014-11-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #6 from Krinkle  ---
Also, since the creation of this ticket, we've built the visual dashboard:

https://integration.wikimedia.org/zuul/

Which allows one to see where it is in the queue and how long it'll take.

And in general these kind of delays usually relate to downtime. When things are
up, the delay isn't worth building an infrastructure for so I'm wontfixing the
request for communicating the delay back to Gerrit (or Phabricator). It'll be
there when it's there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2014-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

--- Comment #5 from Antoine "hashar" Musso (WMF)  ---
Created attachment 16958
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16958&action=edit
json result for /status/change/170067,1

We can now fetch the status of an individual change using:

https://integration.wikimedia.org/zuul/status/change/170067,1

See attached output for an example.


That feature has been added upstream recently and deployed on production. Was
Bug 47609 - [upstream] Zuul: status.json API should be able to filter by change

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2014-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527
Bug 47527 depends on bug 47609, which changed state.

Bug 47609 Summary: [upstream] Zuul: status.json API should be able to filter by 
change
https://bugzilla.wikimedia.org/show_bug.cgi?id=47609

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2014-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|REOPENED|NEW

--- Comment #4 from Antoine "hashar" Musso  ---
Pending someone to implement the relevant code in Zuul status page/Gerrit
customized javascript.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2013-11-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #3 from Antoine "hashar" Musso  ---
This is still a valid enhancement request, it is still blocked by bug 47609
that we can start implementing whenever Zuul is upgraded on Wikimedia
installation.  Once that is done, we could provide the status of change and add
some Javascript magic in Gerrit interface to show the build progress.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2013-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

MWJames  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2013-04-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

Antoine "hashar" Musso  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2013-04-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Depends on||47609

--- Comment #2 from Antoine "hashar" Musso  ---
Needs Zuul status.json page to be updated: bug 47609

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47527] Status update in Gerrit of current queued commit/testing request

2013-04-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47527

--- Comment #1 from Antoine "hashar" Musso  ---
Zuul exposes its status via https://integration.wikimedia.org/zuul/status.json
which can then be used by a JavaScript to add a status somewhere in Gerrit
interface.

Change https://gerrit.wikimedia.org/r/#/c/60662/ made to Wikimedia Gerrit
repository let us inject Javascript in Gerrit.

So we need:
- to write some javascript
- enhance Zuul status.json to accept queries for a given change

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l