Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/h-REA/hrea

A ValueFlows / REA economic network coordination system implemented on Holochain and with supplied Javascript GraphQL libraries
https://github.com/h-REA/hrea

added commitment resolver for plan with planning

b9e2fb0d22b160588842e97127868a7f6cf88fe4 authored over 2 years ago
this fixes it so that the useful stack trace doesn't get swallowed by the useless tryorama one

ec78488128b50c2e85fef673d98da95dbf754e33 authored over 2 years ago
copied zomes from agreement, renamed agreement -> plan, account for new zomes in config files

6309a2a4bbb9271deeff43c3973589ccfcab1908 authored over 2 years ago
Update README.md

dee7c3a94d31655285473782f9b6c69ee42b5de1 authored over 2 years ago
integrated rest of feedback from PR

5a894c6b575a9d31abab859254deed6a3836034e authored over 2 years ago
Apply suggestions from code review

Co-authored-by: Connor Turland <[email protected]>

6cf2a66bd6caa04180e3a6f19a0797043811448c authored over 2 years ago
update method name

f2c0846b1aa40713be78894e4030261f7fc3f95e authored over 2 years ago
replace EconomicEvent with Plan for typename injection

42807d71467dd4798be4d082f31f352aeb1f95b4 authored over 2 years ago
schema and resolver definition initial outline

70dc572830b9e34bee580f26357b64237a9dbfb2 authored over 2 years ago
Merge branch 'sprout' into feature/221-queryall-index-cleanup

61c3d78b1b89c68e230f06ab8bc7927dadf98637 authored over 2 years ago
Merge pull request #267 from h-REA/run-ci

[Replacement] run integration tests in Github Actions

c3ba5a4aa474cc2f8e8973e7655f647226d2c164 authored over 2 years ago
fix missing EntryDefs in ResourceSpecification index zome

cc619b812415e219a3050326a678e85728c89fc9 authored over 2 years ago
optimise iteration of edges in list output handler, re-use edge_cursors better in output

c660d2fb4b99ef5353b860768d7201132b68c94a authored over 2 years ago
disable creating metadata link from identity to entry for now, also does not work as such under new split-zome list API architecture

eedae68571219ab637ff3e516f5fa65c73f7c502 authored over 2 years ago
fix return type handling & show upstream errors in cross-zome entry identity handling

95af69cc5461bc7b8ac7cc2259041861356f9ab9 authored over 2 years ago
rebind EconomicEvent & EconomicResource list API endpoints

d2a76900e7c8639d4f337a561f6c48e194c93aad authored over 2 years ago
fix missing entryDefs for ProcessSpecification & Unit index zomes

19dc7a09fd02db027a9a6521298449ff55c65078 authored over 2 years ago
change all entry type names to mirror zome names, now that they are used to derive cell entrypoints in the associated indexing zome

fb3c628306b8ab4e23f3a555e7bcc02b4375ae3e authored over 2 years ago
add an into_cursor() method on all Response types, for integrating into pagination helpers

eb7aea3f2f54ec10dfe978fa326e188881cdd11c authored over 2 years ago
fix formatting / wiring of API methods between controller & index zomes

136b7b7738976c5c95d97ec476d6318d034729d6 authored over 2 years ago
add missing unit_index zome in specification DNA

35ea39fc355dbb421c66a988e715456ecaf20ce6 authored over 2 years ago
update lockfile

2ffe577e2f31a7fd1dc67db39f0af85a8129f656 authored over 2 years ago
define unit index zome to store list API data structures

1ed6a5923d6beba7ea4e28066e52bb96845a425d authored over 2 years ago
wire up all CRUD zomes to delegate record registration requests to companion indexing zomes

2b0ef5f514d47d678ea7248d80e5f5728503f1a0 authored over 2 years ago
wire up ProcessSpecification index zome & DNA config to CRUD zome

