-
Notifications
You must be signed in to change notification settings - Fork 43
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
SyncAttributeToApiNamespace Plugin : External API Connection that backfills attributes on API Namespace + API Resources #972
Labels
documentation
Improvements or additions to documentation
Comments
donrestarone
pushed a commit
that referenced
this issue
Jul 31, 2022
…API Namespace + API Resources (#970) Addresses: #870 docs: #972 * feat(): test cases & fixture for SyncAttributeToApiNamespace * chore(): typo correction * feat(): migrate SyncAttributeToApiNamespacePlugin test cases to test/plugins folder * feat(): removing the transaction block * feat(): making the newly added attribute non-renderable * chore(): refactoring * chore(): refactoring
donrestarone
added a commit
that referenced
this issue
Aug 1, 2022
…reate External API Connection that backfills attributes on API Namespace + API Resources # Development changes only, no deploy required ✔️ ## [Dev workflow] minimal config for nginx in docker + rails resolves: #976 ### Use Nginx in Violet Rails dev! <img width="1728" alt="Screen Shot 2022-07-28 at 8 40 00 AM" src="https://user-images.githubusercontent.com/35935196/181507459-bf84bb54-86ad-48d5-8c26-49502565ca14.png"> ## [Plugin] Create External API Connection that backfills attributes on API Namespace + API Resources Addresses: #870 ### Documentation: #972 Co-authored-by: Prashant <[email protected]>
donrestarone
added a commit
that referenced
this issue
Aug 1, 2022
…reate External API Connection that backfills attributes on API Namespace + API Resources (#998) # Development changes only, no deploy required ✔️ ## [Dev workflow] minimal config for nginx in docker + rails resolves: #976 ### Use Nginx in Violet Rails dev! <img width="1728" alt="Screen Shot 2022-07-28 at 8 40 00 AM" src="https://user-images.githubusercontent.com/35935196/181507459-bf84bb54-86ad-48d5-8c26-49502565ca14.png"> ## [Plugin] Create External API Connection that backfills attributes on API Namespace + API Resources Addresses: #870 ### Documentation: #972 Co-authored-by: Prashant <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SyncAttributeToApiNamespace Plugin
For the latest version of this plugin see here:
https://github.com/restarone/violet_rails/blob/master/test/plugin_fixtures/sync_attribute_to_api_namespace.yml
search for
SyncAttributeToApiNamespace
The following metadata needs to be included for the plugin to work:
ATTRIBUTE_NAME: The name of the new attribute that needs to added.
DEFAULT_VALUE: The default value that will be added in the api-namespace and its api-resources properties' value.
Output
Note:
The newly added attribute is non-renderable.
We cannot provide files as DEFAULT_VALUE as of now.
The text was updated successfully, but these errors were encountered: