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

Trigger Jenkins #23367

Closed
wants to merge 189 commits into from
Closed

Trigger Jenkins #23367

wants to merge 189 commits into from

Commits on Jan 18, 2019

  1. Set RELEASE_LINE to 'ironwood'

    Ned Batchelder committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    f3e94a9 View commit details
    Browse the repository at this point in the history
  2. Ironwood translation resources

    Ned Batchelder committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    89639e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Revert "change banner date localization to use dateutilfactory"

    (cherry picked from commit 08cb566)
    MatthewPiatetsky authored and Ned Batchelder committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    0f287f7 View commit details
    Browse the repository at this point in the history
  2. ENT-1467 Version bump for edx-enterprise to 1.2.8

    (cherry picked from commit e4905a5)
    brittneyexline authored and Ned Batchelder committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    1c14030 View commit details
    Browse the repository at this point in the history
  3. make upgrade to version of edx-proctoring

    without blocking multiple concurrent sessions
    
    also updates trace amounts of copy duplicated in tests between
    edx-proctoring and edx-platform
    
    JIRA:EDUCATOR-3931
    (cherry picked from commit 673fb79)
    Matt Hughes authored and Ned Batchelder committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    2d4eed7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Fix coverage on remote xdist nodes

    (cherry picked from commit f7799ba)
    jmbowman authored and Ned Batchelder committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    cf02924 View commit details
    Browse the repository at this point in the history
  2. Don't fail if the JWK settings aren't set

    JWKs are used for micro-frontends and OAuth scopes.  The Ironwood
    installation process doesn't yet create the JWKs needed.  For Ironwood,
    at least don't fail trying to use the empty settings.  By default,
    micro-frontends and OAuth scopes will be unavailable.
    Ned Batchelder committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    bf3f5e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#19674 from edx/nedbat/no-jwk-ok

    Don't fail if the JWK settings aren't set
    nedbat authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    df354ba View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. tiny style modification

    (cherry picked from commit 84f609a)
    mahyard authored and Ned Batchelder committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    9dca19d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Fix Collapse All/Expand All translation

    (cherry picked from commit 91ed450)
    Luis Moreno authored and Ned Batchelder committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    84cd024 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Update Django version to 1.11.20

    (cherry picked from commit 44ca4d4)
    Julia Eskew authored and Ned Batchelder committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f000c15 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

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

