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

Add parentDir to API resources #1844

Closed
dotNomad opened this issue Jun 18, 2024 · 0 comments · Fixed by #1873, #1860 or #1915
Closed

Add parentDir to API resources #1844

dotNomad opened this issue Jun 18, 2024 · 0 comments · Fixed by #1873, #1860 or #1915
Assignees
Labels
Milestone

Comments

@dotNomad
Copy link
Collaborator

dotNomad commented Jun 18, 2024

Currently we have configurationRelPath and similar, which has a value of .posit/publish/python-staging.toml for example.

For Nested Project Deploying and the strings we will want to display we will need a new attribute in:

  • Configurations
  • Deployment Records
  • ConfigurationDetails (returned by the Inspect API and passed to PUT /api/configurations/${NAME})

parentDir will contain the relative-to-the-workspace-root path of the directory containing the .posit directory.


Part of the #1843 epic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment