Skip to content

Conversation

@yogivk
Copy link
Member

@yogivk yogivk commented May 10, 2024

Why make this change?

Closes #1635

What is this change?

Checking if Application Name is already present in the PgSql connection string. I f yes, we append DAB APP NAME with ',' as separator else, we add an Application Name property to connection string.

How was this tested?

  • Unit Tests

Sample Request(s)

If Application Name is specified by the developer, then DAB will append to it, else will add Application Name property

Copy link
Contributor

@seantleonard seantleonard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just two nits. Thank you for making these changes!

Copy link
Collaborator

@Aniruddh25 Aniruddh25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for such a quick turn around!!

@Aniruddh25 Aniruddh25 added this to the 1.1rc milestone May 11, 2024
@yogivk yogivk enabled auto-merge (squash) May 11, 2024 00:56
@seantleonard
Copy link
Contributor

/azp run

@Aniruddh25 Aniruddh25 removed this from the 1.1rc milestone May 13, 2024
@Aniruddh25 Aniruddh25 modified the milestones: 1.2rc, 1.1 Patch 01 May 13, 2024
@yogivk
Copy link
Member Author

yogivk commented May 13, 2024

/azp run

@yogivk
Copy link
Member Author

yogivk commented May 13, 2024

/azp run

@yogivk
Copy link
Member Author

yogivk commented May 13, 2024

/azp run

…ForBadConnectionStringHelperAsync() test function.

Also cleaned up exception/console message validation to only check for connection string error: which is the sole purpose of the test.
@seantleonard
Copy link
Contributor

/azp run

@yogivk yogivk merged commit fd52a13 into main May 13, 2024
@yogivk yogivk deleted the dev/yogkul/add_app_name_to_pgsql branch May 13, 2024 22:41
ayush3797 pushed a commit that referenced this pull request May 14, 2024
## Why make this change?
Closes #1635 

## What is this change?

Checking if Application Name is already present in the PgSql connection
string. I f yes, we append DAB APP NAME with ',' as separator else, we
add an Application Name property to connection string.

## How was this tested?

- [ ] Unit Tests

## Sample Request(s)

If Application Name is specified by the developer, then DAB will append
to it, else will add Application Name property

---------

Co-authored-by: Aniruddh Munde <[email protected]>
ayush3797 added a commit that referenced this pull request May 14, 2024
## Why make this change?
Ports bug-fixes to release/1.1:

1.) #2214
2.) #2215
3.) #2208
4.) #2216

---------

Co-authored-by: Yogi K <[email protected]>
Co-authored-by: Aniruddh Munde <[email protected]>
Co-authored-by: Sean Leonard <[email protected]>
Co-authored-by: Jerry Nixon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Identify how DAB is hosted for connections to PGSQL

3 participants