Open
Conversation
…apache#8757) Update CircleCI connection form to indicate Server v4.x+ requirement and provide guidance for server endpoint configuration. Signed-off-by: Joshua Smith <jbsmith7741@gmail.com>
Contributor
|
Nice to see the new data-source plugin! |
Author
@klesh Yes. Please squash and merge once tests are green. |
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.
This pull request introduces the initial implementation of the Taiga plugin's API layer for Apache DevLake. It adds comprehensive API support for managing Taiga connections, projects (scopes), and scope configurations, as well as remote project discovery and pipeline plan generation. Additionally, it integrates Taiga into the plugin table info test suite.
The most important changes are:
Taiga Plugin API Implementation:
connection_api.go.scope_api.goandscope_config_api.go. These include CRUD operations and sync state retrieval. [1] [2]remote_api.go.Pipeline Plan and Initialization:
blueprint_v200.go.init.go.Integration and Testing:
table_info_test.go. [1] [2]Screenshots