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

Batching/scheduling #278

Merged
merged 34 commits into from
Jun 21, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a7e2977
in progress commit for query batching
Poincare May 31, 2016
bc35b8e
first commit toward batching support. implementing the 'scheduling' q…
Poincare Jun 1, 2016
809205e
working on fixing the polling mechanism
Poincare Jun 1, 2016
123f230
added implementation of "one query in flight" + unit tests for the same
Poincare Jun 2, 2016
c450116
refactored some of the stuff that decides what to fetch and what to l…
Poincare Jun 2, 2016
c42bca1
refactored more and added a thing that fires non-batched queries imme…
Poincare Jun 3, 2016
a256b48
refactoring QueryManager slightly
Poincare Jun 3, 2016
f268375
in progress commit for fetchBatchedeQuery
Poincare Jun 3, 2016
2a384cb
implemented fetchBatchQueries and added the concept of a BatchedNetwo…
Poincare Jun 3, 2016
f59197b
added a test that checks if queries can be batched correctly on a moc…
Poincare Jun 3, 2016
4b3faf6
moved the scheduling mechanism to its own file and it now deals with …
Poincare Jun 13, 2016
5d3bc10
added scheduler test module
Poincare Jun 14, 2016
6b0b497
working on connecting the batcher, scheduler and QueryManager'
Poincare Jun 14, 2016
0988873
batcher and scheduler tests now passing
Poincare Jun 8, 2016
9364f20
tests passing in Query Manager
Poincare Jun 14, 2016
e3a704a
added tests for batching on QueryManager
Poincare Jun 14, 2016
ec0a155
all tests passing with scheduler and batcher integrated into QueryMan…
Poincare Jun 14, 2016
d6541ae
Removed and refactored some of the stuff in QueryManager
Poincare Jun 14, 2016
9e68de3
renamed stuff that refered to the batcher as the scheduler
Poincare Jun 14, 2016
224191f
made the changes listed in the PR we split up
Poincare Jun 15, 2016
0696cf9
tests passing
Poincare Jun 20, 2016
0e0989e
fixed the rogue aliasName test
Poincare Jun 20, 2016
bdc8c79
fixed filesize note
Poincare Jun 20, 2016
f9560d7
removed useless file
Poincare Jun 20, 2016
8009e46
removed fetchBatchedQueries which the rebase somehow included back in
Poincare Jun 20, 2016
afa647a
updated changelog and improved test coverage
Poincare Jun 20, 2016
c0af195
removed buffer file
Poincare Jun 20, 2016
581c931
fixes within the batching code and tests for it
Poincare Jun 21, 2016
654c703
fixed query manager typecheck and made the batcher a NOP when shouldB…
Poincare Jun 21, 2016
4082890
made batching not on by default
Poincare Jun 21, 2016
33669b6
Reorg changelog
Jun 21, 2016
f9ccf75
fixing this undefined thing
Poincare Jun 21, 2016
9bd9996
fixed undefined issue
Poincare Jun 21, 2016
cb6da55
Remove incorrect comment
Jun 21, 2016
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
Prev Previous commit
Next Next commit
fixed the rogue aliasName test
  • Loading branch information
Poincare authored and Sashko Stubailo committed Jun 21, 2016
commit 0e0989e4fd38f627f38448287fe0b4fa0efdd39d
Loading