Viraj Trivedi
|
5acac148e9
|
ci: Running codecov from local npm dev dependencies
|
6 years ago |
Viraj Trivedi
|
ffd422de9f
|
ci: Changing the global dependencies install stage for codecoverage
|
6 years ago |
Viraj Trivedi
|
c3933652ff
|
ci: Changing the global dependencies install stage for codecoverage
|
6 years ago |
Viraj Trivedi
|
d548b63ff2
|
Merge pull request #54 from inf3cti0n95/codecov
Code Coverage for Tests
|
6 years ago |
Viraj Trivedi
|
314e4e3002
|
docs(Readme): Added codecov badge
|
6 years ago |
Viraj Trivedi
|
f0393bf9d6
|
test(codecoverage): Added codecov for code coverage.
Closes #42
|
6 years ago |
Viraj Trivedi
|
95086bf1ec
|
Merge pull request #52 from inf3cti0n95/tests
test(RealTimeAPI): Tests for RealTimeAPI class
|
6 years ago |
Viraj Trivedi
|
78e6f6cab0
|
test(RealTimeAPI): Added tests for onMessage, onError, onComplete, onSubscribe and getLoginObservabl
Completed testing for all the methods, branches and lines.
Closes #25
|
6 years ago |
Viraj Trivedi
|
dbc2e3e8c7
|
test(RealTimeAPI): Added tests for getSubscription() method
#25
|
6 years ago |
Viraj Trivedi
|
9bade10507
|
test(RealTimeAPI): Added tests for filterById and filterByMessageType methods and getObservable meth
Also added stubs for other methods that needs tests
#25
|
6 years ago |
Viraj Trivedi
|
44aa5b76d0
|
test(RealTimeAPI): Added tests for callMethod() and disconnect() methods
#25
|
6 years ago |
Viraj Trivedi
|
10644306fd
|
test(RealTimeAPI): Added tests for serve connection and login request methods
#25
|
6 years ago |
Viraj Trivedi
|
02570eca1f
|
test(RealTimeAPI): Added basic tests.
Setup for mocking websockets with mock-socket package. Added tests for websocket connection and
keepAlive().
#25
|
6 years ago |
Viraj Trivedi
|
cc252f0423
|
Merge pull request #51 from inf3cti0n95/releaserc-fix
fix(releaserc): Added plugins to release to npm, github
|
6 years ago |
Viraj Trivedi
|
03f4e03e78
|
fix(releaserc): Added plugins to release to npm, github
#50
|
6 years ago |
Viraj Trivedi
|
ff0b15a9ce
|
Merge pull request #49 from inf3cti0n95/patch-1
feat: Removed option to pass webSocket to constructor.
|
6 years ago |
Viraj Trivedi
|
3ca05bd590
|
feat: Removed option to pass webSocket to constructor.
Only url or websocket config can be passed to the constructor.
|
6 years ago |
Viraj Trivedi
|
b814acc3ef
|
Merge branch 'master' of https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS
|
6 years ago |
Viraj Trivedi
|
5e30c93c15
|
release: Bump Version
|
6 years ago |
Viraj Trivedi
|
a1be03d754
|
Merge pull request #48 from inf3cti0n95/semantic-release
fix(releaserc): Fixed typo in the releaserc
|
6 years ago |
Viraj Trivedi
|
e3d102ecb3
|
chore: Resolved Conflicts and merged changes
|
6 years ago |
Viraj Trivedi
|
aaf5334870
|
fix(releaserc): Fixed typo in the releaserc
|
6 years ago |
Viraj Trivedi
|
ec3a03c4ab
|
Merge pull request #47 from inf3cti0n95/revert-46-semantic-release
Revert "Semantic release"
|
6 years ago |
Viraj Trivedi
|
0610a677fd
|
Revert "Semantic release"
|
6 years ago |
Viraj Trivedi
|
0d700fcc1c
|
Merge pull request #46 from inf3cti0n95/semantic-release
Semantic release
|
6 years ago |
Viraj Trivedi
|
9f2e484491
|
release: Bump Version
|
6 years ago |
Viraj Trivedi
|
e2e8eac727
|
feat: Added release rule for major release
|
6 years ago |
Viraj Trivedi
|
53254dfcce
|
BREAKING CHANGE: Updated to RxJS 6, Bump Package Version
|
6 years ago |
Viraj Trivedi
|
7011467eb0
|
Merge pull request #43 from inf3cti0n95/rxjs-6
feat: Updated the current code to RxJS 6.
|
6 years ago |
Viraj Trivedi
|
d6871d5205
|
Merge pull request #45 from inf3cti0n95/keep-alive-observable
Keep alive observable
|
7 years ago |
Viraj Trivedi
|
3783ad0cc8
|
docs: Updated the method keepAlive in docs.
#44
|
7 years ago |
Viraj Trivedi
|
4eb0ce4546
|
feat: keepAlive() method returns an Observable.
keepAlive() method returns an Observable to subscribe to send ping - pong messages to server.
#44
|
7 years ago |
Viraj Trivedi
|
7cd295bc63
|
feat: Updated the current code to RxJS 6.
#32
|
7 years ago |
Viraj Trivedi
|
ee404317b6
|
Merge pull request #41 from inf3cti0n95/add-linter
Add linter
|
7 years ago |
Viraj Trivedi
|
3b27a49de5
|
refactor: Linted existing code.
#35
|
7 years ago |
Viraj Trivedi
|
4864443661
|
style: Added ESlint and prettier for linters.
Added ESlint and prettier with airbnb config and hust precommit hook to lint on commit.
#36, #38
|
7 years ago |
Viraj Trivedi
|
ce8181f189
|
Merge pull request #40 from inf3cti0n95/update-ci
Updated TravisCI Build
|
7 years ago |
Viraj Trivedi
|
4bb59bbce1
|
docs: npm package URL fixed
|
7 years ago |
Viraj Trivedi
|
ef4ad8175b
|
docs: Added semantic-release, npm release and other badges to Readme
|
7 years ago |
Viraj Trivedi
|
75605bf3a3
|
ci: Upgraded CI, Removed deprecated travis-deploy-once
Upgraded to newer Travis Build Stages
#37
|
7 years ago |
Viraj Trivedi
|
eb0b1a4f47
|
build: Removed yarn.lock and updated package-lock.json to avoid lock file inconsistencies.
|
7 years ago |
Viraj Trivedi
|
b71ae61daf
|
Merge pull request #34 from inf3cti0n95/login-observable-issue
Login Observable Issue #30
|
7 years ago |
Viraj Trivedi
|
1b11cc5ce7
|
fix: Changed the filtering of "added" message
Changed the filtering of "added" message in getLoginObservable. Removing all the imperative array
access and handling async stream with buffer.
#30
|
7 years ago |
Viraj Trivedi
|
3d9756d6a9
|
chore: Updated Lock files
|
7 years ago |
Viraj Trivedi
|
6018eeda31
|
Merge pull request #26 from kawin-impekable/feature/disconnect_method
Add disconnect method & Update documentation
|
7 years ago |
Viraj Trivedi
|
89c9ed005d
|
Merge pull request #29 from inf3cti0n95/semver-setup
ci: Added semver-release for Automated Release and TravisCI support
|
7 years ago |
Viraj Trivedi
|
4285a61ef7
|
ci: Added semver-release for Automated Release and TravisCI support
#27
|
7 years ago |
Viraj Trivedi
|
d511a7fdba
|
Merge pull request #28 from inf3cti0n95/tests
test: Added Support for Jest for Testing
|
7 years ago |
Viraj Trivedi
|
583e5370ce
|
test: Added Support for Jest for Testing
#25
|
7 years ago |
Kawin
|
f3c05c1265
|
Add disconnect method & Update documentation
|
7 years ago |