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

#92 - Add support for more characters as markdown list rows #93

Merged
merged 20 commits into from
Oct 21, 2024

Commits on Oct 11, 2024

  1. #92 - Add support for more characters as markdown list rows

    - Implemented support for + and * characters.
    miroslavpojer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6b15137 View commit details
    Browse the repository at this point in the history
  2. - Applied black.

    miroslavpojer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    869a6f0 View commit details
    Browse the repository at this point in the history
  3. - Improvement of unit tests.

    - Update of README.md
    miroslavpojer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ce33aaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4121ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59e2895 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f512978 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. #91 - Placeholder {number} does not # before Issue or PR number

    - Removed the need to provide # in template of row - for record number.
    - Update of pull-request to GitHub link type. Removed Markdown format of link.
    miroslavpojer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4f2ccb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    f8f9eb3 View commit details
    Browse the repository at this point in the history
  2. - Fixed Release Notes: pattern for detection rls notes in PR body. …

    …Synced values to capital letters.
    miroslavpojer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b8a34b1 View commit details
    Browse the repository at this point in the history
  3. - Rewording.

    miroslavpojer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cf8ed92 View commit details
    Browse the repository at this point in the history
  4. - Add type hint.

    miroslavpojer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5eee2e9 View commit details
    Browse the repository at this point in the history
  5. - Fixed text line about test and coverage in README.md.

    - Reformat of cov-report output format definition.
    miroslavpojer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3f02bfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e11d4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24886a8 View commit details
    Browse the repository at this point in the history
  8. - Fixed unit tests.

    miroslavpojer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8d46ba8 View commit details
    Browse the repository at this point in the history
  9. - Removed TODO from pylintrc.

    - Removed no more required workflow for copying Release notes comments from PR to Issues.
    - Update logic of "skip-release-notes-check" label check presence.
    miroslavpojer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b831fb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    1622020 View commit details
    Browse the repository at this point in the history
  2. - Fix of example file to fit the latest expected version.

    - Added check for `+` character as valid detection of Release notes line.
    miroslavpojer committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0362f31 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    7eb8d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af61cd View commit details
    Browse the repository at this point in the history