summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Slow but functioning algorithm for resolving variantsvariants-slow-functional-loopyTristan Van Berkom2017-07-161-72/+18
* Committing crazy non-functional alternative with cached code paths.Tristan Van Berkom2017-07-161-49/+118
* Added .coveragerc and use that in setup.cfgTristan Van Berkom2017-07-152-1/+7
* variant tests: Added tests to ensure default variant is chosenTristan Van Berkom2017-07-152-0/+32
* _loader.py: Fixed variant priority in variant resolutionTristan Van Berkom2017-07-151-0/+4
* variants.py tests: Added test cases to ensure LoadError() is raised for inval...Tristan Van Berkom2017-07-153-0/+66
* _loader.py: Raise LoadError() for invalid variant requests.Tristan Van Berkom2017-07-151-35/+60
* exceptions.py: Added new LoadErrorReason INVALID_VARIANTTristan Van Berkom2017-07-151-2/+6
* main.py: Use context.log_element_format as default format for `bst show`Tristan Van Berkom2017-07-151-1/+5
* userconfig.yaml: Add %{variant} to default formattingTristan Van Berkom2017-07-151-3/+3
* widget.py: Support %{variant} formatting in show_pipeline()Tristan Van Berkom2017-07-151-0/+3
* element.py: Added public variant attributeTristan Van Berkom2017-07-151-0/+8
* _loader.py / _metaelement.py: Pass along the selected variantTristan Van Berkom2017-07-152-2/+6
* local.py source plugin: Fixed to support symlinksTristan Van Berkom2017-07-151-0/+2
* pullqueue.py: Recalculate cache_key_from_artifact after pullingJürg Billeter2017-07-141-1/+2
* pullqueue.py: Do not skip elements for weak cache key artifactsJürg Billeter2017-07-141-1/+4
* element.py: Add strength parameter to _cached()Jürg Billeter2017-07-141-2/+12
* element.py: Remove _set_cached()Jürg Billeter2017-07-142-11/+1
* _artifactcache: Support weak cache keysJürg Billeter2017-07-141-19/+67
* _artifactcache/pushreceive.py: Support pushing multiple refsJürg Billeter2017-07-142-6/+17
* tests/artifactcache: Store cache keys as artifact metadataJürg Billeter2017-07-141-3/+18
* tests/artifactcache: Recalculate _cached after commitJürg Billeter2017-07-141-0/+1
* _ostree.py: Add set_ref()Jürg Billeter2017-07-141-0/+22
* _ostree.py: Support branches in commit()Jürg Billeter2017-07-141-1/+6
* element.py: Use appropriate cache key in _get_full_display_key()Jürg Billeter2017-07-141-4/+13
* element.py: Use _get_cache_key_for_build() for artifact.yamlJürg Billeter2017-07-141-2/+17
* element.py: Add _get_cache_key_from_artifact()Jürg Billeter2017-07-141-9/+34
* element.py: Store cache keys as artifact metadataJürg Billeter2017-07-141-0/+12
* element.py: Calculate weak cache key in addition to strong cache keyJürg Billeter2017-07-141-2/+33
* element.py: Add __calculate_cache_key()Jürg Billeter2017-07-141-27/+37
* Move ArtifactError to exceptions.pyJürg Billeter2017-07-145-23/+22
* main.py: Add --strict/--no-strict optionJürg Billeter2017-07-141-0/+3
* context.py: Add strict_build_plan optionJürg Billeter2017-07-142-0/+8
* widget.py: Use _get_full_display_key()Jürg Billeter2017-07-141-11/+3
* element.py: Add _get_full_display_key()Jürg Billeter2017-07-141-9/+28
* _artifactcache/pushreceive.py: Fix obvious typoSam Thursfield2017-07-131-2/+2
* _frontend/widget.py: Fixed stack trace found by Tristan MaatTristan Van Berkom2017-07-131-0/+6
* utils.py: Document exceptions from file operationsTristan Van Berkom2017-07-131-1/+25
* _pipeline.py: Additional writable check of directory in Pipeline.checkout()Tristan Van Berkom2017-07-131-0/+3
* _pipeline.py: Handle exceptions when checking out elementsJonathan Maw2017-07-131-1/+4
* _yaml.py: Fixed node_copy()Tristan Van Berkom2017-07-121-0/+2
* status.py: Enhanced queue formatting in status areaTristan Van Berkom2017-07-121-4/+4
* _pipeline.py: Simplified end of session reports.Tristan Van Berkom2017-07-121-23/+8
* main.py: Print the summary after a scheduled session (build, track and fetch)Tristan Van Berkom2017-07-121-0/+15
* widget.py: Added LogLine.print_summary()Tristan Van Berkom2017-07-121-3/+51
* _scheduler: Changed return value of Queue.done() aroundTristan Van Berkom2017-07-126-14/+18
* _scheduler/job.py: Dont call sys._exit() during sys.exit()Tristan Van Berkom2017-07-121-1/+4
* _scheduler/scheduler.py: Done unset scheduler queues when exitingTristan Van Berkom2017-07-121-1/+0
* artifacts documentation: Now there is 'push-port', amend artifact docs for thisTristan Van Berkom2017-07-111-14/+3
* widget.py: Show action name in the log lines along with the element nameTristan Van Berkom2017-07-111-18/+11