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

2.x: Update _Sidebar.md with new order of topics #6133

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Aug 3, 2018

Change the sidebar to support the v2 features and suggest new topic orderings.

Related tracking issue: #6132

@akarnokd akarnokd added this to the 3.0 milestone Aug 3, 2018
@codecov
Copy link

codecov bot commented Aug 3, 2018

Codecov Report

Merging #6133 into 2.x will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6133      +/-   ##
============================================
+ Coverage     98.23%   98.29%   +0.05%     
  Complexity     6194     6194              
============================================
  Files           667      667              
  Lines         44853    44853              
  Branches       6213     6213              
============================================
+ Hits          44063    44089      +26     
+ Misses          245      230      -15     
+ Partials        545      534      -11
Impacted Files Coverage Δ Complexity Δ
.../operators/flowable/FlowableBlockingSubscribe.java 93.02% <0%> (-4.66%) 10% <0%> (-1%)
...reactivex/internal/operators/single/SingleAmb.java 96.36% <0%> (-3.64%) 9% <0%> (-1%)
...a/io/reactivex/internal/util/QueueDrainHelper.java 97.22% <0%> (-2.78%) 56% <0%> (-2%)
...activex/internal/observers/QueueDrainObserver.java 97.43% <0%> (-2.57%) 21% <0%> (-1%)
...rnal/operators/observable/ObservableSwitchMap.java 95.21% <0%> (-1.07%) 3% <0%> (ø)
...ternal/operators/flowable/FlowableWindowTimed.java 91.17% <0%> (-0.68%) 4% <0%> (ø)
...l/operators/observable/ObservableFlatMapMaybe.java 90.19% <0%> (-0.66%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFromIterable.java 95.18% <0%> (-0.54%) 5% <0%> (ø)
...vex/internal/operators/parallel/ParallelRunOn.java 96.61% <0%> (-0.49%) 8% <0%> (ø)
...ex/internal/operators/flowable/FlowableCreate.java 97.41% <0%> (ø) 6% <0%> (ø) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2274c42...4b409b5. Read the comment docs.

* [Operators (Alphabetical List)](https://github.com/ReactiveX/RxJava/wiki/Alphabetical-List-of-Observable-Operators)
* [Async](https://github.com/ReactiveX/RxJava/wiki/Async-Operators)
* [Blocking](https://github.com/ReactiveX/RxJava/wiki/Blocking-Observable-Operators)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

phew, gladly "Async" is alphabetically earlier than "Blocking"

@akarnokd akarnokd merged commit a58c491 into ReactiveX:2.x Aug 3, 2018
@akarnokd akarnokd deleted the WikiSidebarUpdate branch August 3, 2018 20:37
Copy link
Collaborator

@vanniktech vanniktech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants