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

2.9.2 dev #84

Merged
merged 7 commits into from
Oct 24, 2017
Merged

2.9.2 dev #84

merged 7 commits into from
Oct 24, 2017

Conversation

wasabibob
Copy link

Change to the tile to limit release version results to 90 days or less, default 90. This includes a new field in the tile configuration "Number Of Days". Upgrade from 2.9.1 is seamless. Tested against XL versions 6.0.2.

@wasabibob wasabibob merged commit adedcfa into v2.9.x Oct 24, 2017
@wasabibob wasabibob deleted the 2.9.2-dev branch October 24, 2017 21:56
if not xldeployServer:
raise Exception("XL Deploy server ID must be provided")

today = org.joda.time.DateTime()
day_range = range(1,91)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this range? Why not just a range_check using

if 1 <= numberOfDays <= 90:
    ...

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.

None yet

2 participants