Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Should we instead change the approach of this method to **always** submit the delete API calls to the server? (rather than only the permissions we know exist.) Then the server will always displa...
schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
- Apply suggestions from code review Co-authored-by: Jonathan Keane <[email protected]> 11e4730
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion The content item permissions to remove. If a `str` is received, it is compared against the `Permissions`'s `principal_guid`. If a `Group` or `User` is receiv...
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
No. We do not have the functionality. I believe the thought process is to have the server return an error and we display the error.
schloerke created a comment on an issue on posit-dev/posit-sdk-py
Update proposals: ```python from posit.connect import Client from posit.connect.tags import Tag from posit.connect.content import ContentItem client = Client() # Get all tags ## Return all tags...
schloerke opened a draft pull request on posit-dev/posit-sdk-py
feat: Add/test many tag, tags, and content item tags methods
Fixes #345 * Related "view tags": https://github.com/rstudio/connect/issues/28829 * Related "create": https://github.com/rstudio/connect/issues/28832 * Related "delete": https://github.com/rs...schloerke pushed 1 commit to schloerke/345-tags posit-dev/posit-sdk-py
- Add/test many tag, tags, and content item tags methods 1cce667
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
In this test we only add 3x users: `aron`, `bill`, and `cole`. So only if we add more users within _this_ test will we need to change `3` to a new value.
schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
- user clearer name 19f25dd
schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
- Remove deprecated code debb45a
schloerke created a comment on an issue on posit-dev/posit-sdk-py
Proposals ```python # Get all tags ## Return all tags client.tags.find() -> list[Tag] ## Return all tags with name and parent client.tags.find(name="tag_name", parent="parent_tag_guid" | parent_...
schloerke opened an issue on posit-dev/posit-sdk-py
Tags - Create, delete, info, find content with tag, and view content item tags
Currently, all recipes are done using the API. This is green field territory! * Related "view tags": https://github.com/rstudio/connect/issues/28829 * Related "create": https://github.com/rstudio/...schloerke created a comment on a pull request on rstudio/connectapi
> > > * This is slightly different from similar functions like `get_group_members(client, group_guid)`. Reasons for this difference are: > > > > > > Just passing in the `group_guid` is marginall...
schloerke closed an issue on posit-dev/posit-sdk-py
How should we deprecate methods?
> Is this a behavior we want to override? > > There does appear to be some churn in how silent these are: https://docs.python.org/3/library/warnings.html#default-warning-filter but it smells a ...schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Great! I'll remove the methods and deprecation codes. 😁😁
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Issue created #344 for followup work
schloerke opened an issue on posit-dev/posit-sdk-py
How should we deprecate methods?
> Is this a behavior we want to override? > > There does appear to be some churn in how silent these are: https://docs.python.org/3/library/warnings.html#default-warning-filter but it smells a ...schloerke pushed 1 commit to schloerke/340-user-groups posit-dev/posit-sdk-py
- Revert type class name changes; UpdateUser, CreateUser, FindUser 8779b24