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

accessors for Unit.symbol

7993fc65a2906350c1d50b00c7788614f0b3dbed authored about 5 years ago
split update_record() so that update_entry_direct() can be handled as well

54cac8bee2db262115c6019e8b55a23dbe46881b authored about 5 years ago
helper to load dereferenced addresses with newtype casting

8afd347e7ec7ad8bbcb17ad56039aa9bea9acc6c authored about 5 years ago
helper method to remove single link (not bidirectional)

c6ee1ccc184365b9462a8fd58ab88e8e6bbca9a7 authored about 5 years ago
added an abstract NewType for use in generic code that has to interface with the typed app layer

5c1bf938518dfadda69ff38c2321528ebe22a607 authored about 5 years ago
update parameter name

33f3b870c9a7b07b8107f91aec2e4a95bb4c1906 authored about 5 years ago
organise record struct code- no code changes

97dd4884348ddb54928ef8e88c1ef78a9421460f authored about 5 years ago
remove debugging code

34ea4027d938b719ea2971bbf7db3a1a0975aa25 authored about 5 years ago
clean up unit query syntax in GraphQL resolver

ace081c591d25e52c318621ab496e4ffbb3f7252 authored about 5 years ago
implement Unit read by ID

d8557f72e5e5944801c0d1eea9d441c7406eeaa9 authored about 5 years ago
add a NewType wrapper for Address so that typeless Addresses can be used with hdk_graph_helpers methods easily

cf8a8679c2a298afc04ae52a857cf11d0e58087a authored about 5 years ago
add helper method to load entries linked directly

some refactoring of linking logic for code reuse

4861594d37e3c76c8118f13066fd771f25a09391 authored about 5 years ago
make test case values more sensible

0ab13a47d8d75cdd50024e29a78f33c1b0e75757 authored about 5 years ago
rename UnitAddress to UnitId since it uses a different indexing pattern

86e70b6ec410781519485c6668a1037e0d7b29c3 authored about 5 years ago
improve link helper method docs

139831a02b9afcd41dd6258a14afbc257036f621 authored about 5 years ago
fix consistency of specification entry & link type names

f6253ffa702c9db48442a87c1a3d7deedff721b4 authored about 5 years ago
finish unit creation impl

830815c54c46c3251bcfeac8b48a2ebe74f09ced authored about 5 years ago
first pass to wire up ID indexes for unit creation

e769a7e1d6410ddbac977e30a01ceff0eaa012da authored about 5 years ago
add test for actions read API

3e862df5adaf29191b3ce4f10e19d52c93bed471 authored about 5 years ago
implement action queries in GraphQL layer

e4cd46898ec2a9a11cea5653004e56638db5e205 authored about 5 years ago
fix encoding of double quotes in action pairsWith props

7e9ede0670cdefb0322522afacce42b8baf2dff0 authored about 5 years ago
fix casing of action field names in zome API responses

0873ac409041ed3bb3829fab74de55fb12d840cc authored about 5 years ago
implement stubs for query_ endpoints for Specification records to eventually load full lists

87c5a633e8184402230ea415ac2531c06fd13d38 authored about 5 years ago
remove debug code

2abe20c57b94bfb747114542c243a9c0ffbd7562 authored about 5 years ago
fix function names

c3d3a0a33b724b205395f448204aabc1eab87d48 authored about 5 years ago
convert new Specification DNA zomes to use HDK proc macros

cc99172ea2dcfaeac313b05e5c19187f47280c40 authored about 5 years ago
fix crate names

b30cb36cf2a737a4e4458427aaa038c465bbfdba authored about 5 years ago
implement readonly Action zome

068a4ce13547c48670dea2ba38d1dbe9c6854d9d authored about 5 years ago
add to zome authors for accountability purposes

0a1e6a1a359e79f7ac8bb046fbcad2efebbd4437 authored about 5 years ago
simple accessor to retrieve all Action builtins

2f69edc5af17359a49fe76c952611b42e1763581 authored about 5 years ago
fix update operations failing in tests due to missing IDs

cd54e77837d4fd8d905bfb8f36fd881bb4b3684f authored about 5 years ago
fix update test assertions & let/const

a0a26c9ccaae0f8df4cc45d364302515f91e3529 authored about 5 years ago
fix commas in GraphQL queries

7cb669db891dc8fb6ee32b6e4a318fdd256105fc authored about 5 years ago
output GraphQLError issues to the console as they're currently being ignored after dropping catch-all code

8445a0f93487c277341fbf5f3c143335cd43e18b authored about 5 years ago
fix conditionals on record update ops

