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

ImageName should be able to parse image names with IPv6 address literals #2603

Commits on Feb 1, 2024

  1. parsing IPv6 literals support added

    1.added IPv6 address
    2.upated DOMAIN_REGEX for the IPv6 addresses
    3.uncommented the related tests
    
    removing issue references
    
    removing issue references
    Devashishbasu committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6949be6 View commit details
    Browse the repository at this point in the history
  2. test : Add TestHttpBuildPackArtifactsServer in jkube-kit/common

    Add TestHttpBuildPackArtifactsServer to host build pack download
    artifacts so that this test utility class can be reused in dependent
    modules
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia authored and manusa committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    16e07c5 View commit details
    Browse the repository at this point in the history
  3. fix: remove KubernetesResourceUtil.ensureHasPort unnecessary 'null' c…

    …heck before 'equals()' call
    ArunErram committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    302b2b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfa0486 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5dbf12 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    b9515f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708dff2 View commit details
    Browse the repository at this point in the history
  3. feat(helm): add helm-java dependency

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7a60b29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70b6723 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44bbcdb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 5, 2024

  1. test: remove redundant throws in IngressEnricherTest.setUp (eclipse-j…

    …kube#2618)
    
    Remove unnecessary exception declaration in IngressEnricherTest.setUp
    AmitPatil05 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4a874ff View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump org.apache.maven:maven-core in /jkube-kit/parent

    Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.6.3 to 3.8.1.
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and manusa committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    51a80d3 View commit details
    Browse the repository at this point in the history
  3. fix (jkube-kit/enricher) : WellKnownLabelEnricher also considers labe…

    …ls added via resource configuration
    
    While adding labels and selectors to a resource, WellKnownLabelEnricher
    and ProjectLabelEnricher would give precedence to label configured via
    resource label XML/Groovy DSL configuration.
    
    This precedence would depend on the type of resource label configuration used.
    If `all` has been provided in configuration, this means precedence would be given
    for all resources. However, if some specific resource label configuration is
    used; precedence would only be given for that specific resource
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia authored and manusa committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ed4154b View commit details
    Browse the repository at this point in the history
  4. review: Well Known Label Enricher

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6cd411a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed0cc80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c162993 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. test : Add TestHttpBuildPackArtifactsServer in jkube-kit/common

    Add TestHttpBuildPackArtifactsServer to host build pack download
    artifacts so that this test utility class can be reused in dependent
    modules
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia authored and manusa committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d38642f View commit details
    Browse the repository at this point in the history
  2. feat (jkube-kit/config/service) : Add BuildPackBuildService (eclipse-…

    …jkube#2493)
    
    + Add new enum for buildpacks in JKubeBuildStrategy
    + Add BuildPackBuildService that would be activated when build strategy
      is set to buildpacks
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia authored and manusa committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0db5cce View commit details
    Browse the repository at this point in the history
  3. review: BuildPackBuildService

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    005241e View commit details
    Browse the repository at this point in the history
  4. feat: HelmService provides linting features

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    13e01f8 View commit details
    Browse the repository at this point in the history
  5. feat: helm lint exposed in Gradle and Maven plugins

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d828cd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    da8eb46 View commit details
    Browse the repository at this point in the history
  2. parsing IPv6 literals support added

    1.added IPv6 address
    2.upated DOMAIN_REGEX for the IPv6 addresses
    3.uncommented the related tests
    
    removing issue references
    
    removing issue references
    
    Implemented suggested changes by sonarcloud
    
    updated the suggested changes
    
    adding suggested changes by rohan sir
    Devashishbasu committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c142522 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ImageName-should-be-able-to-parse-image-names-with-IPv6…

    …-address-literals' of https://github.com/Devashishbasu/jkube into ImageName-should-be-able-to-parse-image-names-with-IPv6-address-literals
    Devashishbasu committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ef6583e View commit details
    Browse the repository at this point in the history