summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _loader/loader.py: Reoganized public/private methodstristan/loader-api-fixupTristan van Berkom2020-05-242-197/+197
* Merge branch 'tristan/improve-frontend-crash-handling' into 'master'bst-marge-bot2020-05-192-6/+29
|\
| * _scheduler/scheduler.py: Reset the schedule handler at the beginning of real_...Tristan Van Berkom2020-05-191-3/+15
| * _scheduler: Fix order of launching jobs and sending notifications.Tristan Van Berkom2020-05-192-3/+14
|/
* Merge branch 'bschubert/ensure-composite-works-with-variables' into 'master'bst-marge-bot2020-05-196-2/+42
|\
| * node.pyx: Deep clone ScalarNode toobschubert/ensure-composite-works-with-variablesBenjamin Schubert2020-05-196-2/+42
|/
* Merge branch 'chandan/fix-subst-non-greedy' into 'master'bst-marge-bot2020-05-182-1/+21
|\
| * _frontend/profile: Use non-greedy search to substitute variablesChandan Singh2020-05-182-1/+21
|/
* Merge branch 'chandan/duplicate-format-deps' into 'master'bst-marge-bot2020-05-183-8/+32
|\
| * Ensure there are no duplicates in Elements.dependencies()Chandan Singh2020-05-183-8/+32
|/
* Merge branch 'ctolentino/check-casd-process' into 'master'bst-marge-bot2020-05-151-0/+3
|\
| * casdprocessmanager.py: Check that buildbox-casd process is not a zombiectolentino/check-casd-processctolentino82020-05-151-0/+3
|/
* Merge branch 'chandan/cli-deps-2' into 'master'bst-marge-bot2020-05-1436-54/+196
|\
| * Regenerate man pageschandan/cli-deps-2Chandan Singh2020-05-1324-30/+37
| * _frontend/cli: Support "build" and "run" values for `artifact push --deps`Chandan Singh2020-05-133-13/+30
| * _frontend/cli: Support "build" and "run" values for `artifact pull --deps`Chandan Singh2020-05-133-9/+27
| * _frontend/cli: Support "build" and "run" values for `source fetch --deps`Chandan Singh2020-05-139-1/+81
| * _frontend/cli: Support "build" value for `bst build --deps`Chandan Singh2020-05-133-1/+21
|/
* Merge branch 'tristan/plugin-min-version-fault-tolerance' into 'master'bst-marge-bot2020-05-1310-7/+74
|\
| * tests/plugins/loading.py: Added tests for various malformed BST_MIN_VERSIONTristan Van Berkom2020-05-139-3/+70
| * utils.py: Improve error handling of _parse_version().Tristan Van Berkom2020-05-131-4/+4
|/
* Merge branch 'juerg/no-logs-capture' into 'master'Jürg Billeter2020-05-131-0/+4
|\
| * _sandboxbuildboxrun.py: Pass --no-logs-capture to buildbox-runjuerg/no-logs-captureJürg Billeter2020-05-121-0/+4
|/
* Merge branch 'bschubert/allow-source-variables-access' into 'master'bst-marge-bot2020-05-1212-21/+78
|\
| * source.py: Allow access to element's variableBenjamin Schubert2020-05-1210-7/+71
| * source.py: Don't re-declare __init__ in source implementationsBenjamin Schubert2020-05-122-14/+7
|/
* Merge branch 'chandan/builddir-cachekey' into 'master'bst-marge-bot2020-05-125-4/+65
|\
| * NEWS: Add note about breaking cache key changechandan/builddir-cachekeyChandan Singh2020-05-121-0/+4
| * buildelement: Ensure command-subdir is part of the cache keyChandan Singh2020-05-124-4/+61
|/
* Merge branch 'bschubert/resolve-variables' into 'master'bst-marge-bot2020-05-1213-72/+68
|\
| * option.py: Remove 'transform' flag. It is not needed anymoreBenjamin Schubert2020-05-126-21/+10
| * element.py: Always expand all variables at element creationBenjamin Schubert2020-05-128-52/+59
|/
* Merge branch 'bschubert/cache-key-helper' into 'master'bst-marge-bot2020-05-126-179/+243
|\
| * testing.py: Add a new `check_cache_key_stability` helperbschubert/cache-key-helperBenjamin Schubert2020-05-126-179/+243
|/
* Merge branch 'chandan/fix-manual-test' into 'master'bst-marge-bot2020-05-121-3/+3
|\
| * tests/integration/manual.py: Fix assertion for CLI invocationchandan/fix-manual-testChandan Singh2020-05-111-3/+3
|/
* Merge branch 'bschubert/update-requirements' into 'master'bst-marge-bot2020-05-1117-55/+62
|\
| * Update all packages requirementsBenjamin Schubert2020-05-1113-48/+52
| * lint: Stop using mutable objects for default argumentsBenjamin Schubert2020-05-114-7/+10
|/
* Merge branch 'bschubert/remove-pip-element' into 'master'bst-marge-bot2020-05-115-205/+6
|\
| * pip.py: Remove the pip element, it is in experimentalBenjamin Schubert2020-05-115-205/+6
|/
* Merge branch 'traveltissues/grpccodes' into 'master'Darius Makovsky2020-05-113-11/+15
|\
| * Return names of grpc errorstraveltissues/grpccodesDarius Makovsky2020-05-113-11/+15
|/
* Merge branch 'bschubert/fix-node-docs' into 'master'bst-marge-bot2020-05-112-2/+2
|\
| * element.py: Fix documentation around `node` usagebschubert/fix-node-docsBenjamin Schubert2020-05-112-2/+2
|/
* Merge branch 'bschubert/make-downloadable-filesource-public' into 'master'Benjamin Schubert2020-05-116-11/+40
|\
| * downloadablefilesource.py: Make it publicly accessiblebschubert/make-downloadable-filesource-publicBenjamin Schubert2020-05-096-11/+40
|/
* Merge branch 'bschubert/fix-template-scanning' into 'master'bst-marge-bot2020-05-081-1/+1
|\
| * .gitlab-ci.yml: Move from license-management to license-scanningbschubert/fix-template-scanningBenjamin Schubert2020-05-081-1/+1
|/
* Merge branch 'bschubert/pylint-setup-py' into 'master'bst-marge-bot2020-05-082-124/+117
|\