Skip to content

Commit

Permalink
chore: delete manager and update server_manager/README.md (Jigsaw-Cod…
Browse files Browse the repository at this point in the history
…e#1511)

* delete manager and update readme

* remove scopes from commitlint

* update jobs

* Update src/server_manager/README.md

Co-authored-by: Vinicius Fortuna <fortuna@users.noreply.github.com>

* Update README.md

* npx karma

* install puppeteer

* webpack, too? jeez.

* finally

---------

Co-authored-by: Vinicius Fortuna <fortuna@users.noreply.github.com>
  • Loading branch information
daniellacosse and fortuna authored Feb 22, 2024
1 parent ea81c99 commit cd5f917
Show file tree
Hide file tree
Showing 247 changed files with 7,716 additions and 75,266 deletions.
89 changes: 0 additions & 89 deletions .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,92 +117,3 @@ jobs:

- name: Sentry Webhook Test
run: npm run action sentry_webhook/test

manager-web-test:
name: Manager Web Test
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Install NPM Dependencies
run: npm ci

- name: Manager Web Test
run: npm run action server_manager/test

manager-linux-debug-build:
name: Manager Linux Debug Build
runs-on: ubuntu-latest
needs: manager-web-test
env:
SENTRY_DSN: debug
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Install NPM Dependencies
run: npm ci

- name: Build Linux Manager
run: npm run action server_manager/electron_app/build linux

manager-windows-debug-build:
name: Manager Windows Debug Build
runs-on: windows-2019
needs: manager-web-test
env:
SENTRY_DSN: debug
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Install NPM Dependencies
run: npm ci

- name: Build Windows Manager
run: npm run action server_manager/electron_app/build windows

manager-mac-debug-build:
name: Manager MacOS Debug Build
runs-on: macos-11
needs: manager-web-test
env:
SENTRY_DSN: debug
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Install NPM Dependencies
run: npm ci

- name: Set XCode Version
run: sudo xcode-select -switch /Applications/Xcode_13.2.app

- name: Build MacOS Manager
run: npm run action server_manager/electron_app/build macos
12 changes: 1 addition & 11 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@ module.exports = {
'scope-enum': [
2,
'always',
[
'devtools',
'devtools/build',
'docs',
'manager',
'manager/electron',
'manager/web',
'metrics_server',
'sentry_webhook',
'server',
],
['devtools', 'devtools/build', 'docs', 'metrics_server', 'sentry_webhook', 'server'],
],
},
};
Loading

0 comments on commit cd5f917

Please sign in to comment.