]> git.ipfire.org Git - people/jschlag/pbs.git/history - src/buildservice
Drop concept of non-public builds
[people/jschlag/pbs.git] / src / buildservice /
2017-10-21  Michael TremerDrop concept of non-public builds
2017-10-21  Michael Tremerjobs: Remove deps to type field
2017-10-21  Michael TremerFix syntax error
2017-10-21  Michael Tremerjobs: Create a copy of an existing job when restarting
2017-10-21  Michael Tremerbuilds: Drop functionality to reset a build
2017-10-21  Michael Tremerjobs: Drop tries field
2017-10-21  Michael Tremerjobs: Mark them as deleted instead of removing them...
2017-10-21  Michael Tremerjobs: Drop type field and replace it by test field
2017-10-21  Michael TremerAllow jobs to be superseeded by each other
2017-10-21  Michael Tremerconstants: Hold pakfire files in /pub/pakfire
2017-10-21  Michael TremerFix syntax error
2017-10-21  Michael TremerSplit jobs into an extra Python file
2017-10-21  Michael TremerRefactor Builds
2017-10-21  Michael TremerRefactor importing git commits
2017-10-17  Michael TremerRemove unnecessary import
2017-10-17  Michael Tremersources: Process commits in order of import and by...
2017-10-17  Michael TremerUse with context to deal with git repositories
2017-10-17  Michael Tremersources: Return database row after creating commit
2017-10-17  Michael TremerDrop scheduler code which is no longer needed
2017-10-17  Michael TremerAdd command to dist packages
2017-10-17  Michael TremerAdd command to restart any failed builds
2017-10-10  Michael TremerAdd command to create test jobs
2017-10-10  Michael Tremerarches: Fix syntax error
2017-10-10  Michael TremerFix reading configuration if environment isn't used
2017-10-10  Michael TremerMove remastering repositories
2017-10-10  Jonatan SchlagThe config now also passed as environment variables.
2017-10-10  Jonatan SchlagCatch errors when we try to parse our config
2017-10-10  Jonatan SchlagLoad configurations only if the config file exists
2017-10-10  Michael TremerDon't iterate over deleted repositories
2017-10-10  Michael Tremerbugzilla: Cache repsonses
2017-10-10  Michael Tremerjobs: Always consider a job non-zero
2017-10-10  Michael TremerRefactor arches
2017-10-10  Michael Tremermirror list: Use new arch concept
2017-10-10  Michael Tremerarches: Allow iterating over all architectures
2017-10-10  Michael Tremerrepository: Drop getting name of noarch architecture
2017-10-10  Michael Tremerpackages: Drop arch_id from import
2017-10-10  Michael Tremerdistro: Sort arches
2017-10-10  Michael Tremersources: Pull full commit
2017-10-10  Michael TremerSort arches by priority
2017-10-09  Michael TremerRefactor sources
2017-10-09  Michael TremerBring back a lost function
2017-10-09  Michael TremerAdd command to list packages in a repository
2017-10-09  Michael TremerFix typo in table name
2017-10-09  Michael TremerDrop statistics handlers
2017-10-09  Michael TremerDrop jobs duration statistics handler
2017-10-09  Michael TremerRefactor jobs
2017-10-09  Michael TremerRefactor repositories
2017-10-08  Michael TremerMigrate arch to text in packages table
2017-10-08  Michael TremerFix error in SQL syntax
2017-10-08  Michael Tremerjobs: Show rank in build queue
2017-10-08  Michael TremerRefactor job queue
2017-10-08  Michael TremerMove sending bug updates out of manager
2017-10-08  Michael TremerRefactor distributions
2017-10-08  Michael TremerRefactor builders
2017-10-08  Michael TremerDrop builders_arches table
2017-10-08  Michael TremerRemove unused function Builders.get_all_arches()
2017-10-08  Michael Tremerjobs: Migrate from arch_id to arch
2017-10-07  Michael TremerRefactor mirrors
2017-10-07  Michael TremerRefactor keys
2017-10-07  Michael TremerRemove any backticks for MySQL escaping
2017-10-07  Michael TremerFix a SQL ambiguity
2017-10-07  Michael TremerFix ambiguity in SQL statement
2017-10-07  Michael Tremersessions: Fix typo in table name
2017-10-07  Michael TremerCleanup database initialisation code
2017-10-07  Michael TremerLog database statements in debug mode
2017-10-07  Michael TremerAdd forgotten table names
2017-10-07  Michael TremerLoad templates and static files from the right locations
2017-10-07  Michael TremerTranslate a few SQL statements from MySQL to PostgreSQL...
2017-10-07  Michael TremerAdd debug logging information when connecting to the...
2017-10-07  Michael TremerAlways load default configuration file
2017-10-07  Michael TremerProperly load translation files
2017-10-07  Michael TremerGenerate paths in constants.py by configure
2017-10-07  Michael TremerRefactor session handling
2017-10-06  Michael TremerReplace geoip database by local database
2017-10-06  Michael TremerImport __version__ into main module
2017-10-06  Michael TremerInitialise memcache only when we need it
2017-10-06  Michael TremerInitialise database connection only when we need it
2017-10-06  Michael Tremercli: Add command to send all emails
2017-10-06  Michael TremerSimplify settings
2017-10-06  Michael TremerRename main object from Pakfire to Backend
2017-10-06  Michael Tremerbuilder: Base Builder on DataObject class
2017-10-06  Michael Tremerarches: Base Arch class on DataObject
2017-10-06  Michael TremerRename self.pakfire to self.backend
2017-10-06  Michael Tremerbase: Remove local cache
2017-10-06  Michael TremerAdd DataObject type
2017-10-06  Michael Tremerbase: Add custom constructor to Object
2017-10-06  Michael TremerAdd @lazy_property decorator
2017-10-06  Michael TremerUse relative imports everywhere
2017-10-06  Michael TremerMove main.py to __init__.py
2017-10-06  Michael TremerUse autotools