summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* plugin tests: Adding new tests with plugins loaded in a pipelineformat-versionTristan Van Berkom2017-08-3017-0/+178
* project tests: Added test ensuring that we assert project versions.Tristan Van Berkom2017-08-302-0/+15
* plugin.py: Added BST_FORMAT_VERSION class attribute to pluginsTristan Van Berkom2017-08-301-3/+33
* project.py: Load new definitions of project version requirementsTristan Van Berkom2017-08-302-0/+59
* exceptions.py: Added LoadErrorReason.UNSUPPORTED_PROJECTTristan Van Berkom2017-08-301-0/+3
* element.py and plugins: Changed Element.strict_rebuild APITristan Van Berkom2017-08-303-4/+12
* element.py: Changing artifact version APITristan Van Berkom2017-08-301-29/+18
* plugin tests: Added tests for new version assertionsTristan Van Berkom2017-08-305-0/+44
* _plugincontext.py: Added some new assertionsTristan Van Berkom2017-08-301-21/+43
* plugin.py: Added BST_REQUIRED_VERSION_MAJOR and BST_REQUIRED_VERSION_MINORTristan Van Berkom2017-08-301-0/+7
* utils.py: Added get_bst_version() APITristan Van Berkom2017-08-301-0/+15
* plugins tests: Fixed to expect errors at plugin load timeTristan Van Berkom2017-08-291-24/+32
* _plugincontext.py: Load plugins on demandTristan Van Berkom2017-08-291-13/+13
* compose.py plugin: Expose a new `exclude` option.compose-excludeTristan Van Berkom2017-08-292-19/+38
* element.py: Changed artifact staging apis to have an 'exclude' argumentTristan Van Berkom2017-08-291-15/+38
* plugin.py: Added detail parameter to Plugin.timed_activity()Tristan Van Berkom2017-08-291-2/+3
* _frontend: Fixed yesterdays build breakage.Tristan Van Berkom2017-08-282-96/+115
* doc/source/completion.rst: Added some docs on setting up bash completionsTristan Van Berkom2017-08-282-0/+17
* buildstream/data/bst: Adding a bash completion scriptlet.Tristan Van Berkom2017-08-282-1/+38
* main.py: Override clicks entry point and do our completions.Tristan Van Berkom2017-08-281-14/+58
* complete.py: Enhanced to complete bst filesTristan Van Berkom2017-08-281-24/+72
* _frontend/complete.py: Added new custom bash completions modulesTristan Van Berkom2017-08-281-0/+308
* import.py: Implement generate_script() for source bundlesJürg Billeter2017-08-221-0/+26
* artifactcache.py: Fix escaping of element namesTristan Van Berkom2017-08-211-1/+6
* main.py: Add -c / --command option to `bst shell`shell-commandJürg Billeter2017-08-171-2/+5
* element.py: Add optional command argument to _shell()Jürg Billeter2017-08-171-5/+12
* _frontend/main.py: Use click.INT type for bst workspace --sourceThomas Chetwin2017-08-161-3/+3
* workspace open: --no-checkout doesn't need --forceAngelos Evripiotis2017-08-151-1/+1
* main.py: Print status message when fetching artifact listJürg Billeter2017-08-151-0/+4
* _pipeline.py: Add remote_ticker for artifact list fetchingJürg Billeter2017-08-151-0/+3
* Add '-h' as alias for '--help' on all commandsAngelos Evripiotis2017-08-111-1/+1
* Add a pip elementMathieu Bridon2017-08-103-0/+66
* makemaker.py: Fix typo in commentMathieu Bridon2017-08-101-1/+1
* main.py: Include all dependencies in source bundleJürg Billeter2017-08-101-14/+3
* main.py: Fix crash with `bst workspace list` in bad directoryJürg Billeter2017-08-101-3/+7
* _pipeline.py: Fix --deps runJürg Billeter2017-08-101-1/+1
* setup.py: Catch exception with OSTree < 2017.4Jürg Billeter2017-08-101-5/+8
* tests/loader: Test dependency type 'all'Jürg Billeter2017-08-102-0/+22
* _loader.py: Support dependency type 'all'Jürg Billeter2017-08-101-2/+3
* Add `bst pull` commandJürg Billeter2017-08-082-0/+69
* Add initial `bst push` commandSam Thursfield2017-08-082-0/+69
* element.py: Allow calling _skip_push() for uncached elementsJürg Billeter2017-08-081-1/+2
* Update Dockerfile to fc26 as it has a fixed ostree.Justin Erenkrantz2017-08-032-26/+3
* _artifactcache: Fix pull in non-strict modeJürg Billeter2017-08-021-3/+3
* frontend: Implement interactive 'retry' optionTristan Van Berkom2017-08-013-11/+17
* setup.py: Hard require OSTree >= 2017.8Tristan Van Berkom2017-08-011-15/+13
* widget.py: Added 'downloadable' element status.Tristan Van Berkom2017-08-011-0/+2
* element.py: Fix broken exception for non-strict rebuilds of certain elements ...Tristan Van Berkom2017-07-311-1/+1
* scriptelement.py plugin: Mark for strict_rebuildTristan Van Berkom2017-07-291-0/+2
* compose.py plugin: Mark for strict_rebuildTristan Van Berkom2017-07-291-0/+2