Sign in
apache
/
buildstream
/
HEAD
e4dcda0
Merge pull request #2107 from apache/jbilleter/bst-init-2.7
by Jürg Billeter
· 4 days ago
master
ceff55d
Merge pull request #2061 from shymega-ct/domrodriguez/add-linux-disclaimer-docs
by Jürg Billeter
· 4 days ago
cff15ff
_frontend/cli.py: Update default min-version for `bst init`
by Jürg Billeter
· 4 days ago
d582f46
docs/README: Add note to reiterate supported platforms
by Dom Rodriguez
· 5 months ago
71565ca
Merge pull request #2105 from apache/jbilleter/2.7.0
by Jürg Billeter
· 11 days ago
2.7.0.dev0
c59ff0e
NEWS: Prepare for 2.7.0
by Jürg Billeter
· 3 weeks ago
5957103
ci: Update images
by Jürg Billeter
· 3 weeks ago
1102d05
Merge pull request #2102 from apache/abderrahim/build-deps-none
by Jürg Billeter
· 3 weeks ago
595e60e
Update test for dynamic build plan
by Abderrahim Kitouni
· 3 weeks ago
7f01252
Add config option for `dependencies: run`
by Abderrahim Kitouni
· 4 weeks ago
1a7651a
Merge pull request #2099 from joshua-zivkovic/JZ/source-provenance
by Jürg Billeter
· 3 weeks ago
834c443
Add source provenance attribute tests
by Joshua Zivkovic
· 6 weeks ago
760806d
Make source provenance generic
by Joshua Zivkovic
· 6 weeks ago
4a497d0
_stream: Don't require runtime deps when building with --deps none
by Abderrahim Kitouni
· 4 weeks ago
56a4b79
Merge pull request #2098 from joshua-zivkovic/JZ/multi-source-provenance
by Jürg Billeter
· 4 weeks ago
84e490e
Add source provenance attribute tests
by Joshua Zivkovic
· 6 weeks ago
9273039
tests/frontend/show.py: Add source info test for multi-source plugin
by Jürg Billeter
· 7 weeks ago
e479787
source.py: Allow source provenance info to be overridden
by Jürg Billeter
· 10 weeks ago
86a950a
Merge pull request #2084 from kotborealis/master
by Abderrahim Kitouni
· 2 months ago
172671e
fix: use find_spec for pip plugins
by kotborealis
· 4 months ago
12b11f8
Merge pull request #2097 from apache/jbilleter/links
by Jürg Billeter
· 3 months ago
a5072d4
Merge pull request #2087 from kotborealis/fix-typo
by Abderrahim Kitouni
· 3 months ago
e90c246
tests/format/link.py: Add test for multiple links with the same target
by Jürg Billeter
· 3 months ago
9ed6aa5
_loader: Merge duplicate dependencies via link elements
by Jürg Billeter
· 3 months ago
4392664
_loader: Drop unused dependency list
by Jürg Billeter
· 3 months ago
15733f2
Merge pull request #2093 from apache/jbilleter/buildtree-shell
by Jürg Billeter
· 3 months ago
828035e
Merge pull request #2091 from apache/jbilleter/remoteasset
by Jürg Billeter
· 3 months ago
30145c6
Merge pull request #2088 from apache/tristan/artifact-show-remote
by Tristan Van Berkom
· 3 months ago
46c29eb
tests/integration/shellbuildtrees.py: Test that filesystem is writable
by Jürg Billeter
· 3 months ago
3ed8f42
_artifact.py: Store marked directories in Artifact proto
by Jürg Billeter
· 3 months ago
b52382a
artifact.proto: Add marked directories to the build sandbox state
by Jürg Billeter
· 3 months ago
1a669b5
tests/integration/shellbuildtrees.py: Test working directory in artifact
by Jürg Billeter
· 3 months ago
d3e8844
_artifactcache.py: Push and fetch sources
by Jürg Billeter
· 3 months ago
2013156
_artifactcache.py: Add `public_data` to list of referenced blobs
by Jürg Billeter
· 3 months ago
0cea83a
_artifactcache.py: Fix presence checks of protobuf digest fields
by Jürg Billeter
· 3 months ago
4067353
Merge pull request #2086 from apache/jbilleter/buildgrid
by Jürg Billeter
· 4 months ago
ccb6f55
tests/frontend/artifact_show.py: Add coverage for newly added options
by Tristan van Berkom
· 4 months ago
1c31c6e
Fixup implementation
by Tristan van Berkom
· 4 months ago
870cd66
tests/frontend/artifact_show.py: Split out test files from common data dir
by Tristan van Berkom
· 4 months ago
878fa52
Support artifact remote arguments in bst artifact show command.
by Tristan van Berkom
· 4 months ago
d81b230
fix: typo truple -> tuple
by kotborealis
· 4 months ago
e5fc2f5
.github/compose/ci.buildgrid.yml: Switch to PostgreSQL
by Jürg Billeter
· 4 months ago
c2c8b23
.github/compose/ci.buildgrid.yml: Remove unused storage service
by Jürg Billeter
· 4 months ago
d00fe5c
Merge pull request #2078 from ignapk/fix-buildstream-plugins-link
by Abderrahim Kitouni
· 4 months ago
85be441
Merge pull request #2085 from apache/jbilleter/python-3.9
by Jürg Billeter
· 4 months ago
3256129
Update requirements
by Jürg Billeter
· 4 months ago
d4be9b8
Drop support for Python 3.9
by Jürg Billeter
· 4 months ago
af36872
ci: Don't run tests on Debian 11
by Jürg Billeter
· 4 months ago
306938b
pyproject.toml: Simplify `cibuildwheel` config
by Jürg Billeter
· 4 months ago
13ccbe5
setup.cfg: Add `python_requires`
by Jürg Billeter
· 4 months ago
86c6c8b
_frontend: Don't use deprecated `click.parser.split_arg_string()`
by Jürg Billeter
· 4 months ago
80d16de
Merge pull request #2074 from apache/jbilleter/no-project
by Jürg Billeter
· 4 months ago
06eb62a
Merge pull request #2062 from apache/abderrahim/cascache-cleanup
by Abderrahim Kitouni
· 4 months ago
045c25c
Merge pull request #2076 from apache/tristan/pip-origin-description
by Tristan Van Berkom
· 5 months ago
9a5863e
_pluginfactory/pluginoriginpip.py: Fix the description string
by Tristan van Berkom
· 5 months ago
89f7314
doc/source/core_plugins.rst: Fix link to buildstream-plugins
by Ignacy Kuchciński
· 5 months ago
2fd746b
_frontend: Fix error for commands without targets outside project dir
by Jürg Billeter
· 5 months ago
4c68517
Merge pull request #2075 from apache/jbilleter/bst-init-2.6
by Abderrahim Kitouni
· 5 months ago
2.6.0
8f2ddc7
_frontend/cli.py: Update default min-version for `bst init`
by Jürg Billeter
· 5 months ago
ae15f21
Merge pull request #2068 from apache/jbilleter/2.6.0
by Abderrahim Kitouni
· 5 months ago
2.6.0.dev0
ac772ae
Merge pull request #2072 from apache/jbilleter/f43
by Abderrahim Kitouni
· 5 months ago
a5db06e
Merge pull request #2071 from apache/jbilleter/requirements
by Abderrahim Kitouni
· 5 months ago
b73699b
ci: Add Fedora 43 and update images
by Jürg Billeter
· 5 months ago
ac289d3
Update requirements
by Jürg Billeter
· 5 months ago
d365e96
Merge pull request #2066 from apache/jbilleter/python3.14
by Abderrahim Kitouni
· 5 months ago
bf63bce
Add support for Python 3.14
by Jürg Billeter
· 5 months ago
cf6dce9
requirements: Update ruamel.yaml.clib to 0.2.14 to support Python 3.14
by Jürg Billeter
· 5 months ago
303a4b9
ci: Update cibuildwheel to 3.1.4
by Jürg Billeter
· 5 months ago
e6c8e14
ci: Update Ubuntu images from 22.04 to 24.04
by Jürg Billeter
· 5 months ago
0dc32cf
Merge pull request #2070 from apache/jbilleter/update-buildbox
by Jürg Billeter
· 5 months ago
a35d0bb
tests/integration/project/elements/recc/recc.bst: Update recc to 1.3.39
by Jürg Billeter
· 5 months ago
bf4e697
ci: Update images
by Jürg Billeter
· 5 months ago
c10c8fd
NEWS: Prepare for 2.6.0
by Jürg Billeter
· 5 months ago
3c7d10c
Merge pull request #2058 from apache/abderrahim/bst-show-kind
by Jürg Billeter
· 5 months ago
1d33dcd
Merge pull request #2045 from apache/abderrahim/no-fetch-stdout-stderr
by Jürg Billeter
· 5 months ago
9dcaab2
Merge pull request #2067 from apache/jbilleter/test-servers
by Jürg Billeter
· 5 months ago
020e58f
Use CASDProcessManager directly to access REAPI stubs
by Abderrahim Kitouni
· 10 months ago
5093913
casremote: drop the push_message method
by Abderrahim Kitouni
· 10 months ago
0b4914d
tests/artifactcache/pull: stop using CASRemote.push_message()
by Abderrahim Kitouni
· 10 months ago
7ead79c
tests/testutils: Use `threading` instead of `multiprocessing`
by Jürg Billeter
· 5 months ago
a7455a3
Merge pull request #2065 from apache/jbilleter/click
by Jürg Billeter
· 5 months ago
0156009
types.py: Return `NotImplemented` for unsupported `FastEnum` operations
by Jürg Billeter
· 5 months ago
f48ecb4
_frontend: Fix shell completion with Click >= 8.2
by Jürg Billeter
· 5 months ago
2e4a699
Merge pull request #2064 from apache/jbilleter/child-watcher
by Jürg Billeter
· 5 months ago
4c96557
scheduler.py: Replace asyncio child watcher with our own watcher thread
by Jürg Billeter
· 5 months ago
65995af
Merge pull request #2059 from apache/jbilleter/casd-assets
by Jürg Billeter
· 5 months ago
435ebf4
tests/integration/pullbuildtrees.py: Clear local asset cache
by Jürg Billeter
· 5 months ago
ff05a8d
Merge pull request #2054 from apache/jbilleter/recc
by Jürg Billeter
· 6 months ago
def2ea7
_frontend: allow showing the element kind in `bst show`
by Abderrahim Kitouni
· 6 months ago
d1191c6
Merge pull request #2052 from shymega-ct/domrodriguez/lock-click-dep
by Jürg Billeter
· 6 months ago
d71c852
Merge pull request #2056 from jjardon/jjardon/plugins_update
by Tristan Van Berkom
· 6 months ago
9c9e17d
tests/integration/recc.py: Add recc cache-only test
by Jürg Billeter
· 6 months ago
523f759
tests/integration/recc.py: Add recc remote execution test
by Jürg Billeter
· 6 months ago
ff51120
Add Debian base for glibc and GCC
by Jürg Billeter
· 6 months ago
c03af8f
tests/integration/project: Rename alias from `alpine` to `test-images`
by Jürg Billeter
· 6 months ago
fd38499
Merge pull request #2036 from apache/abderrahim/digest-environment
by Jürg Billeter
· 6 months ago
6d900f7
requirements: Add version exclusion qualifier for `Click` on 8.2.2
by Dom Rodriguez
· 6 months ago
a2f076f
tests/integration: Add tests for `digest-environment`
by Jürg Billeter
· 7 months ago
9588425
buildelement.py: Document `digest-environment`
by Jürg Billeter
· 6 months ago
425c653
buildelement.py: Add the digest-environment config property
by Abderrahim Kitouni
· 8 months ago
Next »