1. 877253a Merge pull request #104 from ZayadNimrod/nimrodlibman/docs by Abderrahim Kitouni · 12 days ago master
  2. df07498 docs: Describe how to acquire the plugins by Nimrod Libman · 14 days ago
  3. 750fd6c Merge pull request #102 from apache/abderrahim/drop-deps by Abderrahim Kitouni · 9 weeks ago
  4. 8e6886a pyproject.toml: drop unneeded dependencies by Abderrahim Kitouni · 10 weeks ago
  5. 432a003 Merge pull request #101 from apache/jbilleter/2.7.0 by Jürg Billeter · 3 months ago 2.7.0
  6. f225180 __init__.py: Bump version to 2.7.0 by Jürg Billeter · 3 months ago
  7. cb5d254 tox.ini: Test with the stable BuildStream release 2.7.0 by Jürg Billeter · 3 months ago
  8. 95e0238 Merge pull request #99 from apache/jbilleter/2.7.0 by Jürg Billeter · 4 months ago 2.7.0.dev0
  9. 2825a40 __init__.py: Bump version to 2.7.0.dev0 by Jürg Billeter · 4 months ago
  10. db697a3 NEWS: Prepare for 2.7.0 by Jürg Billeter · 4 months ago
  11. 169c4f8 Merge pull request #98 from joshua-zivkovic/JZ/source-provenance by Jürg Billeter · 4 months ago
  12. 24b6f47 Update cargo source to use source provenance by Joshua Zivkovic · 4 months ago
  13. 77a039b Merge pull request #100 from apache/jbilleter/ci by Jürg Billeter · 4 months ago
  14. 130b009 tox.ini: Test with latest BuildStream release candidate 2.7.0.dev0 by Jürg Billeter · 4 months ago
  15. 1e3910f ci: Update images by Jürg Billeter · 4 months ago
  16. e69f6b8 Merge pull request #96 from doraskayo/docker-fixes by Jürg Billeter · 4 months ago
  17. d2bf8b7 Merge pull request #97 from apache/jbilleter/python-3.9 by Jürg Billeter · 6 months ago
  18. 163aa15 Drop support for Python 3.9 by Jürg Billeter · 6 months ago
  19. 11aaf4b ci: Don't run tests on Debian 11 by Jürg Billeter · 6 months ago
  20. c2f01cf sources/docker.py: Handle opaque whiteout files by Dor Askayo · 7 months ago doraskayo/docker-fixes
  21. 197d934 sources/docker.py: Process whiteout files before extracting by Dor Askayo · 7 months ago
  22. ccb6288 sources/docker.py: Sync ReadableTarInfo with the version from BuildStream by Dor Askayo · 7 months ago
  23. 1735f7b sources/docker.py: Use ReadableTarInfo when creating member file sets by Dor Askayo · 7 months ago
  24. dfbd0e3 sources/docker.py: Split whiteout file names only once by Dor Askayo · 7 months ago
  25. e912356 Merge pull request #94 from apache/jbilleter/python3.14 by Jürg Billeter · 7 months ago
  26. a4195a8 ci: Add Debian 12 and 13 and Fedora 43 and update images by Jürg Billeter · 8 months ago
  27. 5bb2a27 Add support for Python 3.14 by Jürg Billeter · 8 months ago
  28. 6df7b92 tox.ini: Test with latest BuildStream release 2.6.0 by Jürg Billeter · 8 months ago
  29. 7a66f81 ci: Update Ubuntu images from 22.04 to 24.04 by Jürg Billeter · 8 months ago
  30. 533a612 ci: Drop Fedora 41 by Jürg Billeter · 8 months ago
  31. 47e5a2f Merge pull request #89 from apache/jbilleter/ci-images by Jürg Billeter · 12 months ago
  32. 9587e14 ci: Update images by Jürg Billeter · 12 months ago
  33. e4eb164 sources/cargo.py: Specify exception type for import try except by Jürg Billeter · 12 months ago
  34. 7964952 tox.ini: Bumping buildstream version to release candidate tag by Tristan van Berkom · 12 months ago tristan/doc-build-fix 2.5.0 2.5.0.dev0
  35. c99704c NEWS: Preparing for 2.5.0 release by Tristan van Berkom · 12 months ago
  36. aebb7c5 __init__.py: Bump version number to 2.5.0 by Tristan van Berkom · 12 months ago
  37. 0e4e8bd Merge pull request #87 from apache/tristan/sboms by Tristan Van Berkom · 1 year ago
  38. ad3710c project.conf: Update min-version to 2.5 by Tristan van Berkom · 1 year, 1 month ago
  39. c3fe3e5 tests/sources/pip_build.py: Test pip's collect_source_info() implementation by Tristan van Berkom · 1 year, 1 month ago
  40. da15f39 tests/sources/bzr.py: Test bzr's collect_source_info() implementation by Tristan van Berkom · 1 year, 1 month ago
  41. f9e0c15 tests/sources/docker.py: Test docker's collect_source_info() implementation by Tristan van Berkom · 1 year, 1 month ago
  42. 88ba568 tests/sources/git.py: Testing git's collect_source_info() implementation by Tristan van Berkom · 1 year, 1 month ago
  43. 4fd134e tests/sources/cargo.py: Test cargo's collect_source_info() implementation by Tristan van Berkom · 1 year, 1 month ago
  44. c498d62 tests/sources/patch.py: Test patch's collect_source_info() implementation by Tristan van Berkom · 1 year, 1 month ago
  45. 32945ad sources/pip.py: Implement collect_source_info() by Tristan van Berkom · 1 year, 1 month ago
  46. 0d688cc sources/bzr.py: Implement collect_source_info() by Tristan van Berkom · 1 year, 1 month ago
  47. 1d55406 sources/docker.py: Implement collect_source_info() by Tristan van Berkom · 1 year, 1 month ago
  48. 8596250 sources/git.py: Implement collect_source_info() by Tristan van Berkom · 1 year, 1 month ago
  49. d3289d9 sources/cargo.py: Implement collect_source_info() by Tristan van Berkom · 1 year, 1 month ago
  50. b7672fa sources/patch.py: Implement collect_source_info() by Tristan van Berkom · 1 year, 1 month ago
  51. 7c80720 tox.ini: Test against tristan/sboms buildstream branch by Tristan van Berkom · 1 year, 1 month ago
  52. 85ebf8a Merge pull request #84 from apache/juerg/python-3.13 by Jürg Billeter · 1 year, 5 months ago
  53. 56667ba tox.ini: Test with latest BuildStream release 2.4.0 by Jürg Billeter · 1 year, 5 months ago
  54. a1200c8 ci: Run tests also on Fedora 41 by Jürg Billeter · 1 year, 5 months ago
  55. 8971237 Add support for Python 3.13 by Jürg Billeter · 1 year, 5 months ago
  56. 06a4522 tox.ini: Update mypy to match buildstream by Jürg Billeter · 1 year, 5 months ago
  57. 90ea905 Drop support for Python 3.8 by Jürg Billeter · 1 year, 5 months ago
  58. b58abc5 .github/run-ci.sh: Update last reference of Ubuntu 20.04 to 22.04 by Jürg Billeter · 1 year, 5 months ago
  59. 98d1c14 requirements: Add setuptools to test-requirements by Jürg Billeter · 1 year, 5 months ago
  60. b623961 Merge pull request #82 from apache/tristan/release-prep by Tristan Van Berkom · 1 year, 6 months ago 2.4.0 2.4.0.dev0
  61. 1209a90 NEWS: Preparing news for 2.4.0 release by Tristan van Berkom · 1 year, 6 months ago
  62. a66be3c Merge pull request #83 from apache/abderrahim/fix-lint by Tristan Van Berkom · 1 year, 6 months ago
  63. f9571ae sourcemirrors: fix translate_url signature to make pylint happy by Abderrahim Kitouni · 1 year, 6 months ago
  64. 6034bb3 sourcemirrors: Adding __init__.py by Tristan van Berkom · 1 year, 6 months ago
  65. 62a88d1 Merge pull request #66 from nanonyme/docker by Tristan Van Berkom · 1 year, 6 months ago
  66. 0aef01c Merge pull request #80 from apache/tristan/mirror-plugins by Tristan Van Berkom · 1 year, 6 months ago
  67. 6773903 Adding gitlab_lfs_mirror source mirror plugin by Tristan van Berkom · 1 year, 8 months ago
  68. d0d7e82 Adding simple_mirror source mirror plugin by Tristan van Berkom · 1 year, 8 months ago
  69. d74f0b0 src/buildstream_plugins/__init__.py: Bump version by Tristan van Berkom · 1 year, 8 months ago
  70. af7c9a4 make plugin: Remove bogus since version from the doc string by Tristan van Berkom · 1 year, 8 months ago
  71. d6d1d98 Merge pull request #81 from apache/tristan/workaround-broken-ci by Tristan Van Berkom · 1 year, 6 months ago
  72. 335a4b1 tox.ini: Conditionally wrap the bzr command if it's present on the host by Tristan van Berkom · 1 year, 6 months ago
  73. 5ff45aa tox.ini: Address breaking tox change, now use "allowlist_externals" by Tristan van Berkom · 1 year, 6 months ago
  74. 7b169db .github/common.env: Update to docker image containing bzr by Tristan van Berkom · 1 year, 6 months ago
  75. e93a2fc CI: Use ubuntu 22.04 by Tristan van Berkom · 1 year, 6 months ago
  76. ad6f20a .pylintrc: Disable too-many-positional-arguments error by Tristan van Berkom · 1 year, 6 months ago
  77. 431326f github workflows: Use v4 of upload/download artifact actions by Tristan van Berkom · 1 year, 8 months ago
  78. c7d2f60 Merge pull request #78 from apache/juerg/cargo by Jürg Billeter · 1 year, 10 months ago
  79. e761daf tests: Add minimal test for the `cargo` source plugin by Jürg Billeter · 1 year, 10 months ago
  80. 812c160 Merge pull request #77 from apache/juerg/ci by Jürg Billeter · 1 year, 10 months ago
  81. f8157cd ci: Run tests also on Debian 11 by Jürg Billeter · 1 year, 10 months ago
  82. f952947 ci: Update to Fedora 40 by Jürg Billeter · 1 year, 10 months ago
  83. 0a0bb47 Update version for 2.3.0 release by Abderrahim Kitouni · 1 year, 10 months ago 2.3.0
  84. a0f488c Merge pull request #76 from apache/abderrahim/news-2.3.0 by Abderrahim Kitouni · 1 year, 10 months ago 2.3.0.dev1
  85. d6637c1 Update version for the 2.3.0 release candidate by Abderrahim Kitouni · 1 year, 10 months ago
  86. d9ffe19 Update news for the 2.3.0 release by Abderrahim Kitouni · 1 year, 10 months ago
  87. e745810 Merge pull request #70 from apache/juerg/ci by Jürg Billeter · 1 year, 10 months ago
  88. 7bde897 Sync Python support and CI images with BuildStream by Jürg Billeter · 1 year, 10 months ago
  89. 8293dec testutils/python_repo.py: Make mock repo compatible with PEP 625 by Jürg Billeter · 1 year, 10 months ago
  90. d42df1b pytest: Set `testpaths` to fix test collection by Jürg Billeter · 1 year, 10 months ago
  91. 5bd508d Merge pull request #73 from apache/juerg/git-tagger by Jürg Billeter · 1 year, 10 months ago
  92. 32e4978 git.py: Add tagger to annotated tag by Jürg Billeter · 1 year, 10 months ago
  93. 7e6d075 Merge pull request #74 from apache/juerg/docker-compose by Jürg Billeter · 1 year, 10 months ago
  94. f06f785 ci: Upgrade from `docker-compose` to `docker compose` by Jürg Billeter · 1 year, 10 months ago
  95. 5727e00 Merge pull request #72 from apache/chandan/cleanup by Abderrahim Kitouni · 1 year, 10 months ago
  96. 97d4fe5 .asf.yaml: Delete pull request branches after merging by Chandan Singh · 1 year, 10 months ago chandan/cleanup
  97. 61a9ea6 setup.cfg: Remove unnecessary mypy ignores for 3rd party packages by Chandan Singh · 1 year, 10 months ago
  98. 016ece6 Merge pull request #68 from leoppark94/update/docs by Chandan Singh · 1 year, 10 months ago
  99. cec12bb cargo.py: Update `source track` command and clarify populating of `ref` by Leo Park · 1 year, 11 months ago
  100. 8557727 Merge pull request #69 from apache/juerg/tar by Jürg Billeter · 1 year, 10 months ago