Skip to content

Commit

Permalink
1st init only for creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaAylonDyn committed Jul 23, 2024
1 parent 3ca80c1 commit a8a19ae
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist
.idea
.eslintcache
yarn-error.log

pkg
release-builds
installers

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
<h3 align="center">Rookout desktop app</h3>

<p align="center">
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.
</p>

## 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.

<p align="center">
<img src="https://github.com/Rookout/explorook/blob/master/assets/animated-gif.gif" alt="Rookout Desktop App" width="840" />
<img src="https://github.com/Rookout/dynatrace-desktop-application/blob/master/assets/animated-gif.gif" alt="Rookout Desktop App" width="840" />
</p>

- 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.
Expand All @@ -50,16 +50,16 @@ 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 [email protected].

## 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/)

Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand All @@ -35,7 +34,7 @@
"protocols": {
"name": "rookout",
"schemes": [
"rookout"
"dynatrace"
]
},
"files": [
Expand Down Expand Up @@ -71,7 +70,7 @@
"icon": "assets/icons/[email protected]"
}
},
"repository": "https://github.com/rookout/explorook",
"repository": "https://github.com/rookout/dynatrace-desktop-application",
"keywords": [
"Rookout",
"Explorer",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()}`);
Expand Down
6 changes: 3 additions & 3 deletions src/webapp/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -48,8 +48,8 @@ export const Header = () => {
</div>
<div className="Header flex">
<img src="logo.png" className="Header-logo" />
<p className="Header-title" title={EXPLOROOK_VERSION}>Rookout Desktop App</p>
<p className="gray-shaded" id="version-title">{EXPLOROOK_VERSION}</p>
<p className="Header-title" title={DYNATRACE_DESKTOP_APPLICATION_VERSION}>Dynatrace Desktop App</p>
<p className="gray-shaded" id="version-title">{DYNATRACE_DESKTOP_APPLICATION_VERSION}</p>
</div>
<hr className="Header-line"></hr>
</div>
Expand Down

0 comments on commit a8a19ae

Please sign in to comment.