Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add empty security to openapi #1079

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Add empty security to openapi #1079

merged 1 commit into from
Sep 30, 2022

Conversation

IvanPleshkov
Copy link
Contributor

@IvanPleshkov IvanPleshkov commented Sep 30, 2022

The new version of redocly:v1.0.0-beta.110 has breaking changes and it requires security settings in openapi.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you lint your code locally using cargo fmt command prior to submission?
  3. Have you checked your code using cargo clippy command?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

@generall
Copy link
Member

we are planning support for API key, so it might be a good moment to update openapi accordingly, will look into it

@IvanPleshkov
Copy link
Contributor Author

we are planning support for API key, so it might be a good moment to update openapi accordingly, will look into it

For now, generate tool does not work. We can merge this PR as a hotfix and later set the correct value of security field

@generall generall merged commit 8eedcf3 into dev Sep 30, 2022
@IvanPleshkov IvanPleshkov deleted the add-empty-security-to-openapi branch September 30, 2022 08:03
generall pushed a commit that referenced this pull request Sep 30, 2022
generall added a commit that referenced this pull request Sep 30, 2022
* Fix upsert freezes on rust client stress test (#1061)

* use parking lot for wal

* fair unlock

* limit update queue

* Revert "limit update queue"

This reverts commit 7df8887.

* Limited queue (#1062)

* limit update queue size

* fmt

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>

* Bump tokio from 1.21.1 to 1.21.2 (#1067)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.1 to 1.21.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.21.1...tokio-1.21.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump thiserror from 1.0.35 to 1.0.37 (#1068)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.35 to 1.0.37.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.35...1.0.37)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump lukemathwalker/cargo-chef (#1066)

Bumps lukemathwalker/cargo-chef from latest-rust-1.63.0 to latest-rust-1.64.0.

---
updated-dependencies:
- dependency-name: lukemathwalker/cargo-chef
  dependency-type: direct:production
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump clap from 3.2.22 to 4.0.0 (#1072)

* Bump clap from 3.2.22 to 4.0.0

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.22...clap_complete-v4.0.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix clap 4.x

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>

* Bump clap from 4.0.0 to 4.0.4 (#1075)

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.0.0...v4.0.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* send is a future (#1076)

* add empty security to openapi (#1079)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants