Lyubo Marinov
de61af8b2d
[eslint] require-jsdoc
hace 8 años
hristoterezov
432185066a
fix(eslint): Add no-invalid-this rule
hace 8 años
Lyubo Marinov
66b62080e8
[eslint] max-params
hace 8 años
Lyubo Marinov
7c0b8d9145
[eslint] no-use-before-define
hace 8 años
Lyubo Marinov
c88c4f9124
[eslint] camelcase
hace 8 años
Lyubo Marinov
8fbc815836
[eslint] no-param-reassign
hace 8 años
Lyubo Marinov
068f290835
[eslint] lines-around-comment
hace 8 años
Lyubo Marinov
9a8b5563c6
[eslint] object-property-newline
hace 8 años
Lyubo Marinov
840c5b3cdf
[eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing
hace 8 años
Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
hace 8 años
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
hace 8 años
Lyubo Marinov
1068233eac
[eslint] prefer-rest-params
hace 8 años
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
hace 8 años
Lyubo Marinov
5bff0ed543
[eslint] no-var
hace 8 años
Lyubo Marinov
4293971466
[eslint] operator-linebreak
hace 8 años
Lyubo Marinov
ed0d464392
[eslint] quotes
hace 8 años
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
hace 8 años
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
hace 8 años
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
hace 8 años
Lyubo Marinov
14147059b3
[eslint] spaced-comment
hace 8 años
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
hace 8 años
hristoterezov
3e44723582
fix(eslint): Add indent rule
hace 8 años
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
hace 8 años
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
hace 8 años
Lyubo Marinov
596767d57e
[eslint] object-shorthand
hace 8 años
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
hace 8 años
damencho
f8aea90c50
Match reported remote userId to other cs calls.
hace 9 años
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
hace 9 años
hristoterezov
b354a3e655
fix(callstats): userID sent with the feedback
hace 9 años
damencho
9e806dcb81
Defaults to jitsi instead of focus for remote user id reported to callstats.
hace 9 años
damencho
6993a876ca
Reports resources as alias and usernames simultaneously to callstats backend.
hace 9 años
damencho
9dd1aafefa
Updates logs.
Updates to always use jitsi-meet-logger and print only errors for monitoring callstats callback.
hace 9 años
hristoterezov
14ad15d956
refactor(audio_problem): Remove audio problem detection
hace 9 años
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
hace 9 años
hristoterezov
e457906e01
Fixes the issue with not able to send feedback after JitsiConference.leave
hace 9 años
damencho
3f6a8aee7c
Adds re-initialize of callstats if addNewFabric fail.
hace 9 años
damencho
9bb44a2562
Updates cs log for audio detect problem.
hace 9 años
Devin Wilson
35ce33da81
Add config.hosts.domain to the callstats id
hace 9 años
hristoterezov
faeda96206
Implements reload method in JitsiConference
hace 9 años
tsareg
dd7b70d939
Do not send event to callstats when no audiooutput devices are available.
Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method
hace 9 años
hristoterezov
36078b0e66
Implements audio problems detection
hace 9 años
damencho
f2817b9c42
Removes deprecated applicationLog, replaces it with applicationLog.
hace 9 años
damencho
75c1f95f80
Changes the way we initialize callstats.
Call addNewFabric only if callstats is initialized, there are certain situations when the init callback for some reason is slow and we call addNewFabric before callstats is initialized and we skip the peerconnection reported so we are missing the stats. Reports data only if callstats had initialized, adds caching of associateMstWithUserID calls.
hace 9 años
damencho
5aba0ac3a6
Adds event for active device list.
hace 9 años
damencho
5fc17d6d8a
Reports application error on unhandled errors.
hace 9 años
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
hace 9 años
hristoterezov
d137c752f7
Adds console.warn to callstats.reportError if the error parameter is null.
hace 9 años
hristoterezov
80d69ec992
Changes the implementation of reportError to callstats to create Error object if the error parameter is null.
hace 9 años
hristoterezov
5ec7cd352d
Fix JS error returned by callstats when no error is passed to be reported
hace 9 años
damencho
1521c7da5e
Report the error as object to callstats, not as string.
hace 9 años