summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pep8 fixes in plugin test caseTristan Van Berkom2016-12-101-33/+83
* pep8 fixes in loader variants test caseTristan Van Berkom2016-12-101-13/+37
* pep8 fixes in loader stacks test caseTristan Van Berkom2016-12-101-1/+3
* pep8 fixes in loader dependencies test caseTristan Van Berkom2016-12-101-0/+4
* pep8 fixes in loader includes test caseTristan Van Berkom2016-12-101-0/+4
* pep8 fixes in loader basics test caseTristan Van Berkom2016-12-101-0/+5
* pep8 fixes in loader arches test caseTristan Van Berkom2016-12-101-13/+35
* pep8 fixes in context test caseTristan Van Berkom2016-12-101-2/+9
* pep8 fixes in artifactcache test caseTristan Van Berkom2016-12-101-0/+5
* 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
* setup.cfg: Ignore pep8 checking in documentation conf.pyTristan Van Berkom2016-12-101-1/+3
* setup.cfg: Ignore pep8 error 129Tristan Van Berkom2016-12-101-0/+1
* pep8 fixes in _artifactcache.pyTristan Van Berkom2016-12-091-1/+3
* Add pep8 checks to test suiteTristan Van Berkom2016-12-092-2/+5
* Merge branch 'dep-dict' into 'master' Tristan Van Berkom2016-12-083-1/+20
|\
| * Add loader test for dependency dict without variantJürg Billeter2016-12-052-0/+19
| * Loader: Do not raise error for dependency dict without variantJürg Billeter2016-12-051-1/+1
|/
* Merge branch 'artifactcache' into 'master' Tristan Van Berkom2016-12-024-1/+226
|\
| * Add ArtifactCache testsJürg Billeter2016-12-011-0/+47
| * Add artifact cacheJürg Billeter2016-12-011-0/+161
| * setup.py: check for PyGObject and OSTree dependenciesJürg Billeter2016-12-011-0/+15
| * setup.cfg: set pytest basetemp to ./tmpJürg Billeter2016-12-011-1/+1
| * setup.py: add missing sys importJürg Billeter2016-11-301-0/+2
|/
* Added a ton of tests to test the LoaderTristan Van Berkom2016-11-2854-0/+1431
* Added basic yaml testsTristan Van Berkom2016-11-284-0/+224
* Adding __init__.py to plugins testsTristan Van Berkom2016-11-281-0/+0
* Updating context tests now that we've changed to use the _yaml moduleTristan Van Berkom2016-11-283-1/+25
* Updating MANIFEST.in to include new bst filesTristan Van Berkom2016-11-281-0/+1
* Adding new documentation on the general BuildStream formatTristan Van Berkom2016-11-282-0/+162
* 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
* HACKING.rst fixupTristan Van Berkom2016-11-161-3/+2
* HACKING rst related changesTristan Van Berkom2016-11-161-22/+34
* Adding more sections to HACKING.rstTristan Van Berkom2016-11-151-1/+50