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

Apim 4251 handle create license #6941

Closed
wants to merge 24 commits into from
Closed

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    4140c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f74f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    a454c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a4ac35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac392da View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. 4.3.0-alpha.1

    graviteeio committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cbd0752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c98b1 View commit details
    Browse the repository at this point in the history
  3. fix(rest-api): search all commands except with the DATA_TO_INDEX tag

    - the ScheduledCommandsRefresherService manages all commands except with the DATA_TO_INDEX tag
    - the ScheduledSearchIndexerService manages commands with the DATA_TO_INDEX tag only
    
    They can't compete with each other, otherwise it makes their execution random.
    
    https://gravitee.atlassian.net/browse/APIM-3614
    (cherry picked from commit a307cba)
    ThibaudAV authored and jgiovaresco committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ffaf8e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    983a2da View commit details
    Browse the repository at this point in the history
  5. fix(hc-improvement): await for HC call to finish before call another one

    (cherry picked from commit 067598b)
    
    # Conflicts:
    #	gravitee-apim-gateway/gravitee-apim-gateway-services/gravitee-apim-gateway-services-healthcheck/src/test/java/io/gravitee/gateway/services/healthcheck/http/AbstractManagedEndpointRuleHandlerTest.java
    wbabyte committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7241339 View commit details
    Browse the repository at this point in the history
  6. fix(jdbc-condition-extended): update the flow_steps.condition column …

    …to 1024 chars
    
    (cherry picked from commit 7600066)
    
    # Conflicts:
    #	gravitee-apim-repository/gravitee-apim-repository-jdbc/src/main/resources/liquibase/master.yml
    wbabyte committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c9755c9 View commit details
    Browse the repository at this point in the history
  7. fix(deps): update bcprov-jdk15on to bcprov-jdk18on

    (cherry picked from commit 0e7fdfe)
    Jędrzej Janasiak authored and jgiovaresco committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f699af9 View commit details
    Browse the repository at this point in the history
  8. test: fix flaky metrics integration test

    (cherry picked from commit ba0f67f)
    a-cordier authored and jgiovaresco committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    708b04a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    9e862de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04b33d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c0daaa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    e592faf View commit details
    Browse the repository at this point in the history
  2. fix(console): fix the validation of the form with a partial input

    Delete this code because we want the jsonSchema to initialise the mandatory fields so that it can manage its validity status correctly.
    
    (cherry picked from commit 8972e4c)
    ThibaudAV authored and wbabyte committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    88977fb View commit details
    Browse the repository at this point in the history
  3. refactor: rename CORS tab

    Okhelifi committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    99fd127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e66cce View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. fix: disable email modification in portal

    (cherry picked from commit 24eb353)
    Okhelifi committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    18cdf07 View commit details
    Browse the repository at this point in the history
  2. fix: disable email modification in portal rest api

    BREAKING CHANGE:
    User email modification is not modifiable anymore https://gravitee.atlassian.net/browse/APIM-4227
    
    (cherry picked from commit 1594058)
    Okhelifi committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    550d9fb View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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