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 nox task prepare-release #134

Merged
merged 40 commits into from
Mar 13, 2024
Merged

Commits on Mar 11, 2024

  1. Add tests for version class

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0402e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124bee2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f176f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c84e26e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dbe535 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0aec1d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71a9159 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8125532 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bebce7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8edbb22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30f1453 View commit details
    Browse the repository at this point in the history
  12. Add test for version check

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7465824 View commit details
    Browse the repository at this point in the history
  13. Reformat tests

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    89331db View commit details
    Browse the repository at this point in the history
  14. Refactor changelog from reStructuredText to Markdown

    This commit restructures the changelog from its previous reStructuredText format to Markdown.
    This change is aimed at improving compatibility with the standard Markdown-based changelog format
    utilized by the integration team at Exasol.
    By introducing a common Markdown/reStructuredText bridge for documentation and the changelog,
    this step lays the groundwork for a later compliance with our Markdown format/conventions itself.
    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2f36695 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ec8556 View commit details
    Browse the repository at this point in the history
  16. Fix test

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6ed6c31 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d29cf66 View commit details
    Browse the repository at this point in the history
  18. Add prepare-release task

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9087f40 View commit details
    Browse the repository at this point in the history
  19. Update developer guide

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f54e9ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e29f8af View commit details
    Browse the repository at this point in the history
  21. Fix tests

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d059abc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    577b4f6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c3d605e View commit details
    Browse the repository at this point in the history
  24. Update comments

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7207150 View commit details
    Browse the repository at this point in the history
  25. Fix output in error case

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f14af07 View commit details
    Browse the repository at this point in the history
  26. Fix tests

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7d03112 View commit details
    Browse the repository at this point in the history
  27. Update release workflow

    Nicoretti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9fe216c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Fix test and import

    Nicoretti committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e55e153 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Nicoretti committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7f431ea View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update doc/changes/unreleased.md

    Co-authored-by: Christoph Kuhnke <[email protected]>
    Nicoretti and ckunki authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f3c7d99 View commit details
    Browse the repository at this point in the history
  2. Update doc/changes/unreleased.md

    Co-authored-by: Mikhail Beck <[email protected]>
    Nicoretti and ahsimb authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    87ab545 View commit details
    Browse the repository at this point in the history
  3. Update doc/changes/unreleased.md

    Co-authored-by: Christoph Kuhnke <[email protected]>
    Nicoretti and ckunki authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9079ab3 View commit details
    Browse the repository at this point in the history
  4. Update doc/changes/unreleased.md

    Co-authored-by: Christoph Kuhnke <[email protected]>
    Nicoretti and ckunki authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    33b4428 View commit details
    Browse the repository at this point in the history
  5. Update doc/developer_guide/development.rst

    Co-authored-by: Mikhail Beck <[email protected]>
    Nicoretti and ahsimb authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a6361b4 View commit details
    Browse the repository at this point in the history
  6. Update exasol/toolbox/git.py

    Co-authored-by: Christoph Kuhnke <[email protected]>
    Nicoretti and ckunki authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    90c7351 View commit details
    Browse the repository at this point in the history
  7. Add type annotation

    Nicoretti committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    188eed6 View commit details
    Browse the repository at this point in the history
  8. Update tasks

    Nicoretti committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    900524c View commit details
    Browse the repository at this point in the history
  9. Fix version condition

    Nicoretti committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6e0f84f View commit details
    Browse the repository at this point in the history
  10. Removed empty test file

    Nicoretti committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    52474f7 View commit details
    Browse the repository at this point in the history
  11. Integrate review feedback

    Nicoretti committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    43ac47c View commit details
    Browse the repository at this point in the history