Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AbsaOSS/generate-release-notes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: AbsaOSS/generate-release-notes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 15 commits
  • 72 files changed
  • 1 contributor

Commits on Feb 1, 2024

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

Commits on Aug 1, 2024

  1. Migration to composite action. Improving API calls usage. (#44)

    - Finished migrating the GH action control logic to the composite action type.
    - Note: Not full logic as the previous version.
    - Note: In several places, only defaults are returned.
    miroslavpojer authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b2bddf1 View commit details
    Browse the repository at this point in the history
  2. 50 - If re-running a job with debug on, set log level to debug (#51)

    - Added check of workflow debug regime.
    miroslavpojer authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d659632 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add Service chapter visibility control (#62)

    #52 - Add logic to control the visibility of Service chapters
    - Clean up of action controls to manage service chapters visibility.
    - Grouped "features" controls.
    - Simplified the code using static ActionInputs.
    - Introduced defaults values in ActionInputs and env variable access methods.
    - Updated unit tests.
    miroslavpojer authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    828c5c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. #47 - Apply since logic to new architecture solution

    - Add code to control usage of rls. Create or publish dates as a filtration condition.
    - Added manual date filtration as API does not provide it for pulls and commits.
    - Update of unit tests.
    - Change number of issue in test fixtures to be able do assertions. Upd1ate of influences unit tests.
    miroslavpojer authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8c96c1a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. #64 - Introduce the pylint into project (#65)

    * #64 - Introduce the pylint into project
    - Added pylint config. Reused config from living-documentation-generator repository as approved settings.
    - Add section in README.md describing how to use pylint.
    - Add new library dependency into requirements.txt
    - Updated test.yml file (renamed from build.yml) to run two jobs: unit test and static code analysis. Job for static code analysis contains check for minimal required scode == 9.5.
    - Formatting of repository code will part of following Issue.
    miroslavpojer authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    41228bf View commit details
    Browse the repository at this point in the history
  2. Feature/66 introduce logging config (#67)

    * #66 - Introduce logging config
    - Add new setup method and module for logging.
    - Refactored all modules and logging calls.
    miroslavpojer authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b1e57df View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Feature/60 introduce the black format tool (#70)

    #60 - Introduce black tool
    - Introduced Black tool.
    - Black tool applied to current code.
    miroslavpojer authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    378724f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. #68 - Introduce doc string format (#71)

    * #60 - Introduce doc string format
    - Added new doc strings.
    - Existing one formatted to follow same style.
    miroslavpojer authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dff934a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Feature/53 chapter line duplicity control custom and service chapters (

    …#72)
    
    * #53 - Chapter line duplicity control - custom and service chapters
    - Implemented two new input parameters 'duplicity-scope' and 'duplicity-icon'.
    - Update of unit tests for inputs validation.
    - Fix several pylint issues.
    - Added output example.
    miroslavpojer authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d5751a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. #54 - Chapter line formatting - default (#73)

    #54 - Chapter line formatting - default
    - Removed not used record formatter logic. No more needed.
    - Introduces action input parameters for row formats and PR: prefix presence.
    - Updated unit tests.
    - Limited pylint and black to non-test code only.
    miroslavpojer authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    178819b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. #Fix failing GH Action call when older than 3.11 used

    - Incremented minimal python version in action.yml file.
    miroslavpojer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2abe878 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update release_draft.yml (#82)

    Adding minimal Python definition setup.
    miroslavpojer authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    377334a View commit details
    Browse the repository at this point in the history
  2. - Improved when Tag is created. (#83)

    - Fixed camelCase for input parameter.
    miroslavpojer authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fc41801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c5b70 View commit details
    Browse the repository at this point in the history
Loading