Skip to content
Snippets Groups Projects
  1. Sep 16, 2020
  2. Sep 15, 2020
  3. Sep 14, 2020
    • muhammad-ammar's avatar
      upgrade edx-enterprise · 7449589e
      muhammad-ammar authored
      ENT-3328
      7449589e
    • Mike OConnell's avatar
      Added remote IP to logging (#24932) · 11e4cab6
      Mike OConnell authored
      * Add remote IP to logging config
      
      Add a new filter to get the remote IP for the current
      request and include it in log statements
      
      SEG-34
      
      * Added line for formatting
      
      Added line for formatting
      
      SEG-34
    • Thomas Tracy's avatar
      A modal used to collect demographics information (#24956) · 0151b80a
      Thomas Tracy authored
      
      * A modal used to collect demographics information
      
      Add checkmark to final page (#24957)
      
      Remove themeing to get ready for staging
      
      MICROBA-574 | Dismiss CTA after learner finishes answering modal questions (#24965)
      
      [MICROBA-574]
      - Dismiss CTA after learner finishes answering demographics questions
      - Cleanup comments
      
      * Various initial bugfixes
      
      - fixes 2 issues with the multiselect dropdown erasing state
      - prevents input higher than 255 characters in the self describe
      - fixes 400 errors when the user selects a default option
      - Removes additional page count section
      
      - Re-adding deleted JS file. Can't clean this up until after we cutover to using the new Demographics modal
      
      * Add translatable string to clear button
      
      * Remove extra page counter from the header for the third time
      
      * Remove unneeded template context
      
      Co-authored-by: default avatarMatt Tuchfarber <mtuchfarber@edx.org>
      Co-authored-by: default avatarJustin Hynes <jhynes@edx.org>
    • Usama Sadiq's avatar
      Merge pull request #24974 from edx/jenkins/upgrade-python-requirements-ee2a1495 · 7bfd98c0
      Usama Sadiq authored
      Python Requirements Update
    • Régis Behmo's avatar
      Simplify hack to obtain waffle module names · 307457a2
      Régis Behmo authored
      Instead of going up the stacktrace to find the module names of waffle
      flags and switches, we manually pass the module __name__ whenever the
      flag is created. This is similar to `logging.getLogger(__name__)`
      standard behaviour.
      
      As the waffle classes are used outside of edx-platform, we make the new
      module_name argument an optional keyword argument. This will change once
      we pull waffle_utils outside of edx-platform.
      
      Note that the module name is normally only required to view the list of
      existing waffle flags and switches. The module name should not be
      necessary to verify if a flag is enabled. Thus, maybe it would make
      sense to create a `add` class methor similar to:
      
          class WaffleFlag:
              @classmethod
              def add(cls, namespace, flag, module):
                  instance = cls(namespace, flag)
                  cls._class_instances.add((instance, module))
      307457a2
    • edX requirements bot's avatar
      Updating Python Requirements · 6cf35d7e
      edX requirements bot authored
      6cf35d7e
  4. Sep 13, 2020
  5. Sep 11, 2020
  6. Sep 10, 2020