Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/plugins graph #4204

Merged
merged 8 commits into from Mar 3, 2022
Merged

Fix/plugins graph #4204

merged 8 commits into from Mar 3, 2022

Conversation

fortmarek
Copy link
Member

@fortmarek fortmarek commented Mar 1, 2022

Resolves #4156
Request for comments document (if applies):

Short description 📝

There has been a bug where the Tuist.graph() from ProjectAutomation would not work since TUIST_CONFIG_FORCE_CONFIG_CACHE_DIRECTORY was passed even if it was empty.

There is also a new repo ProjectAutomation which has tuist as a submodule - and users can point to it instead, so they don't have to install all the tuist dependencies which they won't need.

I have also slightly updated the documentation.

Checklist ✅

  • The code architecture and patterns are consistent with the rest of the codebase.
  • The changes have been tested following the documented guidelines.
  • The CHANGELOG.md has been updated to reflect the changes. In case of a breaking change, it's been flagged as such.
  • In case the PR introduces changes that affect users, the documentation has been updated.
  • In case the PR introduces changes that affect how the cache artifact is generated starting from the TuistGraph.Target, the Constants.cacheVersion has been updated.

Sources/ProjectAutomation/Tuist.swift Outdated Show resolved Hide resolved
projects/docs/docs/commands/plugin.md Outdated Show resolved Hide resolved
fortmarek and others added 2 commits March 1, 2022 12:40
Co-authored-by: ezraberch <49635435+ezraberch@users.noreply.github.com>
Co-authored-by: ezraberch <49635435+ezraberch@users.noreply.github.com>
@fortmarek
Copy link
Member Author

Thanks @ezraberch for the suggestions!

@fortmarek fortmarek merged commit c6e44b3 into main Mar 3, 2022
@fortmarek fortmarek deleted the fix/plugins-graph branch March 3, 2022 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve distribution of ProjectAutomation and ProjectDescription
4 participants