Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The following repositories now use ESLint with eslint-config-edx to enforce a JavaScript coding style:
    • edx-platform
    • edx-ui-toolkit
    • ux-pattern-library
    • edx-analytics-dashboard

Installation changes

  • Two installations: devstack and native
  • Native now installs ecommerce and programs

Deployment Issues to Keep in Mind

...

  • Mongo will be upgraded to at least 3.0 and will switch to using the Wired Tiger storage engine.  This storage engine will not transparently read MMAPv1 files from 2.6 and will require a dump/restore most likely.
  • ElasticSearch will be upgraded, probably to 1.5 which is what we use in production.  This will coincide with changes to the forums service to support the newer version.
  • Migrations will need to be faked for projects that use the Python Social Auth package. This includes all of our IDAs. See https://github.com/omab/python-social-auth/issues/991 for complete details.
  • In reference to https://github.com/edx/cs_comments_service/pull/192;  "migrate-009-comment_thread-author-created_at-indexes.js" needs to be run to create newly added index.
  • Forums are now configured with a ConfigurationModel (Toby did the work). There should need to be no special action taken.
  • NodeJS will be upgraded to 6.9.2 LTS. There should be no special action necessary.
  • Ansible has been upgraded to version 2.2.

Monthly product notes

Any unusual things changed in the product that adopters or developers should know about?

...

  • The old login/registration flow has been deprecated, and is replaced by the Logistration pages.
  • Programs is still supported, but will be replaced in the next release (Ginkgo)

Ficus Fixes

Pull requests to cherry-pick onto Ficus: