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

Added local directory listing feature. #32167

Closed
wants to merge 24 commits into from
Closed

Commits on May 20, 2024

  1. Added local directory listing feature.

    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    692c539 View commit details
    Browse the repository at this point in the history
  2. Grouped and sorted local directory listing. Added missing sub-directo…

    …ries. Updated unit tests.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    019c046 View commit details
    Browse the repository at this point in the history
  3. Fixed problem where directory path does not end with forward-slash.

    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3138aa2 View commit details
    Browse the repository at this point in the history
  4. Addressed review feedback. Moved CSS into resources file. Replaced ta…

    …ble with nested div elements.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2b961d5 View commit details
    Browse the repository at this point in the history
  5. Adjusted structure and styling of HTML for local directory listings. …

    …Added last-modification datetime for files.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cb6222c View commit details
    Browse the repository at this point in the history
  6. Reworked unit tests to make use of temporary directory, instead of ac…

    …tual demo directory.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0217c52 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on Jun 2, 2024

  1. Moved local directory listing feature behind a new Servo preference s…

    …etting.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2ddb8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed4eaf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    7ef1c55 View commit details
    Browse the repository at this point in the history
  2. Moved code and unit tests around based on review feedback. Further wo…

    …rk to be done.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    d599958 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Further work to satisfy review feedback, primarily related to unit te…

    …sts.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b3470ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40e646 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Removed unwanted DirectorySummary container and reworked directory it…

    …em types.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ef319a7 View commit details
    Browse the repository at this point in the history
  2. Broke gather_directory_items into pieces using iteration methods.

    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    22f5107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    923ee9f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    4c12485 View commit details
    Browse the repository at this point in the history
  2. Addressed further review feedback, mostly related to rustdoc comments.

    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1e56e71 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    51a6a28 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary configuration from unit test file for local direc…

    …tory listing feature.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a275e29 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    90ce916 View commit details
    Browse the repository at this point in the history
  2. Addressed latest feedback about code style and unit tests.

    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    99645d6 View commit details
    Browse the repository at this point in the history