Age | Commit message (Expand) | Author |
2013-04-22 | Add 'required_signoffs' field to Arch model | Dan McGee |
2013-04-16 | Sort required by entries by dependency type | Dan McGee |
2013-04-16 | Various minor code cleanups and fixesrelease_2013-04-16 | Dan McGee |
2013-04-14 | Remove cache_function decorator from a few spots | Dan McGee |
2013-02-27 | Disable more @cache_function usagerelease_2013-02-27 | Dan McGee |
2013-02-27 | Remove caching on reverse_conflicts | Dan McGee |
2013-02-09 | Change caching strategy on package.applicable_arches | Dan McGee |
2013-02-09 | Revert "Reduce query count when retrieving satisfiers and providers" | Dan McGee |
2013-02-04 | Update exception to DeveloperKey.DoesNotExist | Dan McGee |
2013-02-03 | Use DeveloperKey model on package page and reports | Dan McGee |
2013-01-20 | Fix error in get_requiredby() when checking providesrelease_2013-01-20 | Dan McGee |
2013-01-20 | Query performance enhancements in get_requiredby() | Dan McGee |
2012-12-31 | Minor coding style tweaks | Dan McGee |
2012-12-31 | Add 'created' field to packages model | Dan McGee |
2012-12-28 | Retrieve arch and repo too when calling reverse_conflicts | Dan McGee |
2012-12-28 | Reduce query count when retrieving satisfiers and providers | Dan McGee |
2012-12-28 | Remove old todo list models | Dan McGee |
2012-12-04 | get_latest_by cleanups | Dan McGee |
2012-11-27 | Don't cache package properties as aggressively | Dan McGee |
2012-11-16 | Use python set comprehension syntax supported in 2.7 | Dan McGee |
2012-10-26 | Cleanup meta model attributes | Dan McGee |
2012-09-30 | Remote errant print() statement | Dan McGee |
2012-09-30 | PEP8 cleanups for main/models | Dan McGee |
2012-09-04 | Filter out spam flag requests on package details page | Dan McGee |
2012-08-20 | Don't blow up when pgp signature data is '' on a package | Dan McGee |
2012-08-20 | Mark nullable fields as blank on package model | Dan McGee |
2012-08-15 | Ensure reverse conflicts match architecture if applicable | Dan McGee |
2012-08-08 | Migrate flag request version info to new format | Dan McGee |
2012-08-07 | Make use of new ctypes ALPM API | Dan McGee |
2012-08-07 | Add reverse conflicts to package details | Dan McGee |
2012-08-05 | Smarter handling of multilib packages in "Versions Elsewhere" | Dan McGee |
2012-08-04 | Make adjustments for optional -> deptype conversion | Dan McGee |
2012-07-31 | Update several bits and pieces for staging packages | Dan McGee |
2012-07-24 | Remove custom utc_now() function, use django.utils.timezone.now() | Dan McGee |
2012-05-18 | Drop old PackageDepend model | Dan McGee |
2012-05-18 | Switch to usage of new Depend object | Dan McGee |
2012-05-18 | Simplify get_best_satisfier and get_providers | Dan McGee |
2012-05-02 | Ensure order_by default value is cleared when using distinct() | Dan McGee |
2012-04-21 | Add an index on packages last update columnrelease_2012-04-21 | Dan McGee |
2012-04-20 | UserProfile model and fields shuffle | Dan McGee |
2012-04-03 | Include category when linking to bug reports | Dan McGee |
2012-03-26 | Rename 'packagedepend_set' attribute to 'depends' | Dan McGee |
2012-03-24 | Revert "Add some dev dashboard info regarding signed package count" | Dan McGee |
2012-03-23 | Make all datetime objects fully timezone aware | Dan McGee |
2012-03-08 | Show signature data on package details page | Dan McGee |
2012-02-07 | Show the latest flag request on package details if out of date | Dan McGee |
2012-01-05 | Adjust page and content caching lengths and decorators | Dan McGee |
2011-12-11 | PyLint suggested cleanups | Dan McGee |
2011-12-08 | Add a new FlagRequest model | Dan McGee |
2011-11-30 | Add master key overview page | Dan McGee |