index
:
yacd-meta.git
detached
gh-pages
master
origin
test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
logs.js
Age
Commit message (
Collapse
)
Author
2020-09-08
refactor: use api base url instead of hostname and port
Haishan
2020-07-12
URI-encode secret before appending to websocket URL
Joker_
2019-12-27
chore: get rid of webpack resolve alias
Haishan
2019-10-01
feat: support use WebSocket for traffic and logs data fetching
Haishan
2019-05-14
feat(logs): fetch logs with correct log level
Haishan
see also #14
2019-04-19
fix(streaming): split and join JSON string chunks correctly
Haishan
for #13 Sometimes in Safari, in one "pump" you can get the content below(decoded text string): '{"up":0,"down":38589}\n{"up":0,"down":59928}' and then JSON.parse will throw
2019-01-13
refactor(logs): move logs state into redux store
Haishan
2018-12-07
chore: fix linting errors
Haishan
2018-12-07
feat: initial theming support
Haishan
2018-11-03
refactor(hooks): here be dragons!
haishanh
2018-11-03
refactor(chart): lazy load Chart.js with suspense
Haishan
- chore: add ico favicon - chore: lint - chore: add react-hooks lint rules
2018-10-30
refactor: use react hooks
Haishan
2018-10-30
fix(logs): add random str to each log id to prevent key collision
haishanh
2018-10-23
log: fix potential log decode error
haishanh
2018-10-23
style: tweak log styles
Haishan
2018-10-22
chore: make eslint happy
haishanh
2018-10-21
feat: support authorization secret
Haishan
* also make redux store the single truth store for API information
2018-10-20
first commit
Haishan