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/#392_Unpack_gz_files_and_#391follow_redirects #405

Merged
merged 22 commits into from
Jul 28, 2023
Merged

Commits on Jun 28, 2023

  1. Update docs to be in line with working code

    relates to jvalue#381
    rhazn committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    71f22c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jvalue#382 from jvalue/update-docs-381

    Update docs to be in line with working code
    rhazn committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1124884 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Added 'followRedirects' property to http-extractor-meta and added res…

    …pective logic to http-extractor-executor. Added jv test file for redirects and added file to automated tests.
    A-M-A-X committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3a13303 View commit details
    Browse the repository at this point in the history
  2. changed formatting

    A-M-A-X committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e97b0a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    a83e6f6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/391-HTTPExtractor-should-follow-redirects' into…

    … feature/392-Unpack-gz-files
    A-M-A-X committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    561c088 View commit details
    Browse the repository at this point in the history
  3. Added gzip decompress to archive-interpreter and fixed issue with htt…

    …p-extractor on redirects
    A-M-A-X committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6149013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b963ad View commit details
    Browse the repository at this point in the history
  5. removed unused imports

    A-M-A-X committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a23642a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from A-M-A-X/feature/392-Unpack-gz-files

    Feature/392 unpack gz files
    A-M-A-X committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1eb6e1b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

    A-M-A-X committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5f55fb9 View commit details
    Browse the repository at this point in the history
  3. format

    A-M-A-X committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8d0d124 View commit details
    Browse the repository at this point in the history
  4. removed jv example files

    A-M-A-X committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9fe5645 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. formatted and refactored code

    incorporated feedback from PR
    A-M-A-X committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    88d480a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35aef3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f1b0d View commit details
    Browse the repository at this point in the history
  4. .

    A-M-A-X committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5194dbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be91eda View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. added pr feedback - simplified createAndPutFile to createFileFromArch…

    …ive. Moved putFile logic outside
    A-M-A-X committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    729788b View commit details
    Browse the repository at this point in the history
  2. Removed whitespaces

    A-M-A-X committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9499a52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d705a2b View commit details
    Browse the repository at this point in the history