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

devops: Add ci warning for swizzled docusaurus components #9467

Merged

Commits on Aug 10, 2023

  1. devops: Add ci warning for swizzled docusaurus components

    Add new action and workflow that runs on new dependabot PR.
    The action checks changes in components of docusaurus-theme-openapi  that are swizzled and warns maintainers to review those changes.
    For more info see badges#9287
    
    Solves badges#9287
    jNullj committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9fe5c60 View commit details
    Browse the repository at this point in the history
  2. Fix table formating

    jNullj committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    afd5505 View commit details
    Browse the repository at this point in the history
  3. Fix order

    jNullj committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4e158d2 View commit details
    Browse the repository at this point in the history
  4. handle missing patch cases

    jNullj committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    82f66ec View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix missing fetch in node16

    jNullj committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    438a1e6 View commit details
    Browse the repository at this point in the history
  2. fix typo

    jNullj committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8677c52 View commit details
    Browse the repository at this point in the history
  3. fix typo

    jNullj committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6354ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d16d987 View commit details
    Browse the repository at this point in the history
  5. fix keys issues

    jNullj committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7f9f94e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a0573a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1c24dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ccbb69 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Apply suggestions from code review - Improve description and text format

    Co-authored-by: chris48s <chris48s@users.noreply.github.com>
    jNullj and chris48s committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    372d18f View commit details
    Browse the repository at this point in the history
  2. Fix comment table format

    jNullj committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c4a41f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11fbd0b View commit details
    Browse the repository at this point in the history
  4. fix type

    jNullj committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    da3cf2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c77af69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db2e03c View commit details
    Browse the repository at this point in the history
  7. improve code readability

    jNullj committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    81f020f View commit details
    Browse the repository at this point in the history
  8. fix type

    jNullj committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9e1c2e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    637d122 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    640567d View commit details
    Browse the repository at this point in the history
  2. Improve action log

    Change core.debug to core.info so it always shows and not only when in debug.
    jNullj committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    78551ff View commit details
    Browse the repository at this point in the history
  3. Log old and new version

    Log old and new versions for the Docusaurus swizzled component changes warning workflow.
    jNullj committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5311d03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f867f7 View commit details
    Browse the repository at this point in the history