summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check for write access to remote artifact cache early on in the pipelinesam/artifactcache-preflight-checkSam Thursfield2017-07-213-38/+121
* _artifactcache/pushreceive.py: Do not list all refsJürg Billeter2017-07-201-5/+20
* userconfig.yaml: Mention push-url restrictionsummaryJürg Billeter2017-07-201-0/+1
* Artifacts documentation: Add section for summary file updatesJürg Billeter2017-07-201-0/+17
* _pipeline.py: Continue if remote artifact repository is unavailableJürg Billeter2017-07-201-2/+6
* _artifactcache: Add set_offline()Jürg Billeter2017-07-201-2/+17
* element.py: Remove _built() and _set_build()Jürg Billeter2017-07-201-19/+0
* buildqueue.py: Do not call _set_built()Jürg Billeter2017-07-201-1/+0
* pushqueue.py: Use _skip_push() instead of _built()Jürg Billeter2017-07-201-1/+1
* element.py: Add _skip_push()Jürg Billeter2017-07-201-0/+17
* _artifactcache: Add remote_contains_key()Jürg Billeter2017-07-201-5/+19
* _artifactcache: Do not attempt to pull unavailable artifactsJürg Billeter2017-07-201-19/+18
* pullqueue.py: Update skip rulesJürg Billeter2017-07-201-1/+13
* element.py: Consider pull failure fatalJürg Billeter2017-07-201-22/+5
* _pipeline.py: Use _remotely_cached()Jürg Billeter2017-07-201-1/+1
* _pipeline.py: Fetch remote refsJürg Billeter2017-07-201-0/+3
* tests/artifactcache: Generate and fetch summary fileJürg Billeter2017-07-201-2/+13
* tests/artifactcache: Do not configure pull/push for all testsJürg Billeter2017-07-201-3/+4
* element.py: Add _remotely_cached()Jürg Billeter2017-07-201-0/+37
* _artifactcache: Add remote_contains()Jürg Billeter2017-07-201-0/+25
* _artifactcache: Use subprocess to fetch summaryJürg Billeter2017-07-201-1/+18
* _artifactcache: Add fetch_remote_refs()Jürg Billeter2017-07-201-0/+16
* _ostree.py: Add list_remote_refs()Jürg Billeter2017-07-201-0/+19
* element.py: Do not fail with artifacts with pre-workspace metadataJürg Billeter2017-07-201-2/+8
* .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