diff --git a/.circleci/config.yml b/.circleci/config.yml index 908782d5..dd45ec99 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,7 +95,7 @@ jobs: - run: name: Generate release notes command: | - export EXPLOROOK_VERSION=$(node -e 'console.log(require("./package").version)') && curl -X POST https://github-enforcer.rookout.com/release -H "Content-Type: application/json" -H "X-Enforcer-Signature: $ENFORCER_SECRET" -d '{"repository":{"full_name":"Rookout/explorook"},"data":{"inner_version":"v'$EXPLOROOK_VERSION'","version_to_publish":"'$EXPLOROOK_VERSION'","component":"explorook","released_by":"CircleCI"}}' + export DYNATRACE_DESKTOP_APP_VERSION=$(node -e 'console.log(require("./package").version)') && curl -X POST https://github-enforcer.rookout.com/release -H "Content-Type: application/json" -H "X-Enforcer-Signature: $ENFORCER_SECRET" -d '{"repository":{"full_name":"Rookout/dynatrace-desktop-application"},"data":{"inner_version":"v'$DYNATRACE_DESKTOP_APP_VERSION'","version_to_publish":"'$DYNATRACE_DESKTOP_APP_VERSION'","component":"dynatrace-desktop-application","released_by":"CircleCI"}}' workflows: version: 2 publish-pipeline: diff --git a/.gitignore b/.gitignore index 488710f6..6a1bbb2d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ dist .idea .eslintcache yarn-error.log - +pkg release-builds installers diff --git a/README.md b/README.md index 1dcb955b..5a4f4fff 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,25 @@

Rookout desktop app

- The Rookout desktop app makes it easy to view local files in your browser. + The Dyantrace desktop app makes it easy to view local files in your browser.

## About -[![CircleCI](https://img.shields.io/circleci/build/github/Rookout/explorook.svg?style=flat-square)](https://circleci.com/gh/Rookout/explorook) -[![GitHub release](https://img.shields.io/github/release/rookout/explorook.svg?style=flat-square)](https://GitHub.com/Rookout/explorook/releases/) -[![Github all releases](https://img.shields.io/github/downloads/rookout/explorook/total.svg?style=flat-square)](https://GitHub.com/Rookout/explorook/releases/) -[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=flat-square)](https://GitHub.com//Rookout/explorook/graphs/commit-activity) -[![GitHub contributors](https://img.shields.io/github/contributors/rookout/explorook.svg?style=flat-square)](https://GitHub.com/Rookout/explorook/graphs/contributors/) -[![GitHub license](https://img.shields.io/github/license/rookout/explorook.svg?style=flat-square)](https://github.com/Rookout/explorook/blob/master/LICENSE) -[![Known Vulnerabilities](https://snyk.io/test/github/rookout/explorook/badge.svg?style=flat-square)](https://snyk.io/test/github/rookout/explorook) +[![CircleCI](https://img.shields.io/circleci/build/github/Rookout/dynatrace-desktop-application.svg?style=flat-square)](https://circleci.com/gh/Rookout/dynatrace-desktop-application) +[![GitHub release](https://img.shields.io/github/release/rookout/dynatrace-desktop-application.svg?style=flat-square)](https://GitHub.com/Rookout/dynatrace-desktop-application/releases/) +[![Github all releases](https://img.shields.io/github/downloads/rookout/dynatrace-desktop-application/total.svg?style=flat-square)](https://GitHub.com/Rookout/dynatrace-desktop-application/releases/) +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=flat-square)](https://GitHub.com//Rookout/dynatrace-desktop-application/graphs/commit-activity) +[![GitHub contributors](https://img.shields.io/github/contributors/rookout/dynatrace-desktop-application.svg?style=flat-square)](https://GitHub.com/Rookout/dynatrace-desktop-application/graphs/contributors/) +[![GitHub license](https://img.shields.io/github/license/rookout/dynatrace-desktop-application.svg?style=flat-square)](https://github.com/Rookout/dynatrace-desktop-application/blob/master/LICENSE) +[![Known Vulnerabilities](https://snyk.io/test/github/rookout/dynatrace-desktop-application/badge.svg?style=flat-square)](https://snyk.io/test/github/rookout/dynatrace-desktop-application) [![Twitter Follow](https://img.shields.io/twitter/follow/rookoutlabs.svg?style=social)](https://twitter.com/rookoutlabs) Rookout is a data extraction and pipelining platform, which provides the ability to collect any piece of data from live code, on-demand, using non-breaking breakpoints (Learn more about Rookout on our [website](https://www.rookout.com) or our [docs pages](https://docs.rookout.com)). -The Rookout desktop app ("explorook") allows you to navigate through your local projects in a simple and flexible manner. Use this app in combination with the Rookout web debugger to set non-breaking breakpoints in your source files, and to instantly apply them to live code. +The Dynatrace desktop app ("dynatrace-desktop-application") allows you to navigate through your local projects in a simple and flexible manner. Use this app in combination with the Rookout web debugger to set non-breaking breakpoints in your source files, and to instantly apply them to live code.

