-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins #865
base: next
Are you sure you want to change the base?
Plugins #865
Conversation
@Tryneus Are you still commited to completing this refactoring process? Either way, could you please give a quick heads up re status so this work can be picked up by someone else otherwise? |
Whats the status on this? |
Hi everyone, i'm interested in trying this version of horizon. I have forked @Tryneus repos and build the grey_plugins branch which compile ok. I understand it seems to be using CircleCi for continuous integration. I would be interested in some pointers on how to build and publish the package including client/server together. If its somewhat complicated i guess we could publish client and server separately. Thank you very much for your time William |
This is a work in progress, but eclipses #760 - this is a fork from that branch to my personal repo.
Several big things remain to do:
The Horizon server has been completely revamped, so any users who directly embedded the server will need non-trivial code changes. The client is relatively unchanged, it was a goal to make it as painless as possible of an upgrade in the frontend. Still, a few backwards-incompatibilities surfaced:
Error
, but an{error: ''}
objectstate: synced
documentsunconnected
initial horizon state is gone, replaced bydisconnected
above
/below
/order
- you can now specify the same key infindAll
without an error (I doubt there's much of a use case for this)This change is