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

working on mongolog_purge commands #70

Merged
merged 108 commits into from
Sep 26, 2018
Merged

working on mongolog_purge commands #70

merged 108 commits into from
Sep 26, 2018

Conversation

gnulnx
Copy link
Owner

@gnulnx gnulnx commented Sep 20, 2018

No description provided.

@coveralls
Copy link

coveralls commented Sep 24, 2018

Coverage Status

Coverage decreased (-8.4%) to 86.87% when pulling 6291bcc on jf/purge into 5dbad27 on master.

#- PYMONGO=">=3.0" DJANGO=">=1.9"
- PYMONGO="==2.4"
- PYMONGO=">=3.0"
- PYMONGO=">=3.0" DJANGO="==1.9.8"
Copy link
Owner Author

Choose a reason for hiding this comment

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

I'd be inclined to peg this to the next Django LTS release, but since we are pegged to 1.9.8 at HBX I'm having travis run tests against that specific version.

Choose a reason for hiding this comment

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

Sounds good, let's that django upgrade here asap

if django_version < 2:
from django.core.urlresolvers import reverse
else:
from django.urls import reverse

Choose a reason for hiding this comment

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

cool and clean


def confirm(self, **options):
if not options['force']:
while 1:

Choose a reason for hiding this comment

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

slick

Copy link

@codekiln codekiln left a comment

Choose a reason for hiding this comment

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

Nice, looks good

@codekiln
Copy link

Looks like this PR addresses issue #9 Check minimum version we are compatible with, right?

Copy link

@marinko-peso marinko-peso left a comment

Choose a reason for hiding this comment

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

Nice!

@gnulnx
Copy link
Owner Author

gnulnx commented Sep 26, 2018

Good catch on issue #9 @codekiln. Closing now.

@kofic
Copy link

kofic commented Sep 26, 2018

Looks great

@gnulnx gnulnx merged commit a6b697e into master Sep 26, 2018
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.

5 participants