Commit Graph

1163 Commits

Author SHA1 Message Date
Ihor Karpiuk
1f2ac1a680 fix: yarn smoke tests (#1185) 2023-07-20 18:22:42 +03:00
Ihor Karpiuk
3401dc596c chore: job for testing new version (#1184) 2023-07-20 12:57:44 +03:00
Ihor Karpiuk
857d894c54 fix: resolve problem with docker build (#1182) 2023-07-19 20:31:59 +03:00
Andrew Tatomyr
f189684321 chore: v1.0.0-rc.2 (#1180) 2023-07-19 15:02:19 +02:00
Andrew Tatomyr
4a4035744f chore: copy packages/cli/README.md instead of linking for NPM to track the file (#1178) 2023-07-19 13:48:01 +02:00
Lorna Jane Mitchell
0de4e7c9bb Refresh lint article (#1102)
* docs: tidy up lint doc, add JSON format

Rescue some changes from #665 that are worth keeping, and signpost the
rules documentation for configuration examples rather than having that
information duplicated here.

* docs: default value with variable description, anchors for renamed headings
2023-07-18 11:32:43 +01:00
Andrew Tatomyr
ace3c7a348 chore: v1.0.0-rc.1 (#1176) 2023-07-17 17:53:27 +02:00
Andrew Tatomyr
5cde65a7ba chore: add smoke tests on Windows (#1170) 2023-07-12 13:08:14 +02:00
Lorna Jane Mitchell
9dc78a6d3f docs: Improve CLI usage wording (#1162)
* chore: Tidy up usage options and wording

* docs: Update/refresh command docs pages, add completion page

* chore: run prettier

* fix: keep the previous push command format for backward compatibility

* fix: update test snapshots to match new usage output

* chore: run prettier

* Apply suggestions from code review

Co-authored-by: Heather Cloward <heathercloward@gmail.com>

---------

Co-authored-by: Heather Cloward <heathercloward@gmail.com>
2023-07-12 10:30:05 +01:00
Ihor Karpiuk
6fe8392189 chore: v1.0.0-beta.131 (#1169) 2023-07-10 17:46:34 +03:00
Andrew Tatomyr
4929ca3e67 chore: update Redocly config schemas according to the recent changes in Portal (#1167) 2023-07-10 15:57:46 +02:00
Andrew Tatomyr
e9fea72e6a chore: remove cdn option from build-docs (#1168) 2023-07-10 15:29:32 +02:00
dependabot[bot]
0b393f3584 chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#1164)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 13:13:38 +02:00
Andrew Tatomyr
a5009029e5 fix: failing in node 14- and yarn due to unresolved peed dependencies (#1166)
* chore: set up smoke tests
2023-07-10 12:06:21 +02:00
redocly-bot
e43228e59e sync: Synced local 'docs/' with remote 'docs/cli/' 2023-07-08 14:18:44 +00:00
Ihor Karpiuk
ac9a494c92 fix: handle aborted request in docker and remove redundant call (#1161) 2023-07-07 18:15:06 +03:00
Andrew Tatomyr
dcf4c0fd4f docs: add rule source for the component-name-unique rule description (#1156) 2023-07-06 17:17:30 +02:00
Ihor Karpiuk
67dd962f88 docs: update docker installation guide (#1154) 2023-07-06 17:00:06 +03:00
Ihor Karpiuk
b743ed9823 chore: v1.0.0-beta.130 (#1151) 2023-07-06 15:51:20 +03:00
Andrew Tatomyr
7f19ade2b5 chore: fix failing on node 14- (#1158) 2023-07-06 14:31:32 +02:00
Ihor Karpiuk
f47d3e590d fix: resolve issue with broken styles in build-docs command (#1153) 2023-07-06 12:31:52 +03:00
Andrew Tatomyr
0b3e605f37 fix: add timeout for unnecessary calls (#1150) 2023-07-06 11:20:01 +02:00
Ihor Karpiuk
8f9f88f6e4 chore: rename GitHub package (#1155) 2023-07-06 12:07:56 +03:00
Andrew Tatomyr
ab82560217 chore: improve data obfuscation (#1143) 2023-07-06 10:32:54 +02:00
Ihor Karpiuk
60ed5a48fc chore: deploy docker container to GitHub registry (#1147) 2023-07-05 17:51:28 +03:00
Andrew Tatomyr
1cee9e5a0b fix: correctly validate schema type: null (#1152) 2023-07-05 16:20:50 +02:00
Ihor Karpiuk
3f01d27a88 fix: pass files from '--files' option to config (#1149) 2023-07-04 17:02:37 +03:00
Patrick Boos
63067e9d0d Feature: Add component-name-unique rule (#1134) 2023-07-03 15:10:00 +02:00
Andrew Tatomyr
0ce9cab59a docs: documentation for telemetry + contributing guide update (#1139)
Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
Co-authored-by: Ihor Karpiuk <ihor.karpiuk@redocly.com>
2023-06-26 21:26:19 +03:00
Andrew Tatomyr
0e46aef217 chore: v1.0.0-beta.129 (#1141) 2023-06-26 20:40:24 +03:00
Ihor Karpiuk
04a826272f chore: clean organization id (#1142) 2023-06-26 20:29:16 +03:00
redocly-bot
78c9119143 sync: Synced local 'docs/' with remote 'docs/cli/' 2023-06-26 16:28:57 +00:00
Ihor Karpiuk
d4bd068f15 feat: update push command (#1137)
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
2023-06-26 19:24:20 +03:00
dependabot[bot]
6585114a4d chore(deps): bump semver from 7.5.1 to 7.5.2 (#1140)
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 10:35:25 +02:00
Andrew Tatomyr
f4ba6a7bdd chore: add command wrapper and telemetry (#1136) 2023-06-26 09:39:50 +02:00
Vladyslav Maikan
e2656631cf feat: updated cli config accroding to portal config (#1133)
* feat: updated cli config accroding to portal config

* feat: updated config schemas

* feat: updated theme config

* feat: updated e2e snapshot

* fix: revert config rule name

* feat: separated rootConfig
2023-06-23 10:50:33 +03:00
Andrew Tatomyr
3fa7e4c987 fix: build-docs failure in docker (#1132) 2023-06-15 17:32:25 +02:00
Yuliya Bagriy
918106d627 fix example of command to combine files (#1130) 2023-06-14 10:00:22 +02:00
redocly-bot
80a412178e sync: Synced local 'docs/' with remote 'docs/cli/' 2023-06-13 17:13:37 +00:00
Vladyslav Maikan
f8e10e7f5d feat: rule/assertion message (#1123)
* feat: updated assertion/rule error message

* feat: updated tests and assertionId definition
2023-06-12 14:20:26 +03:00
Ihor Karpiuk
d14718fbf0 chore: update release date in changelog (#1125) 2023-06-07 11:46:35 +03:00
Andrew Tatomyr
54ce759ce2 docs: update preprocessors description (#1113) 2023-06-07 11:33:35 +03:00
Ihor Karpiuk
fba8990251 docs: add docs for spec-strict-refs rule (#1118) 2023-06-07 11:22:26 +03:00
Ihor Karpiuk
34e9023172 chore: v1.0.0-beta.128 (#1122) 2023-06-07 10:04:46 +02:00
Ihor Karpiuk
67118db653 chore: add spec-strict-refs rule to rulesets (#1124) 2023-06-07 10:53:59 +03:00
Andrew Tatomyr
43178790d6 chore: update CONTRIBUTING.md with arguments usage section (#1120) 2023-06-06 16:07:23 +02:00
Ihor Karpiuk
a32fb19b6e fix: apply regular expression only to fixed fields under components (#1115) 2023-06-06 15:03:12 +03:00
Ihor Karpiuk
2505650d42 fix: rename spec-ref-validation to spec-strict-refs (#1119) 2023-06-06 10:20:36 +03:00
redocly-bot
11c44c1c32 sync: Synced local 'docs/' with remote 'docs/cli/' 2023-06-04 13:44:29 +00:00
Heather Cloward
b0ce87dd46 docs: updates redocly-cli landing page to have tiles instead of bullets (#1103)
* docs: updates redocly-cli landing page to have tiles instead of bullets

* docs: updated Redoc link on main landing page to a more appropriate page

* docs: fix broken link

* docs: updates per Lorna's review

* docs: adjust wording to fit tiles

* docs: removes old index.md file

* docs: removes future tense from index.mdx

---------

Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
2023-06-02 12:31:22 -04:00