summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _artifactcache/pushreceive.py: Do not list all refspush-protocolJürg Billeter2017-07-201-5/+20
* .gitlab-ci.yml: Install bzr to run testsPedro Alvarez Piedehierro2017-07-191-0/+1
* docs: Fix Docker instructionsPedro Alvarez Piedehierro2017-07-191-2/+7
* Dockerfile: Include bzr into the imagePedro Alvarez Piedehierro2017-07-191-1/+1
* dpkg_deploy.yaml: Removed a line of whitespace which had floating tabsTristan Van Berkom2017-07-191-1/+0
* Add documentation links to dpkg_build and dpkg_deploy elementsJonathan Maw2017-07-191-0/+2
* dpkg-deploy: Add an element that creates debian packagesJonathan Maw2017-07-192-0/+294
* dpkg-build.py: Add a build element for debian sourcesJonathan Maw2017-07-192-0/+280
* _frontend/main.py: Naming workspace functions with workspace prefixTristan Van Berkom2017-07-181-8/+8
* source.py: Fix missing files when calculating sha256sumTristan Maat2017-07-171-4/+9
* _pipeline.py: Reset workspace after deletingTristan Maat2017-07-171-4/+4
* element.py: Encode workspaced dependencies in metadataTristan Maat2017-07-171-5/+28
* element.py: Make element dependencies affect taint statusTristan Maat2017-07-171-8/+19
* Fix testsTristan Maat2017-07-171-1/+1
* main.py: Add workspace command to the frontendTristan Maat2017-07-171-9/+122
* _pipeline.py: Add workspace command backendTristan Maat2017-07-171-4/+168
* project.py: Add workspace parsingTristan Maat2017-07-171-1/+109
* widget.py/userconfig.yaml: Add workspace displayTristan Maat2017-07-172-1/+36
* element.py: Prevent workspaced artifacts from being pushedTristan Maat2017-07-171-2/+57
* source.py: Add workspace APITristan Maat2017-07-171-1/+77
* _yaml.py: Prevent the PROVENANCE_KEY from being sortedTristan Maat2017-07-171-1/+1
* Test Cases: Updated for new Project / Loader API changesTristan Van Berkom2017-07-176-55/+62
* _pipeline.py: Work with new project variantsTristan Van Berkom2017-07-171-5/+11
* _loader.py: Added project variant resolutionTristan Van Berkom2017-07-171-36/+96
* project.py: Support project aliases.Tristan Van Berkom2017-07-171-23/+101
* _loader.py: Patching up failing variant resolutionsTristan Van Berkom2017-07-171-43/+72
* Added .coveragerc and use that in setup.cfgTristan Van Berkom2017-07-172-1/+7
* variant tests: Added tests to ensure default variant is chosenTristan Van Berkom2017-07-172-0/+32
* _loader.py: Fixed variant priority in variant resolutionTristan Van Berkom2017-07-171-0/+4
* variants.py tests: Added test cases to ensure LoadError() is raised for inval...Tristan Van Berkom2017-07-173-0/+66
* _loader.py: Raise LoadError() for invalid variant requests.Tristan Van Berkom2017-07-171-35/+60
* exceptions.py: Added new LoadErrorReason INVALID_VARIANTTristan Van Berkom2017-07-171-2/+6
* main.py: Use context.log_element_format as default format for `bst show`Tristan Van Berkom2017-07-171-1/+5
* userconfig.yaml: Add %{variant} to default formattingTristan Van Berkom2017-07-171-3/+3
* widget.py: Support %{variant} formatting in show_pipeline()Tristan Van Berkom2017-07-171-0/+3
* element.py: Added public variant attributeTristan Van Berkom2017-07-171-0/+8
* _loader.py / _metaelement.py: Pass along the selected variantTristan Van Berkom2017-07-172-2/+6
* local.py source plugin: Fixed to support symlinksTristan Van Berkom2017-07-171-0/+2
* _artifactcache/pushreceive.py: Fix exception handlingJürg Billeter2017-07-171-1/+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