summaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Collapse)Author
2020-01-04feat: support change latency test url #286Haishan
2019-12-27chore: get rid of webpack resolve aliasHaishan
2019-12-26feat: can healthcheck a providerHaishan
2019-12-20feat: support proxy providerHaishan
2019-12-01feat: support close all connectionsHaishan
for https://github.com/haishanh/yacd/issues/338
2019-11-09feat: connections inspectionHaishan
2019-10-01feat: support use WebSocket for traffic and logs data fetchingHaishan
2019-07-06fix(traffic): prevent GET /traffic being called multiple timesHaishan
2019-05-14feat(logs): fetch logs with correct log levelHaishan
see also #14
2019-04-19fix(streaming): split and join JSON string chunks correctlyHaishan
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-13refactor(logs): move logs state into redux storeHaishan
2019-01-05feat: support view rulesHaishan
2018-12-24use new configs PATCH APIYonghui Zhang
2018-12-07chore: fix linting errorsHaishan
2018-12-07change: use PATCH for config update APIHaishan
2018-12-07feat: initial theming supportHaishan
2018-11-03refactor(hooks): here be dragons!haishanh
2018-11-03refactor(chart): lazy load Chart.js with suspenseHaishan
- chore: add ico favicon - chore: lint - chore: add react-hooks lint rules
2018-10-30refactor: use react hooksHaishan
2018-10-30fix(logs): add random str to each log id to prevent key collisionhaishanh
2018-10-23log: fix potential log decode errorhaishanh
2018-10-23style: tweak log stylesHaishan
2018-10-22chore: make eslint happyhaishanh
2018-10-21fix: reset traffic fetched status on connection failure/shutdownHaishan
2018-10-21feat: support authorization secretHaishan
* also make redux store the single truth store for API information
2018-10-20first commitHaishan