This is very old and I can't reproduce it, and haven't seen any other reports.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 29 2021
Mar 27 2021
Mar 26 2021
Mar 16 2021
Mar 13 2021
May 26 2020
The major offender here (services per instance) was fixed by updating caching, and I destroyed all the old services. This is perhaps spiritually continued in T13542.
May 10 2019
Jan 23 2019
Aug 13 2018
Jun 5 2018
Apr 11 2018
Everything here should pretty much work except:
Apr 10 2018
Before I can get rid of AlmanacDeviceTransaction::TYPE_INTERFACE, we have two meaningful callsites in rSERVICES and one unit test in rSAAS to clean up.
There's a bit of a mess with AlmanacInterface and AlmanacDevice. Currently, AlmanacInterface does not use transactions, and is edited purely as a side effect of INTERFACE transactions applying to AlmanacDevice. I'm going to change how this works so that AlmanacInterface is a normal transactional object and can use the same rules and infrastructure as everything else.
Apr 9 2018
Nov 28 2017
Sep 14 2017
It's also possible to write a custom instances.do-exactly-what-we-need sort of endpoint and generalize later if that seems like a more promising approach.
The other shadow lurking in the water here -- which I think we can mostly avoid -- is that Almanac is mostly a-bit-bare-bones-but-overall-pretty-functional, except that the way properties on Bindings and Services are specified and edited is complete garbage. You more or less just have to magically know which properties are valid, and there's no real support for defaults or nice UI controls or hints about what you can set or suggestions that you're making stuff up and probably typo'd something.
The "most right" way in terms of consistency is to fully convert Binding to EditEngine, then implement almanac.binding.edit which can create/edit bindings. When creating a binding, it would require transactions specifying the service and interface. PhamePostBlogTransaction is sort of an example of this: when you create a new post with phame.post.edit, you must specify a blog transaction.
What's the best way to add API endpoints for resources like bindings? Call it almanac.create_binding and have it take a service and an interface as arguments?
Sep 8 2017
Jul 9 2017
Jun 10 2017
Jun 5 2017
Apr 12 2017
DiffusionSSHWorkflow->execute() currently makes a proxying decision before it determines if a request is a read or write request. This needs to be reworked before we can support separate flags, since the host we'd choose to proxy the request will vary if only some hosts are readable/writable.
(For reference, see discussion elsewhere.)
Apr 10 2017
Mar 27 2017
Mar 17 2017
Feb 10 2017
Jan 30 2017
Jan 19 2017
Jan 17 2017
Sep 21 2016
Sep 8 2016
From reviewing the code, it appears that this should be handled correctly already.
Aug 30 2016
Aug 25 2016
From IRC, this might be a false positive / not the root cause since destroying the binding didn't fix the problem, but I can run through things locally.