Ecosyste.ms: Timeline

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

schloerke

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I'm really enjoying the clarity of when data is retrieved from `.find()` / `.get()` / `.all()` methods. And it does take the ambiguity out of _when_ data is being retrieved. I'd be up for dropp...

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
I couldn't see where this is used. Just wanted to be sure I didn't lose this one as it is related to auth.

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Should this be inherited from ActiveFinderSequence? (It would add find_by) . We could have `.find()` and `.find_by()` be separated out into two `ActiveFinder*` classes.

View on GitHub

schloerke created a review comment on a pull request on posit-dev/posit-sdk-py
Is this change correct? It use to be required, but the docs say not-required

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/324-merge-api-and-resource posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
  • Remove many commented code. Clarify some comments for now vs later d2811f6

View on GitHub

schloerke pushed 1 commit to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
  • Context now inherits from `dict`. Would be nice to remove it c56d99a

View on GitHub

schloerke pushed 2 commits to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
  • refactor: Remove dict parent class from `Context` (#335) Co-authored-by: Taylor Steinberg <[email protected]> 4051bfb
  • Merge branch 'main' into schloerke/324-merge-api-and-resource 04a5c22

View on GitHub

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

context-to-non-dict-main

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

View on GitHub

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

schloerke/merge_active_and_api_dict

schloerke closed a pull request on posit-dev/posit-sdk-py
refactor: Merge `Active` and `ApIDictEndpoint` to `ActiveDict`
Essentially renaming `ApiDictEndpoint` to `ActiveDict`. Note: This means `Resource` is gone and is now a read-only dictionary
schloerke pushed 48 commits to schloerke/324-merge-api-and-resource posit-dev/posit-sdk-py
  • merge Active and ApiDict class into ActiveDict 194f07b
  • Remove `_api.py` file c5088a9
  • Store data in `_dict` not `_attrs`. Clean up wording 1b1f20e
  • Add in `ResourceDict` class 69bfa82
  • Update test_api_endpoint.py 7efb8fa
  • Implement Variant with ResourceDict 5998b15
  • Move content item repository to its own file c91b3d1
  • Relax type restrictions (explicitly) 3089b87
  • Create `_types` file to hold protocol classes 85f648c
  • Rename file to private 57a7da9
  • Use helper classes for ContentItem and Context a3263af
  • Update _content_repository.py dbfbc33
  • Update Vanity 47ec1e3
  • Cosmetic to Users a1ba953
  • Helper method 81ebea9
  • Job to inherit from ActiveDict df1180c
  • BundleMetadata 45660cf
  • Overhaul ContentItem 8dd6d0b
  • Merge branch 'schloerke/324-merge-api-and-resource' into schloerke/merge_active_and_api_dict b66dc00
  • post merge updates; Update packages b525358
  • and 28 more ...

View on GitHub

schloerke created a comment on a pull request on posit-dev/posit-sdk-py
Moving code into base branch for a full PR

View on GitHub

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

View on GitHub

schloerke pushed 3 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 3 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py

View on GitHub

schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
  • Fix json errors in integration tests 0d3e9ae

View on GitHub

schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
  • Try using a tuple for base class for better python 3.8 support 7fd9282

View on GitHub

schloerke pushed 3 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
  • Update Usage, Visits, and Metrics bacbe85
  • Relax return type; Remove ignore statements b5fafdb
  • Update User, Users, ContentItem, me, Content 5f5082d

View on GitHub

schloerke pushed 4 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
  • Update Tasks and Task 17c0270
  • Remove many debug prints 197d1c0
  • If it hasn't been initialized, use the object repr d5d6459
  • Update Permissions d1c8b66

View on GitHub

schloerke pushed 7 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
  • Make methods public within module b7ea2fb
  • Update Variants 778108f
  • Update ContentPackages and Packages 47a7a48
  • Update Sessions and Session 1206e0f
  • ActiveFinderSequence now inherits from ActiveSequence e754475
  • Minor updates and fix tests f40cfe4
  • Fix len bug 474af27

View on GitHub

schloerke opened a pull request on posit-dev/posit-sdk-py
refactor: Remove dict parent class from `Context`
Squash of relevant https://github.com/posit-dev/posit-sdk-py/pull/332 to merge to main
schloerke pushed 1 commit to context-to-non-dict-main posit-dev/posit-sdk-py
  • Remove dict parent class from `Context` Use hasattr to look for `_version` variable Co-Authored-By: Taylor Steinber... 27e80d1

View on GitHub

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

context-to-non-dict-main - Posit SDK for Python

schloerke pushed 1 commit to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
  • Use `hasattr()` instead of `self.__dict__` 137ba8b

View on GitHub

schloerke pushed 1 commit to Context-to-non-dict posit-dev/posit-sdk-py
  • code review; Use 'hasattr()' b7c7c70

View on GitHub

schloerke pushed 4 commits to schloerke/merge_active_and_api_dict posit-dev/posit-sdk-py
  • feat: add packages and content packages (#313) Adds packages support. 4edb9f1
  • refactor: revert to typing-extensions library (#333) Revert to using the typing-extensions package since it performs... 540c693
  • Merge branch 'main' into schloerke/324-merge-api-and-resource bc31ad2
  • Merge branch 'schloerke/324-merge-api-and-resource' into schloerke/merge_active_and_api_dict b66dc00

View on GitHub

schloerke pushed 1 commit to Context-to-non-dict posit-dev/posit-sdk-py
  • Use Context's dict to look for `_version` variable bd785ad

View on GitHub

Load more