-
Merge pull request #237 from fedora-infra/puiterwijk-patch-1
Make clear that bugs for packages aren't in this repo
puiterwijk committedApr 15, 2016 -
-
Merge pull request #234 from fedora-infra/feature/pkgdb-edit
Update xapian index when pkgdb_updater changes things like upstream_url.
ralphbean committedApr 7, 2016 -
Update xapian index when pkgdb_updater changes things like upstream_url.
ralphbean committedApr 7, 2016 This commit was signed with a verified signature.ralphbean Ralph Bean
GPG key ID: A90ED7DE971095FF Learn about signing commits
-
Merge pull request #232 from fedora-infra/feature/bz-cache
Add caching and cache invalidation to the bugzilla tab.
ralphbean committedApr 4, 2016
-
Add caching and cache invalidation to the bugzilla tab.
ralphbean committedMar 29, 2016
-
Merge branch 'develop' of github.com:fedora-infra/fedora-packages int…
…o develop
ralphbean committedMar 22, 2016 -
ralphbean committed
Mar 22, 2016
-
added some missing dependencies
thunderoy committedMar 4, 2016
-
Merge branch 'release/3.0.4' into develop
ralphbean committedMar 1, 2016 -
Merge pull request #225 from fedora-infra/feature/streamline-mdapi
Streamline mdapi updates.
ralphbean committedMar 1, 2016
-
As discussed in IRC, we're going to change the format of mdapi messages so that they are much smaller. This should handle both the old way and the new way while we make the changeover.
ralphbean committedFeb 29, 2016
-
added some missing dependencies
thunderoy committedFeb 2, 2016
-
Merge branch 'release/3.0.3' into develop
ralphbean committedJan 8, 2016 -
Merge pull request #219 from fedora-infra/feature/try-real-hard
Try real hard to get a write lock for xapian.
ralphbean committedJan 8, 2016
-
Try real hard to get a write lock for xapian.
* The symptom I'm seeing is that every so often, the fedora-packages fedmsg-based updater will go into a failure mode where it can never get a write lock on the xapian database. It just fails over and over again for every message. This causes fedora-packages to ingest no new packages once it occurs (until one of us goes and restarts it, at which point it is annoyingly too late). * Unless I missed something somewhere, there should be **no** other processes writing to the database, so there shouldn't be anything else holding that lock. * There's this big ``try``/``finally`` block in there that is *supposed* to call ``indexer.indexer.close()`` at the end. If this is the only place a write lock is acquired, then that leads me to think that some exception in either ``pull_icons`` or ``cache_icons`` is causing it to die early and not return the lock. So, to deal with that stuff, this commit: * Catches and ignores exceptions from those ``pull_icons`` and ``cache_icons`` calls so that we can still try to return the lock at the end. * In the event that we still cannot get the lock, we'll spin and try to acquire it until it works. This will prompt a human to come take a look so we can diagnose. (The lock uses fnctl, and supposedly we can look for a ``cat`` process in the ``ps`` list holding a file called ``flintlock`` in ``/var/cache/fedoracommunity``).
ralphbean committedJan 7, 2016
-
Merge pull request #218 from fedora-infra/feature/more-icon-copy-fail
Try a second icon_dir location.
ralphbean committedJan 4, 2016 -
Try a second icon_dir location.
I just hit this when rebuilding the prod index.
ralphbean committedJan 4, 2016
-
Merge pull request #214 from fedora-infra/feature/icon-copy-fail
Handle failure to copy an icon.
ralphbean committedDec 9, 2015 -
Handle failure to copy an icon.
ralphbean committedDec 9, 2015
-
Merge pull request #212 from fedora-infra/feature/mdapi-key
Handle past and future mdapi json keys.
ralphbean committedNov 30, 2015 -
Adjust key name as per review feedback.
ralphbean committedNov 30, 2015 -
Handle past and future mdapi json keys.
See fedora-infra/mdapi@c2eafd8#commitcomment-14646204 for discussion.
ralphbean committedNov 30, 2015
-
Merge branch 'release/3.0.2' into develop
ralphbean committedNov 23, 2015 -
Merge pull request #209 from fedora-infra/feature/threadpool
Use a threadpool when refreshing cache items.
ralphbean committedNov 23, 2015 -
Strip of the search suffix from this config value.
ralphbean committedNov 23, 2015 -
Use a threadpool when refreshing cache items.
ralphbean committedNov 23, 2015 -
Disable by default. Seems to lock up under Twisted.
ralphbean committedNov 23, 2015