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

Caching #177

Closed
wants to merge 41 commits into from
Closed

Caching #177

wants to merge 41 commits into from

Commits on Feb 2, 2015

  1. Remove obsolete BodyDelegator

    ixti authored and pezra committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    7f749a9 View commit details
    Browse the repository at this point in the history
  2. Bump up YARDStick threshold

    ixti authored and pezra committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    0900813 View commit details
    Browse the repository at this point in the history
  3. HTTP Caching

    Asmod4n authored and pezra committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    0b4c444 View commit details
    Browse the repository at this point in the history
  4. Typo

    Asmod4n authored and pezra committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    4310b9e View commit details
    Browse the repository at this point in the history
  5. Small fixups

    Asmod4n authored and pezra committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    2533e01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7f753b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. basic specs for caching

    pezra committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    c4f1e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d8068 View commit details
    Browse the repository at this point in the history
  3. improve cache options

    pezra committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    b3499bd View commit details
    Browse the repository at this point in the history
  4. remove dead code

    pezra committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    153fe3b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Configuration menu
    Copy the full SHA
    69a343d View commit details
    Browse the repository at this point in the history
  2. remove debug puts

    pezra committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    40fb8b6 View commit details
    Browse the repository at this point in the history
  3. remove many rubocop issues

    pezra committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    bbfd8c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a57ce3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31a60f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08df766 View commit details
    Browse the repository at this point in the history
  7. Convert docs to yard

    pezra committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    f2346bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c10ea8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcf947e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69dfa0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    156ce9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0adc2a1 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'refs/remotes/upstream/caching' into cac…

    …hing
    
    Conflicts:
    	lib/http/request/cached.rb
    pezra committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    cd49187 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d22eaa5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a33190f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    71bc884 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5814dbb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Configuration menu
    Copy the full SHA
    429a5a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79cdbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7153878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cac374d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    042d904 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Configuration menu
    Copy the full SHA
    9956494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182d5db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d1f847 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. removed unused dependency

    pezra committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    833deae View commit details
    Browse the repository at this point in the history
  2. move require to top of file

    pezra committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    88dc181 View commit details
    Browse the repository at this point in the history
  3. simplify spec

    pezra committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    48f3e5c View commit details
    Browse the repository at this point in the history
  4. improved caching response spec

    pezra committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    eeeb2c8 View commit details
    Browse the repository at this point in the history
  5. bury the lede in some specs

    pezra committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    86741e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c234d49 View commit details
    Browse the repository at this point in the history