Commits on Feb 19, 2019

  1. Merge pull request openedx#19824 from edx/dsheraz/open-release-securi…

    …ty-fix
    
    update django wiki for ironwood release
    nedbat authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    b6c18e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Fix error when saving CourseEnrollment in admin

    (cherry picked from commit e0b0c37)
    clemente authored and Ned Batchelder committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    bc2b1b1 View commit details
    Browse the repository at this point in the history
  2. EDUCATOR-3930 fix video player speed adjustments

    (cherry picked from commit a85256e)
    Rabia23 authored and Ned Batchelder committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    3e085ea View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Fix date format

    (cherry picked from commit 12931ae)
    Luis Moreno authored and Ned Batchelder committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    bb13168 View commit details
    Browse the repository at this point in the history
  2. Fix to pass xss commit linter

    (cherry picked from commit c5f396b)
    Luis Moreno authored and Ned Batchelder committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    baf7e2b View commit details
    Browse the repository at this point in the history
  3. Implement public cohort

    This PR is based on openedx#19284 and is part of the
    series of work related to the proposal openedx#18134.
    
    This PR avoids the assignment of
    anonymous/unenrolled users to any cohort when
    course is public. Anonymous or unenrolled users
    will only see content that does not have a
    content group assigned.
    The "View Course" link to the course outline
    is shown on the course about page for a course
    marked public/public outline.
    It also makes course handouts available for
    public courses (not for public_outline).
    This PR also hides the different warnings and
    messages asking the user to sign-in and enroll
    in the course, when the course is marked public.
    It modifies the default public_view text to
    include the component display_name when
    unenrolled access is not available.
    pkulkark authored and David Ormsbee committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    7ee1173 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#19877 from edx/ormsbee/cp_anonymous_cohort

    Implement public cohort
    nedbat authored Feb 25, 2019
    Configuration menu
    Copy the full SHA
    1118782 View commit details
    Browse the repository at this point in the history
  5. Fix import error introduced by 7ee1173 cherry pick

    David Ormsbee committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    fdd3c1f View commit details
    Browse the repository at this point in the history
  6. Merge pull request openedx#19878 from edx/ormsbee/cp_anonymous_cohort

    Fix import error introduced by 7ee1173 cherry pick
    nedbat authored Feb 25, 2019
    Configuration menu
    Copy the full SHA
    4938cab View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Switch workers to ironwood

    Michael Youngstrom committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    71a824e View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#19875 from edx/youngstorm/update-jenkinsfile

    Edit worker type in ironwood Jenkinsfiles
    Michael Youngstrom authored Feb 26, 2019
    Configuration menu
    Copy the full SHA
    74614cf View commit details
    Browse the repository at this point in the history
  3. Jenkinsfile typo

    Michael Youngstrom committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    c86ed71 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Handle out-of-memory exception on Sysadmin Courses

    We've been running into OoM issues with this functionality while
    executing on one of our smaller application servers.
    - Sometimes this manifests by preventing the entire page from loading
      (exception during the GET).
    - At others, it occurs using the `Delete course from site` functionality
      by breaking during the POST handler. This case is particularly
      frustrating because the course actually is deleted, but looks like it
      may not have been. Internally, this is because the 500 error occurs
      _after_ the course has been successfully deleted, though this is
      opaque to the end-user.
    
    While this doesn't address the underlying memory issue,
    it does at least allow the app to recover gracefully.
    
    (cherry picked from commit 25be889)
    stvstnfrd authored and Ned Batchelder committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    4690f8d View commit details
    Browse the repository at this point in the history
  2. Remove course publish from CCX data migration.

    This removes the portion of the CCX course names data migration
    that triggers course publishing. While course publishing is the
    desired behavior, doing so within the migration makes it so that
    this migration is not practical to run if you have hundreds or
    thousands of CCX courses (we run out of memory).
    
    By doing the data migration without the accompanying course
    publishes, this means that CCX course names will still show up
    incorrectly for courses until there is an edit or publish of
    either that CCX course or the underlying course that the CCX
    course extends. But we at least set up the data so that it's
    gradually self-correcting over time, and do so with little coding
    effort or operational risk/weirdness.
    
    A more comprehensive fix for this would involve:
    
    * Fixing the memory leak around CourseOverviews creation and/or;
    * Moving CourseOverview generation to happen asynchronously and/or;
    * Being more careful about transactionality in the data migration
      and running it repeatedly until it all passes.
    
    Full details of our migration issues are at:
    
    https://github.com/edx/edx-platform/pull/18808#issuecomment-422930820
    (cherry picked from commit 5f97cec)
    David Ormsbee authored and Ned Batchelder committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    64dce68 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Move context to env var

    Michael Youngstrom committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    5d24537 View commit details
    Browse the repository at this point in the history
  2. Change git checkout on xdist workers

    Michael Youngstrom committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    370e82c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Merge pull request openedx#19905 from edx/youngstrom/fix-ironwood-ci-…

    …again
    
    Fix ironwood ci pipelines
    Michael Youngstrom authored Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8e043f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. production.py should fallback to aws.py incase the plugin has not yet…

    … been migrated to use production.py
    coryleeio committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    3bd2094 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    ef2381a View commit details
    Browse the repository at this point in the history
  2. Update production.py

    coryleeio authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6c4982f View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#19951 from edx/coryleeio/fallback_to_aws_s…

    …ettings_type_for_plugins
    
    production.py should fallback to aws.py incase the plugin has not yet…
    nedbat authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    7ff3e5c View commit details
    Browse the repository at this point in the history
  4. Skip tests of help doc links on named release branches.

    @skip_unless_master is used to skip tests because on named release
    branches, most work happens leading up to the first release on the
    branch, and that is before the docs have been published.  Tests that
    check readthedocs for the right doc page will fail during this time, and
    it's just a big distraction.  Also, if we bork the docs, it's not the
    end of the world, and we can fix it easily, so this is a good tradeoff.
    
    (cherry picked from commit 561f075)
    Ned Batchelder committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    e77c2bf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Merge pull request openedx#20000 from edx/nedbat/ironwood-skip-help-t…

    …ests
    
    Nedbat/ironwood skip help tests
    nedbat authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    9348ac6 View commit details
    Browse the repository at this point in the history
  2. Make the studio login over the lms optional using a feature flag

    Squashed from:
    
    80b977f Make the studio login over the lms optional using a feature flag
    14b4223 Addressing feedback
    9195ec9 Addressing second feedback about redirect logic on logout behing feature flag
    923a917 Fixing lettuce tests
    
    (cherry picked from commit 6f91a0d9e8ea2364f58a2cd38e804ac57f8f416b)
    
    Commit 6f91a0d9 was a squashed version of the four original commits, to
    make resolving conflicts easier.
    felipemontoya authored and Ned Batchelder committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    f8319d8 View commit details
    Browse the repository at this point in the history
  3. Additionally logout from a settings list of extra logout URIs

    Currently, the LMS logout endpoint should iframe in the logout pages of
    all the IDAs you were logged into. In short, this was made possible with
    DOP because keeping track of the logout URIs and leaving a trail of
    evidence in the user cookies was part of what we added in our fork of
    DOP.  In the case of DOT, we don't have time or desire to fork DOT to
    mirror this behavior, so our stop-gap solution is to log out the user
    from a list of logout URIs in settings.
    
    (cherry picked from commit 10afe5e)
    pwnage101 authored and Ned Batchelder committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    e3830d2 View commit details
    Browse the repository at this point in the history
  4. Load IDA_LOGOUT_URI_LIST in all the necessary places

    I missed the LMS production settings, and Studio in its entirety.
    
    (cherry picked from commit 11c3588)
    pwnage101 authored and Ned Batchelder committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    3a389d5 View commit details
    Browse the repository at this point in the history
  5. Fix issue with multiple responses for a single user returned by gener…

    …ate_report_data
    
    Before this fix if an XBlock's generate_report_data method returned multiple
    responses for the same user from a single user state, the report generator would
    end up overwriting each response over the previous one such that only the last
    response would be preserved.
    
    (cherry picked from commit a76c6dc)
    xitij2000 authored and Ned Batchelder committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    0d1a7e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Merge pull request openedx#20007 from edx/nedbat/ironwood-19845

    Make the studio login over the lms optional using a feature flag
    nedbat authored Mar 16, 2019
    Configuration menu
    Copy the full SHA
    4241edf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

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

