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

[Pgbelt] Refactor Teardown Command due to DROP EXTENSION wOES #321

Closed
wants to merge 12 commits into from

Conversation

josephoyomiautodesk
Copy link
Contributor

@josephoyomiautodesk josephoyomiautodesk commented Nov 10, 2023

This code needs to be moved to maybe the revoke_pgl function: https://github.com/Autodesk/pgbelt/blob/main/pgbelt/util/pglogical.py#L236-L240.

Then, the revoke_pgl function should maybe run outside of the full teardown code (so it always runs, not just in full mode): https://github.com/Autodesk/pgbelt/blob/main/pgbelt/cmd/teardown.py#L63-L96.

josephoyomiautodesk and others added 6 commits November 7, 2023 15:16
* fix: grant pglogical schema usage #278

* doc: comment

* doc: comment
Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.10.1...23.11.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump pydantic from 1.10.13 to 2.4.2

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.13 to 2.4.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.13...v2.4.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: support for Pydantic v2+

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Varjitt Jeeva <[email protected]>
Copy link

github-actions bot commented Nov 10, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@vjeeva
Copy link
Contributor

vjeeva commented Nov 13, 2023

@josephoyomiautodesk please rebase this PR and sign the CLA

@vjeeva vjeeva changed the title STOPS-4828 : [Pgbelt] Refactor Teardown Command due to DROP EXTENSION wOES [Pgbelt] Refactor Teardown Command due to DROP EXTENSION wOES Nov 13, 2023
@josephoyomiautodesk
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@autodesk-chorus
Copy link

Chorus detected one or more security issues with this pull request. See the Checks tab for more details.

As a reminder, please follow the secure code review process as part of the Secure Coding Non-Negotiable requirement.

@vjeeva
Copy link
Contributor

vjeeva commented Nov 15, 2023

@josephoyomiautodesk please continue to fix up the lint errors

@github-actions github-actions bot locked and limited conversation to collaborators Nov 20, 2023
@vjeeva vjeeva deleted the STOPS-4828 branch February 21, 2024 21:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants