Skip to content

Commit

Permalink
remove unused gateway config
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Jun 10, 2024
1 parent da2f831 commit d0a05a0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 77 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/dev-gateway-release.yml

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This app can be developed in standalone, community, or insights mode. Insights m

#### Modes

* `start-standalone`: assumes `oci/standalone`, http://localhost:8002/ui/ and http://localhost:55001/api/galaxy/
* `start-standalone`: assumes `oci/standalone` or `oci/dab`, http://localhost:8002/ui/ and http://localhost:55001/api/galaxy/
* `start-community`: assumes `oci/community`, http://localhost:8002/ui/ and http://localhost:5001/api/
* `start-insights`: assumes `oci/insights`, http://localhost:8002/preview/ansible/automation-hub/ and http://localhost:55001/api/automation-hub/
* **NOTE:** This option is only relevant to Red Hat employees.
Expand Down Expand Up @@ -95,14 +95,13 @@ List of all workflows:
- `backported-labels`: Add a backported-* label when a PR is backported to stable-*; on patchback merges
- `cypress`: Run Cypress integration tests; on PRs, pushes and cron
- `dev-release`: Build and upload to github releases, update `dev` tag; when master is updated
- `dev-gateway-release`: Build and upload to github releases, update `dev-gateway` tag; when master is updated
- `i18n`: Extract and merge l10n strings; cron
- `pr-checks`: Check for linter errors, obsolete package-lock.json and merge commits; on PRs only
- `stable-release`: Build and upload to github releases; when a stable release is created

List by branches:

- `master`: `backported-labels`, `cypress`, `dev-release`, `dev-gateway-release`, `i18n`, `pr-checks`, `stable-release`
- `master`: `backported-labels`, `cypress`, `dev-release`, `i18n`, `pr-checks`, `stable-release`
- `stable-*`: `backported-labels`, `cypress`, `i18n` (via cron from master), `pr-checks`, `stable-release`


Expand Down
11 changes: 0 additions & 11 deletions config/standalone.gateway.prod.webpack.config.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"build-community": "NODE_ENV=production webpack --config config/community.prod.webpack.config.js",
"build-insights": "NODE_ENV=production webpack --config config/insights.prod.webpack.config.js",
"build-standalone": "NODE_ENV=production webpack --config config/standalone.prod.webpack.config.js",
"build-standalone-gateway": "NODE_ENV=production webpack --config config/standalone.gateway.prod.webpack.config.js",
"eslint": "eslint src/ config/ test/",
"eslint:fix": "eslint --fix src/ config/ test/",
"find-unused-exports": "npx find-unused-exports --module-glob 'src/**/*.{js,ts,jsx,tsx}' --resolve-file-extensions 'tsx,ts,jsx,js' --resolve-index-files",
Expand Down

0 comments on commit d0a05a0

Please sign in to comment.