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

Feature: expand context #53

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 26, 2020

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

Commits on May 1, 2020

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

Commits on May 16, 2020

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

Commits on May 18, 2020

  1. add an endpoint to receive the chunk of the file

    add chunk.sh shell script that returns cut of the file
    based on starting line, number of lines to read
    and direction (up or down)
    
    add ChunkExtractor module that sanitizes params and handles response of
    the chunk.sh script
    
    add a json endpoint to be able to request chunks
    RudolfMan committed May 18, 2020
    Configuration menu
    Copy the full SHA
    5af516a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Refactor chunk_extractor api

    simplify the logic, get rid of direction parameter
    now it only tries to retrieve the chunk from the top to the down
    got rid of direction param and custom chunk.sh script
    use shell sed command
    RudolfMan committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ca61d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d378f6 View commit details
    Browse the repository at this point in the history
  3. front end work

    RudolfMan committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    b884f73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50f290f View commit details
    Browse the repository at this point in the history
  5. tweak Hex.unpack_taball considering new change to hex_core (using ato…

    …m :all_files instead of empty list for unpacking all files)
    RudolfMan committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    e85ddc5 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Eric Meadows-Jönsson <[email protected]>
    RudolfMan and ericmj authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    f3526ec View commit details
    Browse the repository at this point in the history