8c3162ec8a01b81cd9fab7b63304a16f14198cdd authored about 5 years ago
wire IDs dynamically through tests, fix assertions being overly restrictive

f382510aa3088249eabbb59437cff230f7782476 authored about 5 years ago
fix linter errors

7ddae331851ef47d423a8334623aa95a5e3867c7 authored about 5 years ago
update yarn lockfile

f3ebb2767e1e6a74316d90055a4747e84bdbebfe authored about 5 years ago
Merge branch 'master' into feature/55-specification

1ccd7bffe600b3878a0b06fa67796319555e1f3a authored about 5 years ago
bugs fixed and test passing (with hash as id)

6e388ebefe5849390fa27283e003d8463f4e15ae authored about 5 years ago
added tests for unit (with hash as id)

5a03ade180c9d6c313a94a181a2cac7a3c4f733d authored about 5 years ago
Merge pull request #108 from holo-rea/feature/96-resource-conformsto-init-logic

Feature/96 resource conformsto init logic

44cdb483d0dca2ee2fb02508cd0b8d8164922ed4 authored about 5 years ago
fix EconomicResource.conformsTo assignment

78a185a575eea8fd687c8b9297627cbba7f3700a authored about 5 years ago
Revert "fix assignment logic undefined checks for EconomicResource records"

This reverts commit f9cf4fb617ccb806749115c7b78ae7b34c3753d0.

a51be01173646cfb4efd85c4c55d01dba65329aa authored about 5 years ago
Revert "fix all record value presence checks to use runtime method instead of pattern matching"

This reverts commit 1d954ceffb08de380ecb870ada65be0e39fe45e6.

3a1af31347d3636242c7c03f4662a81df6761604 authored about 5 years ago
fix all record value presence checks to use runtime method instead of pattern matching

1d954ceffb08de380ecb870ada65be0e39fe45e6 authored about 5 years ago
fix assignment logic undefined checks for EconomicResource records

f9cf4fb617ccb806749115c7b78ae7b34c3753d0 authored about 5 years ago
Merge branch 'master' into feature/96-resource-conformsto-init-logic

d74aeb93427181b3d93ac518a5af727ccc1d1b8c authored about 5 years ago
Merge pull request #107 from holo-rea/feature/zome_proc_macro

Feature/zome proc macro

922ad9c7ebd767d09945f0bad064cbe0a8e7726b authored about 5 years ago
fix action types causing unrelated test failures

e84dcc7d8c5cb50d96c1b64fd772b59851b0133f authored about 5 years ago
ignore OSX meta files

405681faaba0a2f7e2bc3b9249b26e06ab9ea07f authored about 5 years ago
Merge branch 'feature/zome_proc_macro' of https://github.com/holo-rea/holo-rea into feature/zome_proc_macro

554e0322bf146fbfb73e456ead22cdba4981c038 authored about 5 years ago
fix spelling error on get_satisfaction zome function

cc23b70eef03b31d53fe7800fc50605029544f21 authored about 5 years ago
Merge branch 'master' into feature/zome_proc_macro

a9346c99be6067ce7f6a6d2b03df42c6ebda82b2 authored about 5 years ago
update satisfaction zome to use rust_proc_macro

aafa7921c598d603f3b5a4eb295fb2f686a26e20 authored about 5 years ago
added process specification tests

930f941330a08a6a0e336c720e1ec59077fe4c80 authored about 5 years ago
renaming for compatibility issues

4077b1f925cb582da3c3185ccd21d3e1a6863a05 authored about 5 years ago
bugfix, renaming and missing link added

6b656457794fc14976ac04d3611ab92a6824be3f authored about 5 years ago
reversed c2492ec

8d5b0030a687da55b88770f818f37c31b8e72c4f authored about 5 years ago
more tests for resource validation logic

828878555e2603db53262d026b1fb70b02daf6a1 authored about 5 years ago
add test for EconomicResource classification failure

047d8aaf3d389d7961d880296e444e5061f54412 authored about 5 years ago
update yarn lockfile

a64aa794e27081f7008a4f07958bba4ec75bd74e authored about 5 years ago
bump vf-graphql version

08199b02e1afe74ed9f8166c633ef4f28a48ce83 authored about 5 years ago
fix economicEvent creation params in graphql mutation

19260f054d266c280fde5d2b469e59548459a6a0 authored about 5 years ago
bump graphql module version

e5a84e7d3034c501ce39fdcd8c56133ade74ae4c authored about 5 years ago
implement final logic & validation for EconomicResource ontology fields