Commits on Apr 9, 2019

  1. Merge pull request openedx#20160 from edx/arch/fix-sso-when-no-jwts

    Fix SSO Login when JWT_PRIVATE_SIGNING_JWK is not set
    nasthagiri authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    8daa162 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Fix slack messaging in pipelines

    (cherry picked from commit 640ff4e)
    Michael Youngstrom committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    ac0d405 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Fix Facebook and Google social auth buttons.

    Facebook emailed that edX doesn't comply with Platform Policy 8.3, also fixed
    Google button according to their policy.
    
    PROD-174
    waheedahmed committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    fd396be View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#20282 from edx/waheed/fix-social-auth-buttons

    Fix Facebook and Google social auth buttons.
    nedbat authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    7faa527 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Fix search to show courses one time

    The course_listing.js view injects courses for search in
    ul element containing class courses-listing. Removing this
    class from journal and journal bundles will solve the problem
    
    LEARNER-7210
    
    (cherry picked from commit 14fdc28)
    Zainab Amir authored and Ned Batchelder committed May 7, 2019
    Configuration menu
    Copy the full SHA
    bee111b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Revert "Making honor code not eligible for Certificate"

    This reverts commit 25130ae.
    waheedahmed committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c6962c1 View commit details
    Browse the repository at this point in the history
  2. Add feature flag to disable honor mode certificates.

    Added a feature flag to disable honor mode certificates for
    edx.org, by default set to false to allow honor mode certificates
    for open community.
    
    PROD-269
    waheedahmed committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c26d689 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Merge pull request openedx#20648 from edx/waheed/add-toggle-disable-h…

    …onor-cert
    
    Add feature flag to disable honor mode certificates.
    waheedahmed authored May 21, 2019
    Configuration menu
    Copy the full SHA
    7a3aee5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

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

