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

[improve][fork] Update fork with lastest changes in upstream #11

Merged
merged 55 commits into from
Nov 15, 2023

Commits on Jul 31, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    0c49658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03543c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1871e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2df924 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcd6847 View commit details
    Browse the repository at this point in the history
  6. fix: error when navigating exam units (#1157)

    * fix: incorrect usage of useEffect callback caused intermittent react errors
    zacharis278 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b0c71e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    ec2bf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d345e View commit details
    Browse the repository at this point in the history
  3. feat: rebuild package lock (#1160)

    * feat: rebuild package lock
    
    * feat: update paragon
    
    * test: fix axios/jest incompatibility
    zacharis278 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0954233 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Revert "Revert "feat: update special exams lib (#1152)" (#1154)" (#1161)

    This reverts commit 1871e49.
    
    The original PR was reverted due to it's deploy coinciding with the app breaking. Turns out it was not the root cause.
    zacharis278 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6232b0c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 18, 2023

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

Commits on Aug 22, 2023

  1. fix: should not fetch courseTopics for lti provider (#1165)

    * fix: should not fetch courseTopics for lti provider
    
    * refactor: fetch course topics when provider is edx
    awais-ansari authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2e90e21 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. refactor: refactor code by creating 1 instance of header instead of 3 (

    …#1164)
    
    * refactor: refactor code by creating single instance of header instead of 3
    
    * refactor: refactor courseStatus comparsion code
    
    ---------
    
    Co-authored-by: SundasNoreen <[email protected]>
    sundasnoreen12 and SundasNoreen authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2b9b3db View commit details
    Browse the repository at this point in the history
  2. feat: install Xpert chatbot from frontend-lib-learning-assistant (#1166)

    This commit installs the Xpert chatbot feature from the frontend-lib-learning-assistant repository into the frontend-lib-learning application.
    
    This component is rendered by the Course component. The component is only rendered when a few conditions are satisfied.
    MichaelRoytman authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2d29827 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 28, 2023

  1. feat: install new version of frontend-lib-learning-assistant and add …

    …Privacy Policy URL to config (#1171)
    
    This commit installs version 1.6.0 of @edx/frontend-lib-learning-assistant, which includes a new user disclosure feature. This commit also includes the Privacy Policy URL to the frontend-app-learning config, because the Xpert learning assistant uses this config value in the disclosure.
    MichaelRoytman authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    694e3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dcde82 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. feat: install new version of frontend-lib-learning-assistant to add U…

    …I tweaks (#1174)
    
    This commit installs version 1.8.0 of @edx/frontend-lib-learning-assistant, which includes a various UI tweaks.
    MichaelRoytman authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ce6771d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d3e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ac2ff View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    ee1d816 View commit details
    Browse the repository at this point in the history
  2. feat: install new version of frontend-lib-learning-assistant to condi…

    …tionally render toggle elements (#1178)
    
    This commit installs version 1.9.3 of @edx/frontend-lib-learning-assistant, which includes a UI tweak to conditionally render the Xpert toggle button and action message (call-to-action) only when the Xpert sidebar is closed.
    MichaelRoytman authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ee80b24 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    645ac2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bd319 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. fix: alert.start.long and alert.start.calendar (#1173)

    They are currently using end, but since we are in the course-start-alert file it should be start instead.
    sambapete authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2ae0331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a49bd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. feat: add Segment event for rendering Xpert and bump frontend-lib-lea…

    …rning-assistant version (#1182)
    
    In order to diagnose low usage rates, we're temporarily adding Segment events for rendering the chat and for closing the call-to-action message. This will help us determine whether Xpert is being successfully rendered and whether Xpert is being ignored by tracking whether learners close the call-to-action message at a high rate.
    
    At a minimum, we expect to remove the Segment event for rendering the Xpert, because this will be a very noisy Segment event. We plan to leave it in for a few days just to accumulate data. We will evaluate whether to keep the call-to-action dismissal Segment event based on the data.
    
    This commit adds the Segment event for rendering the Xpert. This commit also installs version 1.11.1 of frontend-lib-learning-assistant, which introduces a Segment event for for closing the call-to-action message.
    MichaelRoytman authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f58d6d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. feat: update react & react-dom to v17 (#1127)

    * feat: update react & react-dom to v17
    
    * build: update paragon version
    
    * refactor: updated edx packages
    
    * refactor: updated react-unit-test-utils
    
    * build: update lock file
    
    * build: update lock file
    
    * build: update lock file
    
    * build: update lock file
    
    * refactor: bumped frontend-lib-learning-assistant version
    
    ---------
    
    Co-authored-by: mashal-m <[email protected]>
    BilalQamar95 and mashal-m authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    51dd907 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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

Commits on Sep 18, 2023

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

Commits on Sep 21, 2023

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

Commits on Sep 25, 2023

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

Commits on Sep 27, 2023

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

Commits on Oct 4, 2023

  1. feat: upgrade react router to v6 (#1128)

    * feat: upgrade react router to v6
    
    * fix: all test cases affected by react router upgrade
    
    * refactor: fix navigations
    
    * fix: test cases affectewd due to lib-special-exams
    
    * refactor: improve code coverage
    Syed-Ali-Abbas-Zaidi authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b788b96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5604def View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    391ea08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    570cdb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    165097d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62465ec View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    12205de View commit details
    Browse the repository at this point in the history
  2. Added Courseware Search container popover UI (#1212)

    * feat: Added Courseware Search container popover
    
    * chore: Added unit tests for CoursewareSearch and CoursewareSearchToggle
    
    * chore: Updated unit test for CourseTabsNavigation
    
    * chore: Partial coverage on Courseware Search Hooks
    
    * chore: Finished Courseware Search Hooks unit testing
    
    * fix: Fixed an overlook that caused a conditional hook
    
    * fix: Reduced bounce timeout on scroll/resize to 100ms
    
    * chore: Updated snapshots
    
    * chore: Moved @testing-library/react-hooks dep to DEV
    
    * chore: Minor adjustments on unit tests
    
    * chore: Fixed test issue
    rijuma authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cbb419c View commit details
    Browse the repository at this point in the history
  3. chore: Update to the new version of brand-openedx in the new scope. (#…

    …1216)
    
    Part of openedx/axim-engineering#23
    
    This updates the `@edx/brand` alias to point to the `brand-openedx` package at
    the `openedx` scope. This does not impact imports because this package is used
    via an alias.
    feanil authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    00e7680 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Add CoursewareSearchForm component (#1214)

    * feat: Add CoursewareSearchBar component
    
    * fix: lint
    
    * fix: Clarified component names and i18n description
    
    * test: Add more tests
    
    * fix: lint
    
    * fix: Made props in CoursewareSearchForm optional
    davidnuon authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7c92110 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. feat: Added CoursewareSearchResults UI component (#1224)

    * feat: Added CoursewareSearchResults UI component
    
    * fix: Added conditional for undefined case instead of null
    
    * fix: Updated code to avoid mutation
    rijuma authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c257048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce24a58 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 8, 2023

  1. fix: Fix dropdown menu in breadcrumbs (#1190)

    Co-authored-by: Stanislav Lunyachek <[email protected]>
    Lunyachek and Stanislav Lunyachek authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9a0cdc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308f03c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Endpoint usage implementation for Courseware Search (WIP) (#1232)

    * feat: Endpoint usage implementation for Courseware Search
    
    Co-authored-by: Simon Chen <[email protected]>
    
    * chore: Added tests and error case
    
    * fix: remove console log
    
    * fix: update tests
    
    * fix: update tests
    
    * fix: update variables
    
    ---------
    
    Co-authored-by: Simon Chen <[email protected]>
    Co-authored-by: German <[email protected]>
    3 people authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a70a26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9698c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18103bc View commit details
    Browse the repository at this point in the history
  4. chore: update test

    leangseu-edx committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c38d69f View commit details
    Browse the repository at this point in the history