summaryrefslogtreecommitdiff
path: root/buildstream/_plugincontext.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor plugin factory creationValentin David2018-08-021-2/+16
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* _plugincontext.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-041-41/+46
* _plugincontext.py: Fix unhandled exception if plugin is not foundsam/plugin-errorSam Thursfield2018-02-141-0/+5
* Delay import of pkg_resourcesGökçen Nurlu2018-01-161-1/+1
* Fix a "TypeError: 'dict' object is not callable" in _plugincontext.pyValentin David2017-12-201-1/+1
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-141-4/+8
* Make external plugin loading require explicit configuration in project.confJonathan Maw2017-12-131-90/+73
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-121-4/+8
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* _plugincontext.py: Fix third party plugin loadingTristan Maat2017-10-131-15/+28
* Add loaded plugins to logTristan Maat2017-09-141-1/+6
* Add support for YAML default config loadingTristan Maat2017-09-141-3/+17
* _plugincontext.py: Add support for pip-installed pluginsTristan Maat2017-09-141-5/+42
* _plugincontext.py: Added some new assertionsTristan Van Berkom2017-08-301-21/+43
* _plugincontext.py: Load plugins on demandTristan Van Berkom2017-08-291-13/+13
* Fixing permissions, some random python files became executableTristan Van Berkom2017-03-061-0/+0
* Remove apostrophes from grammatically incorrect instances of "it's"Paul Sherwood2017-02-111-0/+0
* _plugincontext.py: Removing print trace statementsTristan Van Berkom2016-12-311-3/+0
* _plugincontext.py: Unwrap some needlessly wrapped linesTristan Van Berkom2016-12-101-28/+19
* pep8 fixes in _plugincontext.pyTristan Van Berkom2016-12-101-24/+37
* Principle of least underscoresTristan Van Berkom2016-11-151-1/+1
* _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-121-0/+94