summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _yaml: Never create base 'Node' directlybschubert/node-api-noget-strBenjamin Schubert2019-06-252-5/+8
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-06-2519-167/+67
* doc/bst2html: Remove usage of 'node_get' and use new APIBenjamin Schubert2019-06-251-13/+11
* element: Remove `node_get_member` and all references to itBenjamin Schubert2019-06-254-47/+3
* plugin: remove 'node_get_list_element'Benjamin Schubert2019-06-251-37/+1
* element: remove 'node_subst_list_element'Benjamin Schubert2019-06-252-43/+1
* tests: remove 'node_get_yaml_provenance()' helper and replace with the new APIBenjamin Schubert2019-06-256-62/+19
* _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()'Benjamin Schubert2019-06-2519-70/+123
* _yaml: Remove use of expected_type=None in 'node_get()'Benjamin Schubert2019-06-243-13/+11
* _yaml: Add 'as_int()' on ScalarNodeBenjamin Schubert2019-06-248-15/+32
* _yaml: Add 'as_bool()' and 'is_none()' to ScalarNodeBenjamin Schubert2019-06-2416-34/+57
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-06-2446-157/+188
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-06-2419-77/+101
* _yaml: Introduce a 'Sequence' NodeBenjamin Schubert2019-06-241-10/+20
* _yaml: Introduce a 'Mapping' Node classBenjamin Schubert2019-06-243-23/+38
* _yaml: Introduce a Scalar Node to encapsulate str/int/boolsBenjamin Schubert2019-06-241-12/+33
* Merge branch 'jennis/notify_reverse_deps' into 'master'bst-marge-bot2019-06-242-24/+93
|\
| * element.py: Notify reverse deps when ready for runtime and cachedjennis/notify_reverse_depsJames Ennis2019-06-242-23/+86
| * element.py: cache key should be set in __update_cache_keysJames Ennis2019-06-241-1/+6
| * element.py: Set can_query_cache_callback to None when calledJames Ennis2019-06-241-0/+1
|/
* Merge branch 'raoul/1044-blobs-on-demand' into 'master'bst-marge-bot2019-06-248-27/+229
|\
| * tests: Add case for using pull and use buildtreesRaoul Hidalgo Charman2019-06-241-0/+29
| * tests: Add shell test with pull optionRaoul Hidalgo Charman2019-06-241-0/+50
| * _stream/cli: Add pull option to shellRaoul Hidalgo Charman2019-06-242-15/+30
| * tests: Add tests to buildcheckout for pullingRaoul Hidalgo Charman2019-06-241-1/+63
| * cli.py/_stream.py: Add pull option to checkoutRaoul Hidalgo Charman2019-06-242-6/+24
| * tests/partial: Add test to cover find_missing_blobsRaoul Hidalgo Charman2019-06-211-0/+25
| * _artifactcache.py: fix find_missing_blobs methodRaoul Hidalgo Charman2019-06-212-5/+8
|/
* .gitlab-ci.yml: Use up-to-date bst-plugins-experimentalJavier Jardón2019-06-201-1/+1
* Merge branch 'tpollard/shellbuildtree' into 'master'bst-marge-bot2019-06-193-17/+29
|\
| * _frontend/cli.py: Tweak 'try' & 'always' bst shell buildtree handlingTom Pollard2019-06-193-17/+29
|/
* Merge branch 'juerg/grpc' into 'master'Jürg Billeter2019-06-192-0/+6
|\
| * _sandboxremote.py: Guard against gRPC channels in the main processjuerg/grpcJürg Billeter2019-06-191-0/+3
| * casremote.py: Guard against gRPC channels in the main processJürg Billeter2019-06-191-0/+3
|/
* Merge branch 'aevri/smallerjobs' into 'master'bst-marge-bot2019-06-191-6/+6
|\
| * jobs/job: send ChildJob the context, not schedulerAngelos Evripiotis2019-06-191-6/+6
|/
* Merge branch 'aevri/pylint_argsdiff' into 'master'bst-marge-bot2019-06-1822-87/+132
|\
| * _fuse/hardlinks: don't return result of os.unlinkAngelos Evripiotis2019-06-181-1/+1
| * pylint: enable arguments-differAngelos Evripiotis2019-06-181-3/+0
| * tests/frontend: fix or ignore pylint args-differAngelos Evripiotis2019-06-183-3/+3
| * _options: match methods to base classAngelos Evripiotis2019-06-185-5/+19
| * testing/_utils: match git methods to base classAngelos Evripiotis2019-06-184-9/+15
| * CliIntegration: match methods to base classAngelos Evripiotis2019-06-183-6/+20
| * _filebaseddirectory: match methods to base classAngelos Evripiotis2019-06-181-10/+10
| * _casbaseddirectory: match methods to base classAngelos Evripiotis2019-06-181-13/+28
| * _fuse: match SafeHardlinkOps to base classAngelos Evripiotis2019-06-181-7/+7
| * _fuse/fuse: make create() match SafeHardlinkOpsAngelos Evripiotis2019-06-181-17/+12
| * _fuse: converge args for link() and symlink()Angelos Evripiotis2019-06-181-4/+6
| * _gitsourcebase: ignore or fix arguments-differ errAngelos Evripiotis2019-06-181-6/+6
| * _frontend/widget: match LogFile.render to base clsAngelos Evripiotis2019-06-181-3/+5
|/