Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openfun/richie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.2
Choose a base ref
...
head repository: openfun/richie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.3
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    61da513 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. ⬆️(pyup) upgrade dependencies for week 35

    - Update ipython from 7.7.0 to 7.8.0
    - Update pytest from 5.1.1 to 5.1.2
    - Update sentry-sdk from 0.11.1 to 0.11.2
    pyup-bot authored and mbenadda committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a8e606c View commit details
    Browse the repository at this point in the history
  2. 🐛(settings) allow overriding default settings defined in Richie's mixin

    We were setting default values on the configuration mix instance. As a
    result it could not be overriden by class attributes on a configuration
    class inheriting from this mixin. We should set values on the configuration
    mixin as class attributes.
    Samuel Paccoud - FUN MOOC authored and sampaccoud committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    1589be1 View commit details
    Browse the repository at this point in the history
  3. 🔖(chore) bump version to 1.8.3

    Fixed
    
    - Allow overriding Richie's default settings in inheriting configurations
    Samuel Paccoud - FUN MOOC authored and sampaccoud committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    8a78d3b View commit details
    Browse the repository at this point in the history
Loading