Skip to content

Adding database notes and some improvements #1392

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

Merged
merged 8 commits into from
Aug 23, 2022
Merged

Adding database notes and some improvements #1392

merged 8 commits into from
Aug 23, 2022

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Aug 23, 2022

Small improvements to database version checking and documentation.

Close #1325

Documentation view

image

@germa89 germa89 requested review from akaszynski and FredAns August 23, 2022 11:20
@germa89 germa89 self-assigned this Aug 23, 2022
@germa89
Copy link
Collaborator Author

germa89 commented Aug 23, 2022

Working on this I discovered this #1391

If enough feedback is given, I will fix 1391 in this PR too.

@github-actions github-actions bot added the BUG label Aug 23, 2022
@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Merging #1392 (20de261) into main (2c4e972) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1392      +/-   ##
==========================================
+ Coverage   76.71%   76.77%   +0.06%     
==========================================
  Files          43       43              
  Lines        6870     6880      +10     
==========================================
+ Hits         5270     5282      +12     
+ Misses       1600     1598       -2     

@germa89
Copy link
Collaborator Author

germa89 commented Aug 23, 2022

By the way, the docker image v22.2 seems to not support DB, but local installation does. Check:

https://github.com/pyansys/pymapdl/runs/7972079545?check_suite_focus=true (First attempt)

Pinging @dts12263 to see if he can build a new docker image with for 22.2 with working DB.

Copy link
Collaborator

@akaszynski akaszynski left a comment

Choose a reason for hiding this comment

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

Minor comments, otherwise LGTM.

@germa89 germa89 enabled auto-merge (squash) August 23, 2022 14:45
@germa89 germa89 merged commit 393bcd0 into main Aug 23, 2022
@germa89 germa89 deleted the fix/db-notes branch August 23, 2022 14:57
@germa89 germa89 added this to the v0.63.2 milestone Aug 31, 2022
germa89 added a commit that referenced this pull request Sep 1, 2022
* Adding better version control checks to database.

* Adding __repr__ method to node and elems classes

* Moving the definion of __server_version to __init__

* Adding/improving unit tests

* Adding documentation about database module

* Adding string tests and removing 22.2 from CI testing

* Fixing ON_CI import

* Apply suggestions from code review

Co-authored-by: Alex Kaszynski <[email protected]>

Co-authored-by: Alex Kaszynski <[email protected]>
germa89 added a commit that referenced this pull request Sep 1, 2022
germa89 added a commit that referenced this pull request Sep 1, 2022
* Adding better version control checks to database.

* Adding __repr__ method to node and elems classes

* Moving the definion of __server_version to __init__

* Adding/improving unit tests

* Adding documentation about database module

* Adding string tests and removing 22.2 from CI testing

* Fixing ON_CI import

* Apply suggestions from code review

Co-authored-by: Alex Kaszynski <[email protected]>

Co-authored-by: Alex Kaszynski <[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.

Add a note regarding database not available
2 participants