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

[Integration][AzureDevops] - Add Azure Devops Intergration #388

Merged
merged 95 commits into from
Mar 3, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    32fc37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8421286 View commit details
    Browse the repository at this point in the history
  3. Changed pyproject.toml

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f3b11c9 View commit details
    Browse the repository at this point in the history
  4. Changed ruff version

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    160df8c View commit details
    Browse the repository at this point in the history
  5. Fixed poetry lock

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    10e2ec4 View commit details
    Browse the repository at this point in the history
  6. reverted gitlab changes

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c9e6867 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7d4b6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be9b735 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a064f6 View commit details
    Browse the repository at this point in the history
  10. Changed to observer key

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    472a5e2 View commit details
    Browse the repository at this point in the history
  11. Changed setup listeners logic

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c0bc03b View commit details
    Browse the repository at this point in the history
  12. removed useless log

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    674d85b View commit details
    Browse the repository at this point in the history
  13. Changed error logs to debugs

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    575ae94 View commit details
    Browse the repository at this point in the history
  14. Added is subscribed method

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    afbcd19 View commit details
    Browse the repository at this point in the history
  15. Changed error to debug

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ba2ac46 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e24f323 View commit details
    Browse the repository at this point in the history
  17. raised ocean version

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    9bbfe80 View commit details
    Browse the repository at this point in the history
  18. removed unused import

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4cc2cc2 View commit details
    Browse the repository at this point in the history
  19. Added space

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    db79772 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    97da7ae View commit details
    Browse the repository at this point in the history
  21. Linting

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1c95cbf View commit details
    Browse the repository at this point in the history
  22. linting

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c93b2f1 View commit details
    Browse the repository at this point in the history
  23. added pyyaml typings

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6aed0fa View commit details
    Browse the repository at this point in the history
  24. changed lock

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    dbd7997 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6202b37 View commit details
    Browse the repository at this point in the history
  26. updated Ocean

    matan84 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    71c547d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Added gitops to spec

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9db71ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9833b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb7e05e View commit details
    Browse the repository at this point in the history
  4. removed useless return

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    96bcb1a View commit details
    Browse the repository at this point in the history
  5. Renamed AzureDevopsClient

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    830d5e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cd2335 View commit details
    Browse the repository at this point in the history
  7. Removed dedicated methods

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8822d6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78574c2 View commit details
    Browse the repository at this point in the history
  9. added type

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    21948cc View commit details
    Browse the repository at this point in the history
  10. added error handling

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f3e2922 View commit details
    Browse the repository at this point in the history
  11. Added initial log

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9075f8a View commit details
    Browse the repository at this point in the history
  12. Forces file:// only to repo

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a4c3c61 View commit details
    Browse the repository at this point in the history
  13. Changed icon

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    56baa60 View commit details
    Browse the repository at this point in the history
  14. Changed to StrEnum

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    51d6245 View commit details
    Browse the repository at this point in the history
  15. Pythonic sugar syntax

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d549c9b View commit details
    Browse the repository at this point in the history
  16. Reformats

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e01487b View commit details
    Browse the repository at this point in the history
  17. Changed method

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7f1ec5f View commit details
    Browse the repository at this point in the history
  18. Removed type: ignore

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    46ee20e View commit details
    Browse the repository at this point in the history
  19. removed async

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7e974b9 View commit details
    Browse the repository at this point in the history
  20. reformats

    matan84 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3af8914 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    1803fd4 View commit details
    Browse the repository at this point in the history
  2. Formatting and rephrasing

    matan84 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    13a3490 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    88855f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c08b651 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/port-labs/port-ocean into P…

    …ORT-4585-azure-devops-ocean-integration
    danielsinai committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    daab8ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    424d001 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deb59ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f01fb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4c3999 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be05b96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09edafa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b157d94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbdfb26 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    8858e07 View commit details
    Browse the repository at this point in the history
  2. fix(auzre-devops): removed redunandent variable and tried to make fun…

    …ction sync instead of async
    danielsinai committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    645471a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ffd1e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9cf6e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    d4725b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30373d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a266543 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f864b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3efdc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    e6f580a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e32371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b54e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    920c0fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a729f94 View commit details
    Browse the repository at this point in the history
  6. parallel jq

    yairsimantov20 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    373b530 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b72e18 View commit details
    Browse the repository at this point in the history
  8. bump

    yairsimantov20 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    02ac84e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'PORT-6993-ocean-allow-async-calls-in-the-jq-entity-proc…

    …essor' of https://github.com/port-labs/port-ocean into PORT-4585-azure-devops-ocean-integration
    danielsinai committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a4d5e38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b455aad View commit details
    Browse the repository at this point in the history
  11. Merge branch 'PORT-6993-ocean-allow-async-calls-in-the-jq-entity-proc…

    …essor' of https://github.com/port-labs/port-ocean into PORT-4585-azure-devops-ocean-integration
    danielsinai committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a5521b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02037bb View commit details
    Browse the repository at this point in the history
  13. Merge branch 'PORT-6993-ocean-allow-async-calls-in-the-jq-entity-proc…

    …essor' of https://github.com/port-labs/port-ocean into PORT-4585-azure-devops-ocean-integration
    danielsinai committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b58ebf2 View commit details
    Browse the repository at this point in the history
  14. merge

    danielsinai committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7274c96 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5a9d9cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21fd62b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85576fa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e78037 View commit details
    Browse the repository at this point in the history
  19. fix: deps

    danielsinai committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    704f4a7 View commit details
    Browse the repository at this point in the history
  20. fix(azure-devops) lint

    danielsinai committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    fae83a4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6c370d3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    727961d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bc4ddea View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9d3ae39 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ce10fcd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e08cf0b View commit details
    Browse the repository at this point in the history