Ecosyste.ms: Timeline

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

schloerke

schloerke pushed 1 commit to main schloerke/posit-llm-quickstart
  • More changes for hackathon-09 fa3415c

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

schloerke created a review on a pull request on rstudio/shiny-workflows

View on GitHub

schloerke pushed 1 commit to schloerke/340-user-groups posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/340-user-groups posit-dev/posit-sdk-py

View on GitHub

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() > ```

View on GitHub

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

View on GitHub

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

View on GitHub

schloerke pushed 1 commit to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
  • Remove impossible commented code b2cd9d2

View on GitHub

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

View on GitHub

schloerke pushed 2 commits to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py

View on GitHub

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
  • Rename `Permission.delete` to `Permission.destroy` 32e5024
  • Rename `Permissions.delete` to `Permissions.destroy` 85fdc1e
  • Update test with destroyinng user, group, and permission 1b50382
  • Add check for no permissions to be removed 1119e31
  • Create test_content_item_permissions.py a9fbb36

View on GitHub

schloerke pushed 2 commits to schloerke/338-revoke-content-item-permissions posit-dev/posit-sdk-py
  • add Permissions.delete() method f737bc6
  • add unit tests for permission e498165

View on GitHub

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

View on GitHub

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]`

View on GitHub

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

View on GitHub

schloerke created a comment on an issue on rstudio/plumber
@david-vicente That would be great. Thank you in advance!

View on GitHub

schloerke pushed 1 commit to main rstudio/plumber
  • feat(serializer): Add support for ragg and svglite (#964) c9d18e3

View on GitHub

schloerke closed a pull request on rstudio/plumber
feat(serializer): Add support for ragg and svglite
I have not added a bullet to NEWS since it does not have an entry for the dev version yet and I did not want to create it in this PR (happy to do so if requested)
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Should this be `.delete()` or `.destroy()`?

View on GitHub

Load more