-
Notifications
You must be signed in to change notification settings - Fork 40
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
fix: Update Support Window spreadsheet #414
Commits on Jul 18, 2023
-
fix: Update Elasticsearch support dates
Add support date for Elasticsearch version 7.17. Did not include support dates for previous versions between 7.14 and 7.16 inclusive.
Configuration menu - View commit details
-
Copy full SHA for cde0cb3 - Browse repository at this point
Copy the full SHA cde0cb3View commit details -
chore: Add auto pull version from tutor's config
Add functions for automatically pulling version number from tutor's default config file and choosing which bars to bold and outline. This pulls the name and / or number for the current version of openedx, MongoDB, Elasticsearch, MySQL, and Redis. It does not pull the current version of Python, Django, Ubuntu, Node, or Ruby. To be clear, this commit doesn't add new bars to the calendar, it only automates how we choose which bars to bold and outline. For example, if we were to switch to Elasticsearch 8.x.x, we'll still need to manually add the release and EOL dates.
Configuration menu - View commit details
-
Copy full SHA for 7e4b116 - Browse repository at this point
Copy the full SHA 7e4b116View commit details -
fix: Regex to match version name if suffix is word
See here for original comment: openedx#414 (comment) Version name might be something like "palm.master", in which case we don't just want to capture a version number.
Configuration menu - View commit details
-
Copy full SHA for 28065b7 - Browse repository at this point
Copy the full SHA 28065b7View commit details -
refactor: Import yaml library for consistency
Was previously importing a specific function but this was not consistent with style. See here for original comment: openedx#414 (comment)
Configuration menu - View commit details
-
Copy full SHA for dbecbc7 - Browse repository at this point
Copy the full SHA dbecbc7View commit details -
fix: Raise error if status code isn't 200
Before, if http request to tutor's defaults.yml returned status code != 200, function would return None and continue. No error would be raised. This fix now raises a RuntimError. See here for original comment: openedx#414 (comment)
Configuration menu - View commit details
-
Copy full SHA for a3e7a3b - Browse repository at this point
Copy the full SHA a3e7a3bView commit details -
refactor: Remove f-string for single expressions
f-string is unnecessary if the string is a single Python expression. Replaced f-string with just the expression where possible. See here for original comment: openedx#414 (comment)
Configuration menu - View commit details
-
Copy full SHA for 99fc5fa - Browse repository at this point
Copy the full SHA 99fc5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb8db6 - Browse repository at this point
Copy the full SHA 0bb8db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b46aff - Browse repository at this point
Copy the full SHA 9b46affView commit details -
refactor: Separate third-party imports from built-in
Co-authored-by: Ned Batchelder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfae02f - Browse repository at this point
Copy the full SHA cfae02fView commit details -
fix: Raise error if version name/number not found
Before, if version name or number wasn't found, will continue to run program and generate a bar calendar that doesn't have bolded bars. Want to instead raise an error. See here for original comment: openedx#414 (comment)
Configuration menu - View commit details
-
Copy full SHA for f98140b - Browse repository at this point
Copy the full SHA f98140bView commit details