summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a as_bool to ScalarNodebschubert/node-api-bakBenjamin Schubert2019-06-109-20/+38
* fixup! Add as_str() on ScalarNode and get_scalar() on MappingNodeBenjamin Schubert2019-06-101-1/+1
* Add as_str() on ScalarNode and get_scalar() on MappingNodeBenjamin Schubert2019-06-1044-151/+176
* WIP: add 'get_mapping' to MappingNodeBenjamin Schubert2019-06-1019-73/+99
* Add sequenceNodeBenjamin Schubert2019-06-101-9/+19
* WIP: Mapping nodeBenjamin Schubert2019-06-103-23/+38
* WIP: scalar nodeBenjamin Schubert2019-06-101-12/+33
* Merge branch 'bschubert/optimize-extract-depends-node' into 'master'bst-marge-bot2019-06-075-52/+59
|\
| * _loader/types: Use range() instead of enumerate in extract_depends_from_nodeBenjamin Schubert2019-06-071-2/+2
| * _loader/types: Use an accumulator to speed up _extract_depends_from_nodeBenjamin Schubert2019-06-071-15/+8
| * _loader/types: add type information on _extract_depends_from_nodeBenjamin Schubert2019-06-071-11/+15
| * _loader/types: Use helper function for extract_depends_from_nodeBenjamin Schubert2019-06-071-17/+30
| * _loader: Move extract_depends_from_node from loadelement to typesBenjamin Schubert2019-06-075-52/+49
|/
* Merge branch 'bschubert/stricter-node-api' into 'master'bst-marge-bot2019-06-075-23/+22
|\
| * NEWS: restrict `Plugin.node_items` to be called on `Node`s.bschubert/stricter-node-apiBenjamin Schubert2019-06-072-3/+6
| * _yaml: Don't check for none node in __trim_list_provenanceBenjamin Schubert2019-06-071-2/+2
| * _yaml: Ensure every element passed to list_copy or node_set is a NodeBenjamin Schubert2019-06-071-4/+6
| * _yaml: Restrict parameter of node_items and node_keys to be 'Node'Benjamin Schubert2019-06-073-14/+8
|/
* Merge branch 'tpollard/bzrfix' into 'master'bst-marge-bot2019-06-071-0/+1
|\
| * testing/_utils/site.py: Fix missing BZR assignmentTom Pollard2019-06-071-0/+1
|/
* Merge branch 'jennis/push_based_pipeline' into 'master'bst-marge-bot2019-06-077-68/+202
|\
| * queue.py: Use heapq for the ready queuejennis/push_based_pipelineJames Ennis2019-06-073-3/+21
| * queue.py: Push-based queuesJames Ennis2019-06-075-55/+90
| * element.py: Add callbacks to be used upon specific state changesJames Ennis2019-06-071-2/+82
| * element.py: Speed up _buildable()Jürg Billeter2019-06-071-10/+1
| * element.py: Introduce __ready_for_runtime_and_cachedJames Ennis2019-06-071-1/+11
|/
* Merge branch 'aevri/job_msg_enum' into 'master'bst-marge-bot2019-06-0610-37/+52
|\
| * Use 'is' when comparing against JobStatusaevri/job_msg_enumAngelos Evripiotis2019-06-069-11/+11
| * _scheduler/jobs/job: make JobStatus an enumAngelos Evripiotis2019-06-061-1/+2
| * _scheduler/jobs/job: use enum for return codesAngelos Evripiotis2019-06-061-14/+18
| * _scheduler/jobs/job: use enum for message typesAngelos Evripiotis2019-06-061-11/+21
|/
* Merge branch 'bschubert/optimize-loader-types' into 'master'bst-marge-bot2019-06-065-21/+35
|\
| * _loader/types: type values wherever possibleBenjamin Schubert2019-06-061-8/+13
| * _loader/types: Make Dependency a cdef classBenjamin Schubert2019-06-061-1/+6
| * _loader/types: cimport yaml functions for better speedBenjamin Schubert2019-06-064-15/+17
| * _loader/types: move to a cython packageBenjamin Schubert2019-06-063-0/+2
| * _loader/types: use type(x) is str instead of isintanceBenjamin Schubert2019-06-061-1/+1
|/
* Merge branch 'bschubert/pylint-artifactcache' into 'master'bst-marge-bot2019-06-068-14/+34
|\
| * tests/artifactcache: add __init__.py file to make it a packageBenjamin Schubert2019-06-061-0/+0
| * tests/artifactcache/push: remove unused importBenjamin Schubert2019-06-061-1/+0
| * tests/artifactcache/pull: Remove unused variableBenjamin Schubert2019-06-061-1/+0
| * tests/artifactcache/config: Fix pylint issuesBenjamin Schubert2019-06-061-4/+10
| * tests/artifactcache/artifactservice: Fix pylint issuesBenjamin Schubert2019-06-061-3/+1
| * tests/artifactcache: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-066-6/+6
| * tests/artifactcache: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-066-0/+18
|/
* Merge branch 'bschubert/site-consolidation' into 'master'bst-marge-bot2019-06-0642-135/+91
|\
| * tests/examples/flatpak-autotools: rename HAVE_OSTREE to HAVE_OSTREE_PLUGINBenjamin Schubert2019-06-061-4/+6
| * tests/testutils/site: Remove completely and migrate HAVE_OSTREE to examplesBenjamin Schubert2019-06-062-10/+7
| * tests/testutils/site: Remove unused HAVE_OSTREE_CLI variableBenjamin Schubert2019-06-061-9/+0
| * test:utils/site: Consolidate IS_LINUX/WSL/Windows in a single siteBenjamin Schubert2019-06-0613-29/+13