Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke pushed 1 commit to main schloerke/posit-llm-quickstart
- More changes for hackathon-09 fa3415c
schloerke opened a draft pull request on posit-dev/posit-sdk-py
feat: Add `Permission.create(*args:User | Group)` support
Fixes https://github.com/posit-dev/posit-sdk-py/issues/342 Related: https://github.com/rstudio/connect/issues/28825 - [ ] Unit testing - [ ] Wait until #339 is merged to build out - [x] Int...schloerke created a branch on posit-dev/posit-sdk-py
schloerke/342-add-user-group-permission - Posit SDK for Python
schloerke created a review on a pull request on rstudio/shiny-workflows
LGTM given updates to other workflow files
schloerke created a comment on a pull request on rstudio/shiny-workflows
Can we also update the [other 3 workflows](https://github.com/search?q=repo%3Arstudio%2Fshiny-workflows%20ubuntu-20.04&type=code) of `ubuntu-20.04`? - [ ] website - [ ] website netlify - [ ]...
schloerke created a comment on a pull request on rstudio/shiny-workflows
We got bit in the past when a new version of ubuntu came out and the infrastructure wasn't ironed out yet. I'm up for changing it (but know there'll be a bad week at some point and that is ok).
schloerke opened a draft pull request on posit-dev/posit-sdk-py
feat: Add `User.groups` and `Group.members`
Fixes #340 Related https://github.com/rstudio/connect/issues/28176 #### Other changes * `Context` class added `self.ctx = weakref.proxy(client)` * A weakref was used as `Client -> Context...schloerke created a comment on an issue on posit-dev/posit-sdk-py
Final recipe: > Retrieve the groups to which the user belongs: > > ```python > user = client.users.get("USER_GUID_HERE") > groups = user.groups.find() > ```
schloerke pushed 7 commits to schloerke/340-user-groups posit-dev/posit-sdk-py
- `Context` now contains `.client` f9d6f3c
- Add `Groups.members` and `User.groups` methods `User.groups` needs access to `client` to ask `client.groups`. a707bb6
- Update tests a80719a
- Add `Group.members` unit test a9c3bdc
- Move `User.groups` now returns a `UserGroups` object c1f23d9
- Unit test `user.groups.find()` 49d21bc
- Add `User.groups` integration test (which tests `Group.members` 011c124
schloerke created a branch on posit-dev/posit-sdk-py
schloerke/340-user-groups - Posit SDK for Python
schloerke opened an issue on posit-dev/posit-sdk-py
Add "Find groups from user" recipe
Docs issue: https://github.com/rstudio/connect/issues/28176 Proposal that can be done today: ```python user = client.users.get("USER_GUID_HERE") user_guid = user["guid"] user_groups = user.group...schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
- Correct outdated name ba02668
schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
- Remove impossible commented code b2cd9d2
schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
- Do not remove `Permission.destroy()`, instead deprecate it (usage in existing cookbook) ecdf800
schloerke pushed 2 commits to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
schloerke opened a draft pull request on posit-dev/posit-sdk-py
feat: Add `Permissions.delete(*permissions)` method
Fixes: https://github.com/posit-dev/posit-sdk-py/issues/338 Related: https://github.com/rstudio/connect/issues/28826 #### Other changes * `Permission.delete()` deprecated for `Permission.destr...schloerke pushed 5 commits to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
schloerke pushed 2 commits to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
schloerke created a comment on an issue on posit-dev/posit-sdk-py
Proposed recipe ```python from posit import connect #### User-defined inputs #### # 1. specify the guid for the content item content_guid = "CONTENT_GUID_HERE" # 2. specify either the guid or nam...
schloerke created a branch on posit-dev/posit-sdk-py
schloerke/338-revoke-content-item-permissions - Posit SDK for Python
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
No. `all: bool` is a query parameter. Instead, it should be `**kwargs: Unpack[Sessions._FindAttrs]`
schloerke created a comment on an issue on rstudio/plumber
@david-vicente That would be great. Thank you in advance!
schloerke pushed 1 commit to main rstudio/plumber
- feat(serializer): Add support for ragg and svglite (#964) c9d18e3