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

Add .getHttpStatus and .getFilename to ArchiveRecordImpl class #198 & #164 #292

Merged
merged 6 commits into from
Nov 28, 2018

Commits on Nov 21, 2018

  1. Add httpStatus to ArchiveRecord class & trait

    - add .httpStatus to potential outputs
    - add tests for .httpStatus calls
    - improve ArchiveRecord testing overall.
    greebie committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    82314ad View commit details
    Browse the repository at this point in the history
  2. Add .fileName feature to ArchiveRecordImpl.

    - add filename to trait
    - add filename for ArchiveRecordImpl
    - add tests for filename.
    greebie committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    9bca66e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37ae8e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

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

Commits on Nov 23, 2018

  1. Updates based on PR.

    - change .getFilename to .getResourcename
    - Other code style fixes.
    greebie committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    739e06c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Change .getResourcename to .getArchiveFile

    - include changes to tests.
    greebie committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    b722d1d View commit details
    Browse the repository at this point in the history