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

Rename references #47

Merged
merged 7 commits into from
Aug 19, 2024
Merged

Rename references #47

merged 7 commits into from
Aug 19, 2024

Conversation

irfanshar
Copy link
Contributor

Fixes #

Changes proposed in this pull request:

Before submitting

  • I've read and followed all steps in the Making a pull request
    section of the CONTRIBUTING docs.
  • I've updated or added any relevant docstrings following the syntax described in the
    Writing docstrings section of the CONTRIBUTING docs.
  • If this PR fixes a bug, I've added a test that will fail without my fix.
  • If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

@irfanshar
Copy link
Contributor Author

irfanshar commented Aug 9, 2024

Note pypi references are still using python-wsdb for now until a release is created under the name mapepire-python.
Some documentation links will also need to be changed in the near future

@irfanshar irfanshar linked an issue Aug 9, 2024 that may be closed by this pull request
Signed-off-by: Irfan Sharif <[email protected]>
Irfan Sharif added 2 commits August 9, 2024 16:11
Signed-off-by: Irfan Sharif <[email protected]>
Signed-off-by: Irfan Sharif <[email protected]>
Copy link
Collaborator

@ajshedivy ajshedivy left a comment

Choose a reason for hiding this comment

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

local tests and gihub actions are all passing, we should be good to merge. Ill make a note of remaining old references

@ajshedivy ajshedivy merged commit 5d43b53 into dev Aug 19, 2024
8 checks passed
ajshedivy added a commit that referenced this pull request Aug 23, 2024
* update docs, add simple test

* update table of contents

* rm test creds

* Setup action to run test suite

Signed-off-by: Irfan Sharif <[email protected]>

* Fix checkout

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Adding credentials for IBM i

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Moved pytest.ini creation in to pytest directory

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

* Remove pytest.ini creation

Signed-off-by: Irfan Sharif <[email protected]>

* Configuring secrets

Signed-off-by: Irfan Sharif <[email protected]>

* Debugging workflow

Signed-off-by: Irfan Sharif <[email protected]>

* Setup action to run test suite

Signed-off-by: Irfan Sharif <[email protected]>

Fix checkout

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Adding credentials for IBM i

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Moved pytest.ini creation in to pytest directory

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Debugging action

Signed-off-by: Irfan Sharif <[email protected]>

Remove pytest.ini creation

Signed-off-by: Irfan Sharif <[email protected]>

Configuring secrets

Signed-off-by: Irfan Sharif <[email protected]>

Debugging workflow

Signed-off-by: Irfan Sharif <[email protected]>

* Formatting changes

Signed-off-by: Irfan Sharif <[email protected]>

* Update requirements for linting and formatting

Signed-off-by: Irfan Sharif <[email protected]>

* Consolidate PR workflow into one

Signed-off-by: Irfan Sharif <[email protected]>

* Update CHANGELOG

Signed-off-by: Irfan Sharif <[email protected]>

* add environement var to main gh workflow

* fix sytax error and add env vars

* try reformatting workflow file

* edit test format

* move env vars to env section

* debug secrets

* test pr_checks on push

* update on workflow tag

* add check to python test

* only run main test on PR

* add more tests

* add dev branch to tests

* sort imports in tests

* add test file for testing workflow

* add pull_request_target

* move changelog test to separate file

* try checking for fork

* update main test to ignore pytest if PR is from fork

* update PR template

* Rename references (#47)

* Update refs from python_wsdb to mapepire_python

Signed-off-by: Irfan Sharif <[email protected]>

* Update mapepire_python imports to use relative paths

Signed-off-by: Irfan Sharif <[email protected]>

* Update remaining python_wsdb refs to mapepire_python

Signed-off-by: Irfan Sharif <[email protected]>

* Rename refs from python-wsdb to mapepire-python

Signed-off-by: Irfan Sharif <[email protected]>

* Formatting and linting

Signed-off-by: Irfan Sharif <[email protected]>

* Fix import error

Signed-off-by: Irfan Sharif <[email protected]>

* Update CHANGELOG

Signed-off-by: Irfan Sharif <[email protected]>

---------

Signed-off-by: Irfan Sharif <[email protected]>
Co-authored-by: Irfan Sharif <[email protected]>

* Tests/add sql tests (#48)

* add more sql tests

* ignore tests dir for linting

* update github workflow

---------

Signed-off-by: Irfan Sharif <[email protected]>
Co-authored-by: Irfan Sharif <[email protected]>
Co-authored-by: irfanshar <[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.

Rename all refs to mapepire-python
2 participants