Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wwills2 opened a draft pull request on Chia-Network/Core-Registry-CADT
feat: added datamodel version storeid and hash to organization table
cadt PR list goes herewwills2 created a branch on Chia-Network/Core-Registry-CADT
import-subscribe-delete-rework-dec-2024 - Core Registry CADT
wwills2 pushed 8 commits to develop Chia-Network/cadt
- feat: implemented unsubscribe from organization feat: reworked delete organization workflows and endpoints feat: cons... 3df82e2
- fix: circular imports 8497173
- fix: tasks resubscribing to stores while unsubscribe is executing c7d34ec
- fix: prevent subscribe task overrun 5315675
- feat: delete organization working 186b763
- Merge branch 'develop' into org-import-delete-sub-adjustments 8cd4ff2
- feat: update tests to reflect changed functionality 49c6d50
- Merge pull request #1249 from Chia-Network/org-import-delete-sub-adjustments Org import delete sub adjustments 063a69d
wwills2 closed a pull request on Chia-Network/cadt
Org import delete sub adjustments
this PR fixes the behavior for deleting an organization and unsubscribing from an organization. the calls to delete and import home and non-home organizations has been unified to `/v1/organizations...wwills2 pushed 1 commit to org-import-delete-sub-adjustments Chia-Network/cadt
- feat: update tests to reflect changed functionality 49c6d50
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
please rename this component and its file to `AddWalletAddressButton`
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
please rename this component and its file to `UpsertWalletAddressForm`
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
please rename this component and its file to `ConfirmDeleteWalletAddressModal`
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
please add 2 to 5 x spacing here so the button isnt right on the table.
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
please rename this component and its file to `UpsertWalletAddressModal`
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
we dont need createdAt and updatedAt in the UI. these values should be determined by the API, not dictated by the UI
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
the below type errors need to be fixed
wwills2 created a review on a pull request on Chia-Network/Climate-Tokenization-Engine-UI
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine
unused import
wwills2 created a review comment on a pull request on Chia-Network/Climate-Tokenization-Engine
this isnt used anywhere
wwills2 created a review on a pull request on Chia-Network/Climate-Tokenization-Engine
wwills2 opened a pull request on Datalayer-Storage/Sprout-UI
assorted unreleased fixes and improvements
wwills2 pushed 1 commit to develop Datalayer-Storage/Sprout-UI
- feat: electron app does not require node server to load renderer ae4ba52
wwills2 opened a pull request on Chia-Network/cadt-ui
feat: updated organization import form for api changes
this should be merged when https://github.com/Chia-Network/cadt/pull/1249 goes to developwwills2 created a branch on Chia-Network/cadt-ui
org-import-adjustments - Climate Action Data Trust User Interface
wwills2 pushed 7 commits to develop Chia-Network/cadt
- feat: add data model store id and hash to organization table hash feat: rework of tasks to reconcile a organizations ... 7140f32
- fix: bugs feat: additional logging c42573a
- Merge branch 'develop' into add-datamodel-to-org-table def6432
- feat: clean-up-failed-org start up task feat: checks for PENDING orguid's in relevant functions 477bafa
- feat: create organization working fix: bugs 273aac7
- fix: failing tests c393204
- Merge pull request #1243 from Chia-Network/add-datamodel-to-org-table Add datamodel to org table 5ff15a4
wwills2 closed a pull request on Chia-Network/cadt
Add datamodel to org table
this PR adds the data model version store id and its hash to the organization table. this store is `.registryId` of the orgUid singelton and its keys `v1`, `v2`, etc. are the actual registry store ...wwills2 pushed 1 commit to org-import-delete-sub-adjustments Chia-Network/cadt
- feat: delete organization working 186b763
wwills2 pushed 1 commit to org-import-delete-sub-adjustments Chia-Network/cadt
- fix: prevent subscribe task overrun 5315675
wwills2 pushed 1 commit to org-import-delete-sub-adjustments Chia-Network/cadt
- fix: tasks resubscribing to stores while unsubscribe is executing c7d34ec
wwills2 pushed 1 commit to org-import-delete-sub-adjustments Chia-Network/cadt
- fix: circular imports 8497173
wwills2 opened a draft pull request on Chia-Network/cadt
Org import delete sub adjustments
this PR fixes the behavior for deleting an organization and unsubscribing from an organization. the calls to delete and import home and non-home organizations has been unified to `/v1/organizations...wwills2 created a branch on Chia-Network/cadt
org-import-delete-sub-adjustments - Climate Action Data Trust