Commits on May 28, 2019

  1. Move a message to make it extractable

    (cherry picked from commit 7c6b49e)
    Ned Batchelder committed May 28, 2019
    Configuration menu
    Copy the full SHA
    f0777ab View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Merge pull request openedx#20694 from edx/aj/open-release-security-fix

    Fix Elevation in permission over OAuth
    awaisdar001 authored May 30, 2019
    Configuration menu
    Copy the full SHA
    46c022e View commit details
    Browse the repository at this point in the history
  2. SE-985 Bump completion to 1.0.3 for Ironwood (openedx#20369)

    * Bump completion to 1.0.3
    
    Fixes authentication issue with mobile apps.
    
    * Merge pull request openedx#19907 from edx/ormsbee/increment-dependencies
    
    Update edx-platform dependencies -- pulled constraints.txt only
    
    (cherry picked from commit 15b845a)
    
    * Updates edx-platform dependencies
    
    * Pins edx-proctoring versions to work with Ironwood
    
    * Use edx-completion>=1.0.3,<2.0
    
    Reverts previous changes, and restricts completion library to avoid
    incompatibilities that may be introduced for 2.0+.
    
    * Master uses completion 2.0.0
    
    so use that here too
    pomegranited authored and Ned Batchelder committed May 30, 2019
    Configuration menu
    Copy the full SHA
    d39be55 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Use PLATFORM_NAME on the home page

    (cherry picked from commit cf2432c)
    Ned Batchelder committed May 31, 2019
    Configuration menu
    Copy the full SHA
    afbff0b View commit details
    Browse the repository at this point in the history
  2. A trademark-less favicon

    (cherry picked from commit a3baaf8)
    Ned Batchelder committed May 31, 2019
    Configuration menu
    Copy the full SHA
    32fb474 View commit details
    Browse the repository at this point in the history
  3. Fix the underline on footer items

    (cherry picked from commit c60eee0)
    Ned Batchelder committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3bd8956 View commit details
    Browse the repository at this point in the history
  4. Correct the trademark notices

    * edX should be lowercase everywhere
    
    * Studio is not a trademark
    
    * Our trademarks are all registered trademarks
    
    (cherry picked from commit 09690ce)
    Ned Batchelder committed May 31, 2019
    Configuration menu
    Copy the full SHA
    0842a66 View commit details
    Browse the repository at this point in the history
  5. Fix CSSlint issues

    (cherry picked from commit 752b307)
    Ned Batchelder committed May 31, 2019
    Configuration menu
    Copy the full SHA
    490ab07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    783f84b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Merge pull request openedx#20729 from cpennington/fix-dashboard

    fix xss issue for all dashboard redirect messages
    Ned Batchelder authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    8ec78be View commit details
    Browse the repository at this point in the history
  2. Django 1.11.21

    (cherry picked from commit 70cd9f3)
    Ned Batchelder committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    e817202 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Updated translation files

    Ned Batchelder committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    441d638 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    b33db2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#20904 from edx/azarembok/cert-xss-fix

    PROD-401: Fix XSS vulnerability on certificates support page.
    azarembok authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0edf59d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    25e929f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#20857 from edx/dsheraz/prod-403

    fix activation email for incorrect password
    DawoudSheraz authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    998f2bd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

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

Commits on Jul 2, 2019

  1. Update the version of matplotlib running in sandboxes. (openedx#20937)

    Changelog can be found here: https://matplotlib.org/1.5.3/users/whats_new.html
    
    This version fixes the odd setup.py in matplotlib that tries to install
    numpy as a part of matplotlib setup.py execution.
    
    Looking at the changelog I don't see any incompatibility issues just bug
    fixes and feature additions.
    feanil authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    34149c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

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

Commits on Aug 21, 2019

  1. social platform validation

    asadazam93 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ce92954 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#21350 from edx/aj/sec_609_customtag_fix

    Patch Ironwood: Make CustomTagModule safe (remove Mako) [SEC-609]
    awaisdar001 authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    f14ab59 View commit details
    Browse the repository at this point in the history
  3. Django 1.11.23

    Ned Batchelder committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    7731c68 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Merge pull request openedx#21396 from edx/asad/prod-471

    social platform validation
    asadazam93 authored Sep 2, 2019
    Configuration menu
    Copy the full SHA
    fe5c627 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    8fa7732 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from ucsd-ets/tehreem/changes_required_for_au…

    …thorizenet_on_ironwood
    
    changes required for authoriznet on ironwood
    tehreem-sadat authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    4ce6f7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590834d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #235 from ucsd-ets/tehreem/add_caliper_app_for_iro…

    …nwood
    
    add caliper_app_code_for_ironwood
    tehreem-sadat authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    f32c54d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6375b5b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #236 from ucsd-ets/tehreem/replace_zendesk_with_em…

    …ail_for_contact_us_ironwood
    
    add circle-ci test and zendesk replacement code for ironwood
    tehreem-sadat authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    411842e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. add login logout events code and some other circleci changes and some…

    … bug fixes found during caliper app
    tehreem-sadat committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    e7a9208 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #237 from ucsd-ets/tehreem/custom_login_logout_eve…

    …nts_for_ironwood
    
    add login logout events code and some other circleci changes and some…
    tehreem-sadat authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    bf5a081 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

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

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    dc2230a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772029e View commit details
    Browse the repository at this point in the history
  3. add login logout events code and some other circleci changes and some…

    … bug fixes found during caliper app
    tehreem-sadat committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    b6f73f2 View commit details
    Browse the repository at this point in the history
  4. initial changes

    tehreem-sadat committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    24cae03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6f51ea View commit details
    Browse the repository at this point in the history
  6. Merge pull request #238 from ucsd-ets/tehreem/send_email_instead_of_z…

    …endesk_ticket
    
    send email instead of zendesk support
    tehreem-sadat authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    75471d6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #242 from ucsd-ets/tehreem/add_kafka_caliper_setti…

    …ns_for_cms
    
    add kafka and caliper settings for cms production.py
    tehreem-sadat authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    3028ce0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    c3be5a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from ucsd-ets/umar/apply-if-condition-on-kafk…

    …a-settings
    
    Refactor if conditions for caliper settings
    mumarkhan999 authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    ff209e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. initial changes

    tehreem-sadat committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4be3462 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Merge pull request #244 from ucsd-ets/tehreem/improve_send_emails_ins…

    …tead_zendesk
    
    Improve Emails and remove extra code.
    tehreem-sadat authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    07600b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dc14f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #248 from ucsd-ets/umar/update-caliper-version-to-…

    …11.6
    
    update caliper version to 11.6
    mumarkhan999 authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    7af4b5f View commit details
    Browse the repository at this point in the history
  4. Added Email Content for Support

    iamhassantariq committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    f1f88be View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. We need to remove enable site configuration check to send an email on…

    … unenroll (refund failure)
    tehreem-sadat committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    f1a90ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #249 from ucsd-ets/hassan/zendesk_email_content

    Added Email Content for Support
    imhassantariq authored Nov 13, 2019
    Configuration menu
    Copy the full SHA
    10b8570 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Merge pull request #252 from ucsd-ets/tehreem/remove_site_configurati…

    …on_check_for_refund_failure_email
    
    We need to remove enable site configurations check to send a refund failure email.
    tehreem-sadat authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9e57467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dcd257 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #254 from ucsd-ets/tehreem/remove_extra_ecommerce_…

    …domain_cookie_settings
    
    Tehreem/remove extra ecommerce domain cookie settings
    tehreem-sadat authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    eb05a44 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. FIX: Double event logs are emitted for login operations

    BUG: Event was being fired from an outer (wrapper) method as well as
    inner login method (view)
    danialmalik committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    6c0872c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #256 from ucsd-ets/danial/FIX-double-login-event-logs

    FIX: Double event logs are emitted for login operation
    Danial Malik authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    7ffe76c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    562907d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #257 from ucsd-ets/umar/update-openedx-caliper-ver…

    …sion-to-11.7
    
    update openedx caliper version to 0.11.7
    mumarkhan999 authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    38ce4c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725b1ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #258 from ucsd-ets/danial/change-honor-to-tos-link

    Use "/tos" instead of "/honor" as "Terms of service and honor" url
    Danial Malik authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5950b06 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Add pr template

    mumarkhan999 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    2c0a874 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    9b17143 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #259 from ucsd-ets/umar/add_pr_template

    Add pr template
    mumarkhan999 authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    124d7b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request #260 from ucsd-ets/danial/add-tests-for-customizat…

    …ions
    
    Add tests for ucsd_features and modify existing tests accordingly
    Danial Malik authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4fd1abb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    94be6b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from ucsd-ets/danial/bypass-user-verification

    bypass user verification
    Danial Malik authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    3dd3053 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    9b65dce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #263 from ucsd-ets/danial/fix-multiple-verifications

    Fix multiple verification upon registration and profile update
    Danial Malik authored Dec 23, 2019
    Configuration menu
    Copy the full SHA
    cced8e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    69d2db4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #266 from ucsd-ets/danial/disable-refund-failure-e…

    …mails
    
    Disable refund failure emails from edx-platform
    Danial Malik authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    9fcde39 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    25b8e6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #267 from ucsd-ets/danial/EDS-140-add_test_cases

    EDS-170: Add logging and test case
    Danial Malik authored Jan 1, 2020
    Configuration menu
    Copy the full SHA
    dc5a8c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

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

Commits on Jan 14, 2020

  1. Merge pull request #271 from ucsd-ets/danial/EDS-198-change_learnx_to…

    …_ucsd_online
    
    change learnx to ucsd online
    Danial Malik authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    233ce71 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. update subject for email

    danialmalik committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    60ef2c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #272 from ucsd-ets/danial/update-mail-subject

    update subject for email
    Danial Malik authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    47dbd73 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Default Course Image

    imhassantariq committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3247a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    592d121 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Default Course Image

    imhassantariq committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    a96b1b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b74449c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #276 from ucsd-ets/jenkins-testeng

    Updated Test Eng scripts according to UCSD env
    NIXKnight authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    f7d14cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #275 from ucsd-ets/hassan/default_course_image

    Fix default course image
    imhassantariq authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    14de29a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    a020666 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #281 from ucsd-ets/danial/update-log-message

    Update log message to a more meaningful message when notification email is failed
    Danial Malik authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    502473a View commit details
    Browse the repository at this point in the history
  3. Changed the Refund Failure email subject

    Hassan Tariq authored and Hassan Tariq committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    6e2c738 View commit details
    Browse the repository at this point in the history
  4. FIX: Pep8 violations

    Hamza Farooq committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    817de13 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #283 from ucsd-ets/hamza/fix_pep8_violations

    Fixing pep8 violations
    HamzaIbnFarooq authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    3261c8e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #282 from ucsd-ets/EDS-220/refund_failure_subject

    Changed the Refund Failure email subject
    imhassantariq authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fa0ae73 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

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

Commits on Feb 4, 2020

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

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    0942f44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from ucsd-ets/danial/update-jenkins-scripts

    Apply changes required for jenkins testing
    Danial Malik authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    510c6d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #287 from ucsd-ets/EDS-227/default_course_image_el…

    …asticsearch
    
    Fixed the default course image issue in elasticsearch
    HamzaIbnFarooq authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d87172a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #286 from ucsd-ets/hamza/replacing_certifate_by_st…

    …atement_of_accomplishment
    
    initial commit to replace certificate by statement of accomplishment
    HamzaIbnFarooq authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    05b8121 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89c8afa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #288 from ucsd-ets/umar/update-content-for-user-de…

    …letion
    
    Update content for user deletion
    mumarkhan999 authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    2ea1c09 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    9b286de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #290 from ucsd-ets/danial/increase_workder_timeout

    increase jenkins test worker timeout
    Danial Malik authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    5785e7c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    a1743c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #292 from ucsd-ets/umar/update-user-deletion-snipp…

    …et-and-modal
    
    Update user deletion snippet and its modal
    mumarkhan999 authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    9602157 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    c54e5b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from ucsd-ets/umar/update-caliper-version-to-18

    Update caliper version to 0.11.18
    mumarkhan999 authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    79027b7 View commit details
    Browse the repository at this point in the history
  3. Update api.py

    Update language per meeting discussion.
    mdandrad committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    cf0e21a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    4831c87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #293 from ucsd-ets/EDS-239/fix_course_image_tests

    Fixed the course images tests
    imhassantariq authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    35609ec View commit details
    Browse the repository at this point in the history
  3. changed accomplishments to accomplishment on user deletion

    HamzaIbnFarooq committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    37c2a72 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

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

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    fd4baef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #299 from ucsd-ets/umar/update-user-unenroll-content

    Umar/update user unenroll content
    mumarkhan999 authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    20f98ae View commit details
    Browse the repository at this point in the history
  3. Add url for what is soa

    mumarkhan999 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    261c3aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #300 from ucsd-ets/umar/add-url-for-what-is-soa-te…

    …mplate
    
    Add url for what is soa
    mumarkhan999 authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    d0bccf2 View commit details
    Browse the repository at this point in the history
  5. fixing RefundUtilMethodTests's test_refund_failure_notification_is_no…

    …t_sent_if_disabled test
    HamzaIbnFarooq committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    d2c451c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Merge pull request #298 from ucsd-ets/hamza/language_change

    Changed accomplishments to accomplishment on user deletion
    HamzaIbnFarooq authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    97e46f7 View commit details
    Browse the repository at this point in the history
  2. blocking TestRefundSignal's test_notification_themed_site test due to…

    … ucsd changes
    HamzaIbnFarooq committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    8ba8561 View commit details
    Browse the repository at this point in the history
  3. FIX: RegistrationViewTest's python tests

    HamzaIbnFarooq committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    0529f42 View commit details
    Browse the repository at this point in the history
  4. FIX: TestCourseEmailContext tests

    HamzaIbnFarooq committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    55bec9e View commit details
    Browse the repository at this point in the history
  5. FIX: TestCourseEmailContext tests

    HamzaIbnFarooq committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    01f9010 View commit details
    Browse the repository at this point in the history
  6. FIX: changed content for RegistrationViewTest tests

    HamzaIbnFarooq committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    7ce48d3 View commit details
    Browse the repository at this point in the history
  7. FIX: content change for TestScheduleOverrides tests

    HamzaIbnFarooq committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    788baa5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Update learner_profile_fields.js

    Update language per Paul J
    https://its-pro.ucsd.edu/browse/EDX-399
    mdandrad committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    59e5ca0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #304 from ucsd-ets/mdandrad/update/profile_content

    Update learner_profile_fields.js
    pjamason authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6451956 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Update account_settings_factory.js

    Remove social media account reference
    mdandrad committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    17be73b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Merge pull request #305 from ucsd-ets/mdandrad/update/profile_linked_…

    …accounts_text
    
    Update account_settings_factory.js
    pjamason authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3f193e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. EDX-395_row 1 of Google doc

    Row 1 link reference on google doc
    https://its-pro.ucsd.edu/browse/EDX-395
    mdandrad committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    9f5b836 View commit details
    Browse the repository at this point in the history
  2. Second Row of Google Doc

    target file to edit in bundle
    ./common/static/bundles/StudentAccountDeletionInitializer.js
    mdandrad committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1a24068 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    7997486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e459f3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #308 from ucsd-ets/tehreem/fix_preview_certificate…

    …_error
    
    Hot - Fix for SuspeciousFileOperation error on certificate preview.
    tehreem-sadat authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0ca25e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #309 from ucsd-ets/umar/update-lms-common-openedx-…

    …side-certificate-language
    
    Replace certificate language in lms and core
    mumarkhan999 authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fe81b1d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Merge pull request #301 from ucsd-ets/hamza/EDS-233/Fix_python_tests

    EDS-233: Fixing python tests
    HamzaIbnFarooq authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    853bf15 View commit details
    Browse the repository at this point in the history
  2. Address errors

    update quotation marks
    mdandrad committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3e2a608 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    c5c6b89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #306 from ucsd-ets/danial/EDS-228-geographic-discount

    Danial/eds 228 geographic discount
    Danial Malik authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    d7e68f8 View commit details
    Browse the repository at this point in the history
  3. Remove verified word

    mumarkhan999 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c3678a8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #312 from ucsd-ets/umar/fix-unenrollment-notificat…

    …ion-verified-message
    
    Remove verified word from unenroll confirmation box
    mumarkhan999 authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    3fa8e76 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Merge pull request #311 from ucsd-ets/mdandrad/contentUpdate/updateHe…

    …lpLinksToCMS
    
    Mdandrad/content update/update help links to cms
    pjamason authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    82ffc3c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Broken Link

    update link
    mdandrad authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    7d8004d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1be4ef View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Bug Fix

    Link element is being displayed text vs link
    mdandrad committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    614266c View commit details
    Browse the repository at this point in the history
  2. content update

    Update sentence
    mdandrad committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f236f49 View commit details
    Browse the repository at this point in the history
  3. missing text

    Added "Help"
    mdandrad committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e165960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afa4530 View commit details
    Browse the repository at this point in the history