summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coding_guidelines.rst: Inline comments require 2 whitespacesjennis/split_contributingJames Ennis2019-09-131-1/+1
* coding_guidelines.rst: Fix typo in frobiliciouslyJames Ennis2019-09-131-2/+2
* grpc_protocol.rst: Rename title to be more descriptiveJames Ennis2019-09-131-2/+2
* writing_documentation.rst: Rename title to be more descriptiveJames Ennis2019-09-131-2/+2
* using_the_testsuite.rst: Rename title to be more descriptiveJames Ennis2019-09-131-2/+2
* CONTRIBUTING.rst: Split up CONTRIBUTING into smaller filesJames Ennis2019-09-1311-1879/+1915
* Merge branch 'jennis/load_deps_consistently' into 'master'bst-marge-bot2019-09-132-13/+10
|\
| * _stream.py: Load the appropriate PipelineSelection in checkoutJames Ennis2019-09-132-13/+10
|/
* Merge branch 'jennis/add_deps_all_to_checkout' into 'master'bst-marge-bot2019-09-132-5/+5
|\
| * cli.py: Allow checkout to handle --deps allJames Ennis2019-09-132-5/+5
|/
* Merge branch 'chandan/fix-news' into 'master'bst-marge-bot2019-09-121-8/+8
|\
| * NEWS: Try to use past tense consistentlyChandan Singh2019-09-121-5/+5
| * NEWS: Move note about YAML cache next to note about YAML APIChandan Singh2019-09-121-3/+3
|/
* Merge branch 'jennis/update_source_checkout' into 'master'bst-marge-bot2019-09-125-49/+160
|\
| * NEWS: Amend source checkout NEWS entriesjennis/update_source_checkoutJames Ennis2019-09-121-3/+6
| * _stream.py: Inform user of source checkout locationJames Ennis2019-09-121-0/+2
| * source_checkout.py: Add --compression tests for source checkoutJames Ennis2019-09-121-0/+34
| * cli.py: Add --compression option to source checkoutJames Ennis2019-09-122-8/+20
| * _stream.py: Handle tar compression mode in separate functionJames Ennis2019-09-121-7/+21
| * source_checkout.py: Add test for --tar/--directory conflictJames Ennis2019-09-121-0/+17
| * cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-123-28/+42
| * _stream.py: Include all args in doc comment of source_checkout()James Ennis2019-09-121-1/+4
| * _stream.py: Add doc comment to _export_artifacts()James Ennis2019-09-121-0/+12
| * source_checkout.py: Remove commented out touch() and add commentJames Ennis2019-09-121-1/+1
| * cli.py: Fix typo in source checkout's doc stringJames Ennis2019-09-121-1/+1
|/
* Merge branch 'jjardon/distutils' into 'master'bst-marge-bot2019-09-126-102/+3
|\
| * Use distutils plugin from bst-plugins-experimentalJavier Jardón2019-09-126-102/+3
|/
* Merge branch 'jjardon/BST_FORMAT_VERSION' into 'master'Javier Jardón2019-09-1213-12/+26
|\
| * Fail if we try to build a BST_FORMAT_VERSION we do not support anymorejjardon/BST_FORMAT_VERSIONJavier Jardón2019-09-1213-12/+26
|/
* Merge branch 'build-all-option' into 'master'bst-marge-bot2019-09-124-4/+34
|\
| * tests/remoteexecution/partial.py: Test building all dependenciesbuild-all-optionRaoul Hidalgo Charman2019-09-121-2/+12
| * _context.py: Add 'dependencies' option to 'build' user configRaoul Hidalgo Charman2019-09-123-2/+22
|/
* Prepare NEWS for 1.3.1.dev1 releaseChandan Singh2019-09-121-132/+164
* Merge branch 'juerg/cache-usage' into 'master'bst-marge-bot2019-09-102-2/+36
|\
| * tests/artifactcache/expiry.py: Add test for cache usage monitorjuerg/cache-usageJürg Billeter2019-09-101-0/+33
| * cascache.py: Fix cache usage monitor on Python older than 3.7Jürg Billeter2019-09-101-2/+3
|/
* Merge branch 'traveltissues/none-childdata' into 'master'bst-marge-bot2019-09-101-3/+4
|\
| * Check result is not None in tracking queue done()Darius Makovsky2019-09-101-3/+4
|/
* Merge branch 'tpollard/sandboxmessage' into 'master'bst-marge-bot2019-09-101-2/+2
|\
| * _message.py: Use bool for sandbox Message() parameterTom Pollard2019-09-101-2/+2
|/
* Merge branch 'traveltissues/typo' into 'master'bst-marge-bot2019-09-101-1/+1
|\
| * Fix typo in pipeline msg detailDarius Makovsky2019-09-101-1/+1
|/
* Merge branch 'tpollard/notificationhandler' into 'master'bst-marge-bot2019-09-107-79/+234
|\
| * scheduler.py: Notification for Message() propagationTom Pollard2019-09-104-7/+22
| * scheduler.py: Notification for interactive failure retryTom Pollard2019-09-103-18/+21
| * scheduler.py: Notification for sched suspended statusTom Pollard2019-09-102-1/+9
| * scheduler.py: Notifications for sched suspendingTom Pollard2019-09-102-7/+19
| * scheduler.py: Notification for sched terminated statusTom Pollard2019-09-102-1/+9
| * scheduler.py: Notification for sched loop running statusTom Pollard2019-09-102-3/+13
| * scheduler.py: Move elapsed_time() to shared State()Tom Pollard2019-09-103-22/+32