4a7ab222574a16646868f0a239d9cd43a92db99c authored over 2 years ago
wire up DNAs for specification DNA to standard index pattern

a7ea6f20334707ed014afaa3d8780399a416f267 authored over 2 years ago
update lockfile

798f9af570f8acb41c494c1eb3826833540af583 authored over 2 years ago
add ProcessSpecification index zome for specification DNA, now that 'list all' API responsibility has been moved to index zomes

c7469da804344add2e98fa99dcc4b0952d71acbd authored over 2 years ago
fixes to indexing zome API macros

add new error variant to single out indexing config related errors

cf6b822ae803efe850ba9f62f15e866a94b55ed4 authored over 2 years ago
remove old get_all_ API endpoints from EconomicEvent & EconomicResource CRUD zomes

d467ae4216dedb1d3d72494ed3a9c3876bcc6114 authored over 2 years ago
update core libs to move responsibility of handling 'all' query APIs to indexing zomes

misconfiguration of an indexing zome will now lead to a zome call error in create_entry_identity

42004b09607127c3d00f0b79772ff72acfef486f authored over 2 years ago
Update test.yml

4c317882e4d4d3ed920b730a999e04340f901b8f authored over 2 years ago
use the latest from Harlans fork

67f65f4eceab1c5c432ae78a8c34fbce1f10f2d3 authored over 2 years ago
remove unneeded storage consts as per #263

aefedb072ff3d06c6bcc465a207085f8bf9bfe4c authored almost 3 years ago
WIP intermediate state for #264 so as to not cause complex config issues.

All index updates & RPC calls now uniformly treated as non-critical and logged for output to ass...

458daed94cd1a924ace0efb4d352e66c7fb7ab12 authored almost 3 years ago
remove overly verbose logging in index management methods

30eba4eddd024141eb43792c961124b7c6059128 authored almost 3 years ago
remove debug

f0dcba3fd605833c5934a84fe2f560b10ca25a0b authored almost 3 years ago
fix wrong type used to constrain Unit deletion logic #249

7691ac29071d43b54122893d41fe56375f6988c2 authored almost 3 years ago
#249 fix unit ID assertion in tests to factor in DnaHash portion of ID

a55571b39afdddb5b06d7f2ac87b8717728fbb0e authored almost 3 years ago
update logic for anchored records to encode string-based index paths into LinkTag

fixes Unit CRUD tests in #249 by allowing string IDs to be queried from the DHT again, after Pat...

887fd9aaa9d74259add3b865c0baa0f747e43d0c authored almost 3 years ago
#254 fix satisfaction result handling helper to match paginated response format

c2357a21c7433c4e3a87cc08aea25c7db4a598e1 authored almost 3 years ago
workaround result sorting in test assertions for proposedIntent #251

98743aa7a63d4ca026f88e6649b74ba443361c43 authored almost 3 years ago
fix errors due to nondeterministic ordering in flow records tests

459c8c98e224a3330350a38ac6b0c9178dab88df authored almost 3 years ago
fix passing param adjusted for CellId to satisfaction resolver

c903077659918f1c7d3c28aea29d4bf6c73b1efe authored almost 3 years ago
fix assertions for EconomicEvent.satisfies / fulfills by remapping CellIds

f36279254d13283788b0b94c421aee2c47bbb7ac authored almost 3 years ago
export cell remapping helper temporarily for use in tests

7943db01187da52b9d91f2cccbe4aae4bb02f3f6 authored almost 3 years ago
fix Satisfaction & Fulfillment resolvers not dealing with cross-DNA links properly

7194171d7671dfe28c8e7c97205962aa7945ec98 authored almost 3 years ago
implement ID translation method to allow cross-DNA resolvers to function correctly

d5025681d29ba077c073c384255966d497d0d79c authored almost 3 years ago
update ProposedTo tests to use revisions for deletion

449f2376d27004b4f9cda1bde092c369056addf4 authored almost 3 years ago
fix incorrect index name for Proposal.publishedTo

