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

[#944] Improve performance #2108

Merged

Commits on Sep 12, 2023

  1. use AY2223S2 tp repo

    SkyBlaise99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    93c0f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    613faeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f45f81f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a04297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57018b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48d2c8f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. [reposense#2027] Fix date range bug (reposense#2034)

    Currently, users are unable to select a zoom range that includes 
    the until date.
    
    This results in misleading data being presented to users.
    jq1836 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    075d34d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. [reposense#2039] Update cypress minimum requirement to 12.15.0 (repos…

    …ense#2041)
    
    Chrome bug is causing cypress to fail to open a browser on Github 
    Actions, causing frontend tests and CI to fail. Upgrading cypress 
    to greater than 12.15.0 will fix this issue.
    
    Let's upgrade cypress to fix the failing CI.
    chan-j-d committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    0c80ee6 View commit details
    Browse the repository at this point in the history
  2. [reposense#1936] Migrate c-segment.vue to typescript (reposense#2035)

    Currently, there is still some JavaScript code which remains 
    unmigrated. This allows for type unsafe code to be written, 
    potentially resulting in unintended behavior.
    
    Let's migrate the rest of the JavaScript code to TypeScript 
    code to facilitate future changes to the code.
    jq1836 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    46409aa View commit details
    Browse the repository at this point in the history
  3. [reposense#1936] Migrate load-font-awesome-icons.js to typescript (re…

    …posense#2040)
    
    Currently, there is still some JavaScript code which remains 
    unmigrated. This allows for type unsafe code to be written, 
    potentially resulting in unintended behavior.
    
    Let's migrate the rest of the JavaScript code to TypeScript 
    code to facilitate future changes to the code.
    jq1836 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    43828fd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. cache git diff results

    SkyBlaise99 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    595b6fd View commit details
    Browse the repository at this point in the history
  2. compute more then cache

    SkyBlaise99 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    65acc53 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. [reposense#2045] Fix cypress zoom feature test (reposense#2047)

    Currently, Cypress zoom feature tests are failing due to a recent change
    in behavior caused by a bug fix. With the tests failing, we are unable
    to detect any future regressions.
    
    Let's update the Cypress tests to test for the new intended behavior.
    jq1836 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d4e2272 View commit details
    Browse the repository at this point in the history
  2. [reposense#1936] Migrate random-color-gen.js to typescript (reposense…

    …#2043)
    
    Currently, there is still some JavaScript code which remains unmigrated.
    This allows for type unsafe code to be written, potentially resulting in
    unintended behavior.
    
    Let's migrate random-color-generator.js JavaScript code to TypeScript
    code to facilitate future changes to the code.
    jq1836 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a8c3f00 View commit details
    Browse the repository at this point in the history
  3. [reposense#1936] Migrate c-segment-collection.vue to typescript (repo…

    …sense#2036)
    
    Currently, there is still some JavaScript code which remains unmigrated.
    This allows for type unsafe code to be written, potentially resulting in
    unintended behavior.
    
    Let's migrate the rest of the JavaScript code to TypeScript code to
    facilitate future changes to the code.
    jq1836 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    93e850f View commit details
    Browse the repository at this point in the history
  4. [reposense#1936] Migrate c-resizer.vue to typescript (reposense#2038)

    Currently, there is still some JavaScript code which remains unmigrated.
    This allows for type unsafe code to be written, potentially resulting in
    unintended behavior.
    
    Let's migrate the rest of the JavaScript code to TypeScript code to
    facilitate future changes to the code.
    jq1836 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0d1cd99 View commit details
    Browse the repository at this point in the history
  5. Bump zod from 3.20.6 to 3.22.3 in /frontend (reposense#2048)

    Bumps [zod](https://github.com/colinhacks/zod) from 3.20.6 to 3.22.3.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.20.6...v3.22.3)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6292688 View commit details
    Browse the repository at this point in the history
  6. Bump @cypress/request and cypress in /frontend/cypress (reposense#2042)

    Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.
    
    
    Updates `@cypress/request` from 2.88.12 to 3.0.1
    - [Release notes](https://github.com/cypress-io/request/releases)
    - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
    - [Commits](cypress-io/request@v2.88.12...v3.0.1)
    
    Updates `cypress` from 12.17.4 to 13.3.0
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v12.17.4...v13.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@cypress/request"
      dependency-type: indirect
    - dependency-name: cypress
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7bc056a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. fix bug in analysis

    SkyBlaise99 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    7736d6f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. rename key

    SkyBlaise99 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6767123 View commit details
    Browse the repository at this point in the history
  2. add cache for git log

    SkyBlaise99 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    857201f View commit details
    Browse the repository at this point in the history
  3. [reposense#1936] Migrate c-ramp.vue to typescript (reposense#2037)

    Currently, there is still some JavaScript code which remains unmigrated.
    This allows for type unsafe code to be written, potentially resulting in
    unintended behavior.
    
    Let's migrate the rest of the JavaScript code to TypeScript code to
    facilitate future changes to the code.
    jq1836 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0c4045d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Oct 23, 2023

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

Commits on Oct 28, 2023

  1. [reposense#2054] Fix zoom view bug (reposense#2055)

    Currently, when granularity is set to day or week, clicking on a ramp
    will open up a zoom view where commit messages are not being displayed
    and sorting by insertions does not result in any sorting. 
    
    Let's fix the unintended behaviour of the zoom view.
    jq1836 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    00cf40d View commit details
    Browse the repository at this point in the history
  2. [reposense#1936] Migrate repo-sorter.js to typescript (reposense#2052)

    Currently, there is still some JavaScript code which remains unmigrated.
    This allows for type unsafe code to be written, potentially resulting in
    unintended behavior.
    
    Let's migrate repo-sorter.js to TypeScript code to facilitate future
    changes to the code.
    jq1836 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4dae85d View commit details
    Browse the repository at this point in the history
  3. [reposense#1936] Migrate safari_date.js to typescript (reposense#2053)

    Currently, there is still some JavaScript code which remains unmigrated.
    This allows for type unsafe code to be written, potentially resulting in
    unintended behavior.
    
    Let's migrate safari_date.js to TypeScript code to facilitate future
    changes to the code.
    jq1836 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7450425 View commit details
    Browse the repository at this point in the history
  4. Remove frontend JS lint (reposense#2063)

    Currently, frontend linter is failing due to lint scripts 
    checking javascript files, the last of which has been 
    removed in PR reposense#2053.
    
    Lets update the lint command to exclude javascript 
    files front the check.
    jq1836 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    056fa5f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    bdeb15a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b51351 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dc14b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396df49 View commit details
    Browse the repository at this point in the history
  5. fix test case

    SkyBlaise99 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e3ee0ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c079709 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. [reposense#1929] Add dynamic positioning support for tooltips (repose…

    …nse#2056)
    
    Currently, most tooltips are shown above buttons and text. 
    When these tooltips appear at the top of the viewport, 
    part of the tooltips will not be rendered.
    
    Let's implement changes such that these tooltips appear below the
    text or button, when appearing at the top of the viewport.
    pratham31012002 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    54596ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a187d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b7002 View commit details
    Browse the repository at this point in the history
  4. revert merge from master

    SkyBlaise99 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b296b83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ce6545 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. [reposense#1928] Fix tooltip zIndex such that it doesn't occlude next…

    … file title (reposense#2057)
    
    Currently, if one hovers over a tooltip of the pinned title of
    a file whose content is scrolled almost completely, such that 
    the title of the next file is just below the pinned title, the 
    tooltip is not displayed appropriately, as the title of the next 
    file obstructs it.
    
    Let's fix this issue.
    pratham31012002 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f29dc16 View commit details
    Browse the repository at this point in the history
  2. [reposense#1726] Update GitHub-specific references in codebase and do…

    …cs (reposense#2050)
    
    There are still leftover references specific to GitHub on parts of 
    the codebase and docs that have been generalized to accept 
    other remote git hosts. 
    
    Let's update these GitHub references to use more general language.
    chan-j-d committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e42c14e View commit details
    Browse the repository at this point in the history
  3. Trigger workflow

    SkyBlaise99 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4bd05a7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into 944-analyze-authorship

    # Conflicts:
    #	frontend/cypress/tests/chartView/chartView_zoomFeature.cy.js
    #	frontend/src/views/c-authorship.vue
    SkyBlaise99 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    950c912 View commit details
    Browse the repository at this point in the history
  5. Revert "Merge branch 'master' into 944-analyze-authorship"

    This reverts commit 950c912, reversing
    changes made to 4bd05a7.
    SkyBlaise99 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a46d423 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bba556d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    4d7d3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b25572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e93961 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 4, 2024

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

Commits on Feb 5, 2024

  1. reduce time complexity

    SkyBlaise99 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    bbb2dc9 View commit details
    Browse the repository at this point in the history
  2. add early termination

    SkyBlaise99 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ef2d67d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb95942 View commit details
    Browse the repository at this point in the history
  4. early termination

    SkyBlaise99 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f1fb667 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    8f682a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7e1e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11f16e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba457b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    551f5d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e9f961 View commit details
    Browse the repository at this point in the history