Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promote main #541

Merged
merged 51 commits into from
Sep 30, 2024
Merged
Changes from 2 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
78471cc
sentry update
hubsmoke Sep 9, 2024
2c9efb1
fix env
hubsmoke Sep 9, 2024
633a2a3
add sentry build step
hubsmoke Sep 9, 2024
b1b957a
add sentry build step
hubsmoke Sep 9, 2024
dd604cd
add sentry build step
hubsmoke Sep 10, 2024
5338763
sentry cli token
hubsmoke Sep 11, 2024
456c62b
sentry cli token
hubsmoke Sep 11, 2024
c5927e2
Merge branch 'develop' of https://github.com/desci-labs/nodes into se…
hubsmoke Sep 11, 2024
34148db
dont autorun sentry on yarn build
hubsmoke Sep 15, 2024
bc39c03
Merge branch 'develop' of https://github.com/desci-labs/nodes into se…
hubsmoke Sep 16, 2024
3bcf796
run sentry?
hubsmoke Sep 16, 2024
8c05554
echo sentrytoken to env for build
hubsmoke Sep 16, 2024
6594d3c
fix newline
hubsmoke Sep 16, 2024
2c3fddd
add sentry token to inner env
hubsmoke Sep 16, 2024
8c14ce6
test build
hubsmoke Sep 16, 2024
ddc7532
test build
hubsmoke Sep 16, 2024
d3c4daa
fix check on nested fields for filtering
kadamidev Sep 20, 2024
bce879b
Merge pull request #506 from desci-labs/nesting-fix
kadamidev Sep 20, 2024
0137f4c
add community control plane(admin) routes, control plane route data v…
shadrach-tayo Sep 21, 2024
d498f8f
nodeslib: force sep eth chainid in CACAO unless overridden
m0ar Sep 23, 2024
2796d0c
Merge pull request #507 from desci-labs/m0ar/nodeslib-force-cacao-cha…
m0ar Sep 23, 2024
ae42753
clean up
shadrach-tayo Sep 23, 2024
2d6afe0
sanity check before attempting to retrieve automerge url doc
shadrach-tayo Sep 23, 2024
5e4fffc
Merge pull request #508 from desci-labs/fix/sanitize-automergeurl
shadrach-tayo Sep 23, 2024
4179629
implement community update api
shadrach-tayo Sep 23, 2024
fe3a28e
add and update attestation api
shadrach-tayo Sep 23, 2024
eb1fc1b
add and remove community member apis
shadrach-tayo Sep 23, 2024
c40c973
implement apis for adding/removing community required attestations
shadrach-tayo Sep 24, 2024
42c5f7c
sanitize output for email
hubsmoke Sep 24, 2024
8a3ffc6
clean up
shadrach-tayo Sep 24, 2024
164b56e
ceramic: bump nodes to 6.5.0
m0ar Sep 24, 2024
ba0dbac
Merge pull request #512 from desci-labs/m0ar/ceramic-6.5.0
m0ar Sep 24, 2024
80cb3be
Merge pull request #509 from desci-labs/tay/community-admin
shadrach-tayo Sep 24, 2024
82b1782
server: include stream & dpid with other public info in checkNodeAccess
m0ar Sep 24, 2024
1889bd5
Merge pull request #513 from desci-labs/m0ar/public-info-in-access-check
m0ar Sep 24, 2024
1613295
Merge pull request #511 from desci-labs/sanitize-outputs
hubsmoke Sep 24, 2024
04ba63e
fix: Orcid Nodes dataset work record dpid path, clear orcid work reco…
shadrach-tayo Sep 24, 2024
85e042d
adjust match filter to handle arrays
kadamidev Sep 25, 2024
ff596ab
Merge pull request #514 from desci-labs/fix/orcid-works-faulty-datase…
hubsmoke Sep 25, 2024
643e9c6
Merge pull request #528 from desci-labs/filter-adjustments
hubsmoke Sep 25, 2024
56ee606
ceramic: enable metrics scraping endpoiunts, fixed dev deployment str…
m0ar Sep 27, 2024
06f310a
Merge pull request #533 from desci-labs/m0ar/ceramic-metrics
m0ar Sep 27, 2024
90af1fe
fix radar query for ceramic streams
hubsmoke Sep 27, 2024
5313c5b
Merge pull request #534 from desci-labs/fix-submit-dpid
hubsmoke Sep 27, 2024
f20e5c0
Merge pull request #476 from desci-labs/sentry-update
hubsmoke Sep 27, 2024
7995fc2
update sentry tracing to log db and http reqs in sentry
hubsmoke Sep 28, 2024
1d1ea7f
Merge pull request #536 from desci-labs/sentry-traces
hubsmoke Sep 28, 2024
32044b5
apply profile sample rate
hubsmoke Sep 30, 2024
ecc85e1
Merge pull request #538 from desci-labs/sentry-update-2
hubsmoke Sep 30, 2024
2d8146a
fix build
hubsmoke Sep 30, 2024
6ac8892
fix build2
hubsmoke Sep 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions desci-server/src/server.ts
Original file line number Diff line number Diff line change
@@ -230,6 +230,7 @@ class AppServer {
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
profilesSampleRate: 1.0,
});
Sentry.setupExpressErrorHandler(this.app);
} else {
Loading