130 Commits

Author SHA1 Message Date
dependabot[bot]
f4eae69200
[dependabot] Bump follow-redirects from 1.13.2 to 1.14.7 in /frontend (#710)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.2 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.2...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 15:28:52 +01:00
Arseniy Zaostrovnykh
0223c2a00d
Fix UI warnings: <div> nested in <p> and list items lacking keys (#708)
Fix the two warnings observed when testing the SearchPage component:

- Each child in an array should have a unique "key" prop.
  -> add a key prop to list items
- <div> cannot be nested in <p> (or sth to that effect)
  -> change the relevant Typography components from "p" to "div"
2022-01-13 17:41:44 +01:00
SonarTech
5d1098dec3 update coverage information 2022-01-13 08:56:32 +00:00
dependabot[bot]
f11201086d
[dependabot] Bump color-string from 1.5.4 to 1.9.0 in /frontend (#703)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.9.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.9.0)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-12 19:24:25 +00:00
dependabot[bot]
3cfb0cfb88
[dependabot] Bump url-parse from 1.4.7 to 1.5.4 in /frontend (#701)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.4.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.4)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-12 20:18:23 +01:00
Arseniy Zaostrovnykh
b335def299
Fix the frontend warnings (#696)
Two warnings descovered when trying to test RulePage component:
- `<div>` nested in `<p>`
- `<Tabs>` component with contradictory attributes: `centered` and `scrollable`
2022-01-12 17:52:35 +00:00
dependabot[bot]
ff5c279c03
[dependabot] Bump path-parse from 1.0.6 to 1.0.7 in /frontend (#700)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-12 16:52:38 +00:00
dependabot[bot]
fd08b091f0
[dependabot]Bump tmpl from 1.0.4 to 1.0.5 in /frontend (#697) 2022-01-12 16:38:45 +00:00
dependabot[bot]
353f6e5a61
[dependabot] Bump tar from 4.4.13 to 4.4.19 in /frontend (#698)
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-12 16:25:51 +00:00
Arseniy Zaostrovnykh
a32b29744e
RULEAPI-571: Increase test coverage of the GitHub Page (#692) 2022-01-12 15:58:15 +00:00
tomasz-kaminski-sonarsource
fb4391ec23
RULEAPI-579: Enable project analysis in SonarQube Next (#693) 2022-01-12 14:45:44 +00:00
SonarTech
1cc987dfbd update coverage information 2022-01-11 09:36:04 +00:00
SonarTech
12b89f8540 update coverage information 2022-01-07 08:37:41 +00:00
SonarTech
8df99d19d1 update coverage information 2022-01-06 00:32:44 +00:00
SonarTech
89dd495920 update coverage information 2022-01-05 00:31:21 +00:00
SonarTech
cf71238dbd update coverage information 2021-12-31 00:32:03 +00:00
SonarTech
918ab08104 update coverage information 2021-12-19 00:31:25 +00:00
SonarTech
13e2b03e80 update coverage information 2021-12-17 00:31:11 +00:00
SonarTech
e908432514 update coverage information 2021-12-15 06:43:13 +00:00
SonarTech
c6438133a0 update coverage information 2021-12-14 05:44:24 +00:00
SonarTech
7da6c814c7 update coverage information 2021-12-10 00:31:27 +00:00
SonarTech
9067e46cab update coverage information 2021-12-09 00:31:40 +00:00
SonarTech
a5bc5b1473 update coverage information 2021-12-08 08:00:20 +00:00
SonarTech
85ccaacfce update coverage information 2021-12-03 00:32:29 +00:00
SonarTech
45da6218e2 update coverage information 2021-12-02 00:31:16 +00:00
Nils Werner
0153e37597
RULEAPI-715: Add the "common" language (#632) 2021-12-01 15:18:31 +00:00
SonarTech
14ca980d79 update coverage information 2021-11-30 00:31:57 +00:00
SonarTech
cede2a1e0a update coverage information 2021-11-26 00:31:02 +00:00
SonarTech
57da77bfa4 update coverage information 2021-11-18 00:31:18 +00:00
SonarTech
5cb4c7497d update coverage information 2021-11-17 00:31:13 +00:00
SonarTech
45c81183f4 update coverage information 2021-11-13 00:31:09 +00:00
SonarTech
6905b13f9d update coverage information 2021-11-10 00:31:14 +00:00
SonarTech
2cc194f7e6 update coverage information 2021-11-06 00:31:28 +00:00
SonarTech
f5401db6c2 update coverage information 2021-11-05 00:31:41 +00:00
SonarTech
e357740092 update coverage information 2021-11-03 00:31:42 +00:00
SonarTech
ce138e0713 update coverage information 2021-11-02 00:31:24 +00:00
SonarTech
9590b81af2 update coverage information 2021-10-30 00:30:58 +00:00
SonarTech
fb27f68ba0 update coverage information 2021-10-29 00:31:36 +00:00
SonarTech
38ff6e3339 update coverage information 2021-10-28 05:01:47 +00:00
SonarTech
c48ac7abdb update coverage information 2021-10-26 00:31:11 +00:00
SonarTech
1706289ac1 update coverage information 2021-10-23 00:32:15 +00:00
SonarTech
ae95c3adea update coverage information 2021-10-22 00:31:45 +00:00
SonarTech
b2b42dd6ec update coverage information 2021-10-21 00:31:56 +00:00
SonarTech
a17fc7e11d update coverage information 2021-10-20 00:30:58 +00:00
SonarTech
7f024e01b9 update coverage information 2021-10-19 00:31:15 +00:00
SonarTech
88b19437fe update coverage information 2021-10-16 00:32:03 +00:00
SonarTech
8c4de44723 update coverage information 2021-10-15 00:31:26 +00:00
SonarTech
282b4e3412 update coverage information 2021-10-14 00:31:45 +00:00
SonarTech
dd5988f685 update coverage information 2021-10-13 00:32:00 +00:00
SonarTech
11f50918b1 update coverage information 2021-10-12 00:31:42 +00:00