-
Notifications
You must be signed in to change notification settings - Fork 35
Horizon 2.0 docs checklist #104
Comments
Also @Tryneus is getting rid of the |
When you say "make it clear engine.io is no longer used," what do you need to have mentioned? (AFAICT we don't mention "engine.io" anywhere in the current set of docs.) |
That's all I wanted to accomplish there @chipotle, just wanted to make sure there weren't any loose mentions hanging around. |
I added another bullet for checking for references to client logging functions. I doubt they were documented, but they were removed so we should make sure |
Where are the aggregation queries documented? (I wish Github told us who checked which checkmarks) |
They're in the commit that closes #99, which is merged into the For rethinkdb/horizon#636 is there a way for the user to set the write retry timeout? |
@Tryneus ^^ |
@chipotle - currently there is no client support for it, it's just an option available in the protocol. |
Okay, so is there a timeout enabled in Horizon 2.0? I just want to know if I should be deleting the "Horizon will not automatically retry writes that have version conflicts" line from the limitations document, and adding something to the FAQ saying "Horizon will automatically retry writes for ___ seconds." :) |
With respect to "Remove references to the client logging functions (if any)," does that mean that the |
@chipotle the debug option in the cli still works, and any logging in the server still works. You used to be able to do |
This was fixed/merged: rethinkdb/horizon#498. Is there any migration info for new table names required for the docs? |
Nice work all 👍 🚢 |
One more @chipotle:
|
@danielmewes added more to the check list from our discussion ^^ |
rethinkdb/horizon#704 has a list of the corresponding issues for the missing pieces in the main Horizon tracker. |
A couple questions about some of those pieces:
|
@chipotle
For the upgrade from 1.1 to 2.0 specifically, it will:
It is indeed what you should run to get over the error from |
One more thing, which I think we forgot about: |
|
@chipotle The new format for specifying an index in the |
An example with syntax similar to how the current documentation (http://horizon.io/docs/permissions/#configuring) tells you how to create indexes: [collections.markets]
indexes = [
'hz_["event_id"]',
'hz_["event_id", "name"]'
] first is a single index, second is a composite index |
@intellix Thanks for the example. Your example is essentially using the old schema.toml syntax for defining indexes (where each index is simply described by a string), though with the new Horizon 2.0 naming scheme. I think your syntax will no longer work for the final Horizon 2.0 |
Hi I just did I have tried a lot of variations which haven't worked for me. Can you point out what I am doing wrong:
Errors I got:
Thank you. |
@doefler This issue is about the documentation for Horizon 2.0. The issue you're running into looks like an actual issue with the |
@danielmewes thank you for responding. |
The --config option is no longer accepted on any cli commands. Your config files must reside in |
With the impending release of Horizon 2.0 we need to make sure our bases are covered in the docs:
Please also review @deontologician + @Tryneus
.hz
dir now may containconfig.toml
,schema.toml
, andsecrets.toml
hz schema streamlining horizon#679hz set-schema
has evolved tohz schema apply
rethinkdb/horizon@0e9e294hz get-schema
has evolved tohz schema save
hz schema streamlining horizon#679_r
is now available on Horizon server object (so you don't have to reimportrethinkdb
Add_r
to Horizon Server object. horizon#659.enableLogging
Additional things before Horizon 2.0 beta release is ready that are currently incomplete:
hz_
, this will result in an error (limitations page)hz migrate
commandhz schema apply
will be able to readschema.toml
files from versions <= 1.1.3hz serve
will automatically recognize <= 1.13 db tables and index names and error outhz schema save
will now keep the older.hz/schema.toml
file if it already exists and apply a datetimestamp to the end of it.schema.toml
will change.The text was updated successfully, but these errors were encountered: