[release] bodhi-2.1.2

2015-10-08 Thread Luke Macken
Hi all,

I just pushed a new version of bodhi to production. This release contains a
number of bug fixes, as well as a new cron jobs for expiring buildroot
overrides and commenting on updates after they reach the minimum amount of time
in testing. There is also a new "Masher status" page.

2.1.2   

-   



- Improve the perftest tool to compare different commits.   

  
https://github.com/fedora-infra/bodhi/commit/53136a32c4a1b4941ffa396bff674f6ba291c426
 
- Use an average time instead of just one shot. 

  
https://github.com/fedora-infra/bodhi/commit/6b9354b7b5e3b83444ab28dd5f809a0e6154d036
 
- Consolidate the git logic a bit.  

  
https://github.com/fedora-infra/bodhi/commit/3011027fcb3379d8f4bbdbed4fd327539891c8d3
 
- Comment 2 doesn\'t actually exist.

  
https://github.com/fedora-infra/bodhi/commit/638fce01536e5a50c025a66b946404c9523ae7fb
 
- Reduce the number of tries to speed things up.

  
https://github.com/fedora-infra/bodhi/commit/c885c4bb3f8cd546903c5ec33c75c785c27e91a3
 
- Report status code on failures.   

  
https://github.com/fedora-infra/bodhi/commit/8e44d3172b9f189495eac978a11182fdce160584
 
- Formatting fix for branches with long names.  

  
https://github.com/fedora-infra/bodhi/commit/5c4f5e4bde7e03da46fcba129dd497b51161fdba
 
- Merge pull request #628 from fedora-infra/feature/perf-test-levelup   

  
https://github.com/fedora-infra/bodhi/commit/b2905c8f3519ea5230cba8034fcee68c7bb3d9c0
 
- Initial stab at a masher status page. 

  
https://github.com/fedora-infra/bodhi/commit/8fb58cc0e872aaec4e25c14c528e8bf40a451209
 
- Merge pull request #629 from fedora-infra/feature/status-page 

  
https://github.com/fedora-infra/bodhi/commit/6a4b024aa2057604ed9095b341364cf243b8fb72
 
- Fixing the search issue which was redirecting users to a 404 page when 
packages are being searched
  
https://github.com/fedora-infra/bodhi/commit/c3a39faab8d14c2dba0eb7443ecaa2dc5cf0e96f
 
