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] Resolve Merge Conflict #2139

Merged
merged 101 commits into from
Mar 7, 2024

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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 Dec 30, 2023

  1. [reposense#1990] Move TimeUtil ParseException throwing to ArgsParser:…

    …:parse method (reposense#2075)
    
    ArgsParser::parse uses the methods verifyDatesRangeIsCorrect
    and verifySinceDateIsValid from TimeUtil to throw a 
    ParseException if either of the checks fail. The throwing 
    of an exception in a utility method is a side effect
    that makes the methods less reusable.
    
    Let's move the throwing of ParseException from TimeUtil 
    into ArgsParser.
    nseah21 authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d8ce443 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. [reposense#1989] Reduce scope of try-catch block in ArgsParser::parse (

    …reposense#2074)
    
    The old scope of the try block in ArgsParser::parse 
    is too permissive, making it less apparent which 
    methods throw the associated exceptions.
    
    Let's reduce the scope of the try block in 
    ArgsParser::parse.
    nseah21 authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    3cd1b6e 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 16, 2024

  1. Bump follow-redirects from 1.15.2 to 1.15.4 in /frontend (reposense#2079

    )
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    80c182d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. [reposense#2061] Add contributors section to the README (reposense#2062)

    The contributors of the project are not mentioned in the README. 
    
    Let us add a contributors section so that the RepoSense community is
    given credit for their contributions.
    Kalyanimhala authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a6a7283 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. [reposense#2073] Refactor RepoConfigCsvParser::processLine method t…

    …o avoid arrowhead style code (reposense#2080)
    
    The current implementation of `RepoConfigCsvParser::processLine`
    contains code that has 3 levels of indentation, making it 
    difficult to read and maintain.
    
    With the proposed changes, the level of deep nesting has 
    been reduced to 2 levels, making the code more 
    readable and maintainable.
    
    Let's move to refactor and clean up the code to avoid 
    arrowhead-style codes for better readability and 
    maintainability.
    georgetayqy authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4ef7210 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. [reposense#1986] Add cypress tests for renderFilterHash (reposense#2017)

    There were a few instances of URL parameters being incorrectly
    loaded due to bugs in the code. 
    
    These bugs were not able to be detected early due to a lack of 
    tests for the renderFilterHash method.
    
    Let's add tests to check that the URL parameters are loaded
    correctly after the application reloads.
    nseah21 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e02ab12 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. [reposense#2082] Fix typo in command in Setting Up page (reposense#2083)

    Fix typo in Setting Up page
    
    The command given in the developer guide for checking the local Node.js
    version is `npm -v`, which displays the version of npm instead.
    
    Let's replace the command with `node -v`, which correctly displays the
    Node.js version.
    supermii2 authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3cd680c View commit details
    Browse the repository at this point in the history
  2. [reposense#2004] Remove redundant Segment class (reposense#2085)

    Remove Segment class, replace with AuthorshipFileSegment
    
    The Segment class and AuthorshipFileSegment interface are equivalent in
    their usage and their redundancy seems to be a remnant when the code
    was migrated from JS to TS.
    
    Let's remove the Segment class for consistency and to improve runtime
    performance.
    jonasongg authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    eb7a944 View commit details
    Browse the repository at this point in the history
  3. [reposense#2003] Suppress Console Warning (reposense#2088)

    Suppress unexpected console warning
    
    A theoretically unreachable console.error() statement has raised a
    warning from CI builds. Multiple warnings from this intentional
    statement may cause an undesirable warning to be disregarded due to the
    large warning count.
    
    Let's suppress this particular warning.
    sopa301 authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c2ac8d1 View commit details
    Browse the repository at this point in the history
  4. [reposense#2091] Improve memory usage by refactoring Regex compilation (

    reposense#2092)
    
    Improve memory usage by refactoring Regex compilation
    
    Currently, Regex checking is used in conjunction with iteration. This
    pattern of coding is frowned upon due to the excessive Regex pattern
    compilation, causing the program to run slower and consume more
    memory.
    
    By moving the Regex pattern compilation outside of the iteration, and
    by using `Matcher` objects to check if the strings match the Regex
    performance, we can potentially remove this performance bottleneck.
    
    Let's move to refactor the code and remove such instances of Regex use
    in iterative loops.
    georgetayqy authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    54ba5ec View commit details
    Browse the repository at this point in the history
  5. [reposense#1973] Remove redundant User class (reposense#2093)

    Remove utils/user.ts, replace with User interface from types.ts
    
    The User class and interface are equivalent in their usage and their
    redundancy seems to be a remnant when the code was migrated from JS to
    TS.
    
    Let's remove the User class for consistency and to improve runtime
    performance.
    jonasongg authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6481806 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
  2. [reposense#1980] Standardise Array Style for Frontend Files (reposens…

    …e#2084)
    
    Array<T> and T[] can be used interchangeably in TypeScript. We can use
    the same style consistently across the codebase to make it easier for
    developers to read and understand array types.
    
    In Vue, using T[] in defineComponent requires casting in the form of
    "Array as PropType<T[]>", while Array<T> can be used as is. Therefore,
    it would be more consistent to use Array<T> for .vue files.
    Additionally, such a rule can be enforced more easily with eslint.
    
    Let's include a rule for eslint to check array usage and change the
    code to follow this rule.
    sopa301 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    19f9e68 View commit details
    Browse the repository at this point in the history
  3. [reposense#1224] Update .stylelintrc.json to check for spacing (repos…

    …ense#2094)
    
    With no current plans to update stylelint to v15 or beyond, we can
    still use the current features to enforce consistent spacing in our
    scss files. This will make the coding style more consistent throughout
    the codebase.
    
    Let's update the rules in .stylelintrc.json to enforce spacing.
    sopa301 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f5855fa View commit details
    Browse the repository at this point in the history
  4. [reposense#2016] Remove hash symbol from URL when decoding hash (repo…

    …sense#2086)
    
    Fix bug where some params were not retained after refresh
    
    The issue pertains to breakdown of file types disappearing after a
    refresh, but it seems to apply to all params that were last in the URL
    due to symbols not being filtered out correctly.
    
    Let's fix this issue to make sure the state of the report stays the
    same when refreshing.
    jonasongg authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0f682a0 View commit details
    Browse the repository at this point in the history
  5. [reposense#1958] Use syntax coloring for code blocks in docs (reposen…

    …se#2099)
    
    Current code blocks do not use the built-in syntax highlighting
    feature offered by Markbind/Markdown.
    
    This impedes the readability of the code within the code blocks.
    
    Let's update the code blocks in the documentation to enable
    syntax highlighting to further enhance readability of the documentation
    and the code.
    georgetayqy authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7977382 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
  7. [reposense#1878] Update SystemTestUtil::assertJson to compare Json …

    …objects instead of line-by-line analysis (reposense#2087)
    
    `SystemTestUtil::assertJson` currently checks if two JSON files are
    equal by comparing the file contents line by line rather than by
    converting the files directly into JSON objects, which can then be
    directly compared using the built-in `equals` methods for
    `JsonElement`.
    
    This process also does not automatically check if the file is indeed a
    JSON file, and implicitly assumes that the input paths are paths to
    JSON files. This may cause expected behaviours if a user accidentally
    or intentionally includes a path to a non-JSON file within the method
    calls.
    
    Let's move to refactor the code, and utilise the built-in methods for
    `JsonElement` objects to check for the equality of JSON objects.
    georgetayqy authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    30ef450 View commit details
    Browse the repository at this point in the history
  8. [reposense#2001] Extract c-authorship-file component from views/c-aut…

    …horship (reposense#2096)
    
    Many of the frontend files are difficult to navigate through due to the
    large file sizes. As we add more features to the frontend, it is
    getting harder to maintain. This is also very unfriendly towards new
    contributors. 
    
    Let us break down frontend files in a logical manner, starting with
    extracting c-authorship-file from views/c-authorship.
    
    This would provide a starting point towards further refactoring of the
    frontend.
    sopa301 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b52771b View commit details
    Browse the repository at this point in the history
  9. [reposense#2103] Refactor parser package for greater organisation o…

    …f classes (reposense#2104)
    
    Classes in the `parser` package as of now are not properly organised,
    with exceptions, types and parser classes being found in the same
    directory level.
    
    This does not follow the convention established by other packages,
    whereby logically similar classes are further grouped into
    sub-packages.
    
    Let's move to refactor the `parser` package to ensure that it follows
    the overall structure of the other packages and to increase the level
    of organisation within the `parser` package.
    georgetayqy authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    29903e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. [reposense#1933] Fix broken DevOps Guide link in Learning Basics (rep…

    …osense#2107)
    
    Fix broken link to DevOps Guide in Learning Basics page.
    
    Under the DevOps section in the developer guide,
    the link to DevOps guide leads a Wiki link instead of redirecting to
    the DevOps guide on the actual Reposense website.
    
    Let's fix the broken link by changing the address to the correct page.
    supermii2 authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    945405a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. [reposense#2111] Fix failing zoomFeature cypress test (reposense#2114)

    Fix nondeterministically failing zoomFeature cypress test
    
    The "range changes in chartview should reflect in zoom" test in
    chartView_zoomFeature.cy.js fails because as time passes, the
    coordinates in the ramp that correspond to the desired zoom area
    change.
    
    Let's add an "until" filter to the relevant cypress tests to stop this
    from happening
    jonasongg authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9ff7a96 View commit details
    Browse the repository at this point in the history
  2. [reposense#2076] Refactor RepoConfiguration to simplify constructor c…

    …omplexity (reposense#2078)
    
    Refactor RepoConfiguration to simplify constructor complexity.
    
    Currently, the constructors for the `RepoConfiguration` class is 
    very complex, involving up to 18 parameters at once, and is 
    not easily extensible.
    
    With the proposed changes, the constructor now follows the 
    Builder pattern, by using a nested class `Builder` that 
    helps to compose config parameters in a way that is much more 
    modular and comprehensible, enhancing code quality and 
    reducing confusion among developers.
    
    However, it must be noted that `Builder` objects are not reusable as of
    now, and that more combinations of arguments are permitted due to the
    removal of constructors for `RepoBuilder`, which previously helped to
    ensure the correctness of parameter combinations.
    
    Let's refactor `RepoConfiguration` to simplify the 
    complexity of the constructor and increase modularity 
    of the code.
    georgetayqy authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d2018d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    a621357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25ef8ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e33b3d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. [reposense#467] Add Title Component (reposense#2102)

    Implement Title Component
    
    With a new focus on allowing users to use RepoSense as a portfolio
    tool, more functionality supporting this focus is needed.
    
    Let's allow users to add customizable content in Markdown/HTML format 
    at the top of the report for a personalized introduction.
    sopa301 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b103e28 View commit details
    Browse the repository at this point in the history
  2. [reposense#2112] Move Segment CSS into c-segment.vue (reposense#2113)

    The segment component CSS currently resides in the c-authorship-file
    component. Moving it to the segment component would make it easier to
    edit the segment component in the future.
    
    Let's move the CSS into c-segment.vue.
    sopa301 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fdb1892 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    c2639d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3af8e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into 944-merge-conflict

    # Conflicts:
    #	frontend/src/utils/segment.ts
    #	frontend/src/views/c-authorship.vue
    #	src/main/java/reposense/parser/ArgsParser.java
    #	src/main/java/reposense/util/StringsUtil.java
    SkyBlaise99 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1d1a76d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83510f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. [reposense#2134] Fix broken code highlighting in Code Panel (reposens…

    …e#2135)
    
    The code highlighting is not working as the colors are not being
    recognized by the newly extracted c-segment.vue file. This is because
    the defined colors were not imported into the file.  
    
    Let us add the color styles import to restore code highlighting
    functionality.
    ckcherry23 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6b31128 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Fix Blurry Favicon (reposense#2129)

    Fix Blurry Favicon on Reports
    
    The favicon looks blurry on generated reports.
    
    Let's replace this with a clearer image.
    sopa301 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5140861 View commit details
    Browse the repository at this point in the history
  2. [reposense#2117] Refactor CliArguments to conform to `RepoConfigura…

    …tion`'s Builder Pattern (reposense#2118)
    
    Current implementation of the Builder pattern within `CliArguments`
    does not conform that in `RepoConfiguration`.
    
    Let's move to refactor `CliArguments` to reduce class attribute
    duplication across `CliArguments` and `CliArguments::Builder` and to
    enhance overall code quality.
    georgetayqy authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bbb2f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    34b3673 View commit details
    Browse the repository at this point in the history
  2. Merge branch '944-analyze-authorship' into 944-merge-conflict

    # Conflicts:
    #	src/main/java/reposense/parser/ArgsParser.java
    SkyBlaise99 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7290b07 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into 944-merge-conflict

    # Conflicts:
    #	src/main/java/reposense/model/CliArguments.java
    SkyBlaise99 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ef320c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41900e9 View commit details
    Browse the repository at this point in the history
  5. cleanup

    SkyBlaise99 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e57b81d View commit details
    Browse the repository at this point in the history