forked from datastax/python-driver
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Updates for documentation and some cleanups #371
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lorak-mmk
force-pushed
the
various-improvements
branch
3 times, most recently
from
August 16, 2024 10:37
827e1ef
to
a44ecaf
Compare
Lorak-mmk
changed the title
[WIP] Updates for documentation and some cleanups
Updates for documentation and some cleanups
Aug 16, 2024
Lorak-mmk
force-pushed
the
various-improvements
branch
from
August 16, 2024 16:15
e19b2e1
to
d7f60c8
Compare
dkropachev
approved these changes
Aug 20, 2024
dkropachev
reviewed
Aug 20, 2024
fruch
approved these changes
Nov 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We have just 3 scripts (1 soon to be gone because it is unnecessary), so there is no need to have 2 folders for them.
Some of them are only used by upstream, some are may have been used by us in the past. Whatever the reason, we don't need them anymore, so this commit removes them. This will introduce conflicts when merging upstream but: - Those conflicts will be easy to solve - just pick our version - When we move to more granular way of pulling changes we will get rid of redundant commits from history. We could even automatically drop commits that only touch those files.
No need for them to pollute main directory.
Forum is now the preferred venue for asking questions, this commit updates our README to reflect that.
It is talking about Datastax CLA, which is not required to contribute to our fork. Afaik we don't have any CLA required for external contributors to our drivers.
Lorak-mmk
force-pushed
the
various-improvements
branch
from
November 3, 2024 20:40
d7f60c8
to
79dbceb
Compare
Rebased on master. |
Updated section about releasing, testing and documentation to match current tooling and procedures. Removed some sections that are no longer relevant.
It was copied from Rust Driver repo, with "CONTRIBUTING.md" changed to "CONTRIBUTING.rst".
This is deprecated and no longer required.
This test verifies that the run method of the loop was called during setUp, but another test (`class TestTwistedTimer`) was creating and starting the loop before - and this loop was never stopped. This commit adds cleanup procedure so that the test works even if loop was started before.
We don't need them, and its better to remove them rather than complicate test commands.
test_connection_initialization was fixed in previous commit test_cloud was removed in previous commit
It's most likely no longer necessary
One of the badges was not working. That's a good opportunity to update them. Now badges reflect status of master - not latest release - because that better reflects the state of repository. I also added a badge for integration tests.
Lorak-mmk
force-pushed
the
various-improvements
branch
from
November 3, 2024 20:40
79dbceb
to
ddda304
Compare
Addressed @dkropachev comments. |
I'll merge this. @dkropachev could you rebase #364 on master after the merge? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR has some changes that can all be categorized as cleanups and various improvements:
For complete list and more details see commit messages.