Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke opened an issue on posit-dev/posit-sdk-py
Remove `._api.py` code. Use Active related class
schloerke closed an issue on posit-dev/posit-sdk-py
Add System Runtime Caches endpoint bindings
Add support for the System Runtime Caches API. See https://docs.posit.co/connect/api/#get-/v1/system/caches/runtime This should be implemented as a new resource and resemble the following pseudo-c...schloerke closed an issue on posit-dev/posit-sdk-py
Add System Runtime Caches endpoint bindings
Add support for the System Runtime Caches API. See https://docs.posit.co/connect/api/#get-/v1/system/caches/runtime This should be implemented as a new resource and resemble the following pseudo-c...schloerke pushed 1 commit to main posit-dev/posit-sdk-py
- feat: Add support for system cache runtime (#352) Fixes #337 Example usage: ```python from posit.connect import C... 380a3ca
schloerke closed a pull request on posit-dev/posit-sdk-py
feat: Add support for system cache runtime
Fixes #337 Example usage: ```python from posit.connect import Client client = Client() runtime_caches = client.system.caches.runtime.find() first_runtime_cache = runtime_caches[0] ...schloerke created a comment on a pull request on posit-dev/posit-sdk-py
I could also see a benefit of a `./protocols.py` or `./types.py` file that re-exports all of the `Protocol` classes. This might be useful to help drive home that they are not implementation classes...
schloerke created a comment on a pull request on posit-dev/posit-sdk-py
I'm up for removing the leading `_` from all the names. They are _public_ or things package authors might use and so they should be available in the `posit/connect/__init__.py` file. I would arg...
schloerke pushed 3 commits to schloerke/system-cache-runtime posit-dev/posit-sdk-py
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
``` # Barret 2024/12: # Caches only showing up in Connect versions >= 2024.05.0 # I do not know why. # Since we are not logic testing Connect, we can confirm our cod...
schloerke pushed 5 commits to schloerke/system-cache-runtime posit-dev/posit-sdk-py
- ci: upgrade actions/deploy-pages and actions/upload-pages-artifact (#354) ed7ec5f
- build: add PYTEST_ARGS to integration/Makefile. (#358) Adds PYTEST_ARGS environment variable `integration/Makefile`.... c6be01f
- feat: add environments (#355) Adds environment support. Adds environment support using base implementations at ru... 7efac29
- refactor: use static duck typing for jobs and packages (#357) Co-authored-by: Barret Schloerke <[email protected]> f709cc1
- merge main 997ec2c
schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py
- Remove `SystemCaches.destroy(SystemCache)` support as `SystemCache.destroy()` exists 3f317c5
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Agreed. Removing!
schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py
- Remove check for `caches` key a6e06f9
schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Done in #360 Resolving
schloerke pushed 1 commit to client_requests posit-dev/posit-sdk-py
- Update Paginator use (post merge) de976f3
schloerke pushed 3 commits to client_requests posit-dev/posit-sdk-py
- feat: add environments (#355) Adds environment support. Adds environment support using base implementations at ru... 7efac29
- refactor: use static duck typing for jobs and packages (#357) Co-authored-by: Barret Schloerke <[email protected]> f709cc1
- Merge branch 'main' into client_requests 1ab80f6
schloerke opened a draft pull request on posit-dev/posit-sdk-py
refactor: Leverage Context's Client to make requests
Original request: https://github.com/posit-dev/posit-sdk-py/pull/352#pullrequestreview-2502579569 I like it. So I updated as many as I could where I didn't have to guess at the intent. `Sessions...schloerke pushed 1 commit to client_requests posit-dev/posit-sdk-py
- Update Paginator to accept a Context and path a4d51c1
schloerke pushed 1 commit to client_requests posit-dev/posit-sdk-py
- Leverage context's client to make requests Co-Authored-By: Taylor Steinberg <[email protected]> a601c6f