This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git.
from 2b05ba5 Feat: init project and add configs (#1)
new 2b25db4 Create build.yml
new 2738dfa Merge branch 'master' of
https://github.com/apache/skywalking-client-js
new 229fd67 feat: init projects and add configs
new 84f52ec feat: add lock file
new a89ad39 fix: lint
new e522f28 fix: path
new b0560f8 feat: add monitor
new 6d5cceb feat: add monitor
new c91a510 merge
new b21eda1 fix: lint
new 01ad9cc feat: add fields
new 452ab24 feat: add params
new 0c3748f fix: update params
new 5d249c5 fix: rm dist
new 40243d0 fix: add gitignore
new 31b2da9 fix: address pr
new b433b92 fix: path
new e0bd856 Merge pull request #3 from Fine0830/feat-monitor
The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/index.ts => index.js | 4 +-
package.json | 6 +--
server.js | 53 +++++++++++-----------
src/{monitor.ts => errors/jsErrors.ts} | 22 ++++++++--
src/monitor.ts | 36 ++++++++++++---
src/services/base.ts | 78 +++++++++++++++++++++++++++++++++
tslint.json => src/services/constant.ts | 35 +++++++--------
src/services/report.ts | 68 ++++++++++++++++++++++++++++
src/{monitor.ts => services/task.ts} | 22 ++++++++--
src/{monitor.ts => services/types.d.ts} | 31 ++++++++++---
src/{monitor.ts => types.d.ts} | 17 ++++---
webpack.config.js | 2 +-
12 files changed, 300 insertions(+), 74 deletions(-)
copy src/index.ts => index.js (90%)
copy src/{monitor.ts => errors/jsErrors.ts} (57%)
create mode 100644 src/services/base.ts
copy tslint.json => src/services/constant.ts (64%)
create mode 100644 src/services/report.ts
copy src/{monitor.ts => services/task.ts} (63%)
copy src/{monitor.ts => services/types.d.ts} (58%)
copy src/{monitor.ts => types.d.ts} (74%)