Skip to content
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

bfetch #52888

Merged
merged 28 commits into from
Dec 14, 2019
Merged

bfetch #52888

Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
927866c
feat: 🎸 add bfetch plugin stub
streamich Dec 11, 2019
ea17a77
feat: 🎸 add sample routes
streamich Dec 11, 2019
0aea21e
feat: 🎸 implement streaming response
streamich Dec 11, 2019
b68137a
feat: 🎸 add Defer class
streamich Dec 12, 2019
d161fc5
refactor: 💡 move Defer inot /common folder
streamich Dec 12, 2019
3aeb16c
feat: 🎸 add fromStreamingXhr() method
streamich Dec 12, 2019
6032cc5
feat: 🎸 add split method
streamich Dec 12, 2019
997e826
feat: 🎸 add fetchStreaming() function
streamich Dec 12, 2019
54f65af
test: 💍 fix test after refactor
streamich Dec 12, 2019
64d0398
test: 💍 add tests for fetStreaming() method
streamich Dec 12, 2019
07488f9
refactor: 💡 move removeLeadingSlash() to /common folder
streamich Dec 12, 2019
91e9a59
feat: 🎸 expor stateful fetchStreaming() throuh plugin contract
streamich Dec 12, 2019
eff350a
chore: 🤖 clean up bfetch
streamich Dec 12, 2019
d66599b
chore: 🤖 prepare to replace ajax_stream by bfetch
streamich Dec 12, 2019
5720ff7
Change ajax_stream to use new-line delimited JSON
chrisdavies Dec 11, 2019
1add02b
refactor: 💡 move batched_fetch to use bfetch service
streamich Dec 12, 2019
115f6ed
refactor: 💡 make use of defer() utility from kibana_utils
streamich Dec 12, 2019
377b6d0
chore: 🤖 remove ajax_stream library
streamich Dec 12, 2019
c0d2027
fix: 🐛 fix tests and inject fetchStreaming() method as dep
streamich Dec 12, 2019
d602fed
chore: 🤖 catch up with master
streamich Dec 13, 2019
8caf7b7
refactor: 💡 make split() operator more readable
streamich Dec 13, 2019
b55f6b4
refactor: 💡 improvee PR according to feedback
streamich Dec 13, 2019
896c93a
docs: ✏️ add fetchStreaming() reference
streamich Dec 13, 2019
a7d75f8
refactor: 💡 use NP logger, rename to createNDJSONStream()
streamich Dec 13, 2019
95956fe
chore: 🤖 catch up with master
streamich Dec 13, 2019
ca1915b
chore: 🤖 catch up with master
streamich Dec 13, 2019
d42e93e
chore: 🤖 adress Luke's review comments
streamich Dec 13, 2019
bd99173
chore: 🤖 add missing type
streamich Dec 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Loading