e6eced606c07507754c3da8713bf3a60882355c2 authored about 5 years ago
clean up HDK imports

38f4e60a9fdf2bc62dfda53128b8d0e96280f30a authored about 5 years ago
deactivated warning for expected error

c2492ec287931670e3235fc31663569aa10864dd authored about 5 years ago
CRUD tests working

30e5baae0a9737c6a254914a69d93e4d6aa1960e authored about 5 years ago
update intent zome to use rust_proc_macro

7628fc81958760734b1305e842bea62956516a3b authored about 5 years ago
update fulfillment zome to use rust_proc_macro

d0deffc25f2e96d283ca91a4e10b47637da5a1a3 authored about 5 years ago
remove treatment of GraphQL query errors as test failures- still log them, but some are meant to occur

605a34a23d0f9cf4b6bad04814a0a35e66ba0712 authored about 5 years ago
add bridge definitions to allow all operational zomes to talk to specification DNA

56aa8e4bab8a80f99c8f90fb359a73d08f6f3b0d authored about 5 years ago
change instance names so that tests match live system

29c534bcf3dcc5b4c4c107922ae2439580ad4e96 authored about 5 years ago
update commitment zome to use rust_proc_macro

45002eee534c552147b1386d2a8d99aba516579a authored about 5 years ago
typo

aa22e5203f953e4f421746db685a61e479fd240d authored about 5 years ago
CRU tests successful. Delete not working

cf2516e47d1659923c37e775ccae237f96f1cf4e authored about 5 years ago
added real checking into the ResourceSpecification create test

9844aa2652384bc6bd173f183d3897f075c2293f authored about 5 years ago
bug fixed on base definition

d5726c8ab1a7a836239ca0b2c261ba37a7755ae0 authored about 5 years ago
test bug solved

46fb7d6ab8770ca64d687ede3365738760a6a5d8 authored about 5 years ago
more contributor links and peeps

ad5e97a12286694d6cd0c13919a3249a6cd9c29a authored about 5 years ago
started code gotchas section

76dfb133c5f51997701da84df9063ccf3dc7c51a authored about 5 years ago
upgrade satisfaction zome to use rust_proc_macro

be2d852882c9410b5b672be8af430cc7e591e4cc authored about 5 years ago
second param to graphQL was never a thing

831a50a177f09a912e11c6b253bad81afe163ef0 authored about 5 years ago
first pass try-o-rama API update for latest version

7288f0a7ff90c18558c8ea7a573743be5382d7af authored about 5 years ago
update yarn lockfile

47384b129d848bd1ed0254d4bfdbf5e176350ffe authored about 5 years ago
update tryorama to latest version

4165d3056ba5ce2d126a04d53ffb4518855741ec authored about 5 years ago
update package commands to run sim2h server alongside DNA

4c73bff97eec5421f47ef3ab23f7046b34f93e75 authored about 5 years ago
merged with master and specification hdk version updated

1b518b7e0af181beab49275f9a870f4b8b43800d authored about 5 years ago
added link for EYSS contributor

7ed2aae9dc514bca64d46906633337b6e6dfb240 authored about 5 years ago
Merge branch 'master' into feature/55-specification

0e6f5efa90e11a7007dfba2d56c8467cb17ae8a2 authored about 5 years ago
update process zome to use rust_proc_macro

97206d2913becc4bd10425ec301de56ea5fa0e94 authored about 5 years ago
Merge branch 'master' into feature/upgrade-platform

d129a736cb04df11f7fb856e26a1f9d062228207 authored about 5 years ago
convert fulfillment to rust_proc_macro format

35f9256f02d87d42f561d80129b2a3a2a10e9383 authored about 5 years ago
convert economic_resource to rust_proc_macro format

6fe037bc420edcde993f0d80a72be509ccf2aaf4 authored about 5 years ago
convert economic_event to rust_proc_macro format

622e888e61ed1983e3c1a6be531d8e5036e537d8 authored about 5 years ago
improved tests (WIP)

5e71efebb03f2fb6a951d76a586a174ec83d087c authored about 5 years ago
change action in edit to allow null process value

51a692b66614689c086e974b9c24e928cd105fad authored about 5 years ago
adjust handling of Intent, Commitment & EconomicEvent process links to use entry fields

2319d6e4a7fe92927d4460270afb13fb6394b2fe authored about 5 years ago
update complex error handling in Holochain connection wrapper to serve all cases

d924500bd92669242aaa5a9fa53b20f087699d2f authored about 5 years ago