summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* job.py: Completely remove the need for a queue between parent and child jobsbschubert/no-multiprocessing-bakBenjamin Schubert2020-07-081-148/+12
* job.py: Dont' pass the errors through the queue, we can set it directlyBenjamin Schubert2020-07-081-26/+2
* _messenger.py: Introduce a 'root' message handlerBenjamin Schubert2020-07-074-11/+25
* _messenger.py: Extract job-specific actions into another classBenjamin Schubert2020-07-071-112/+164
* _messenger.py: Add type annotations on the module to help refactorsBenjamin Schubert2020-07-071-59/+66
* job.py: Remove the ability to send back child dataBenjamin Schubert2020-07-073-36/+5
* job.py: Remove 'SUBCLASS_CUSTOM_MESSAGE', it is never usedBenjamin Schubert2020-07-071-38/+0
* _messenger.py: Make `timed_suspendable` public and use it in job.pyBenjamin Schubert2020-07-072-48/+35
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-07-0712-381/+208
* _fixtures.py: Only get the normal number of threads at the start of sessionBenjamin Schubert2020-07-073-7/+18
* _signals.py: allow calling signal handler from non-main threadsBenjamin Schubert2020-07-072-8/+12
* Merge branch 'bschubert/simplify-stream-interactions' into 'master'bst-marge-bot2020-07-068-217/+102
|\
| * scheduler.py: Remove all usage of notificationsBenjamin Schubert2020-07-063-97/+20
| * scheduler.py: Remove notifications from scheduler to streamBenjamin Schubert2020-07-062-27/+7
| * _stream.py: Stop using a 'RUNNING' event to know the state of the schedulerBenjamin Schubert2020-07-062-11/+4
| * _stream.py: Stop using a 'TERMINATED' event to know the state of the schedulerBenjamin Schubert2020-07-062-6/+3
| * _stream.py: Stop using a 'SUSPENDED' event to know the state of the schedulerBenjamin Schubert2020-07-062-7/+4
| * scheduler.py: Pass all 'retry' operations through the stateBenjamin Schubert2020-07-063-8/+37
| * _state.py: Only use a single place of truth for the start timeBenjamin Schubert2020-07-065-19/+19
| * scheduler.py: Remove task-based notifications and use the stateBenjamin Schubert2020-07-062-26/+5
| * scheduler.py: Remove 'Message' notification type, use the messengerBenjamin Schubert2020-07-064-22/+9
|/
* Merge branch 'bschubert/cleanup' into 'master'bst-marge-bot2020-07-062-3/+2
|\
| * sandbox.py: Remove unused importBenjamin Schubert2020-07-061-1/+1
| * app.py: Remove unnecessary operation in _message()Benjamin Schubert2020-07-061-2/+1
|/
* Merge branch 'juerg/source-push' into 'master'bst-marge-bot2020-07-0633-41/+219
|\
| * tests/frontend/remote-caches.py: Split test_source_artifact_cachesjuerg/source-pushJürg Billeter2020-07-061-4/+26
| * tests/sourcecache/fetch.py: Use `bst source push` to replace hackJürg Billeter2020-07-061-12/+20
| * NEWS: Add note for `bst source push`Jürg Billeter2020-07-061-0/+11
| * Regenerate man pagesJürg Billeter2020-07-0625-24/+59
| * Add `bst source push` commandJürg Billeter2020-07-064-0/+102
| * tests/testutils/artifactshare.py: Fix sourcedirJürg Billeter2020-07-061-1/+1
|/
* Merge branch 'tristan/update-mailing-list' into 'master'bst-marge-bot2020-07-035-11/+10
|\
| * All: Update all references to the mailing list.Tristan van Berkom2020-07-035-11/+10
|/
* Merge branch 'juerg/push' into 'master'bst-marge-bot2020-07-022-7/+48
|\
| * tests/frontend/push.py: Add test_push_update_after_rebuildJürg Billeter2020-06-301-0/+40
| * _artifactcache.py: Skip push only if server has identical artifactJürg Billeter2020-06-301-7/+8
|/
* Merge branch 'juerg/cas' into 'master'bst-marge-bot2020-06-302-5/+21
|\
| * casserver.py: Fix error handling for requests forwarded to casdJürg Billeter2020-06-251-5/+20
| * casdprocessmanager.py: Set `_bytestream` to `None` when closing channelJürg Billeter2020-06-251-0/+1
|/
* Merge branch 'tristan/junction-jungle' into 'master'bst-marge-bot2020-06-24463-550/+2719
|\
| * docs: Updating documentation regarding junctions and conflicts.Tristan van Berkom2020-06-242-37/+250
| * tests/format/junctions.py: Adding tests for internal junctionsTristan van Berkom2020-06-2482-0/+356
| * _project.py: Implement internal junctionsTristan van Berkom2020-06-242-13/+77
| * tests/format/junctions.py: Adding tests for duplicate junctionsTristan van Berkom2020-06-24180-7/+761
| * _loader: Add support for duplicate junctionsTristan van Berkom2020-06-243-45/+299
| * tests/format/junctions.py: Adding tests for the overrides featureTristan van Berkom2020-06-2399-6/+565
| * junctions: Replace coalescing with explicit overridesTristan van Berkom2020-06-235-44/+156
| * doc/examples/junction-includes: Renamed project to avoid name conflictTristan van Berkom2020-06-191-1/+1
| * tests/frontend: Renaming some projects to avoid new conflictsTristan van Berkom2020-06-192-2/+2
| * tests/format/junctions.py: Major refactorTristan van Berkom2020-06-1995-454/+305