| Commit message (Expand) | Author | Age | Files | Lines |
* | fix tab-completion: hardcode default min versiondwinship/fix-tab-completion | Douglas Winship | 2020-07-14 | 1 | -13/+1 |
* | Merge branch 'dwinship/dont-strip-bst-from-user-supplied-checkout-dir' into '... | bst-marge-bot | 2020-07-10 | 1 | -2/+2 |
|\ |
|
| * | Don't strip '.bst' from user-supplied checkout dir | Douglas Winship | 2020-07-10 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'bschubert/mypy-docs' into 'master' | bst-marge-bot | 2020-07-09 | 1 | -11/+21 |
|\ |
|
| * | coding_guidelines.rst: Update documentation around type annotationbschubert/mypy-docs | Benjamin Schubert | 2020-07-09 | 1 | -11/+21 |
|/ |
|
* | Merge branch 'bschubert/tar-filter-nondev' into 'master' | bst-marge-bot | 2020-07-09 | 2 | -2/+13 |
|\ |
|
| * | tar.py: Don't import 'dev' nodesbschubert/tar-filter-nondev | Benjamin Schubert | 2020-07-08 | 2 | -2/+13 |
|/ |
|
* | Merge branch 'bschubert/simplify-stream-interactions' into 'master' | bst-marge-bot | 2020-07-06 | 8 | -217/+102 |
|\ |
|
| * | scheduler.py: Remove all usage of notifications | Benjamin Schubert | 2020-07-06 | 3 | -97/+20 |
| * | scheduler.py: Remove notifications from scheduler to stream | Benjamin Schubert | 2020-07-06 | 2 | -27/+7 |
| * | _stream.py: Stop using a 'RUNNING' event to know the state of the scheduler | Benjamin Schubert | 2020-07-06 | 2 | -11/+4 |
| * | _stream.py: Stop using a 'TERMINATED' event to know the state of the scheduler | Benjamin Schubert | 2020-07-06 | 2 | -6/+3 |
| * | _stream.py: Stop using a 'SUSPENDED' event to know the state of the scheduler | Benjamin Schubert | 2020-07-06 | 2 | -7/+4 |
| * | scheduler.py: Pass all 'retry' operations through the state | Benjamin Schubert | 2020-07-06 | 3 | -8/+37 |
| * | _state.py: Only use a single place of truth for the start time | Benjamin Schubert | 2020-07-06 | 5 | -19/+19 |
| * | scheduler.py: Remove task-based notifications and use the state | Benjamin Schubert | 2020-07-06 | 2 | -26/+5 |
| * | scheduler.py: Remove 'Message' notification type, use the messenger | Benjamin Schubert | 2020-07-06 | 4 | -22/+9 |
|/ |
|
* | Merge branch 'bschubert/cleanup' into 'master' | bst-marge-bot | 2020-07-06 | 2 | -3/+2 |
|\ |
|
| * | sandbox.py: Remove unused import | Benjamin Schubert | 2020-07-06 | 1 | -1/+1 |
| * | app.py: Remove unnecessary operation in _message() | Benjamin Schubert | 2020-07-06 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'juerg/source-push' into 'master' | bst-marge-bot | 2020-07-06 | 33 | -41/+219 |
|\ |
|
| * | tests/frontend/remote-caches.py: Split test_source_artifact_cachesjuerg/source-push | Jürg Billeter | 2020-07-06 | 1 | -4/+26 |
| * | tests/sourcecache/fetch.py: Use `bst source push` to replace hack | Jürg Billeter | 2020-07-06 | 1 | -12/+20 |
| * | NEWS: Add note for `bst source push` | Jürg Billeter | 2020-07-06 | 1 | -0/+11 |
| * | Regenerate man pages | Jürg Billeter | 2020-07-06 | 25 | -24/+59 |
| * | Add `bst source push` command | Jürg Billeter | 2020-07-06 | 4 | -0/+102 |
| * | tests/testutils/artifactshare.py: Fix sourcedir | Jürg Billeter | 2020-07-06 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'tristan/update-mailing-list' into 'master' | bst-marge-bot | 2020-07-03 | 5 | -11/+10 |
|\ |
|
| * | All: Update all references to the mailing list. | Tristan van Berkom | 2020-07-03 | 5 | -11/+10 |
|/ |
|
* | Merge branch 'juerg/push' into 'master' | bst-marge-bot | 2020-07-02 | 2 | -7/+48 |
|\ |
|
| * | tests/frontend/push.py: Add test_push_update_after_rebuild | Jürg Billeter | 2020-06-30 | 1 | -0/+40 |
| * | _artifactcache.py: Skip push only if server has identical artifact | Jürg Billeter | 2020-06-30 | 1 | -7/+8 |
|/ |
|
* | Merge branch 'juerg/cas' into 'master' | bst-marge-bot | 2020-06-30 | 2 | -5/+21 |
|\ |
|
| * | casserver.py: Fix error handling for requests forwarded to casd | Jürg Billeter | 2020-06-25 | 1 | -5/+20 |
| * | casdprocessmanager.py: Set `_bytestream` to `None` when closing channel | Jürg Billeter | 2020-06-25 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'tristan/junction-jungle' into 'master' | bst-marge-bot | 2020-06-24 | 463 | -550/+2719 |
|\ |
|
| * | docs: Updating documentation regarding junctions and conflicts. | Tristan van Berkom | 2020-06-24 | 2 | -37/+250 |
| * | tests/format/junctions.py: Adding tests for internal junctions | Tristan van Berkom | 2020-06-24 | 82 | -0/+356 |
| * | _project.py: Implement internal junctions | Tristan van Berkom | 2020-06-24 | 2 | -13/+77 |
| * | tests/format/junctions.py: Adding tests for duplicate junctions | Tristan van Berkom | 2020-06-24 | 180 | -7/+761 |
| * | _loader: Add support for duplicate junctions | Tristan van Berkom | 2020-06-24 | 3 | -45/+299 |
| * | tests/format/junctions.py: Adding tests for the overrides feature | Tristan van Berkom | 2020-06-23 | 99 | -6/+565 |
| * | junctions: Replace coalescing with explicit overrides | Tristan van Berkom | 2020-06-23 | 5 | -44/+156 |
| * | doc/examples/junction-includes: Renamed project to avoid name conflict | Tristan van Berkom | 2020-06-19 | 1 | -1/+1 |
| * | tests/frontend: Renaming some projects to avoid new conflicts | Tristan van Berkom | 2020-06-19 | 2 | -2/+2 |
| * | tests/format/junctions.py: Major refactor | Tristan van Berkom | 2020-06-19 | 95 | -454/+305 |
| * | _loader: Fix invalid junction error to include provenance | Tristan van Berkom | 2020-06-19 | 2 | -4/+10 |
|/ |
|
* | Merge branch 'bschubert/cleanups' into 'master' | bst-marge-bot | 2020-06-18 | 2 | -11/+4 |
|\ |
|
| * | conftest.py: Ensure the `basetemp` is a resolved pathbschubert/cleanups | Benjamin Schubert | 2020-06-17 | 1 | -1/+1 |
| * | _signals.py: Remove code for python3.5 support | Benjamin Schubert | 2020-06-17 | 1 | -10/+3 |
|/ |
|