Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wwills2 pushed 17 commits to import-subscribe-delete-rework-dec-2024 Chia-Network/Core-Registry-CADT
- feat: add migration for address book c5f7230
- feat: add models for address book 6aaae53
- feat: add controller for address book 9c3915a
- feat: add routes for address book fc52ce4
- refactor: return msg to user instead of result 74a32eb
- refactor: rename files to address-book 7febd28
- feat: add findAll for addressbook module 845638e
- build(deps): bump Apple-Actions/import-codesign-certs from 1 to 3 Bumps [Apple-Actions/import-codesign-certs](https:... 2ff6325
- refactor: fix field and update file extension 7f9321a
- refactor: update controller and modify address book migration 4d77535
- feat: add findOne func and update order b579403
- feat: revert migration 551cbf9
- Update license e151fb8
- Merge pull request #154 from Chia-Network/dependabot/github_actions/Apple-Actions/import-codesign-certs-3 build(deps... 7fdb5dd
- Merge pull request #164 from Chia-Network/update-license Updated License 5a76e03
- Merge pull request #146 from Chia-Network/feat/address-book-backend feat: add address book module 31eaa28
- Merge branch 'develop' into import-subscribe-delete-rework-dec-2024 # Conflicts: # src/database/migrations/index.js afcc62e
wwills2 pushed 1 commit to import-subscribe-delete-rework-dec-2024 Chia-Network/Core-Registry-CADT
- feat: minor tweaks e989ba7
wwills2 pushed 1 commit to import-subscribe-delete-rework-dec-2024 Chia-Network/Core-Registry-CADT
- fix: subscribe to organization 55698a2
wwills2 pushed 12 commits to develop Chia-Network/Core-Registry-CADT
- feat: add migration for address book c5f7230
- feat: add models for address book 6aaae53
- feat: add controller for address book 9c3915a
- feat: add routes for address book fc52ce4
- refactor: return msg to user instead of result 74a32eb
- refactor: rename files to address-book 7febd28
- feat: add findAll for addressbook module 845638e
- refactor: fix field and update file extension 7f9321a
- refactor: update controller and modify address book migration 4d77535
- feat: add findOne func and update order b579403
- feat: revert migration 551cbf9
- Merge pull request #146 from Chia-Network/feat/address-book-backend feat: add address book module 31eaa28
wwills2 closed a pull request on Chia-Network/Core-Registry-CADT
feat: add address book module
This PR introduces backend support for an address book, including: - Routes to handle CRUD operations. - Implemented controllers and created database models. - Added migrations to set up databas...wwills2 pushed 1 commit to import-subscribe-delete-rework-dec-2024 Chia-Network/Core-Registry-CADT
- fix: create org bugs 82ffe4a
wwills2 pushed 1 commit to import-subscribe-delete-rework-dec-2024 Chia-Network/Core-Registry-CADT
- fix: unsubscribe bugs 3434f1d
wwills2 opened a pull request on Chia-Network/core-registry-cadt-ui
feat: updated organization import form for api changes
this should be merged when https://github.com/Chia-Network/Core-Registry-CADT/pull/162 goes to developwwills2 created a branch on Chia-Network/core-registry-cadt-ui
org-import-adjustments - Core Registry CADT UI
wwills2 pushed 1 commit to import-subscribe-delete-rework-dec-2024 Chia-Network/Core-Registry-CADT
- fix: log levels fix: organization validation task exiting early 17da16a
wwills2 pushed 5 commits to develop Chia-Network/Climate-Tokenization-Engine
wwills2 closed a pull request on Chia-Network/Climate-Tokenization-Engine
feat: create proxy for address book
This PR introduces a new proxy middleware to handle requests to the Address Book APIwwills2 pushed 18 commits to develop Chia-Network/Climate-Tokenization-Engine-UI
- feat: integrate get and post req for address book 4983de6
- feat: add functionality to delete address book items 4fa9aa8
- feat: integrate fucntionality to update address book item 3de7a7c
- refactor: rename `deleteAddressBookItem` mutation to `deleteAddress` 0e214ca
- refactor: rename delete confirmation modal e8ca587
- refactor: rename `editAddressBookItem` mutation to `editAddress` 00891f3
- refactor: rename AddAddress to Upsert 64f542e
- refactor: refactor ConfirmDeleteAddressModal for readability and consistency 71867c9
- refactor: update formatted messages and tokens f1feaf9
- feat: add select in create token form a90f15f
- refactor: remove createAt, updatedAt and update .schema fb7c6d1
- refactor: rename `UpsertAddressModal` to `UpsertWalletAddressModal` d007456
- refactor: rename `ConfirmDeleteAddressModal` to `ConfirmDeleteWalletAddressModal` e704ef4
- refactor: rename `UpsertAddressForm` to `UpsertWalletAddressForm` 1230e79
- refactor: rename `AddAddressButton` to `AddWalletAddressButton` 12a54ab
- style: add spacing to the button e367662
- fix: resolve type error in CreateTokenForm 991ea94
- Merge pull request #410 from Chia-Network/feat-address-book feat: integrate CRUD for address book & update create to... 11847bf