Skip to content

Commit b94405c

Browse files
committed
Merge branch 'Otbivnoe-feature/missing-disposables-tests' into develop
2 parents 20be3df + 0bddeb0 commit b94405c

File tree

4 files changed

+570
-480
lines changed

4 files changed

+570
-480
lines changed

.jazzy.yml

+125-125
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,128 @@
11
---
22
custom_categories:
3+
- name: RxCocoa/Common
4+
children:
5+
- ControlTarget
6+
- DelegateProxy
7+
- DelegateProxyType
8+
- NSLayoutConstraint+Rx
9+
- Observable+Bind
10+
- RxCocoaObjCRuntimeError+Extensions
11+
- RxTarget
12+
- SectionedViewDataSourceType
13+
- TextInput
14+
- name: RxCocoa
15+
children:
16+
- Deprecated
17+
- RxCocoa
18+
- name: RxCocoa/Foundation
19+
children:
20+
- KVORepresentable+CoreGraphics
21+
- KVORepresentable+Swift
22+
- KVORepresentable
23+
- Logging
24+
- NSObject+Rx+KVORepresentable
25+
- NSObject+Rx+RawRepresentable
26+
- NSObject+Rx
27+
- NotificationCenter+Rx
28+
- URLSession+Rx
29+
- name: RxCocoa/Platform
30+
children:
31+
- DispatchQueue+Extensions
32+
- name: RxCocoa/Traits
33+
children:
34+
- ControlEvent
35+
- ControlProperty
36+
- UIBindingObserver
37+
- name: RxCocoa/Traits/Driver
38+
children:
39+
- ControlEvent+Driver
40+
- ControlProperty+Driver
41+
- Driver+Subscription
42+
- Driver
43+
- ObservableConvertibleType+Driver
44+
- Variable+Driver
45+
- name: RxCocoa/Traits/SharedSequence
46+
children:
47+
- ObservableConvertibleType+SharedSequence
48+
- SharedSequence+Operators+arity
49+
- SharedSequence+Operators
50+
- SharedSequence
51+
- Variable+SharedSequence
52+
- name: RxCocoa/iOS/DataSources
53+
children:
54+
- RxCollectionViewReactiveArrayDataSource
55+
- RxPickerViewAdapter
56+
- RxTableViewReactiveArrayDataSource
57+
- name: RxCocoa/iOS/Events
58+
children:
59+
- ItemEvents
60+
- name: RxCocoa/iOS
61+
children:
62+
- NSTextStorage+Rx
63+
- UIActivityIndicatorView+Rx
64+
- UIAlertAction+Rx
65+
- UIApplication+Rx
66+
- UIBarButtonItem+Rx
67+
- UIButton+Rx
68+
- UICollectionView+Rx
69+
- UIControl+Rx
70+
- UIDatePicker+Rx
71+
- UIGestureRecognizer+Rx
72+
- UIImageView+Rx
73+
- UILabel+Rx
74+
- UINavigationController+Rx
75+
- UINavigationItem+Rx
76+
- UIPageControl+Rx
77+
- UIPickerView+Rx
78+
- UIProgressView+Rx
79+
- UIRefreshControl+Rx
80+
- UIScrollView+Rx
81+
- UISearchBar+Rx
82+
- UISearchController+Rx
83+
- UISegmentedControl+Rx
84+
- UISlider+Rx
85+
- UIStepper+Rx
86+
- UISwitch+Rx
87+
- UITabBar+Rx
88+
- UITabBarController+Rx
89+
- UITabBarItem+Rx
90+
- UITableView+Rx
91+
- UITextField+Rx
92+
- UITextView+Rx
93+
- UIView+Rx
94+
- UIViewController+Rx
95+
- UIWebView+Rx
96+
- name: RxCocoa/iOS/Protocols
97+
children:
98+
- RxCollectionViewDataSourceType
99+
- RxPickerViewDataSourceType
100+
- RxTableViewDataSourceType
101+
- name: RxCocoa/iOS/Proxies
102+
children:
103+
- RxCollectionViewDataSourceProxy
104+
- RxCollectionViewDelegateProxy
105+
- RxNavigationControllerDelegateProxy
106+
- RxPickerViewDataSourceProxy
107+
- RxPickerViewDelegateProxy
108+
- RxScrollViewDelegateProxy
109+
- RxSearchBarDelegateProxy
110+
- RxSearchControllerDelegateProxy
111+
- RxTabBarControllerDelegateProxy
112+
- RxTabBarDelegateProxy
113+
- RxTableViewDataSourceProxy
114+
- RxTableViewDelegateProxy
115+
- RxTextStorageDelegateProxy
116+
- RxTextViewDelegateProxy
117+
- RxWebViewDelegateProxy
118+
- name: RxCocoa/macOS
119+
children:
120+
- NSButton+Rx
121+
- NSControl+Rx
122+
- NSImageView+Rx
123+
- NSSlider+Rx
124+
- NSTextField+Rx
125+
- NSView+Rx
3126
- name: RxSwift
4127
children:
5128
- AnyObserver
@@ -55,8 +178,8 @@ custom_categories:
55178
- AsSingle
56179
- Buffer
57180
- Catch
58-
- CombineLatest+arity
59181
- CombineLatest+Collection
182+
- CombineLatest+arity
60183
- CombineLatest
61184
- Concat
62185
- Create
@@ -114,8 +237,8 @@ custom_categories:
114237
- Using
115238
- Window
116239
- WithLatestFrom
117-
- Zip+arity
118240
- Zip+Collection
241+
- Zip+arity
119242
- Zip
120243
- name: RxSwift/Observers
121244
children:
@@ -168,126 +291,3 @@ custom_categories:
168291
- Completable+AndThen
169292
- PrimitiveSequence+Zip+arity
170293
- PrimitiveSequence
171-
- name: RxCocoa/Common
172-
children:
173-
- ControlTarget
174-
- DelegateProxy
175-
- DelegateProxyType
176-
- NSLayoutConstraint+Rx
177-
- Observable+Bind
178-
- RxCocoaObjCRuntimeError+Extensions
179-
- RxTarget
180-
- SectionedViewDataSourceType
181-
- TextInput
182-
- name: RxCocoa
183-
children:
184-
- Deprecated
185-
- RxCocoa
186-
- name: RxCocoa/Foundation
187-
children:
188-
- KVORepresentable+CoreGraphics
189-
- KVORepresentable+Swift
190-
- KVORepresentable
191-
- Logging
192-
- NotificationCenter+Rx
193-
- NSObject+Rx+KVORepresentable
194-
- NSObject+Rx+RawRepresentable
195-
- NSObject+Rx
196-
- URLSession+Rx
197-
- name: RxCocoa/iOS/DataSources
198-
children:
199-
- RxCollectionViewReactiveArrayDataSource
200-
- RxPickerViewAdapter
201-
- RxTableViewReactiveArrayDataSource
202-
- name: RxCocoa/iOS/Events
203-
children:
204-
- ItemEvents
205-
- name: RxCocoa/iOS
206-
children:
207-
- NSTextStorage+Rx
208-
- UIActivityIndicatorView+Rx
209-
- UIAlertAction+Rx
210-
- UIApplication+Rx
211-
- UIBarButtonItem+Rx
212-
- UIButton+Rx
213-
- UICollectionView+Rx
214-
- UIControl+Rx
215-
- UIDatePicker+Rx
216-
- UIGestureRecognizer+Rx
217-
- UIImageView+Rx
218-
- UILabel+Rx
219-
- UINavigationController+Rx
220-
- UINavigationItem+Rx
221-
- UIPageControl+Rx
222-
- UIPickerView+Rx
223-
- UIProgressView+Rx
224-
- UIRefreshControl+Rx
225-
- UIScrollView+Rx
226-
- UISearchBar+Rx
227-
- UISearchController+Rx
228-
- UISegmentedControl+Rx
229-
- UISlider+Rx
230-
- UIStepper+Rx
231-
- UISwitch+Rx
232-
- UITabBar+Rx
233-
- UITabBarController+Rx
234-
- UITabBarItem+Rx
235-
- UITableView+Rx
236-
- UITextField+Rx
237-
- UITextView+Rx
238-
- UIView+Rx
239-
- UIViewController+Rx
240-
- UIWebView+Rx
241-
- name: RxCocoa/iOS/Protocols
242-
children:
243-
- RxCollectionViewDataSourceType
244-
- RxPickerViewDataSourceType
245-
- RxTableViewDataSourceType
246-
- name: RxCocoa/iOS/Proxies
247-
children:
248-
- RxCollectionViewDataSourceProxy
249-
- RxCollectionViewDelegateProxy
250-
- RxNavigationControllerDelegateProxy
251-
- RxPickerViewDataSourceProxy
252-
- RxPickerViewDelegateProxy
253-
- RxScrollViewDelegateProxy
254-
- RxSearchBarDelegateProxy
255-
- RxSearchControllerDelegateProxy
256-
- RxTabBarControllerDelegateProxy
257-
- RxTabBarDelegateProxy
258-
- RxTableViewDataSourceProxy
259-
- RxTableViewDelegateProxy
260-
- RxTextStorageDelegateProxy
261-
- RxTextViewDelegateProxy
262-
- RxWebViewDelegateProxy
263-
- name: RxCocoa/macOS
264-
children:
265-
- NSButton+Rx
266-
- NSControl+Rx
267-
- NSImageView+Rx
268-
- NSSlider+Rx
269-
- NSTextField+Rx
270-
- NSView+Rx
271-
- name: RxCocoa/Platform
272-
children:
273-
- DispatchQueue+Extensions
274-
- name: RxCocoa/Traits
275-
children:
276-
- ControlEvent
277-
- ControlProperty
278-
- UIBindingObserver
279-
- name: RxCocoa/Traits/Driver
280-
children:
281-
- ControlEvent+Driver
282-
- ControlProperty+Driver
283-
- Driver+Subscription
284-
- Driver
285-
- ObservableConvertibleType+Driver
286-
- Variable+Driver
287-
- name: RxCocoa/Traits/SharedSequence
288-
children:
289-
- ObservableConvertibleType+SharedSequence
290-
- SharedSequence+Operators+arity
291-
- SharedSequence+Operators
292-
- SharedSequence
293-
- Variable+SharedSequence

0 commit comments

Comments
 (0)