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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReleaseNotes/Changelog Overhaul + MariaDB CI Fix #1632

Merged
merged 24 commits into from
Aug 20, 2023
Merged

Commits on Aug 18, 2023

  1. Release notes update

    - Added functionality to release notes app to generate full changelog.yml from GitHub metadata. (Incremental)
    - Updated PULL_REQUEST_TEMPLATE.md to reflect changes (Strict component list)
    Cyberboss committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cef860d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34dbf59 View commit details
    Browse the repository at this point in the history
  3. Build Changelog as part of CI

    Renaming `dox-build` job to `pages-build`
    Cyberboss committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4ed9761 View commit details
    Browse the repository at this point in the history
  4. Allow host to be built without webpanel

    - Allows for a speedup when just building ReleaseNotes in CI
    Cyberboss committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a165d39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc14c2d View commit details
    Browse the repository at this point in the history
  6. Switch to MariaDB stable to fix build

    Note they have a REST API for releases which we will likely need to use to avoid more 404s in the future: https://mariadb.org/downloads-rest-api/
    Cyberboss committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    29929d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f824633 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f33e682 View commit details
    Browse the repository at this point in the history
  9. Change milestone check to pull_request

    `pull_request_target` would only be needed if it accessed secrets
    Cyberboss committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0bb479f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d6065f View commit details
    Browse the repository at this point in the history
  11. Revert "Remove unnecessary CA1506 suppression"

    This reverts commit f824633.
    Cyberboss committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    53ff35e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1225023 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    afbd8e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d66b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f65522 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d084080 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45de815 View commit details
    Browse the repository at this point in the history
  6. Add debian changelog support

    Fix some other issues as well
    Cyberboss committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0b35e29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23f0488 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aacccfa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a00f2e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83da107 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd57d0a View commit details
    Browse the repository at this point in the history
  12. Fix bad ordering of debian changelog

    No notes before 5.14.0 because of issues
    Cyberboss committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    fe88394 View commit details
    Browse the repository at this point in the history