Commit Graph

1275 Commits

Author SHA1 Message Date
Ihor Karpiuk
baddec02e0 feat: added the ability to use git operations in the docker image (#1413) 2024-01-29 13:08:40 +02:00
github-actions[bot]
cf2ac84426 chore: 🔖 release new versions (#1410) 2024-01-26 16:10:24 +02:00
Roman Sainchuk
f070c3d8d4 feat: basic push-status command implementation and extended push command (#1321)
Co-authored-by: IhorKarpiuk <ihor.karpiuk@redocly.com>
Co-authored-by: SmoliyY <yevhen.smoliy@gmail.com>
2024-01-26 14:01:48 +02:00
Andrew Tatomyr
0a65c35fd4 chore: update contributing guide and the PR template (#1402)
Co-authored-by: Lorna Jane Mitchell <github@lornajane.net>
2024-01-25 11:12:50 +02:00
github-actions[bot]
d95bef1bf2 chore: 🔖 release new versions (#1370) 2024-01-23 13:04:55 +02:00
volodymyr-rutskyi
4ff9eb64c1 docs: preview command (#1384) 2024-01-23 12:49:56 +02:00
Andrew Tatomyr
5573a614ca fix: false positive errors when validating examples with refs (#1377) 2024-01-19 11:53:50 +02:00
Dominic Buetow
94db1ea108 chore: move TypeScript type dependencies to dev dependencies (#1383) 2024-01-18 14:34:46 +02:00
vladkens
63aba31a7b chore: fix OasSchema types (#1362) 2024-01-18 12:12:57 +02:00
Ihor Karpiuk
4f410b5834 fix: replace refs to components when splitting file (#1381) 2024-01-16 16:49:10 +02:00
volodymyr-rutskyi
8e29966bd7 feat: add project preview command (#1367)
* feat: add project previiew command

* chore: use stdout instead of console.log

* Update packages/cli/src/commands/preview-project/index.ts

Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>

* fix: apply port argument

* chore: command defaults, naming, and descriptions adjustments

---------

Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
2024-01-16 13:00:47 +02:00
Lorna Jane Mitchell
ac878d4045 chore: update directory structure to work with Vale 3 (#1390) 2024-01-11 15:28:44 +00:00
Lorna Jane Mitchell
e8ea285762 docs: add a guide for linting and bundling as two separate but chained commands (#1385)
* docs: add a guide for linting and bundling as two separate but chained commands

* Apply suggestions from code review

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

* docs: reformat wrapping

* docs: grammar fix for guides index page

* Update docs/guides/lint-and-bundle.md

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

---------

Co-authored-by: Heather Cloward <heathercloward@gmail.com>
2024-01-11 08:46:18 +00:00
Andrew Tatomyr
6bcf554661 chore: add codeowners and update contributing guide (#1388) 2024-01-10 14:58:11 +02:00
Lorna Jane Mitchell
f1eb6548b2 chore: pin to last v2 vale version until we update to v3 (#1387) 2024-01-10 12:41:28 +00:00
Shahed Nasser
147ef98b9e feat: added filename extension support for more x-codeSamples languages (#1382) 2024-01-05 13:50:57 +02:00
Andrew Tatomyr
7c7198d72e docs: correct description of multiline patterns usage based on #1353 (#1380) 2024-01-04 12:56:50 +02:00
Lorna Jane Mitchell
fb46721d72 feat: Improve CLI help output (#1373)
* feat: Improve CLI help output

* chore: prettier, minor fixes, and update snapshots
2024-01-02 15:15:33 +00:00
Lorna Jane Mitchell
574541f12e docs: Add a note about expected newlines in multiline markdown fields (#1372) 2024-01-02 11:17:36 +00:00
minaelee
23eeb3ce85 Update README.md (#1368)
* Update README.md

Multiple minor grammar/punctuation/coherence edits.

* Redocly -> Redocly CLI

Co-authored-by: Lorna Jane Mitchell <github@lornajane.net>

* Implement suggested changes

"Minimum" -> "The minimum"
Replace comma splice with semicolon

---------

Co-authored-by: Lorna Jane Mitchell <github@lornajane.net>
2023-12-29 11:02:14 +00:00
Sergey Shishkin
b4c1274b37 Fix schema type of AsyncAPI operation tags (#1339)
* fix: Schema type of AsyncAPI operation tags

* add tests

* test: Expand tags test for AsyncAPI

---------

Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
2023-12-28 11:52:35 +00:00
Julien
918f570203 docs: fix typo in the migration guide (#1366) 2023-12-21 19:20:16 +02:00
Andrew Tatomyr
9930c3c339 docs: explain using refs in a config file (#1364)
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
2023-12-21 18:41:54 +02:00
github-actions[bot]
122ce07670 chore: 🔖 release new versions (#1361) 2023-12-21 16:09:59 +02:00
Andrew Tatomyr
d44ad9ee53 feat: resolve refs in config (#1345)
Co-authored-by: IhorKarpiuk <ihor.karpiuk@redocly.com>
2023-12-21 15:32:09 +02:00
Lorna Jane Mitchell
cddec3327f Docs: Add examples for the filter decorators (#1360)
* docs: Add an example for filter out decorator

* docs: Add a filter-in example

* Chore: run prettier
2023-12-15 10:59:34 +00:00
Ihor Karpiuk
588b956d85 chore: deprecate lint option in the join command (#1349) 2023-12-14 18:09:40 +02:00
Lorna Jane Mitchell
513a6a1b8d docs: Minor fix to code sample from website feedback (#1359) 2023-12-14 13:22:21 +00:00
Ihor Karpiuk
d5e2e289b8 chore: update link to async api specification (#1350) 2023-12-07 18:35:28 +02:00
Lorna Jane Mitchell
88cd624d7a Docs updates spotted when crafting Advent content (#1346)
* docs: Fix typo and remove reference to feature we're planning to drop

* docs: re-word the rule explanation, add link to operationId blog post

* docs: simplify rule description, pick more relevant related rules to link to

* docs: simplify kebab-case explanation
2023-12-04 12:02:01 +00:00
github-actions[bot]
70e5133708 chore: 🔖 release new versions (#1337) 2023-11-29 12:54:55 +02:00
Ihor Karpiuk
79936f2bb3 chore: add deprecate warning for the lint-related options (#1342)
Co-authored-by: Lorna Jane Mitchell <github@lornajane.net>
2023-11-29 11:06:10 +02:00
Andrew Tatomyr
744fab0032 chore: update Redoc to v2.1.3 (#1344) 2023-11-28 16:20:59 +02:00
Andrew Tatomyr
4497e75ef6 chore: adjust the clean command and remove redundant changeset (#1343) 2023-11-28 14:42:20 +02:00
Lorna Jane Mitchell
c6831826d4 docs: Add a cookbook mention to the configurable rules page (#1341)
* docs: Add a cookbook mention to the configurable rules page

* chore: Run prettier.
2023-11-28 10:12:25 +00:00
Ihor Karpiuk
efb6a453f5 feat: create new rule to enforce array parameters format (#1338) 2023-11-24 16:18:58 +02:00
uxmatthew
cf35f76121 Update README.md (#1340)
remove slash from link
2023-11-24 11:24:54 +00:00
Lorna Jane Mitchell
afb5d9425f docs: Update docs tooling and checks (#1330)
* fix: Remove github token with incorrect access

* docs: Improve uninstall CTA in migration guide

* fix: Update checkout action version for vale

* docs: Vale reports errors in any edited file

* docs: Update to make Vale happy

* docs: Markdownlint fixes

* fix: Remove sync actions as this integration is no longer used

* core: Add markdownlint config and github action

Uses rules from https://github.com/Redocly/marketing-site-portal/pull/1142

* chore: Move contributing file to top level

* chore: Add markdown to the file types that we want prettier to operate on

* fix: Make files fit prettier rules, ignore LICENSE since we can't change that

* chore: Combine docs-related workflows into one for simplicity

* docs: Add instructions for running the CLI docs standalone from this repo

* chore: Add changeset, this docs change is quite large

* Update .changeset/bright-steaks-walk.md

Co-authored-by: Ihor Karpiuk <106662428+IgorKarpiuk@users.noreply.github.com>

---------

Co-authored-by: Ihor Karpiuk <106662428+IgorKarpiuk@users.noreply.github.com>
2023-11-20 16:00:32 +00:00
Lorna Jane Mitchell
de80612b55 chore: Run prettier on all docs files (#1334) 2023-11-17 09:45:03 +00:00
github-actions[bot]
166e16d6ca chore: 🔖 release new versions (#1315) 2023-11-15 15:14:37 +01:00
Ciprian Caba
6097ff769f fix: improve browser detection when running with Bun (#1319) 2023-11-15 12:06:23 +01:00
billytrend-cohere
bf4b8f2fa2 fix: add explicit node-fetch dependency (#1327) 2023-11-15 11:50:48 +01:00
Lorna Jane Mitchell
2ad0ffb0c2 docs: decorators in main sidebar (#1324) 2023-11-10 16:02:28 +00:00
redocly-bot
d008291a32 sync: Synced local 'docs/' with remote 'docs/cli/' 2023-11-09 15:56:27 +00:00
Andrew Tatomyr
3f13cb9ada chore: move remove-unused-components decorator to decorators folder (#1316) 2023-11-09 09:36:13 +01:00
redocly-bot
828290ea23 sync: Synced local 'docs/' with remote 'docs/cli/' 2023-11-08 11:55:24 +00:00
Phil Sturgeon
8af478b038 Lets talk about API Style Guides (#1261)
* Lets talk about API Style Guides

* docs: tweaking API guidelines language and light editing

---------

Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
2023-11-08 11:25:50 +00:00
redocly-bot
eadf29f6a8 sync: Synced local 'docs/' with remote 'docs/cli/' 2023-11-03 15:28:27 +00:00
Jeremy Fiel
f83fc54d35 OAS3_1 types SchemaProperties updated per JSON Schema draft 2020-12 (#1310) 2023-10-27 15:17:58 +02:00
github-actions[bot]
b50ae469c4 chore: 🔖 release new versions (#1313) 2023-10-26 16:31:02 +03:00