Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
I'm interested in this (I work with @joeyAghion here :)) - I think the next step should be to properly spec it, @mach-kernel do you think you understand this enough...
> @VachaShah I believe those tests are run against 2.x OpenSearch **without** security, so thus we are not seeing those fail yet. Are you able to help enable that?
@DarshitChanpura also needs a rebase, please
tests without security are still failing
Looks right, want to contribute @L00kian ?
Both! I think that arbitrary fields support on all the levels makes some sense because it will provide a workaround quickly, but that also means that one could theoretically add...
@nhtruong This LGTM. I'd call the branch `feature/typescript-conversion` per convention with other repos.
I like this change. It needs documentation, tests, and a CHANGELOG entry. You should fix the build too, use `rbx-2` in .travis.yml and add it to `ignore_failures`.
Hmmmm, this is kinda a big deal. I've seen this kind of usage in many places, I definitely use it all over the place, like [here](https://github.com/dblock/slack-amber-alert/blob/master/slack-bot-server/api/endpoints/teams_endpoint.rb#L29). I guess the question...
I don't think we want an array of hypermedia representations. A lot of times you want other fields in there, such as `total_count`, for example. How would I do that?...