Commit graph

19 commits

Author SHA1 Message Date
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