summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update all packages requirementsBenjamin Schubert2020-05-113-3/+3
* lint: Stop using mutable objects for default argumentsBenjamin Schubert2020-05-113-6/+9
* pip.py: Remove the pip element, it is in experimentalBenjamin Schubert2020-05-112-87/+0
* Return names of grpc errorstraveltissues/grpccodesDarius Makovsky2020-05-113-11/+15
* element.py: Fix documentation around `node` usagebschubert/fix-node-docsBenjamin Schubert2020-05-112-2/+2
* downloadablefilesource.py: Make it publicly accessiblebschubert/make-downloadable-filesource-publicBenjamin Schubert2020-05-095-11/+39
* junction.py: Call node.validate_keys() in Plugin.configure()Tristan Van Berkom2020-05-061-0/+3
* _downloadablefilesource.py: Set user agentWilliam Salmon2020-05-051-0/+1
* casdprocessmanager.py: Check if buildbox-casd process is alive while waiting ...ctolentino/casd-timeoutctolentino82020-05-051-2/+12
* casdprocessmanager.py: Relax timeout for establishing buildbox-casd connectionctolentino82020-05-051-2/+3
* _pluginfactory/pluginfactory.py: Implement error reporting for pip originsTristan Van Berkom2020-05-041-2/+27
* _pluginfactory/pluginorigin.py: Store provenance of origins for error reportingTristan Van Berkom2020-05-041-0/+2
* plugin.py: Rework how deprecation warnings are configured.Tristan Van Berkom2020-05-047-48/+107
* _pluginfactory/pluginfactory.py: Add provenance to missing plugin errorsTristan Van Berkom2020-05-035-8/+19
* _stream.py: Fetch sources while launching build shellschandan/build-shell-fetchChandan Singh2020-04-301-7/+5
* plugin.py/pluginfactory.py: Implementing BST_MIN_VERSIONTristan Van Berkom2020-04-2921-3/+119
* tests/plugins/loading.py: New test replaces removed internal testTristan Van Berkom2020-04-291-4/+8
* Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-298-216/+219
* Switch preferred sandbox from bwrap to buildbox-runJürg Billeter2020-04-283-11/+8
* testing/_utils/site.py: Check that buildbox-run has all dependenciesJürg Billeter2020-04-281-1/+2
* _platform.py: Reset Sandbox._dummy_reasons in _check_sandbox()Jürg Billeter2020-04-281-0/+1
* element.py: Drop BST_VIRTUAL_DIRECTORYJürg Billeter2020-04-2810-45/+0
* sandbox: Remove Sandbox.get_directory()Jürg Billeter2020-04-282-36/+4
* node.pyx: Add '__str__' to 'Node'William Salmon2020-04-271-0/+3
* storage: Add Directory.rename() methodJürg Billeter2020-04-273-0/+32
* storage: Add Directory.remove() methodJürg Billeter2020-04-273-7/+44
* storage: Add Directory.readlink() methodJürg Billeter2020-04-273-0/+24
* storage: Add Directory.file_digest() methodJürg Billeter2020-04-273-0/+25
* directory.py: Add isfile(), isdir() and islink() methodsJürg Billeter2020-04-271-0/+49
* storage: Add Directory.stat() methodJürg Billeter2020-04-273-25/+76
* storage: Implement __iter__ in Directory classesJürg Billeter2020-04-272-0/+6
* storage: Directory.open_file(): Allow w+ and x+ modesJürg Billeter2020-04-272-2/+2
* _filebaseddirectory.py: Fix mode="x" in open_file()Jürg Billeter2020-04-271-0/+7
* _casbaseddirectory.py: Validate path componentsJürg Billeter2020-04-271-0/+8
* _casbaseddirectory.py: Remove unused _copy_link_from_filesystem()Jürg Billeter2020-04-271-3/+0
* element.py: Create destination directory in stage_artifact()Jürg Billeter2020-04-271-1/+1
* _stream.py: shell(): Require sources only for build shellsjuerg/shell-sysrootJürg Billeter2020-04-251-1/+1
* Remove bst shell --sysrootJürg Billeter2020-04-254-81/+42
* Remove documentation references to format_versionTristan Van Berkom2020-04-257-48/+12
* Replace format-version with min-versionTristan Van Berkom2020-04-2512-106/+191
* types.py: Add a __str__ to PipelineSelection to fix man pagesbschubert/fix-manpagesBenjamin Schubert2020-04-231-0/+3
* _exceptions.py: Propagate `temporary` to the base classjuerg/temporary-failureJürg Billeter2020-04-211-3/+3
* Fix typo namspaceing -> namespacingSean Borg2020-04-211-1/+1
* src: Removing all pre 2.x "Since" documentation annotations.Tristan Van Berkom2020-04-216-55/+8
* pip source plugin: Add support for python 3.8tristan/pip-source-3.8Tristan Van Berkom2020-04-201-0/+1
* _artifact.py: Don't cache the proto of incomplete artifactsJürg Billeter2020-04-201-10/+14
* _casbaseddirectory.py: Fix temp file permissions in open_file()Jürg Billeter2020-04-201-0/+2
* _cas/cascache.py: Drop unused contains_file()Jürg Billeter2020-04-201-12/+0
* _artifact.py: Don't consider an artifact cached if logs are missingJürg Billeter2020-04-201-12/+7
* _cas/cascache.py: Add contains_files() methodJürg Billeter2020-04-201-5/+17