Conversation
ca41cc8 to
ec6c047
Compare
ff33c38 to
aec5066
Compare
… in porting guide
And removing bzr from the docs plugins index.
And removing pip from the docs plugins index.
And removing patch source from documentation plugins index.
Affected tests and files: - tests/format/project.py - tests/format/include.py - tests/frontend/cross_junction_workspace.py - tests/frontend/logging.py - tests/frontend/order.py - tests/frontend/workspace.py - tests/frontend/default_target.py - tests/frontend/buildcheckout.py - tests/frontend/pull.py - tests/sourcecache/push.py - tests/sourcecache/fetch.py - tests/sources/no_fetch_cached.py - tests/elements/filter.py - tests/remoteexecution/junction.py - tests/testutils/junction.py: Port generate_junction() to use tar repo instead of git repo - tests/testutils/element_generators.py: Port create_element_size() to use tar repo - _testing/_utils/junction.py: Use tar for generating junctions in source tests
…mon site.py As we will be using the sample plugins package to carry some plugins we want to use for general purpose testing of the API surface throughout buildstream, we'll need to have this in a shared location.
In order to remove the `git` plugin, we're porting some of our test cases which we need to keep to use the private `git` plugin added to the test sample-plugins package.
And removing the git source from the documentation plugins index
…ible Affected tests: - _testing/_sourcetests/project (standard source tests) - tests/frontend/exceptions - tests/frontend/completions.py - tests/frontend/project/elements/multiple_targets - tests/format/dependencies.py - tests/format/assertion.py - tests/format/option-overrides - tests/format/optionarch.py - tests/format/optionbool.py - tests/format/optioneltmask.py - tests/format/optionflags.py - tests/format/optionos.py - tests/format/optionexports.py - tests/format/optionenum.py - tests/format/options.py - tests/format/listdirectiveerrors.py - tests/format/project.py - tests/sourcecache/config.py - tests/artifactcache/config.py - tests/sources/tar.py - tests/sources/remote.py - tests/sandboxes/remote-exec-config.py
Also making some ammendments to the documentation affected by removing the autotools element.
… test upstream git As described here: https://gitlab.com/BuildStream/bst-plugins-experimental/-/merge_requests/175
aec5066 to
33d34ae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove all the plugins not slated to be maintained in the core.
Fixes #1224