github-actions[bot]
5af2c4f412
Version Packages (next)
2023-03-21 13:38:30 +00:00
Morgan Bentell
103f5e2793
Merge branch 'master' into techdocs/remove-warnings
...
Signed-off-by: Morgan Bentell <morgan.bentell@gmail.com >
2023-03-16 16:18:32 +01:00
github-actions[bot]
24632ad94b
Version Packages
2023-03-14 14:31:40 +00:00
github-actions[bot]
0eceadb950
Version Packages (next)
2023-03-07 17:21:48 +00:00
Morgan Bentell
cef1a238a9
bump mui labs to remove warnings
...
Signed-off-by: Morgan Bentell <mbentell@spotify.com >
2023-02-28 17:35:09 +01:00
github-actions[bot]
b19b95fc09
Version Packages (next)
2023-02-28 13:04:36 +00:00
renovate[bot]
52b0022dab
chore(deps): update dependency msw to v1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-02-22 12:55:56 +00:00
github-actions[bot]
b4627f23b2
Version Packages (next)
2023-02-21 15:40:30 +00:00
github-actions[bot]
25b57cc07f
Version Packages
2023-02-14 13:41:52 +00:00
Fredrik Adelöw
489a791748
Merge pull request #16286 from JanCVanB/update_yarn_add_cwd_docs
...
Update docs to always use `yarn add --cwd` for app & backend
2023-02-14 12:15:20 +01:00
Fredrik Adelöw
4bdd6bcb3c
Prefer Link over plain anchors
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-02-14 10:21:48 +01:00
Jan Van Bruggen
c51efce2a0
Update docs to always use yarn add --cwd for app & backend
...
Some commands currently error, and others are simply formatted inconsistently.
This format seems to work and be the most popular/common,
so I applied it to all similar occurrences.
Signed-off-by: Jan Van Bruggen <JanVB@verily.com >
2023-02-13 09:40:20 -07:00
github-actions[bot]
b2a73c984a
Version Packages (next)
2023-02-07 15:03:45 +00:00
Ben Lambert
cf7928d626
Merge pull request #15846 from dpfaffenbauer/lighthouse-scheduler
...
Feature: Introduce Lighthouse Backend with Scheduling of Audits
2023-02-01 11:03:38 +01:00
github-actions[bot]
675324ed19
Version Packages (next)
2023-01-31 14:45:37 +00:00
Dominik Pfaffenbauer
a6560422c9
update api-report
...
Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at >
2023-01-25 16:19:58 +01:00
github-actions[bot]
12a7b316ee
Version Packages (next)
2023-01-24 12:01:10 +00:00
Dominik Pfaffenbauer
7b631ca604
fix tests
...
Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at >
2023-01-19 16:18:04 +01:00
Dominik Pfaffenbauer
eef62546ce
Introduce Lighthouse Backend with Scheduling of Audits
...
Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at >
2023-01-19 08:59:01 +01:00
github-actions[bot]
6d46667727
Version Packages
2023-01-17 11:50:48 +00:00
Carlos Esteban Lopez
1daac71e74
fix: Apply linter <span> rule
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2023-01-10 16:07:40 -05:00
github-actions[bot]
9521f1274d
Version Packages (next)
2023-01-10 14:18:51 +00:00
Fredrik Adelöw
2667123374
Merge pull request #15234 from CSalih/fix-lighthouse-links
...
Fix lighthouse navigate to a wrong URL
2023-01-05 14:11:57 +01:00
github-actions[bot]
c4132274d9
Version Packages (next)
2023-01-03 14:44:31 +00:00
Patrik Oldsberg
0f50c7c754
refactor tests to use renderInTestApp
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-12-31 19:14:29 +01:00
github-actions[bot]
f834622f56
Version Packages (next)
2022-12-27 15:22:57 +00:00
Salih Candir
1c0fcca4b8
refactor: use route ref instead of relative paths
...
Using `useRouteRef` allows us to make the component testable, with a relative path we cannot use `mountedRoutes` within `wrapInTestApp`
Signed-off-by: Salih Candir <salih@live.at >
2022-12-23 17:24:38 +01:00
Salih Candir
1bb2630563
fix: use right url path
...
Signed-off-by: Salih Candir <salih.candir@styleflasher.at >
Signed-off-by: Salih Candir <salih@live.at >
2022-12-23 17:24:38 +01:00
Salih Candir
ef795700d6
fix: use '../' instead of '../../' for relative paths
...
With `../../audit/<id>` we navigate from `/<base-url>/audit/<id>` to `/audit/<id>` but this is wrong because the base path is missing. Therefore we use `../audit/<id>` and this will navigate to the right url with respect to the base path.
Signed-off-by: Salih Candir <salih@live.at >
2022-12-23 17:24:37 +01:00
blam
f2ea446de0
chore: apply changesets from hotfix
...
Signed-off-by: blam <ben@blam.sh >
2022-12-21 16:24:52 +01:00
github-actions[bot]
3245539963
Version Packages
2022-12-20 11:30:21 +00:00
Fredrik Adelöw
5e5f5f9b24
Merge pull request #15240 from LANGERGabrielle/fix/lighthouse-7-form-factor
...
plugin-lighthouse: fix form factor field not working
2022-12-16 11:15:00 +01:00
Gabrielle Langer
226099ad03
fix(plugin-lighthouse): incorporate feedback and add unit tests
...
Signed-off-by: Gabrielle Langer <gabrielle.langer.ext@corp.ovh.com >
2022-12-14 18:10:04 +01:00
Gabrielle Langer
e3dfef3f63
fix(plugin-lighthouse): fix form factor field in the audit creation form not working with the latest version of lighthouse-audit-service
...
Signed-off-by: Gabrielle Langer <gabrielle.langer.ext@corp.ovh.com >
2022-12-14 15:51:31 +01:00
github-actions[bot]
b2f4e97add
Version Packages (next)
2022-12-13 16:56:03 +00:00
github-actions[bot]
fbc645cf88
Version Packages (next)
2022-12-08 09:11:43 +00:00
github-actions[bot]
6465ab3686
Version Packages (next)
2022-12-06 13:22:31 +00:00
github-actions[bot]
2cb6963f9b
Version Packages (next)
2022-11-29 11:14:34 +00:00
Fredrik Adelöw
3bd6cc7c55
some more progress toward ubiquitous eslint-plugin-testing-library
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-11-23 09:28:37 +01:00
github-actions[bot]
83d3167594
Version Packages (next)
2022-11-22 15:40:52 +00:00
renovate[bot]
3280711113
Update dependency msw to ^0.49.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-11-22 04:34:08 +00:00
Fredrik Adelöw
cb716004ef
add some eslint rules for testing-library use in tests
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-11-18 11:29:20 +01:00
github-actions[bot]
3164131851
Version Packages
2022-11-15 12:31:55 +00:00
renovate[bot]
e13cd3feaf
Update dependency msw to ^0.48.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-11-09 10:15:16 +00:00
github-actions[bot]
b01fea7b8c
Version Packages (next)
2022-11-08 14:04:37 +00:00
github-actions[bot]
d4df1fbb2e
Version Packages (next)
2022-10-25 13:18:27 +00:00
github-actions[bot]
f0196a2f04
Version Packages
2022-10-18 09:55:10 +00:00
github-actions[bot]
9282c018c7
Version Packages (next)
2022-10-11 14:30:05 +00:00
github-actions[bot]
721c1efdb4
Version Packages (next)
2022-10-04 12:08:16 +00:00
github-actions[bot]
4e94720142
Version Packages (next)
2022-09-27 10:57:53 +00:00