Ecosyste.ms: Timeline

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

schloerke

schloerke deleted a branch posit-dev/posit-sdk-py

schloerke/system-cache-runtime

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

View on GitHub

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 review on a pull request on posit-dev/posit-sdk-py

View on GitHub

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

View on GitHub

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

View on GitHub

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 3 commits to schloerke/system-cache-runtime posit-dev/posit-sdk-py
  • Add comment 81d710f
  • If there are no jobs, try again cd8a582
  • remove wait for deployment job code 2133a30

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py
  • Remove `SystemCaches.destroy(SystemCache)` support as `SystemCache.destroy()` exists 3f317c5

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Agreed. Removing!

View on GitHub

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

View on GitHub

schloerke pushed 1 commit to schloerke/system-cache-runtime posit-dev/posit-sdk-py
  • Remove check for `caches` key a6e06f9

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Done in #360 Resolving

View on GitHub

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

View on GitHub

schloerke pushed 1 commit to client_requests posit-dev/posit-sdk-py
  • Update Paginator use (post merge) de976f3

View on GitHub

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

View on GitHub

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

View on GitHub

schloerke pushed 1 commit to client_requests posit-dev/posit-sdk-py

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I like it a bunch. Making a separate PR that does more of this work.

View on GitHub

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

View on GitHub

schloerke created a branch on posit-dev/posit-sdk-py

client_requests - Posit SDK for Python

Load more