180b749e79b8f250c311973e2e473a2c25e7f51f authored almost 3 years ago
fix ProposedIntent tests erroring due to undefined ordering

a173b470ba8c0659f298249573657b29e44fd21d authored almost 3 years ago
fix missing entryDef in intent index zome

757dc069a417fd48abf2b7dfbc28b76ec18b4549 authored almost 3 years ago
fix ProposedIntent not declaring EntryDef needed to store credentials for updating planning DNA

5a79ac63992ac9a94a9a5793c14bdb9f88acb3b1 authored almost 3 years ago
fix remote_auth zome not being included in planning DNA

7314df03393ddc0506f58ee7c23fa3196c174268 authored almost 3 years ago
update ProposedIntent tests to use revisions for update/delete

20171e5ab4e3d0866ecb89ce0bce60f027391198 authored almost 3 years ago
fix missing EntryDefs in proposal index zomes

4bb7ff53eb618de35597c6e0ed26464e26a77590 authored almost 3 years ago
update Proposal CRUD tests to use revisions #251

eaeaf766da034a92df896a2493b3603fa91509fe authored almost 3 years ago
fix missing index config for Proposal zome

dcebb124ad9df8ebf9c58c406bafc54293f167c8 authored almost 3 years ago
fix Proposal & Process structs using old Timestamp instead of new DateTime for time fields

9720a469bb02e3f1313d5d8692fe7f9669a86252 authored almost 3 years ago
first pass at porting Proposal tests to new Tryorama #251

3574f1c210ecd2c9f6e965979ccd23d6da8313b8 authored almost 3 years ago
minor update to assertion message

5560ebb59c15263dbf4a32c3cc9a9bea451fc819 authored almost 3 years ago
fix satisfaction test assertions with workarounds for sorting, list API changes & multi-DNA awareness

0fd255026994d63aa16460416288bdcced5a0f1e authored almost 3 years ago
fix assertions in Fulfillment tests for ordering, list output structs & cross-DNA IDs

08de190cda0e07e0670bba163af1555b4fb0711c authored almost 3 years ago
add helpers for sorting lists of records with IDs as raw buffers (for tests not using GraphQL API)

056d071b5913a320e7cdec5fa059c78d797eac60 authored almost 3 years ago
only check record ID portion of EconomicEvent.fulfills in assertion

temporary solution until split record handling is addressed in #266

1bc911cd0f5f6ec6ee4c986b782b47ff7cdd4a2c authored almost 3 years ago
fix nonstandard name for EconomicEvent index zome in Fulfillment

a794029a7e5b3138a932bf587193de0a9ec3880c authored almost 3 years ago
Merge branch 'sprout' into feature/219-agent-wrapper

3f4dd9746d14642c82d4f466c21473c684fb8d35 authored almost 3 years ago
fixes #248

ca3fcacce7edc554c5a978143a4e0fd51da4a2dc authored almost 3 years ago
fixes related to #248 test/core-architecture. see that issue for remaining bugs

eaa60382b6ab3b8584587dd137fd0b68c48d8b3e authored almost 3 years ago
almost complete #254 test/flows

e0b11fb7672becf9a41424e583d7f9d58eac3a79 authored almost 3 years ago
fixes #246 test/process

811645e8937299a43d78bf9087f2c5f1ccd6fa0a authored almost 3 years ago
Merge branch 'sprout' of github.com:holo-rea/holo-rea into sprout

f55a9cc0baaf4bfe1d263cfeaee496afcade05ad authored almost 3 years ago
fix empty config for locally-hosted index zome throwing an unnecessary error when remote indexes are being updated

669903220670cb558edb1c1dfc9b660a02b9a701 authored almost 3 years ago
index config fixes for observation, planning & specification DNAs

7c66addd11f50efc6b2113a8172ffe828214a456 authored almost 3 years ago
fix agreement index update method names in DNA config

