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

add core logic to support access token in postgres scaler #5589

Merged

Commits on Mar 11, 2024

  1. add core logic to support access token in postgres scaler

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6354167 View commit details
    Browse the repository at this point in the history
  2. minor fix

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b2855ec View commit details
    Browse the repository at this point in the history
  3. run make build to fmt code

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f3760a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. make regexp password pattern global

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bee72e1 View commit details
    Browse the repository at this point in the history
  2. adapt to use placeholder for regexp

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    de5b4ae View commit details
    Browse the repository at this point in the history
  3. add missing authPodIdentity variable

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1a4e372 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc778ca View commit details
    Browse the repository at this point in the history
  5. lint code using gci write... command

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d3b0456 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. lint import + add 2 unite tests

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1885608 View commit details
    Browse the repository at this point in the history
  2. lint with make fmt

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ce1c2d1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    c70e464 View commit details
    Browse the repository at this point in the history
  2. remove podIdentityAzure references (but keep AzureWorkload ones)

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1034b6c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. replace switch by if statements + fix error when comparing + close co…

    …nnection before recreating it
    
    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5d9bcee View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. generate a new token if the current one has expired + add log info st…

    …atement
    
    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed May 21, 2024
    Configuration menu
    Copy the full SHA
    acd9e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff31521 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. minor change + add entry in CHANGELOG.md

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    239b8e2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 31, 2024

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

Commits on Jun 2, 2024

  1. Add first draft of an e2e test

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    6fd7dfa View commit details
    Browse the repository at this point in the history
  2. Add comment and change package name

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    9ed7d39 View commit details
    Browse the repository at this point in the history
  3. fix golanci lint

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    432c280 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. use identity 1 in e2e tests

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3783d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b358784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01471e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    cc5636c View commit details
    Browse the repository at this point in the history
  2. fix e2e tests after testing it + change .env file

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    718d7de View commit details
    Browse the repository at this point in the history
  3. go fmt

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    d0a0455 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. remove entries in .env file

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9bc3a6e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    85543de View commit details
    Browse the repository at this point in the history
  2. Add Postgres env variables

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0fb1288 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    6fa97f9 View commit details
    Browse the repository at this point in the history
  2. remove useless variables

    Signed-off-by: Ferdinand de Baecque <[email protected]>
    Ferdinanddb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    548e6d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Update e2e test to reset all the task using a query

    Signed-off-by: Jorge Turrado <[email protected]>
    JorTurFer committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    84e9252 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/support-access-token-postgres-scaler

    Signed-off-by: Jorge Turrado Ferrero <[email protected]>
    JorTurFer authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f2ef6af View commit details
    Browse the repository at this point in the history
  3. missing changes after rebase

    Signed-off-by: Jorge Turrado <[email protected]>
    JorTurFer committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ea13133 View commit details
    Browse the repository at this point in the history
  4. fix typo in the query

    Signed-off-by: Jorge Turrado Ferrero <[email protected]>
    JorTurFer authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1133382 View commit details
    Browse the repository at this point in the history
  5. remove the load

    Signed-off-by: Jorge Turrado <[email protected]>
    JorTurFer committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    130bf5a View commit details
    Browse the repository at this point in the history
  6. fix style

    Signed-off-by: Jorge Turrado <[email protected]>
    JorTurFer committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    21b8e3c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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