1. 5349c6c Merge pull request #2121 from joshua-zivkovic/JZ/link-typo by Jürg Billeter · 2 days ago master
  2. e711376 doc/source/main_install.rst: Fix typo in link syntax by Joshua Zivkovic · 2 days ago
  3. 4c92f30 Merge pull request #2115 from apache/jbilleter/requirements by Jürg Billeter · 7 days ago
  4. e39af27 Merge pull request #2114 from apache/jbilleter/loader by Jürg Billeter · 8 days ago
  5. e6ac735 Update black to version 26.3 by Jürg Billeter · 13 days ago
  6. f90b64d Update requirements by Jürg Billeter · 13 days ago
  7. 9f0c6da tests/format/junctions.py: Test include from nested junction by Harry Sarson · 9 months ago
  8. dc0a265 tests/format/junctions.py: Add override-self test for nested-link bug by Harry Sarson · 9 months ago
  9. 7134c7c _loader: Don't trigger second pass loading for junction overrides by Jürg Billeter · 13 days ago
  10. 202dc9d _loader: Drop redundant `ensure_fully_loaded()` for CLI targets by Jürg Billeter · 13 days ago
  11. 16e4533 Merge pull request #2112 from apache/jbilleter/mirrors by Abderrahim Kitouni · 3 weeks ago
  12. d7eef4c tests/frontend/mirror.py: Test plugins that don't use SourceFetcher by Jürg Billeter · 3 weeks ago
  13. af5d69a source.py: Fix mirror usage in subprojects by Jürg Billeter · 3 weeks ago
  14. ffd6c1a Merge pull request #2108 from apache/jbilleter/bst-plugins-community by Jürg Billeter · 7 weeks ago
  15. e83783a ci: Fix buildstream-plugins-community version for `plugins-master` by Jürg Billeter · 8 weeks ago
  16. e4dcda0 Merge pull request #2107 from apache/jbilleter/bst-init-2.7 by Jürg Billeter · 3 months ago 2.7.0
  17. ceff55d Merge pull request #2061 from shymega-ct/domrodriguez/add-linux-disclaimer-docs by Jürg Billeter · 3 months ago
  18. cff15ff _frontend/cli.py: Update default min-version for `bst init` by Jürg Billeter · 3 months ago
  19. d582f46 docs/README: Add note to reiterate supported platforms by Dom Rodriguez · 8 months ago
  20. 71565ca Merge pull request #2105 from apache/jbilleter/2.7.0 by Jürg Billeter · 3 months ago 2.7.0.dev0
  21. c59ff0e NEWS: Prepare for 2.7.0 by Jürg Billeter · 3 months ago
  22. 5957103 ci: Update images by Jürg Billeter · 3 months ago
  23. 1102d05 Merge pull request #2102 from apache/abderrahim/build-deps-none by Jürg Billeter · 3 months ago
  24. 595e60e Update test for dynamic build plan by Abderrahim Kitouni · 3 months ago
  25. 7f01252 Add config option for `dependencies: run` by Abderrahim Kitouni · 3 months ago
  26. 1a7651a Merge pull request #2099 from joshua-zivkovic/JZ/source-provenance by Jürg Billeter · 3 months ago
  27. 834c443 Add source provenance attribute tests by Joshua Zivkovic · 4 months ago
  28. 760806d Make source provenance generic by Joshua Zivkovic · 4 months ago
  29. 4a497d0 _stream: Don't require runtime deps when building with --deps none by Abderrahim Kitouni · 3 months ago
  30. 56a4b79 Merge pull request #2098 from joshua-zivkovic/JZ/multi-source-provenance by Jürg Billeter · 3 months ago
  31. 84e490e Add source provenance attribute tests by Joshua Zivkovic · 4 months ago
  32. 9273039 tests/frontend/show.py: Add source info test for multi-source plugin by Jürg Billeter · 4 months ago
  33. e479787 source.py: Allow source provenance info to be overridden by Jürg Billeter · 5 months ago
  34. 86a950a Merge pull request #2084 from kotborealis/master by Abderrahim Kitouni · 5 months ago
  35. 172671e fix: use find_spec for pip plugins by kotborealis · 6 months ago
  36. 12b11f8 Merge pull request #2097 from apache/jbilleter/links by Jürg Billeter · 5 months ago
  37. a5072d4 Merge pull request #2087 from kotborealis/fix-typo by Abderrahim Kitouni · 6 months ago
  38. e90c246 tests/format/link.py: Add test for multiple links with the same target by Jürg Billeter · 6 months ago
  39. 9ed6aa5 _loader: Merge duplicate dependencies via link elements by Jürg Billeter · 6 months ago
  40. 4392664 _loader: Drop unused dependency list by Jürg Billeter · 6 months ago
  41. 15733f2 Merge pull request #2093 from apache/jbilleter/buildtree-shell by Jürg Billeter · 6 months ago
  42. 828035e Merge pull request #2091 from apache/jbilleter/remoteasset by Jürg Billeter · 6 months ago
  43. 30145c6 Merge pull request #2088 from apache/tristan/artifact-show-remote by Tristan Van Berkom · 6 months ago
  44. 46c29eb tests/integration/shellbuildtrees.py: Test that filesystem is writable by Jürg Billeter · 6 months ago
  45. 3ed8f42 _artifact.py: Store marked directories in Artifact proto by Jürg Billeter · 6 months ago
  46. b52382a artifact.proto: Add marked directories to the build sandbox state by Jürg Billeter · 6 months ago
  47. 1a669b5 tests/integration/shellbuildtrees.py: Test working directory in artifact by Jürg Billeter · 6 months ago
  48. d3e8844 _artifactcache.py: Push and fetch sources by Jürg Billeter · 6 months ago
  49. 2013156 _artifactcache.py: Add `public_data` to list of referenced blobs by Jürg Billeter · 6 months ago
  50. 0cea83a _artifactcache.py: Fix presence checks of protobuf digest fields by Jürg Billeter · 6 months ago
  51. 4067353 Merge pull request #2086 from apache/jbilleter/buildgrid by Jürg Billeter · 6 months ago
  52. ccb6f55 tests/frontend/artifact_show.py: Add coverage for newly added options by Tristan van Berkom · 6 months ago
  53. 1c31c6e Fixup implementation by Tristan van Berkom · 6 months ago
  54. 870cd66 tests/frontend/artifact_show.py: Split out test files from common data dir by Tristan van Berkom · 6 months ago
  55. 878fa52 Support artifact remote arguments in bst artifact show command. by Tristan van Berkom · 6 months ago
  56. d81b230 fix: typo truple -> tuple by kotborealis · 6 months ago
  57. e5fc2f5 .github/compose/ci.buildgrid.yml: Switch to PostgreSQL by Jürg Billeter · 6 months ago
  58. c2c8b23 .github/compose/ci.buildgrid.yml: Remove unused storage service by Jürg Billeter · 6 months ago
  59. d00fe5c Merge pull request #2078 from ignapk/fix-buildstream-plugins-link by Abderrahim Kitouni · 6 months ago
  60. 85be441 Merge pull request #2085 from apache/jbilleter/python-3.9 by Jürg Billeter · 6 months ago
  61. 3256129 Update requirements by Jürg Billeter · 6 months ago
  62. d4be9b8 Drop support for Python 3.9 by Jürg Billeter · 6 months ago
  63. af36872 ci: Don't run tests on Debian 11 by Jürg Billeter · 6 months ago
  64. 306938b pyproject.toml: Simplify `cibuildwheel` config by Jürg Billeter · 6 months ago
  65. 13ccbe5 setup.cfg: Add `python_requires` by Jürg Billeter · 6 months ago
  66. 86c6c8b _frontend: Don't use deprecated `click.parser.split_arg_string()` by Jürg Billeter · 6 months ago
  67. 80d16de Merge pull request #2074 from apache/jbilleter/no-project by Jürg Billeter · 7 months ago
  68. 06eb62a Merge pull request #2062 from apache/abderrahim/cascache-cleanup by Abderrahim Kitouni · 7 months ago
  69. 045c25c Merge pull request #2076 from apache/tristan/pip-origin-description by Tristan Van Berkom · 7 months ago
  70. 9a5863e _pluginfactory/pluginoriginpip.py: Fix the description string by Tristan van Berkom · 7 months ago
  71. 89f7314 doc/source/core_plugins.rst: Fix link to buildstream-plugins by Ignacy Kuchciński · 7 months ago
  72. 2fd746b _frontend: Fix error for commands without targets outside project dir by Jürg Billeter · 7 months ago
  73. 4c68517 Merge pull request #2075 from apache/jbilleter/bst-init-2.6 by Abderrahim Kitouni · 7 months ago 2.6.0
  74. 8f2ddc7 _frontend/cli.py: Update default min-version for `bst init` by Jürg Billeter · 7 months ago
  75. ae15f21 Merge pull request #2068 from apache/jbilleter/2.6.0 by Abderrahim Kitouni · 8 months ago 2.6.0.dev0
  76. ac772ae Merge pull request #2072 from apache/jbilleter/f43 by Abderrahim Kitouni · 8 months ago
  77. a5db06e Merge pull request #2071 from apache/jbilleter/requirements by Abderrahim Kitouni · 8 months ago
  78. b73699b ci: Add Fedora 43 and update images by Jürg Billeter · 8 months ago
  79. ac289d3 Update requirements by Jürg Billeter · 8 months ago
  80. d365e96 Merge pull request #2066 from apache/jbilleter/python3.14 by Abderrahim Kitouni · 8 months ago
  81. bf63bce Add support for Python 3.14 by Jürg Billeter · 8 months ago
  82. cf6dce9 requirements: Update ruamel.yaml.clib to 0.2.14 to support Python 3.14 by Jürg Billeter · 8 months ago
  83. 303a4b9 ci: Update cibuildwheel to 3.1.4 by Jürg Billeter · 8 months ago
  84. e6c8e14 ci: Update Ubuntu images from 22.04 to 24.04 by Jürg Billeter · 8 months ago
  85. 0dc32cf Merge pull request #2070 from apache/jbilleter/update-buildbox by Jürg Billeter · 8 months ago
  86. a35d0bb tests/integration/project/elements/recc/recc.bst: Update recc to 1.3.39 by Jürg Billeter · 8 months ago
  87. bf4e697 ci: Update images by Jürg Billeter · 8 months ago
  88. c10c8fd NEWS: Prepare for 2.6.0 by Jürg Billeter · 8 months ago
  89. 3c7d10c Merge pull request #2058 from apache/abderrahim/bst-show-kind by Jürg Billeter · 8 months ago
  90. 1d33dcd Merge pull request #2045 from apache/abderrahim/no-fetch-stdout-stderr by Jürg Billeter · 8 months ago
  91. 9dcaab2 Merge pull request #2067 from apache/jbilleter/test-servers by Jürg Billeter · 8 months ago
  92. 020e58f Use CASDProcessManager directly to access REAPI stubs by Abderrahim Kitouni · 1 year ago
  93. 5093913 casremote: drop the push_message method by Abderrahim Kitouni · 1 year ago
  94. 0b4914d tests/artifactcache/pull: stop using CASRemote.push_message() by Abderrahim Kitouni · 1 year ago
  95. 7ead79c tests/testutils: Use `threading` instead of `multiprocessing` by Jürg Billeter · 8 months ago
  96. a7455a3 Merge pull request #2065 from apache/jbilleter/click by Jürg Billeter · 8 months ago
  97. 0156009 types.py: Return `NotImplemented` for unsupported `FastEnum` operations by Jürg Billeter · 8 months ago
  98. f48ecb4 _frontend: Fix shell completion with Click >= 8.2 by Jürg Billeter · 8 months ago
  99. 2e4a699 Merge pull request #2064 from apache/jbilleter/child-watcher by Jürg Billeter · 8 months ago
  100. 4c96557 scheduler.py: Replace asyncio child watcher with our own watcher thread by Jürg Billeter · 8 months ago