Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

GenerateChangelog task #149

Merged
merged 50 commits into from
Sep 19, 2020
Merged

GenerateChangelog task #149

merged 50 commits into from
Sep 19, 2020

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    aa8f8ad View commit details
    Browse the repository at this point in the history
  2. Proof of concept

    aly76 committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    890b755 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    50b1249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    942a3ba View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    ae8548a View commit details
    Browse the repository at this point in the history
  2. Dereference tag object

    aly76 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    e0c4b04 View commit details
    Browse the repository at this point in the history
  3. Validate input manifest

    aly76 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    66fea72 View commit details
    Browse the repository at this point in the history
  4. Format dates

    aly76 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    de2aca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa12766 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Clone package repositories

    aly76 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    e9aac75 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/release-changelog' into …

    …feature/changelog
    azlam.abdulsalam committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    141c585 View commit details
    Browse the repository at this point in the history
  3. refactor to different folders

    azlam.abdulsalam committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    732d08d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Fix Paths on checkout task

    azlam.abdulsalam committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    ea03cbb View commit details
    Browse the repository at this point in the history
  2. Fix work item URL

    aly76 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7c80571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a727ba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    d997258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71a1e9 View commit details
    Browse the repository at this point in the history
  3. Remove unused variables

    aly76 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    12a8065 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57939ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1df84a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3633fa9 View commit details
    Browse the repository at this point in the history
  7. Fix glob import

    aly76 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5475b66 View commit details
    Browse the repository at this point in the history
  8. Fix glob dependency

    aly76 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9b20e78 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Fix glob pattern

    aly76 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c56a4e5 View commit details
    Browse the repository at this point in the history
  2. Test Azure artifact

    aly76 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b619843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2423f7d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. GenerateChangelog for Azp

    Implement
    - authenticated remote URL
    - Retrieving manifest from default repository
    - Pushing results to default repository
    aly76 committed Sep 13, 2020
    1 Configuration menu
    Copy the full SHA
    61ed707 View commit details
    Browse the repository at this point in the history
  2. Fix repo url

    aly76 committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    1609ab2 View commit details
    Browse the repository at this point in the history
  3. Fix checkout

    aly76 committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    df52845 View commit details
    Browse the repository at this point in the history
  4. Remove reference to flags

    aly76 committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    cc3b402 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1aee88 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Refactor remote generation

    aly76 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9d7b73a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Bundle package artifact in artifact

    Started refactoring CLI GenerateChangelog to use artifact changelog instead of
    manifest & git clone
    aly76 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    be6fbb1 View commit details
    Browse the repository at this point in the history
  2. GenerateChangelog compares using latest commit ID

    - Fix CreateDeltaPackage HEAD & other refs being added to the artifact metadata
    aly76 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9523192 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Port to Azp GenerateChangelog

    aly76 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    f191bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f800fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8354acd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e780c View commit details
    Browse the repository at this point in the history
  5. Fix releasechangelog.json path

    Move generateMarkdown to core
    aly76 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    53a291c View commit details
    Browse the repository at this point in the history
  6. Add push to GitHub in CLI generatechangelog

    Implement force push
    aly76 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    67e3009 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    357251f View commit details
    Browse the repository at this point in the history
  8. Remove debug console logs

    aly76 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    651bce7 View commit details
    Browse the repository at this point in the history
  9. Remove debug console log

    aly76 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    afd6c06 View commit details
    Browse the repository at this point in the history
  10. Use Common VCS authenticator

    aly76 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    87924e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Default to pipeline workspace for build task type

    - Refactor task json
    aly76 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    2b26e79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06c2665 View commit details
    Browse the repository at this point in the history
  3. Fix codescan issues

    aly76 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    b4cd8dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b3b544 View commit details
    Browse the repository at this point in the history
  5. Fix codescan issue

    aly76 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    71178e5 View commit details
    Browse the repository at this point in the history
  6. Add glob to Azure BuildTasks

    Remove glob from core
    aly76 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    eb380c4 View commit details
    Browse the repository at this point in the history