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

Ordrv production fix #1093

Closed

Commits on Jul 24, 2023

  1. Adds a check for 'resourceName'

    This allows us to extract the relevant pod data
    in case there are multiple pods in a mono-repo like rollout
    
    fixes opendevstack#1011
    fixes opendevstack#1011
    serverhorror committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2c9d4eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d0b93 View commit details
    Browse the repository at this point in the history
  3. Fix changelog enforcer

    serverhorror committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    22b3571 View commit details
    Browse the repository at this point in the history
  4. Fix build

    This fixes an issue where the build bails out with:
    
    ```text
    •	Task :codenarcMain FAILED
    FAILURE: Build failed with an exception.
    •	V/hat went wrong:
    Execution failed for task ':codenarcMain'.
    •	BUG! UNCAUGHT EXCEPTION: java.lang.invoke.MethodHandles$Lookup.<init>(java.lang.Class,int)
    ```
    serverhorror committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f76dfba View commit details
    Browse the repository at this point in the history
  5. codeNarc: Fix parameterCount warning

    THIS IS AN UNRELATED CHANGE
    
    It fixes:
    
    ```
    Number of parameters in constructor of class org.ods.orchestration.util.DocumentHistoryEntry exceeds maximum allowed (5).
    ```
    serverhorror committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    86e1d58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a034e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6020434 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    547205a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    3e8a759 View commit details
    Browse the repository at this point in the history
  2. Fix call to checkForPodData in test

    We are now more graceful in what we accept as valid in this test.
    serverhorror committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f919820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4998663 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Simplify code

    This removes the nested closures. The `obj.every { ... }` was incorrect anyway.
    This also allows us to test more easily,
    as we are not mixing data retrieval and data munging in the same method any more
    serverhorror committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0da017a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be3cb51 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. (chore) fix formatting

    serverhorror committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    78a2d15 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Oct 5, 2023

  1. Merge branch 'master' into bugfix/ods-deployments-file-repeats-image-…

    …in-mono-repository-setup
    
    # Conflicts:
    #	src/org/ods/component/HelmDeploymentStrategy.groovy
    serverhorror committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6b40e51 View commit details
    Browse the repository at this point in the history
  2. make CodeNarc happ[y|ier]

    (cherry picked from commit e4a6fe9)
    serverhorror committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    203db89 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge branch 'master' into bugfix/ods-deployments-file-repeats-image-…

    …in-mono-repository-setup
    
    # Conflicts:
    #	CHANGELOG.md
    #	src/org/ods/component/HelmDeploymentStrategy.groovy
    #	src/org/ods/openshift/OpenShiftResourceMetadata.groovy
    serverhorror committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e014da5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge remote-tracking branch 'origin/master' into bugfix/ods-deployme…

    …nts-file-repeats-image-in-mono-repository-setup
    
    # Conflicts:
    #	CHANGELOG.md
    serverhorror committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    06e1e65 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. re-introduce resourceName

    That parameter was gone due to a previous change!
    serverhorror committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e2273fa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bugfix/ods-deployments-file-repeats-image-…

    …in-mono-repository-setup
    
    # Conflicts:
    #	CHANGELOG.md
    serverhorror committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c394de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c0157 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    7b3d7fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5754a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5550e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge branch 'master' into bugfix/ods-deployments-file-repeats-image-…

    …in-mono-repository-setup
    
    # Conflicts:
    #	CHANGELOG.md
    serverhorror committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bf8eccb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. Merge branch 'bug/1066-globally-injected-variables-do-not-work-in-sub…

    …charts-dependencies' into ordrv-production-fix
    
    # Conflicts:
    #	CHANGELOG.md
    serverhorror committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    93fcc0f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    da1bd28 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/master' into ordrv-production-fix

    # Conflicts:
    #	CHANGELOG.md
    serverhorror committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d293af3 View commit details
    Browse the repository at this point in the history