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

Drop support for MongoDB v1 #9

Merged
merged 6 commits into from
Sep 27, 2024
Merged

Drop support for MongoDB v1 #9

merged 6 commits into from
Sep 27, 2024

Conversation

thekid
Copy link
Member

@thekid thekid commented Sep 22, 2024

This pull request simplifies the code base by dropping backwards compatibility with MongoDB version 1.X

Changes

Effects

Before:

github.com/AlDanial/cloc v 1.82  T=0.03 s (105.4 files/s, 9975.4 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
PHP                              3             38            104            142
-------------------------------------------------------------------------------
SUM:                             3             38            104            142
-------------------------------------------------------------------------------

After:

github.com/AlDanial/cloc v 1.82  T=0.03 s (91.7 files/s, 7882.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
PHP                              3             34            103            121
-------------------------------------------------------------------------------
SUM:                             3             34            103            121
-------------------------------------------------------------------------------

@thekid thekid merged commit bea0199 into main Sep 27, 2024
12 checks passed
@thekid thekid deleted the refactor/drop-mongodb-v1 branch September 27, 2024 15:06
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.

1 participant