- scripts: Add a bodhi-approve-testing script (fixes #298)  

  
https://github.com/fedora-infra/bodhi/commit/ccdc11f83b9b6cbbe2bc8287670d1fa34f4922c9
 
- tests: Ensure Update.{meets,met}_testing_requirements work properly   

  
https://github.com/fedora-infra/bodhi/commit/192d5641f377810f8a070fa47f5f2565832d7cbe
 
- models: Leverage Update.meets_testing_requirements from 
met_testing_requirements  
  
https://github.com/fedora-infra/bodhi/commit/7c0471c5ae04efa2b4b5f63d6faa109292ce744c
 
- Fixing the url issue in searching the packages

  
https://github.com/fedora-infra/bodhi/commit/0f45708439bc5d1c2ebef13acf45f28c700c30d9
 
- Merge pull request #635 from farhaanbukhsh/fix-search-url 

  
https://github.com/fedora-infra/bodhi/commit/fc28ecda1d81789aafa7be5c227150cdf524261d
 
- Merge pull request #639 from fedora-infra/feature/approve-testing 

  
https://github.com/fedora-infra/bodhi/commit/7c6eeece98186d704047e47395269ec6ba2c1ff8
 
- Initialize buildsys before trying to expire overrides.

  
https://github.com/fedora-infra/bodhi/commit/0320d3d683dc2be25c1cf47b5b92facf6c15b561
 
- Merge pull request #642 from fedora-infra/feature/initialize-buildsys 

  
https://github.com/fedora-infra/bodhi/commit/e3a2b6895061db7ded0ee6454302409d3072fb9d
 
- overrides: Catch exceptions when trying to untag overrides (#616) 

  
https://github.com/fedora-infra/bodhi/commit/68e401734d1d5ad4db06910b0e1f7ac8e2cea75a
 


signature.asc
Description: PGP signature
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org


[release] datagrepper: 0.7.1

2015-10-08 Thread Ralph Bean

0.7.1
-

A quick followup release fixing a bug found in staging in the 0.7.0 one.

Commits

- fb52f6908 Typofix.
  https://github.com/fedora-infra/datagrepper/commit/fb52f6908
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org


[release] datagrepper: 0.7.0

2015-10-08 Thread Ralph Bean

0.7.0
-

Notably, the /topics endpoint (which never worked) has been removed in
this release. From some digging on db-datanommer02, it looks like it is the
reason for those crushing load spikes we've been getting.  I'll deploy this
change shortly.


Pull Requests

- (@ralphbean)  #166, Be more explicit with Content-Security-Policy.
  https://github.com/fedora-infra/datagrepper/pull/166
- (@ralphbean)  #167, Make the websocket configurable.
  https://github.com/fedora-infra/datagrepper/pull/167
- (@ralphbean)  #168, Remove /topics endpoint
  https://github.com/fedora-infra/datagrepper/pull/168
- (@ralphbean)  #169, Return JSON with tracebacks for internal server 
errors.
  https://github.com/fedora-infra/datagrepper/pull/169
- (@ralphbean)  #170, Truncate charts to make things prettier.
  https://github.com/fedora-infra/datagrepper/pull/170
- (@ralphbean)  #174, JSON, not Details.
  https://github.com/fedora-infra/datagrepper/pull/174
- (@pypingou)   #176, Raise a 405 error upon POST queries
  https://github.com/fedora-infra/datagrepper/pull/176

Commits

- 96e109bd9 Be more explicit with Content-Security-Policy.
  https://github.com/fedora-infra/datagrepper/commit/96e109bd9
- 41701ae80 Make the websocket configurable.
  https://github.com/fedora-infra/datagrepper/commit/41701ae80
- 5abbb8d40 Remove /topics endpoint
  https://github.com/fedora-infra/datagrepper/commit/5abbb8d40
- 0abb45e8f Return JSON with tracebacks for internal server errors.
  https://github.com/fedora-infra/datagrepper/commit/0abb45e8f
- 073e5493c Truncate charts to make things prettier.
  https://github.com/fedora-infra/datagrepper/commit/073e5493c
- df1ae1e69 JSON, not Details.
  https://github.com/fedora-infra/datagrepper/commit/df1ae1e69
- ccdac3445 Raise a 405 error upon POST queries
  https://github.com/fedora-infra/datagrepper/commit/ccdac3445
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org


Re: [release] fedmsg: 0.16.2

2015-10-08 Thread Ralph Bean
On Thu, Oct 08, 2015 at 04:33:12PM +0200, Mikolaj Izdebski wrote:
> On 10/08/2015 04:28 PM, Ralph Bean wrote:
> > 
> > 0.16.2
> > --
> > 
> > This release fixes a couple of errors that periodically get raised from 
> > calls
> > to `fedmsg.tail_messages(...)`.
> > 
> > Pull Requests
> > 
> > - (@ralphbean)  #354, Try three times to get the CRL.
> >   https://github.com/fedora-infra/fedmsg/pull/354
> > - (@ralphbean)  #356, Stop yielding None values from 
> > fedmsg.tail_messages.
> >   https://github.com/fedora-infra/fedmsg/pull/356
> 
> Thanks.
> 
> Could you add fixed packages to infra repo? One of the above bug breaks
> Koschei in production and I would like to fix that ASAP by upgrading to
> fedmsg 0.16.2.

Yes!  fedmsg-0.16.2-1 is now available in the infra repo (el7).


signature.asc
Description: PGP signature
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org


Re: [release] fedmsg: 0.16.2

2015-10-08 Thread Mikolaj Izdebski
On 10/08/2015 04:28 PM, Ralph Bean wrote:
> 
> 0.16.2
> --
> 
> This release fixes a couple of errors that periodically get raised from calls
> to `fedmsg.tail_messages(...)`.
> 
> Pull Requests
> 
> - (@ralphbean)  #354, Try three times to get the CRL.
>   https://github.com/fedora-infra/fedmsg/pull/354
> - (@ralphbean)  #356, Stop yielding None values from fedmsg.tail_messages.
>   https://github.com/fedora-infra/fedmsg/pull/356

Thanks.

Could you add fixed packages to infra repo? One of the above bug breaks
Koschei in production and I would like to fix that ASAP by upgrading to
fedmsg 0.16.2.

-- 
Mikolaj Izdebski
Software Engineer, Red Hat
IRC: mizdebsk
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org


[release] fedmsg: 0.16.2

2015-10-08 Thread Ralph Bean

0.16.2
--

This release fixes a couple of errors that periodically get raised from calls
to `fedmsg.tail_messages(...)`.

Pull Requests

- (@ralphbean)  #354, Try three times to get the CRL.
  https://github.com/fedora-infra/fedmsg/pull/354
- (@ralphbean)  #356, Stop yielding None values from fedmsg.tail_messages.
  https://github.com/fedora-infra/fedmsg/pull/356

Commits

- ecf7f30be Try three times to get the CRL.
  https://github.com/fedora-infra/fedmsg/commit/ecf7f30be
- 2bf4bfb6f Stop yielding None values from fedmsg.tail_messages.
  https://github.com/fedora-infra/fedmsg/commit/2bf4bfb6f
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org


Firefox addon for askbot sites

2015-10-08 Thread Ankur Sinha
Hiya!

Just thought I'd drop this here:

https://addons.mozilla.org/en-US/firefox/addon/jolla-askbot-unseen-post
s/

The developer of this shiny new addon just e-mailed me about it. It's
an addon that highlights unseen posts. He said he's also documented how
it is to be configured for askfedora!
-- 
Thanks,
Regards,
Ankur Sinha "FranciscoD"

http://fedoraproject.org/wiki/User:Ankursinha



signature.asc
Description: This is a digitally signed message part
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org


[release] pkgdb2: 1.30.1

2015-10-08 Thread Pierre-Yves Chibon
Good morning everyone,

I just cut a new bug-fix pkgdb2 release: 1.30.1

Here is the changelog:
* Thu Oct 08 2015 Pierre-Yves Chibon  - 1.30.1-1
- Update to 1.30.1
- Use the readonly setting instead of disabling the fields (disabling the fields
  prevent them to be submitted, thus preventing the form from working)
- Ensure the review URL is always a real URL not just an ticket id


Happy packaging!
Pierre


pgp6NfPmhT1xO.pgp
Description: PGP signature
___
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org