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 colors to simple defaults for liberator #313

Closed
wants to merge 33 commits into from

Commits on Dec 20, 2017

  1. Merge pull request clojure-liberator#296 from elenacanovi/fix-logs

    fix for save-logs! to avoid 'GC overhead limit exceeded'
    ordnungswidrig authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    1ef1ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6928434 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    ordnungswidrig committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    1fe80a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    f1cee69 View commit details
    Browse the repository at this point in the history
  2. Version 0.15.2

    ordnungswidrig committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    489688f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47aa620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb62556 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Handle malformed Accept-Language Accept-Charset & Accept-Encoding

    Fixes clojure-liberator#199
    
    Bad qvals in these headers will now cause a 400 status code to be returned.
    Laverne Schrock committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    99124dc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    741e672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b7214 View commit details
    Browse the repository at this point in the history
  3. Add Clojure 1.10 profile

    jeremyheiler committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    45f9b4f View commit details
    Browse the repository at this point in the history
  4. Improve JDK test matrix

    This drops JDK7, as JDK8 has become the new baseline.
    
    Also, Clojure 1.10.0 drops support for JDK7.
    jeremyheiler committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    92c7217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cb1428 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a32a87f View commit details
    Browse the repository at this point in the history
  7. Merge pull request clojure-liberator#303 from jeremyheiler/expand-bui…

    …ld-matrix
    
    Expand build matrix and add new Clojure versions
    ordnungswidrig authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    4e52e78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    154b238 View commit details
    Browse the repository at this point in the history
  9. Improve test output

    ordnungswidrig committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    3c58638 View commit details
    Browse the repository at this point in the history
  10. Allow defresource to have a docstring

    ```
    (defresource example
      "This is my awesome resource!"
      ...)
    ```
    jeremyheiler committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    db6b1d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Merge pull request clojure-liberator#305 from jeremyheiler/defresourc…

    …e-docstring
    
    Allow defresource to have a docstring
    ordnungswidrig authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    8a2cc8b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Improve combine to not return lazy sequences

    The `combine` function attempts to add new values to a collection by
    merging them. However, for lists and a vectors, a lazy sequence is
    returned rather than a list or a vector.
    
    For lists, `(apply list (concat ...` is used instead of `(into ...` in
    order to preserve element order for backwards compatibility, as `into`
    would put the new elements at the head of the list.
    
    For vectors, `into` is used, as new elements are added to the tail.
    
    The implementation for sets is simplified.
    jeremyheiler committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    1683043 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request clojure-liberator#304 from jeremyheiler/improve-co…

    …mbine-results
    
    Improve `combine` to not return lazy sequences
    ordnungswidrig authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    fe0460d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    444cc25 View commit details
    Browse the repository at this point in the history
  2. Add tests for prioritization of bad quality values

    Laverne Schrock committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    e7fab63 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into handling-bad-qvals

    Laverne Schrock committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    c436b75 View commit details
    Browse the repository at this point in the history
  4. Add clojure-liberator#199 to CHANGES.markdown

    Laverne Schrock committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    5176385 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Merge pull request clojure-liberator#299 from lverns/handling-bad-qvals

    Handle malformed Accept-Language Accept-Charset & Accept-Encoding
    ordnungswidrig authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    9e5a491 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Cleanup whitespace

    ordnungswidrig committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    e101799 View commit details
    Browse the repository at this point in the history
  2. Version 0.15.3

    ordnungswidrig committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    e0002c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03447b3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    5ce8260 View commit details
    Browse the repository at this point in the history
  2. Never respond with 304 if last-modified is missing in response

    The default modified-since? decision would always evaluate to false
    when the request contained an "if-modified-since" header but the
    response didn't contain a "last-modified" header. This seems wrong
    because the decision is not actually able to determine whether the
    resource has been modified or not.
    
    This patch makes it evaluate to true instead which seems more
    reasonable in this situation.
    DerGuteMoritz authored and ordnungswidrig committed May 17, 2019
    Configuration menu
    Copy the full SHA
    962ed16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d1a89 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

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