summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Document breaking change, stack element dependencies must be build + runTristan van Berkom2020-12-101-0/+3
|
* NEWS/setup.py: Advertise our support for Python 3.9Chandan Singh2020-11-041-0/+2
|
* NEWS: Add note about the `bst shell --use-buildtree` changejuerg/shellJürg Billeter2020-10-271-0/+7
|
* NEWS: Documenting BuildElement's new dependency configurationtristan/dependency-configTristan van Berkom2020-09-181-0/+3
|
* NEWS: Updated for breaking changes related to ScriptElementTristan van Berkom2020-09-181-0/+9
|
* NEWS: Noting breaking change for Scope removaltristan/hidden-runtime-dependenciesTristan van Berkom2020-09-041-0/+8
|
* NEWS: Prepare for next development snapshot - 1.93.5chandan/1.93.5Chandan Singh2020-08-191-0/+8
| | | | | Among other things, this will allow BuildStream plugins that rely on our `testing` module to update to more recent pytest versions.
* NEWS: Add entry for `source track --deps build|run`chandan/cli-track-depsChandan Singh2020-08-141-0/+1
|
* NEWS: Add note about the switch to the Remote Asset APIJürg Billeter2020-08-131-0/+8
|
* NEWS: Document breaking change, keys which can only be specified in project.conftristan/fix-redundant-session-headingsTristan van Berkom2020-08-101-0/+10
|
* tar.py: Don't import 'dev' nodesbschubert/tar-filter-nondevBenjamin Schubert2020-07-081-0/+4
| | | | | This filters out all the 'dev' nodes when extracting tar files since they are not supported by any of our backends anyways
* NEWS: Add note for `bst source push`Jürg Billeter2020-07-061-0/+11
|
* NEWS: Preparing for 1.93.4 snapshot1.93.4Tristan van Berkom2020-06-121-3/+10
|
* NEWS: Add note about dropping bwrap sandboxing backendJürg Billeter2020-06-031-0/+7
|
* NEWS: Updated for breaking change of junction target removaltristan/link-elementTristan van Berkom2020-06-011-3/+4
|
* _frontend/cli: Support "build" and "run" values for `artifact push --deps`Chandan Singh2020-05-131-0/+1
|
* _frontend/cli: Support "build" and "run" values for `artifact pull --deps`Chandan Singh2020-05-131-0/+1
|
* _frontend/cli: Support "build" and "run" values for `source fetch --deps`Chandan Singh2020-05-131-0/+1
|
* _frontend/cli: Support "build" value for `bst build --deps`Chandan Singh2020-05-131-0/+1
| | | | | | This can be quite handy when one is preparing to open a build shell. This originally came up in https://gitlab.com/BuildStream/buildstream/-/issues/685#note_105460896.
* source.py: Allow access to element's variableBenjamin Schubert2020-05-121-0/+1
| | | | | This automatically expands the variables from the element into the sources config
* NEWS: Add note about breaking cache key changechandan/builddir-cachekeyChandan Singh2020-05-121-0/+4
|
* element.py: Always expand all variables at element creationBenjamin Schubert2020-05-121-0/+8
| | | | | This will allow all users to not have to care about whether the option is expanded or not, making it easier to use variables everywhere
* pip.py: Remove the pip element, it is in experimentalBenjamin Schubert2020-05-111-0/+6
| | | | | The pip element was copied already to bst-plugins-experimental. We don't need to have two copies of it.
* plugin.py: Rework how deprecation warnings are configured.Tristan Van Berkom2020-05-041-0/+8
| | | | | | | | | | | | | | | | | This is mostly a semantic change which defines how deprecation warnings are suppressed in a more consistent fashion, by declaring such suppressions in the plugin origin declarations rather than on the generic element/source configuration overrides section. Other side effects of this commit are that the warnings have been enhanced to include the provenance of whence the deprecated plugins have been used in the project, and that the custom deprecation message is optional and will appear in the message detail string rather than in the primary warning text, which now simply indicates that the plugin being used is deprecated. Documentation and test cases are updated. This fixes #1291
* _stream.py: Fetch sources while launching build shellschandan/build-shell-fetchChandan Singh2020-04-301-0/+5
| | | | | | | Part of https://gitlab.com/BuildStream/buildstream/-/issues/1068. Make behavior of `shell` command similar to other commands that need sources like `build`, `workspace open`, `source checkout` etc.
* NEWS: Updating news for 1.93.3 snapshot.Tristan Van Berkom2020-04-291-0/+13
|
* NEWS: Update for 1.93.2Jürg Billeter2020-04-271-0/+13
|
* Remove bst shell --sysrootJürg Billeter2020-04-251-0/+7
| | | | This is no longer needed now that we support caching buildtrees in CAS.
* NEWS: Adding note about breaking change format-version -> min-versionTristan Van Berkom2020-04-251-0/+3
|
* Process options in includes files with the options of their junctionvalentindavid/include-options-from-junctionValentin David2020-04-151-0/+3
| | | | | | | | | Unfortunately the options from main project cannot always be processed in the include processing since project configuration might load option declarations from a separate file. For that reason the result of `Include.process` should still be passed through the option processor. But all options files included from junctioned are already evaluated.
* NEWS: Add note about requiring Python >= 3.6juerg/python-3.6Jürg Billeter2020-04-021-0/+5
|
* NEWS: Add mark for 1.93.1juerg/1.93.1Jürg Billeter2020-02-051-0/+5
|
* NEWS: Add note about the new buildstream.exceptions APIJürg Billeter2020-02-051-0/+6
|
* Document my changes to the Git source plugin in NEWSTom Mewett2020-01-241-0/+16
| | | | | This includes adding an entry for the recursive submodules changes from !1765, and adding myself to the authors of _gitsourcebase.py.
* NEWS: Add mark for 1.93.0chandan/1.93.0Chandan Singh2020-01-171-0/+5
| | | | Prepare for next release.
* NEWS: Announce new entry point groups for pluginsChandan Singh2020-01-171-0/+4
|
* Remove "deb" surce plugin, it has beem moved to bst-plugins-experimentaljjardon/move_deb_sourceJavier Jardón2020-01-171-0/+6
|
* NEWS: Add news information about Consistency breakagebschubert/optimize-consistencyBenjamin Schubert2020-01-161-0/+21
|
* userconfig.yaml: Add bool for disabling console output throttlingtpollard/messagerateTom Pollard2020-01-151-0/+10
| | | | Also highlight the change & configuration in NEWS
* tox.ini: Add a external plugins environment test and run it in CIBenjamin Schubert2020-01-131-0/+11
| | | | | | | | | | | This runs two versions of the plugins: - The latest stable is not allowed failures and is run on every platform - The master version is allowed failure, and only runs on a single architecture This also adds a new entrypoint to register source tests to run against BuildStream.
* _frontend/widget.py: show_pipeline() Don't show buildable for junctionTom Pollard2020-01-091-0/+7
| | | | | Instead output "junction" in magenta for info. Also include test in format/junctions.py
* Prepare NEWS for 1.91.3 development snapshot releasechandan/tag-1.91.3Chandan Singh2020-01-021-0/+18
|
* _stream.py: Remove dead code and comments about trackingBenjamin Schubert2019-11-251-0/+1
| | | | | We don't have many of the `--track` options anymore, so we can remove handling for them in parts of the code that don't need it.
* Remove all `--track` optionsTristan Maat2019-11-221-10/+13
|
* NEWS: add note about BST_KEY_REQUIRES_STAGEtraveltissues/changeflagDarius Makovsky2019-11-041-0/+7
|
* NEWS: Announce removal of tracking options from `bst build`Chandan Singh2019-11-041-0/+15
|
* Prepare NEWS for 1.91.2 snapshot releaseChandan Singh2019-10-251-0/+8
| | | | | Prepare NEWS file for next development snapshot release. There hasn't been any breaking changes since last snapshot.
* NEWS: update release notes for version 1.91.1Benjamin Schubert2019-10-161-0/+8
|
* NEWS: add info about new YAML breaking changesBenjamin Schubert2019-10-161-0/+11
|
* NEWS: add section for unreleased itemschandan/fixup-newsChandan Singh2019-10-011-0/+5
| | | | Add a placeholder section to hold newsworthy items for the next release.