summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* pep8 fixes in git.py (source plugin)Tristan Van Berkom2016-12-101-0/+2
* pep8 fixes in build.py (element plugin)Tristan Van Berkom2016-12-101-0/+2
* pep8 fixes in source.pyTristan Van Berkom2016-12-101-0/+1
* pep8 fixes in exceptions.pyTristan Van Berkom2016-12-101-0/+3
* pep8 fixes in context.pyTristan Van Berkom2016-12-101-5/+8
* pep8 fixes in _yaml.pyTristan Van Berkom2016-12-101-34/+72
* pep8 fixes in _sourcefactory.pyTristan Van Berkom2016-12-101-2/+3
* pep8 fixes in _site.pyTristan Van Berkom2016-12-101-3/+3
* pep8 fixes in _plugincontext.pyTristan Van Berkom2016-12-101-24/+37
* pep8 fixes in _metasource.pyTristan Van Berkom2016-12-101-3/+4
* pep8 fixes in _metaelement.pyTristan Van Berkom2016-12-101-0/+1
* pep8 fixes in _loader.pyTristan Van Berkom2016-12-101-115/+181
* pep8 fixes in _elementfactory.pyTristan Van Berkom2016-12-101-2/+3
* pep8 fixes in _artifactcache.pyTristan Van Berkom2016-12-091-1/+3
* Loader: Do not raise error for dependency dict without variantJürg Billeter2016-12-051-1/+1
* Add artifact cacheJürg Billeter2016-12-011-0/+161
* Updating main __init__.py to include the new LoadErrorReasonTristan Van Berkom2016-11-281-1/+1
* Context: Now use new _yaml module for loading the yamlTristan Van Berkom2016-11-281-4/+13
* Adding initial Loader implementationTristan Van Berkom2016-11-281-0/+823
* Adding MetaSource and MetaElement class definitionsTristan Van Berkom2016-11-282-0/+79
* Removed utils.py and created _yaml.py moduleTristan Van Berkom2016-11-282-77/+364
* exceptions: Added LoadErrorReasonTristan Van Berkom2016-11-281-2/+38
* Principle of least underscoresTristan Van Berkom2016-11-153-5/+5
* _site.py: simplify this fileTristan Van Berkom2016-11-154-12/+12
* Moved default.yaml -> defaultconfig.yamlTristan Van Berkom2016-11-153-2/+2
* Context: Add module level documentation with literalinclude of default configTristan Van Berkom2016-11-151-9/+22
* main __init__.py: Dont autoimport utilities.Tristan Van Berkom2016-11-151-3/+0
* utils.py: Docstring fixupTristan Van Berkom2016-11-151-7/+7
* Moved YAML dictionary loading to utils.pyTristan Van Berkom2016-11-154-33/+37
* Context: Improved docstringTristan Van Berkom2016-11-141-0/+3
* Rename InvocationContext -> ContextTristan Van Berkom2016-11-143-3/+3
* Move config.py -> _site.pyTristan Van Berkom2016-11-144-3/+3
* InvocationContext: Raise ContextError when loaded yaml is not a dictTristan Van Berkom2016-11-141-0/+3
* InvocationContext: Handle yaml errors betterTristan Van Berkom2016-11-141-3/+5
* Raise new ContextError when configuration file is not foundTristan Van Berkom2016-11-143-6/+19
* InvocationContext: Fixed overriding default values from user configTristan Van Berkom2016-11-141-1/+1
* Adding InvocationContextTristan Van Berkom2016-11-144-1/+117
* Adding utils.pyTristan Van Berkom2016-11-141-0/+50
* _plugincontext.py: Raise PluginError when plugin setup is not a functionTristan Van Berkom2016-11-131-1/+4
* _plugincontext.py: Raise PluginError when plugin fails to provide setup()Tristan Van Berkom2016-11-131-2/+6
* _plugincontext.py: Improve exception reporting stringsTristan Van Berkom2016-11-131-4/+4
* _plugincontext.py: Raise PluginError for two plugins with the same nameTristan Van Berkom2016-11-131-0/+28
* Split up factory objects and base data model objects.Tristan Van Berkom2016-11-125-85/+112
* Main __init__.py: Import exceptions first.Tristan Van Berkom2016-11-121-2/+6
* _plugin.py: PluginError is now a public thingTristan Van Berkom2016-11-121-13/+11
* Adding exceptions.pyTristan Van Berkom2016-11-121-0/+28
* Move plugin.py -> _plugin.pyTristan Van Berkom2016-11-091-2/+0
* Element & Source: import private _plugin.py moduleTristan Van Berkom2016-11-092-2/+2
* Adding skeleton for the 'git' Source kindTristan Van Berkom2016-11-081-0/+29
* Adding skeleton for the 'build' Element kindTristan Van Berkom2016-11-081-0/+29