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
```suggestion Returns a `Permission` when the kwargs: `principal_guid` and `principal_type` are used. Returns a `list[Permission]` when `*args` are used. ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
The `@overload`s should handle the typing interface. If this is a road we don't want for the package, I'll need to back it out of the other PRs as well.
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
It still silently ignores non existent permissions
schloerke pushed 2 commits to schloerke/342-add-user-group-permission posit-dev/posit-sdk-py
schloerke pushed 3 commits to schloerke/342-add-user-group-permission posit-dev/posit-sdk-py
schloerke closed a 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.des...schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion NOTE: The databricks-sql client does not use auth_type to set the user-agent. https://github.com/databricks/databricks-sql-python/blob/v3.3.0/src/databricks/sql/client.py#L2...
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Can we adjust the wording to expand on the local / hosted differences? (Doesn't have to be the suggestion below) ```suggestion """ Posit content dynamic `CredentialsStrategy` implement...
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion See Also -------- * https://github.com/databricks/databricks-sql-python/issues/148#issuecomment-2271561365 ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Please make a similar docs adjustment here
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
- [ ] Can you add your example quarto code here? (Or somewhere within the class. Maybe on the `__call__` method?) * This way if you hover over the object, you can see example usage. Thank you ...
schloerke pushed 1 commit to main posit-dev/posit-sdk-py
- ci: Add in recent docker integration version (#347) f538a2a
schloerke closed a pull request on posit-dev/posit-sdk-py
ci: Add in recent docker integration version
Noticed when tags are being tested that preview has failing changes. Adding in recent connect version to test more integrationsschloerke pushed 1 commit to schloerke/340-user-groups posit-dev/posit-sdk-py
- Add links to API fb2178f
schloerke pushed 1 commit to schloerke/340-user-groups posit-dev/posit-sdk-py
- Add unit tests and integration tests for new add/delete methods be8b666
schloerke pushed 1 commit to schloerke/340-user-groups posit-dev/posit-sdk-py
- Add `user.groups.add(group)`, `user.groups.delete(group)`, `group.members.add(user)`, and `group.members.delete(user)` 711c402
schloerke pushed 1 commit to schloerke/340-user-groups posit-dev/posit-sdk-py
- In classes where `._ctx` is available... use it instead of `.params` 5051cf4
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion ```
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
```suggestion ```
schloerke pushed 1 commit to schloerke-patch-1 posit-dev/posit-sdk-py
- actually test them in CI 94e7aed