Conversation
This reverts commit f0d61c4. Change title, revert to old icon Revert "Changed app name" This reverts commit 3210678. Revert "Changed icons" This reverts commit 937569b. Revert "Change copy" This reverts commit 2a1868c. Revert "Update deeplinks.ts" This reverts commit 33b19a0. Revert "Readme and text corrections" This reverts commit c4735c7. Revert "Added images, removed broken links" This reverts commit c26cfc3.
RK-20861 - APPOBS-8346 fix publisher
* APPOBS-9000/Fix CVE-2025-7783 * Bump version
* APPOBS-9000/Update node version in CircleCI pipeline * APPOBS-9000/Remove empty requirements
Fix issue with tags in BB on-prem
* APPOBS-31166/Updated express and qs versions * Bump version * Revert "Bump version" This reverts commit 284c29a.
Use native os:node package to retrieve user's OS kernel type, version and architecture. Update graphql schema accordingly.
…ype-version-collection-api APPOBS-31180: add osInfo query
* APPOBS-31672/Updated Node version in Dockerfile * APPOBS-31672/Update Node version in CircleCI config
…-application into APPOBS-31134-URL-schemas
Co-authored-by: Ron Belkin <85059617+ron-rookout@users.noreply.github.com>
Add "dynatrace://" Schema Support to Desktop App
APPOBS-32390/Update Apollo server to fix CVE-2026-23897
|
|
||
| async function getLatestVersionName() { | ||
| const LATEST_VERSION_URL = "https://api.github.com/repos/Rookout/explorook/releases/latest"; | ||
| const LATEST_VERSION_URL = "https://api.github.com/repos/Rookout/dynatrace-desktop-application/releases/latest"; |
There was a problem hiding this comment.
Are you migrating the source code of dynatrace desktop app over here? If so, is this change actually something you want to commit?
There was a problem hiding this comment.
I accidentally created a PR on explorook and not in the dynatrace repo :)
| fileTreePageLimit(args: BitbucketInput!): Int | ||
| isTreeLargerThan(args: BitbucketInput!): Boolean | ||
| cacheTree(args: BitbucketInput!): Boolean | ||
| cancelCacheTree: Boolean |
There was a problem hiding this comment.
Hmmm, I see you removed support for large tree caching. Important to note, there may still remain big caches leftover from old versions. Consider adding a small cleanup function to prune entries of unrecognized keys from the store :). Could help avoid leaving unnecessary data on user's pc after removing features
There was a problem hiding this comment.
Interesting, actually this was removed here - https://github.com/Rookout/dynatrace-desktop-application/pull/22/changes
@darcdt was this on purpose?
|
@ElDuderinos Added a review for old times' sake :). Feel free to tag me for a deeper/further look |
Upgrade multiple dependencies to fix vulnerabilities