08a97020956af97b14bcbe4b4f9b93d4c1039b9b authored almost 3 years ago
fix most of test/specification #249

7491cfe79c50ecbd5b7198ab5127b70dd999127d authored almost 3 years ago
sort IDs clientside in agreement link test pending resolution to #220

9fa89adbff89a7b0f4b3a15420c97a0bc0233105 authored almost 3 years ago
fix agreement index zome missing entrydefs

e1a334614e8b1638f926405a1a3ae91fea2417ed authored almost 3 years ago
Merge branch 'sprout' of github.com:holo-rea/holo-rea into sprout

a44147d0a5568a472fcbab2432c0c4cd2ca631d9 authored almost 3 years ago
further fixes for test/fulfillment

68ef1a6f64ce7dc1251863760c7154d58b4dbb0b authored almost 3 years ago
Merge branch 'sprout' into feature/219-agent-wrapper

36c3d9ed010b91dda9279a422b94a9b0d3a9b9a6 authored almost 3 years ago
add backlink to issue tracker

ea2f282c31dbbbbe78c99b9e5a043e41ae4465d4 authored almost 3 years ago
fixes for #246 test/process

e2428b1cafb2f7cebcfcf089595371ab36e6e718 authored almost 3 years ago
fixes for #253, partial progress

3833a5c537321e5b06a6f6ad9b2f690c34991eee authored almost 3 years ago
addresses #253 -> test_agreement_links.js needs updating to new tryorama (easy)

13d4987c182fd1d7f08fa492c81e92005189b53a authored almost 3 years ago
fix for revisionId which was not getting serialized/deserialized by the mapZomeCall

f17bc767ad915acb8856f80243201d69b56d8d38 authored almost 3 years ago
fix process index zome names in config

69415d328e08b16753ab7f6a489f1d659fec85e6 authored almost 3 years ago
wire up agent indexes for remote DNA calls, update as appropriate in Commitment/Intent zomes

089b5c31dbdf5e323c99c1caa7b738e6491346bd authored almost 3 years ago
started Agent index zome, added links to EconomicEvent provider & receiver

c4d15cfdae7f452199b690c8ab436fb06572cb0d authored almost 3 years ago
Merge branch 'sprout' into feature/219-agent-wrapper

d237c7488c9f3d9bed31e47f8bc50cfb75b1b18e authored almost 3 years ago
fix more mis-wired indexes in default module arrangement

48a67e125d54c766b478064f19b69e5f2efb1c83 authored almost 3 years ago
fix missing index zome configs for Proposal DNA

f06c63fa0c3eaa77bd538c51c10d1d4e429730f3 authored almost 3 years ago
fix config bugs in observation <> planning inter-DNA calls

79a5bebefe13488b7afb2f7a1250b53907203375 authored almost 3 years ago
fix config and declarations to correctly wire up Agreement DNA with EconomicEvent & Commitment

d93559be6a467588cfe2a917088bc04178a3da7a authored almost 3 years ago
reduce log verbosity in tests

via #259

af35cfda093f759c84b0a4e683d4c9b36135986d authored almost 3 years ago
Merge branch 'sprout' into feature/219-agent-wrapper

24be59bf5c0581bd355b267df9853d46cf9b9382 authored almost 3 years ago
Merge pull request #261 from h-REA/254-test-flows

#254 test/flows fix the initial errors by using mockIdentifier()

882edd69472071d986f36176296838c8ac81516e authored almost 3 years ago
fix the initial error by using mockIdentifier()

2116fdd006972117686856a8671e950da7a2546e authored almost 3 years ago
skip agent and social-architectures tests for now

e17277811152ab1ebe827946c87981534104aac9 authored almost 3 years ago
Merge pull request #260 from h-REA/255-test-satisfaction

#255 test satisfaction rust compilation and Runtime error fixes

acec27fc20c5f7596b52a793a52e728dbb25c6f9 authored almost 3 years ago