regexowl
f1b4b67293
config/dev: Revert run proxy without VPN for prod envs
...
This reverts commit 49b3f04
2023-04-13 00:13:39 +02:00
Sanne Raymaekers
49b3f04ea2
config/dev: run proxy without VPN for production envs
...
This allows users to develop against production without having access to
the internal network.
62f37029ca/packages/config (running-prod-proxy-without-vpn)
2023-03-27 10:05:23 +02:00
Simon Steinbeiss
d66c141e8d
Remove unused variable
2023-02-27 16:54:29 +01:00
Sanne Raymaekers
3207afce90
config: remove module name in webpack config ( #959 )
...
Due to merging the openshift and chrome plugin systems there's
additional requirements on the format of the module name.
Camelcase is the default, so the values can just be removed from the
config.
2023-02-09 12:17:27 +01:00
lucasgarfield
0f0bb301ee
Update prod webpack config to share router module.
2023-01-12 15:41:26 +01:00
Martin Maroši
122176ecbe
Update webpack config to share router module.
2023-01-12 15:41:26 +01:00
regexowl
ab1a7f4aab
ESLint: Use --fix with updated rules to order imports
...
This applies the updated sorting rules to the files by running `npm run lint:js:fix`
2022-12-02 16:29:58 +01:00
regexowl
0bced556a9
ESLint: Use --fix with new rules to order import declarations
...
Related to #795 . This applies the new sorting rules in ESLint to the files by running `npm run lint:js:fix`
2022-09-14 13:24:38 +02:00
Jacob Kozol
4fa71cede8
update style across the project
...
The eslint updates require style changes in all components.
2022-05-23 12:47:20 +02:00
Sanne Raymaekers
ceb7f3ceef
config: Let frontend-components set deployment in prod config
...
This got broken in #696 , `deployment` never actually got set during the
release build process, and now we default to
`apps`. `frontend-components` will automatically do the right thing and
set the deployment based on the branch name.
2022-04-14 13:05:02 +02:00
Sanne Raymaekers
dd6f91c599
config: Prep prod webpack config for ga
2022-04-12 20:03:38 +02:00
Sanne Raymaekers
d09108aef2
config: Move deployment under general webpack config
...
`deployment` is not specific to the proxy.
2022-04-12 20:03:38 +02:00
Sanne Raymaekers
7a6f177aa5
config: Remove duplicate value in dev webpack conf
2022-04-12 20:03:38 +02:00
Sanne Raymaekers
ce2d1d6dcc
config: Drop skipChrome2
...
This defaults to false.
2022-04-12 20:03:38 +02:00
Jacob Kozol
dc98e58ba5
package.json: add run script for stage env
...
A developer can now run `npm run stage` which will run the UI against
the staging environment on crc.
2022-02-28 15:35:51 +01:00
Sanne Raymaekers
60d7014f89
config: Use correct sassPrefixes in production
2021-10-19 15:32:36 +02:00
Sanne Raymaekers
b7be40bfe1
config: Dev against production environment
2021-10-12 15:44:48 +02:00
Martin Maroši
d3999cbf87
Fix local development and use correct CSS prefixes.
2021-10-12 15:03:04 +02:00
Sanne Raymaekers
2b4516856f
config: Use beta deployments
...
Since our app is deployed under `/beta/insights`, we need to serve the
local files under `/beta` as well. This way we can use the production
chrome and services config.
2021-08-08 15:20:37 +03:00
Martin Marosi
0513ac9ac4
Add missing modules entry to webpack config.
2021-07-15 14:33:56 +02:00
Karel Hala
9a56b859ef
Fix popover visibility
...
DDF wizard and popover has some issues with visibility, this is a quick hack so we should try fix it a bit nicer, but for time being it's fine
2021-06-30 14:15:01 +02:00
Sanne Raymaekers
9c65a705a3
LandingPage: Include link to current commit on GitHub
2021-06-13 13:05:17 +01:00
Sanne Raymaekers
cff45e5948
Revert "config: Skip chrome2 until the configuration is in place in csc"
...
This reverts commit 688291386a .
2021-05-11 14:11:49 +02:00
Sanne Raymaekers
688291386a
config: Skip chrome2 until the configuration is in place in csc
2021-05-10 14:08:18 +02:00
Sanne Raymaekers
4658f59d0b
src: Adapt to insights-chrome 2.0
2021-05-06 11:26:41 +02:00
Jacob Kozol
ea09205a27
test: add initial jest tests
...
Basic jest tests are added for the landing page. These tests use the
react testing library so the enzyme dependencies are removed from the
package.json. The travis config is also updated.
2020-10-22 10:23:08 +02:00
sanne raymaekers
f93d36b972
copy from RedHatInsights/insights-frontend-starter-app template
...
Copied removing unused parts, and includes some initial changes.
2020-04-15 12:46:02 +02:00