Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke created a comment on an issue on posit-dev/posit-sdk-py
Final proposal in #346
schloerke created a review comment on a pull request on rstudio/connectapi
Please resolve merge duplication error here
schloerke created a review comment on a pull request on rstudio/connectapi
```suggestion ```
schloerke pushed 2 commits to toph/terminate-jobs rstudio/connectapi
schloerke pushed 1 commit to schloerke/345-tags posit-dev/posit-sdk-py
- Remove `.content_items` property from `ChildTags` and `DescendantTags` helper classes d705d92
schloerke created a comment on a pull request on posit-dev/posit-sdk-py
Through the course of testing, I have realized that `tagA.content_items.find()` is returning the same results as what I thought `tagA.descendant_tags.content_items.find() + tagA.content_items.f...
schloerke pushed 1 commit to update_os_runners rstudio/shinycoreci
- Temp use macos-13 for r-version 4.0 d3e6802
schloerke created a comment on a pull request on rstudio/shinycoreci
https://github.com/actions/runner-images/issues/10517 states that macos-14 no longer natively supports R. Frustrating!
schloerke pushed 1 commit to update_os_runners rstudio/shinycoreci
- Allow for github folder alterations to test all apps a19b72f
schloerke pushed 1 commit to update_os_runners rstudio/shinycoreci
- Allow for `.github` to be ok for PR testing 3c3c296
schloerke opened a pull request on rstudio/shinycoreci
Update os values to `macos-latest`, `ubuntu-latest`, and `windows-latest`
As of this commit... * Ubuntu is migrating from `ubuntu-20` -> `ubuntu-latest`/`ubuntu-22` * macos is migrating from `macos-12` -> `macos-latest`/`macos-14` * The windows change is a no-op. `win...schloerke created a branch on rstudio/shinycoreci
update_os_runners - Application-level automated tests for Shiny
schloerke pushed 1 commit to schloerke/345-tags posit-dev/posit-sdk-py
- Apply suggestions from code review Co-authored-by: Toph Allen <[email protected]> df626d2
schloerke pushed 2 commits to schloerke/345-tags posit-dev/posit-sdk-py
schloerke closed an issue on posit-dev/posit-sdk-py
Add users and groups to content item permissions
Related: https://github.com/rstudio/connect/issues/28825 ; https://docs.posit.co/connect/cookbook/content-access-controls/granting-access-to-a-group/ Related: Granting Access to a User: https://doc...schloerke pushed 1 commit to main posit-dev/posit-sdk-py
- feat: Add `Permission.create(*args:User | Group)` support (#343) b884e65
schloerke closed a 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 - [x] Unit testing - [x] Wait until #339 is merged to build out - [x] Int...schloerke created a comment on a pull request on posit-dev/posit-sdk-py
Reviewed in person w/ @toph-allen . Merging
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I've backed out implementations that "handle arrays of information because why not" in `User.groups.add(group)`, `Group.members.add(user)`, and `Permissions.destroy(permission)` in [`ab5a4d5` (#341...
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Settled on : ```python @overload def create(self, /, *, principal_guid: str, principal_type: str, role: str) -> Permission: ... @overload def create(self, principal: User |...
schloerke pushed 1 commit to schloerke/342-add-user-group-permission posit-dev/posit-sdk-py
- Simplify creating of Permissions to only create a single permission 7938804