Skip to content

Commit

Permalink
✨ update the RUM agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerteltier committed Jan 31, 2025
1 parent 8431c75 commit 33bf238
Show file tree
Hide file tree
Showing 14 changed files with 2,884 additions and 832 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: pip install -r pip-requirements.txt
- name: Install mypy + stuff required for checking the tests and setup.py
run: |
pip install -c pip-constraints.txt dulwich html5lib mypy numpy pytest pytest-is-running time-machine trove-classifiers
pip install -c pip-constraints.txt dulwich html5lib mypy numpy pytest pytest-is-running time-machine trove-classifiers zopflipy zstd
grep "^types-" pip-constraints.txt | xargs pip install
- name: Run mypy
run: mypy
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Install requirements
run: pip install -r pip-requirements.txt
- name: Install Pylint + stuff required for checking the tests and setup.py
run: pip install -c pip-constraints.txt html5lib pylint pylint-pytest pytest setuptools time-machine trove-classifiers
run: pip install -c pip-constraints.txt html5lib pylint pylint-pytest pytest setuptools time-machine trove-classifiers zopflipy zstd
- name: Run Pylint
run: pylint -r y -d fixme .
env:
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hoist = false

auto-install-peers = false
node-version = 18.20.5
node-version = 18.20.6
engine-strict = true

@jsr:registry = https://npm.jsr.io
178 changes: 89 additions & 89 deletions Pipfile.lock

Large diffs are not rendered by default.

1,462 changes: 934 additions & 528 deletions an_website/vendored/apm-rum/elastic-apm-rum.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion an_website/vendored/apm-rum/elastic-apm-rum.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion an_website/vendored/apm-rum/elastic-apm-rum.umd.min.js.map

Large diffs are not rendered by default.

1,646 changes: 1,646 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.3.wasm",
"https://plugins.dprint.dev/toml-0.6.4.wasm",
"https://plugins.dprint.dev/dockerfile-0.3.2.wasm"
// "https://plugins.dprint.dev/g-plane/malva-v0.11.1.wasm"
// "https://plugins.dprint.dev/g-plane/markup_fmt-v0.18.0.wasm"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"@core-js/compat": "4.0.0-alpha.0",
"@eslint/eslintrc": "^2.1.4",
"@eslint/js": "^8.57.1",
"@pnpm/types": "^1000.1.0",
"@std/cli": "npm:@jsr/std__cli@^1.0.11",
"@pnpm/types": "^1000.1.1",
"@std/cli": "npm:@jsr/std__cli@^1.0.12",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^18.19.71",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@types/node": "^18.19.74",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"browserslist": "4.24.4",
"browserslist-to-esbuild": "^2.1.1",
"caniuse-lite": "1.0.30001690",
Expand All @@ -32,15 +32,15 @@
"gzip-size": "^7.0.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"stylelint": "^16.13.2",
"stylelint": "^16.14.1",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-prettier": "^5.0.2",
"stylelint-no-unsupported-browser-features": "^8.0.4",
"stylelint-prettier": "^5.0.3",
"ts-node": "https://asozial.beer/ts-node-241116.tgz",
"type-fest": "^4.33.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.21.0",
"typescript": "5.8.0-beta",
"typescript-eslint": "^8.22.0",
"typescript-eslint-language-service": "^5.0.5"
},
"packageManager": "[email protected]+sha512.c89847b0667ddab50396bbbd008a2a43cf3b581efd59cf5d9aa8923ea1fb4b8106c041d540d08acb095037594d73ebc51e1ec89ee40c88b30b8a66c0fae0ac1b",
Expand Down
2 changes: 1 addition & 1 deletion pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pysocks==1.7.1
python-geoip-geolite2-yplan==2019.1224
python-geoip-yplan==1.2
pytz==2024.2
rapidfuzz==3.11.0
rapidfuzz==3.12.1
redis==5.2.1
regex==2024.11.6
setproctitle==1.3.4
Expand Down
2 changes: 1 addition & 1 deletion pip-dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2
python-geoip-geolite2-yplan==2019.1224
python-geoip-yplan==1.2
pytz==2024.2
rapidfuzz==3.11.0; python_version >= '3.9'
rapidfuzz==3.12.1; python_version >= '3.9'
redis[hiredis]==5.2.1; python_version >= '3.8'
regex==2024.11.6; python_version >= '3.8'
setproctitle==1.3.4; python_version >= '3.8'
Expand Down
2 changes: 1 addition & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python-geoip-geolite2-yplan==2019.1224
python-geoip-yplan==1.2
pytz==2024.2
pyyaml==6.0.2; python_version >= '3.8'
rapidfuzz==3.11.0; python_version >= '3.9'
rapidfuzz==3.12.1; python_version >= '3.9'
redis[hiredis]==5.2.1; python_version >= '3.8'
regex==2024.11.6; python_version >= '3.8'
setproctitle==1.3.4; python_version >= '3.8'
Expand Down
Loading

0 comments on commit 33bf238

Please sign in to comment.