Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

schloerke

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...

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py

View on GitHub

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...

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

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.

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Yes!

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/345-tags posit-dev/posit-sdk-py

View on GitHub

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...

View on GitHub

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

View on GitHub

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.

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py

View on GitHub

schloerke created a review on a pull request on rstudio/promises

View on GitHub

schloerke created a branch on posit-dev/posit-sdk-py

schloerke/345-tags - Posit SDK for Python

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_...

View on GitHub

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...

View on GitHub

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. 😁😁

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Issue created #344 for followup work

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

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

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Where can I document this cleanup that Taylor and I are on board with? I'll undo it in the mean time

View on GitHub

schloerke created a review on a pull request on posit-dev/posit-sdk-py

View on GitHub

Load more