Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Add ability to change the sort used in a search #36

Open
wants to merge 19 commits into
base: development
Choose a base branch
from

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    e268903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea9b5c View commit details
    Browse the repository at this point in the history
  3. GROVE-152: Use 404.js module in auth-helper

    And add tests around isAuthorized() while we are at it.
    
    I note that the API spec prefers `errorMessage` to `message`, but I
    proposed in Jira that we modify the spec instead.
    patrickmcelwee authored and grtjn committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9afe52f View commit details
    Browse the repository at this point in the history
  4. GROVE-509: fix case where authed is false

    getAuth is going to throw an Unauthorized error. If we don't care about
    authentication, we send the request anyway.
    
    Tests would be nice to maintain this behavior.
    patrickmcelwee authored and grtjn committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c806d9a View commit details
    Browse the repository at this point in the history
  5. GROVE-509: don't swallow other errors

    Let's be a bit more careful here and throw errors other than
    "Unauthorized", so we don't accidentally swallow something.
    patrickmcelwee authored and grtjn committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    59acfd1 View commit details
    Browse the repository at this point in the history
  6. GROVE-509: Match LATEST as well as v1

    for the proxy to MarkLogic. Both are viable prefixes for MarkLogic.
    patrickmcelwee authored and grtjn committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d4d4ef8 View commit details
    Browse the repository at this point in the history
  7. Use memory store since default store will leak memory. Also take adva…

    …ntage of built in features ie. rolling/refreshing sessions and expiration to replace custom code
    Audarth authored and grtjn committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3c24614 View commit details
    Browse the repository at this point in the history
  8. change the authentication mechanism into custom code so that we can s…

    …tore the hashed username:realm:password in the session securely
    Audarth authored and grtjn committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c3e5465 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58be13f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

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

Commits on Jan 17, 2020

  1. Merge pull request #29 from marklogic-community/feature/25-ext-route

    #25: added initial implementation of default route for rest extensions
    grtjn authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    bb63803 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    8715f01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from marklogic-community/feature/31-ping-route

    #31: added default ping route, including call to backend ping extension
    grtjn authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    93e920e View commit details
    Browse the repository at this point in the history
  3. Various robustness updates

    grtjn committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    03b4f8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from marklogic-community/feature/synch-with-co…

    …re-api
    
    Various robustness updates
    grtjn authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    50d6253 View commit details
    Browse the repository at this point in the history
  5. Fixed unit tests

    grtjn committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    90f63c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. #26: added crud actions

    grtjn committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    05c3255 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from marklogic-community/feature/26-crud-actions

    Feature/26 crud actions
    grtjn authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    6d92571 View commit details
    Browse the repository at this point in the history
  3. Support adding the sort to the operator-state

    Marianne Myers committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2f2b5f5 View commit details
    Browse the repository at this point in the history