summaryrefslogtreecommitdiff
path: root/buildstream/context.py
Commit message (Expand)AuthorAgeFilesLines
* documentation: Set page titles manually in python modules.Tristan Van Berkom2017-08-311-1/+3
* Add network-retries optionJürg Billeter2017-07-271-0/+4
* context.py: Add strict_build_plan optionJürg Billeter2017-07-141-0/+5
* context.py: Add option to specify artifact push portTristan Van Berkom2017-07-111-2/+6
* context.py & userconfig.yaml: New syntax for remote artifact cachesTristan Van Berkom2017-07-091-6/+9
* Add --host-arch and --target-arch, and 'host-arches' conditionalSam Thursfield2017-07-061-5/+10
* context.py: Add artifact-share config optionJürg Billeter2017-06-271-0/+8
* scheduler: Add push queue typeJürg Billeter2017-06-271-0/+4
* context.py & default user config: Added message_lines optionTristan Van Berkom2017-05-191-0/+4
* context.py and default config: Added element-format configurationTristan Van Berkom2017-05-091-0/+4
* Documentation: Added user facing configuration sectionTristan Van Berkom2017-05-031-9/+0
* context.py: Fixed local caching of cache keyTristan Van Berkom2017-03-241-2/+2
* context.py: Do the XDG var expansions without xdg external dependencyTristan Van Berkom2017-03-211-11/+17
* context.py: Document the sched_error_action memberTristan Van Berkom2017-03-201-0/+3
* context.py: Now using the XDG Base Directory specTristan Van Berkom2017-03-201-9/+29
* context.py: Store config_origin, the config file which was used.Tristan Van Berkom2017-03-081-0/+4
* context.py: Added cache key abbreviation length setting.Tristan Van Berkom2017-03-021-0/+4
* context.py: Use Mapping in _yaml.node_get()Tristan Van Berkom2017-02-261-3/+3
* context.py: Profile the context loadingTristan Van Berkom2017-02-261-0/+4
* context.py: Remove unused default implementation of logging to stdout.Tristan Van Berkom2017-02-251-19/+7
* context.py: Control message silencing on depth stackTristan Van Berkom2017-02-231-6/+18
* context.py: Added scheduler options and message depth counterTristan Van Berkom2017-01-141-3/+41
* context.py & config: Added logging configurationsTristan Van Berkom2017-01-121-2/+20
* context.py: Now stores a frontent message handler.Tristan Van Berkom2017-01-121-0/+34
* context.py: Use utils._generate_key()Tristan Van Berkom2017-01-091-5/+3
* context.py: Implement _get_cache_key()Tristan Van Berkom2017-01-091-0/+29
* context.py: Make the config file show up as yaml in the docsTristan Van Berkom2017-01-061-0/+1
* context.py: Use simplified _yaml.composite() instead of _yaml.composite_dict()Tristan Van Berkom2016-12-311-9/+1
* context.py: expand ~ in pathsJürg Billeter2016-12-151-1/+2
* context.py: use loop for directoriesJürg Billeter2016-12-151-7/+2
* Renamed Context defaultconfig.yaml -> userconfig.yamlTristan Van Berkom2016-12-131-2/+2
* context.py: Use _yaml.node_get() for accessing variablesTristan Van Berkom2016-12-131-5/+5
* context.py: Unwrap needlessly wrapped lineTristan Van Berkom2016-12-101-7/+5
* pep8 fixes in context.pyTristan Van Berkom2016-12-101-5/+8
* Context: Now use new _yaml module for loading the yamlTristan Van Berkom2016-11-281-4/+13
* _site.py: simplify this fileTristan Van Berkom2016-11-151-2/+2
* Moved default.yaml -> defaultconfig.yamlTristan Van Berkom2016-11-151-1/+1
* Context: Add module level documentation with literalinclude of default configTristan Van Berkom2016-11-151-9/+22
* Moved YAML dictionary loading to utils.pyTristan Van Berkom2016-11-151-27/+6
* Context: Improved docstringTristan Van Berkom2016-11-141-0/+3
* Rename InvocationContext -> ContextTristan Van Berkom2016-11-141-0/+100