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

Feature/48 split GitHub integration packager to separated library #49

Commits on Jun 6, 2024

  1. - Finished migration of GH action control logic to composite action t…

    …ype.
    
    - Prepared sh file for local run.
    - No code migration done.
    - No test migration done.
    miroslavpojer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d5ff767 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Delete local_run.sh

    miroslavpojer authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3d528bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be9adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e78a22a View commit details
    Browse the repository at this point in the history
  4. - Adding labels to PR class.

    - Changes from CI testing.
    miroslavpojer committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1f66d91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cde7f77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e700343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68ef3ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a4aaef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b32fa82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73202fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2555a67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    facf59c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77c0eaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b923c4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bbb397a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8dc282 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bb2191f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a596aeb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6405596 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5f55f96 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    dfad570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a37700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef1e54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfed84f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa94fb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00baec4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cbca8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e77ccb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a6ebdc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b1a74c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88cde8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afac9f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6ccfe5f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bb0e64 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    db18074 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4b5af5a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    021286e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ac3815b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    23a233d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e4d3678 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d5f3dfb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. - Fixed unit tests.

    - Removed ones with no sense for current state.
    miroslavpojer committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    642dfe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. - Removed chapters_json and replace by logic to hold chapters and the…

    …ir rows.
    
    - Added related unit tests files.
    - prepared now failing unit test for Release notes builder.
    miroslavpojer committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6bd872a View commit details
    Browse the repository at this point in the history
  2. - Implemented three test for release_notes_builder.build() method. Fo…

    …r three basic scenarios.
    
    - Implemented needed changes to reach expected logic outputs.
    - No Chapter rows logic prepared.
    miroslavpojer committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fce5814 View commit details
    Browse the repository at this point in the history
  3. - Implemented logic for generation of release notes rows. Each row re…

    …presents one Issue or PR without Issue.
    
    - New logic for Release notes detection and extraction from PR body.
    - New logic for chapter's row population for CustomChapters.
    - The logic for custom chapters still not fully implemented - at least on test side. Missing several data combinations.
    - Tests are Passing.
    miroslavpojer committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e24d0e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    6cceb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e4a2b View commit details
    Browse the repository at this point in the history
  3. - Review and fixes of logic release_notes_builder.py. Covered custom …

    …chapters and Issue related service chapters (tested on issues only).
    miroslavpojer committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3d4000f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. - Several code improvements and logical error fixes.

    - Spiked:
      - PR url variables are not valid and have to be generated to be usable.
    - Implemented logic for parsing issue numbers mentioned in PR body.
    - Removed method is_close_pr is it is duplicate.
    - Added coverage top detecte merged and closed PR without mentioned issues in service chapters.
    - Improved (harder to read now) test data titles. Better for test development of longer outputs.
    - Unit tests are failing. Development of logic for generation of service chapters is in progress.
    miroslavpojer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b40fb98 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. - Implemented full rls notes body content.

    - Fixed unit tests for RLS notes builder.
    - Missing logic for getting users.
    miroslavpojer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1b9579c View commit details
    Browse the repository at this point in the history
  2. - Improve logging messages for getting latest release.

    - Adding info message for better reading of GH Action console output.
    miroslavpojer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9204329 View commit details
    Browse the repository at this point in the history
  3. - Fixed error messages - remove None owner.

    - Fixed unit tests.
    - Try to remove closed state limitation from code.
    miroslavpojer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fcd817c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91349f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8db5e57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    849c574 View commit details
    Browse the repository at this point in the history
  7. - Fixed unit tests.

    - Reduction of duplicated log messages.
    - Fix error in changelog url.
    miroslavpojer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e654f48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e149e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. - Add logic for adding PR links to title of RLS note row.

    - Introduced GithubManager singleton object to hold and access GH objects on global scale.
    - Added assigned to PullRequest object.
    - Updated unit tests.
    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b54d0bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc0eb6 View commit details
    Browse the repository at this point in the history
  3. - Add support for PR labels loading.

    - Fixed unit tests.
    - Update in Issue and PullRequest models. No more data duplication.
    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6511fc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12c351e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f81376d View commit details
    Browse the repository at this point in the history
  6. - Fix issue.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b4719be View commit details
    Browse the repository at this point in the history
  7. - Fix issue.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    935624d View commit details
    Browse the repository at this point in the history
  8. - Fix issue.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6eb1cde View commit details
    Browse the repository at this point in the history
  9. - Fix issue.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    597507b View commit details
    Browse the repository at this point in the history
  10. - Fix issue.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    244bc03 View commit details
    Browse the repository at this point in the history
  11. - Fix issue.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    57a49bc View commit details
    Browse the repository at this point in the history
  12. - Fix issue.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ee78169 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a758daf View commit details
    Browse the repository at this point in the history
  14. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b2c6b35 View commit details
    Browse the repository at this point in the history
  15. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cfc1734 View commit details
    Browse the repository at this point in the history
  16. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    928c5fb View commit details
    Browse the repository at this point in the history
  17. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    092aee2 View commit details
    Browse the repository at this point in the history
  18. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6b5f761 View commit details
    Browse the repository at this point in the history
  19. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c67faf7 View commit details
    Browse the repository at this point in the history
  20. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e8018a0 View commit details
    Browse the repository at this point in the history
  21. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0d6a024 View commit details
    Browse the repository at this point in the history
  22. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d8a0d4c View commit details
    Browse the repository at this point in the history
  23. - Experiments.

    miroslavpojer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ed15b1f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    e2876d3 View commit details
    Browse the repository at this point in the history
  2. - Moved GH API method calls from script like file to GithubManager si…

    …ngleton object.
    
    - Applied to all code locations.
    miroslavpojer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    25b67ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4651596 View commit details
    Browse the repository at this point in the history
  4. - Debugging.

    miroslavpojer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f371a49 View commit details
    Browse the repository at this point in the history
  5. - Debugging.

    miroslavpojer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    780398c View commit details
    Browse the repository at this point in the history
  6. - Debugging.

    miroslavpojer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b1ab99b View commit details
    Browse the repository at this point in the history
  7. - Debugging.

    miroslavpojer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5569c90 View commit details
    Browse the repository at this point in the history
  8. - Remove prints for debug.

    - Fix erorr in code after refactoring.
    miroslavpojer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b910009 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4705b8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    395f947 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0736ccf View commit details
    Browse the repository at this point in the history
  12. - Fix error.

    miroslavpojer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    864f519 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ecc1fea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6c0c93 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    62be5ce View commit details
    Browse the repository at this point in the history
  2. - Improved unit tests for release_notes_builder.py.

    - Improved github_manager.py logic.
    miroslavpojer committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b4bf2e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e10094a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cca110 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    f68742d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    510b0c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a403ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a46aa1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5dba34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    201f22b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    976bab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118b1da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3521c70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d1d73d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a7237 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e598b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4d3c8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd71707 View commit details
    Browse the repository at this point in the history
  9. - Testing fix.

    miroslavpojer committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3fd991d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    91dc492 View commit details
    Browse the repository at this point in the history
  11. - Fix error.

    miroslavpojer committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a54b806 View commit details
    Browse the repository at this point in the history
  12. - Debugging.

    miroslavpojer committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c78a893 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. - Debugging.

    miroslavpojer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f114228 View commit details
    Browse the repository at this point in the history
  2. - Debugging.

    miroslavpojer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    be59f0e View commit details
    Browse the repository at this point in the history
  3. - Debugging.

    miroslavpojer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4d738bc View commit details
    Browse the repository at this point in the history
  4. - Debugging.

    miroslavpojer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2d7af9c View commit details
    Browse the repository at this point in the history
  5. - Debugging.

    miroslavpojer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b4feb24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6c5ed0 View commit details
    Browse the repository at this point in the history
  7. - Fix.

    miroslavpojer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    245b9d3 View commit details
    Browse the repository at this point in the history
  8. - Code improvements.

    miroslavpojer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a7366de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29222e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    6fe7c9b View commit details
    Browse the repository at this point in the history
  2. Revert "- Commit of changes before reload IDE."

    This reverts commit 6fe7c9b.
    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    11f6d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2933da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b06bff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3ae0d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19bd2fd View commit details
    Browse the repository at this point in the history
  7. #48 - 48 split GitHub integration packager to separated library

    - Removed local versions of library files.
    - Improved build yml file to support CI development install.
    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6db2ad2 View commit details
    Browse the repository at this point in the history
  8. Debugging

    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5544f1c View commit details
    Browse the repository at this point in the history
  9. Debugging

    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1bd18f1 View commit details
    Browse the repository at this point in the history
  10. Debugging

    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    874125c View commit details
    Browse the repository at this point in the history
  11. Debugging

    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    21b52f7 View commit details
    Browse the repository at this point in the history
  12. Debugging

    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cf08794 View commit details
    Browse the repository at this point in the history
  13. Debugging

    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    110e069 View commit details
    Browse the repository at this point in the history
  14. Debugging

    miroslavpojer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    88b385a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. - New utils package.

    - Removed support for external library.
    - Implemented mini solution using decorators.
    - Tests are not update, CI testing first.
    miroslavpojer committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    868d29c View commit details
    Browse the repository at this point in the history
  2. Debugging.

    miroslavpojer committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0342865 View commit details
    Browse the repository at this point in the history