- Rookout Desktop App + Rookout Desktop App

- Ease of use - set up once and easily access any directory or file you choose directly from the browser. No need to manually open or refresh files and folders; no additional privileges needed. @@ -50,7 +50,7 @@ https://youtu.be/watch?v=mkMpzQPNcsI ## Contributing There are many ways in which you can participate in the project, for example: -- [Submit bugs and feature requests](https://github.com/Rookout/explorook/issues), and help us verify as they are checked in. +- [Submit bugs and feature requests](https://github.com/Rookout/dynatrace-desktop-application/issues), and help us verify as they are checked in. - Review the [documentation](https://docs.rookout.com) and make pull requests for anything from typos to new content. If you are interested in fixing issues and contributing directly to the code base, please reach out to support@rookout.com. @@ -58,8 +58,8 @@ If you are interested in fixing issues and contributing directly to the code bas ## Feedback - Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/rookout) -- [Request a new feature](https://github.com/Rookout/explorook/issues) -- [File an issue](https://github.com/Rookout/explorook/issues) +- [Request a new feature](https://github.com/Rookout/dynatrace-desktop-application/issues) +- [File an issue](https://github.com/Rookout/dynatrace-desktop-application/issues) - Follow [@rookoutlabs](https://twitter.com/rookoutlabs) and let us know what you think! - Read and subscribe to the [official Rookout Blog](https://www.rookout.com/blog/) diff --git a/package.json b/package.json index 2e217370..eb232906 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "explorook", - "version": "1.16.5", - "description": "Rookout's site addon to support local files and folders", + "name": "dynatrace-desktop-application", + "version": "0.0.1", + "description": "dynatrace desktop application's site addon to support local files and folders", "main": "dist/index.js", "scripts": { "postinstall": "patch-package", @@ -18,15 +18,14 @@ "debug": "cross-env development=1 $NODE_DEBUG_OPTION yarn run build && cross-env development=1 electron --inspect-brk ./dist/index.js" }, "build": { - "productName": "Rookout Desktop App", + "productName": "Dynatrace Desktop App", "extends": null, - "appId": "com.rookout.explorook", - "afterSign": "./afterSignHook.js", + "appId": "com.rookout.dynatrace-desktop-application", "publish": [ { "provider": "github", - "owner": "rookout", - "repo": "explorook" + "owner": "Dynatrace", + "repo": "dynatrace-desktop-application" } ], "directories": { @@ -35,7 +34,7 @@ "protocols": { "name": "rookout", "schemes": [ - "rookout" + "dynatrace" ] }, "files": [ @@ -71,7 +70,7 @@ "icon": "assets/icons/logo@512x512.png" } }, - "repository": "https://github.com/rookout/explorook", + "repository": "https://github.com/rookout/dynatrace-desktop-application", "keywords": [ "Rookout", "Explorer", diff --git a/src/index.ts b/src/index.ts index 12af11a6..39d05fdf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -307,7 +307,7 @@ async function update() { } 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"; const response = await fetch(LATEST_VERSION_URL); if (!response.ok) { throw new Error(`Error fetching latest version. Got: ${response.status} status with body: ${await response.text()}`); diff --git a/src/webapp/src/components/Header.js b/src/webapp/src/components/Header.js index c7e3d841..5cff8e1f 100644 --- a/src/webapp/src/components/Header.js +++ b/src/webapp/src/components/Header.js @@ -6,7 +6,7 @@ import { Menu, MenuItem } from "@material-ui/core"; import { closeWindow } from "../utils"; import * as Store from "electron-store"; -const EXPLOROOK_VERSION = app.getVersion(); +const DYNATRACE_DESKTOP_APPLICATION_VERSION = app.getVersion(); export const Header = () => { const [anchorEl, setAnchorEl] = useState(null); @@ -48,8 +48,8 @@ export const Header = () => {
-

Rookout Desktop App

-

{EXPLOROOK_VERSION}

+

Dynatrace Desktop App

+

{DYNATRACE_DESKTOP_APPLICATION_VERSION}