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

Npm updates #1

Merged
merged 185 commits into from
Jan 15, 2019
Merged

Npm updates #1

merged 185 commits into from
Jan 15, 2019

Commits on Sep 30, 2012

  1. Configuration menu
    Copy the full SHA
    cecad61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f5ee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f48d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9679840 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad7f106 View commit details
    Browse the repository at this point in the history
  6. FIX: Use a string in q instead of an object because special charact…

    …ers in the values of each key of an object are now escaped as expected.
    lbdremy committed Sep 30, 2012
    Configuration menu
    Copy the full SHA
    c7221c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9144a50 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2012

  1. FIX: Remove waitFlush option from the command optimize in the test.

    This parameter in the command optimize has no effect since Solr 1.4 and has beeen definitively been removed in Solr 4.0.
    lbdremy committed Oct 13, 2012
    Configuration menu
    Copy the full SHA
    e706b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26abfb0 View commit details
    Browse the repository at this point in the history
  3. FIX: Use dynamic type for last_update field instead.

    Avoid to declare the field last_update as a Date in the schema.xml.
    lbdremy committed Oct 13, 2012
    Configuration menu
    Copy the full SHA
    39db06d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f3ca1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    123a763 View commit details
    Browse the repository at this point in the history
  6. FIX: Escape special characters and white space in the value given in …

    …Client.delete(field,value,cb)
    lbdremy committed Oct 13, 2012
    Configuration menu
    Copy the full SHA
    8b81ca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2012

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

Commits on Oct 15, 2012

  1. BREAKING CHANGE: Return http.ClientRequest for all commands.

    Make more sense to return the HTTP client request instead of the current solr client, because first chain commands is not valuable and it allows to abort the request if wanted.
    lbdremy committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    c31ff42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9caca5 View commit details
    Browse the repository at this point in the history
  3. NEW: Ignore old test folder.

    lbdremy committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    68cbccc View commit details
    Browse the repository at this point in the history
  4. NEW: Rewrite a big part of the test suite with mocha.

    Some test are not yet written, but that's coming.
    lbdremy committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    eac5d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. Configuration menu
    Copy the full SHA
    46a9ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2abefa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69df652 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5c32b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d91262d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a1ef63 View commit details
    Browse the repository at this point in the history
  7. NEW: Add instruction before_script, the script travis-solr will insta…

    …ll Solr before running the tests.
    
    Close lbdremy#33.
    lbdremy committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    1afe4c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c74b3ef View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2012

  1. Configuration menu
    Copy the full SHA
    d59971a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5b1f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    634bc71 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2012

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

Commits on Nov 10, 2012

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

Commits on Jan 9, 2013

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

Commits on Oct 21, 2013

  1. FIX: Missing closing bracket.

    lbdremy committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    8c206ed View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. Configuration menu
    Copy the full SHA
    904ab49 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into v0.3.x-with-master

    Conflicts:
    	.travis.yml
    	lib/query.js
    	lib/utils/format.js
    	package.json
    	test/mocks.js
    	test/test-core.js
    	test/test-createAddStream.js
    	test/test-facet.js
    	test/test-group.js
    lbdremy committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    65872da View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

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

Commits on Jul 15, 2014

  1. Merge branch 'master' into v0.3.x-with-master

    Conflicts:
    	lib/solr.js
    	package.json
    lbdremy committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    d56de2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847a580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d555c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef7bd29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61ac403 View commit details
    Browse the repository at this point in the history
  6. FIX: Undo implicit escaping of Lucene special characters made via ove…

    …rriding of querystring.escape. Close lbdremy#51 and close lbdremy#44.
    lbdremy committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    0277dd8 View commit details
    Browse the repository at this point in the history
  7. FIX: Change the url of the solr installer on travis to use new github…

    … domain for raw content.
    lbdremy committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    7ea29b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. FIX: Use ~ instead of ^ in the version declaration to be able to inst…

    …all the dev dependencies with older npm.
    lbdremy committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    ffa3041 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. NEW: Make the solr connection parameters used by the test suite confi…

    …gurable.
    
    Either via a configuration file called config.json in the root or via
    command line arguments thanks to figc module, see README.md for more informatio$
    Close lbdremy#85
    marc-portier authored and lbdremy committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    49d9e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    831982a View commit details
    Browse the repository at this point in the history
  3. FIX: Dry Client#deleteAll().

    lbdremy committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    227cb79 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Configuration menu
    Copy the full SHA
    26dce54 View commit details
    Browse the repository at this point in the history
  2. NEW: Rename Client#get by Client#realTimeGet, use Client#get to do ar…

    …bitrary HTTP GET request.
    lbdremy committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    3097b9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e85a1a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

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

Commits on Aug 1, 2014

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

Commits on Aug 3, 2014

  1. REFACTOR: Make method signatures of all methods using Client#get cons…

    …istent regarding the query argument.
    
    They all accept a query argument that can be either a String, a Query or a Object, also the query is not optional.
    lbdremy committed Aug 3, 2014
    Configuration menu
    Copy the full SHA
    9b70208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df03531 View commit details
    Browse the repository at this point in the history
  3. FIX: Dry a bit getJSON and postJSON private functions and fix multi-b…

    …yte characters bug.
    
    By setting the encoding on the response object, see http://nodejs.org/api/stream.html#stream_readable_setencoding_encoding, close lbdremy#81.'
    lbdremy committed Aug 3, 2014
    Configuration menu
    Copy the full SHA
    4693131 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    021bea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9df605d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2014

  1. FIX: Use json-bigint module to properly handle the too-big-number iss…

    …ue in classic json parsing.
    
    Add the test-cases that show the need for this in regular solr fields of type long (_l suffix)
    and the fact that the solr 4.x optimistic locking feature (ie the  _version_ field) needs this badly.
    
    Close lbdremy#71
    
    Conflicts:
    
    	lib/solr.js
    marc-portier authored and lbdremy committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    9eef5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21a3aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bae5f28 View commit details
    Browse the repository at this point in the history
  4. NEW: Add support for HTTPS, close lbdremy#111.

    Usage:
    var client = solr.createClient({ secure : true});
    lbdremy committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    70886cd View commit details
    Browse the repository at this point in the history
  5. NEW: Update and add examples for Client#{get, softCommit, prepareComm…

    …it, realTimeGet, spell}.
    lbdremy committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    323f733 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85ac54c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b524f66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f737f97 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

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

Commits on Sep 14, 2014

  1. Configuration menu
    Copy the full SHA
    dc04cc9 View commit details
    Browse the repository at this point in the history
  2. BREAKING CHANGE: JSONbig is not anymore the default json serializer/d…

    …eserializer, native JSON lib is used instead.
    
    In order to use the JSONbig serializer/deserializer, initialize the client with bigint to true i.e solr.createClient({ bigint : true}) or via client.options.bigint = true. The reason for this change is that JSONbig has a significant performance impact when manipulating "large" chunk of data.
    lbdremy committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    4c805c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad55a58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb52fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a9c7eb View commit details
    Browse the repository at this point in the history
  6. NEW: Configure npm test command to run the test suite first with JSON…

    … native then again with JSONbig.
    lbdremy committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    3ef7224 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dadfb3 View commit details
    Browse the repository at this point in the history
  8. NEW: Pass a whole new object containing required properties to postJS…

    …ON and getJSON functions instead of a reference to Client#options.
    
    This allow properties to be static across the whole request/response cycle, particularly interesting for the property bigint which is quite subject to change between requests and since bigint value is used to determine JSON (de)serializer so at request time and response time you see where I am going!
    lbdremy committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    fb51a3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb5da76 View commit details
    Browse the repository at this point in the history
  10. RELEASE: v0.4.0

    lbdremy committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    ee92cbf View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. Added Gitter badge

    gitter-badger committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    4258cc6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#117 from gitter-badger/gitter-badge

    NEW: Add a Gitter chat badge to README.md
    lbdremy committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    7c0b82b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. FIX: Remove format.escapeAndEncode method, and replace with encodeURI…

    …Component where appropriate
    Ryan Quinn authored and lbdremy committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    3cbc7fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbd5af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14dfb9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ffc6b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d73fed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bf7d76 View commit details
    Browse the repository at this point in the history
  7. RELEASE: v0.5.0

    lbdremy committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    34d0185 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. * Added post method handler

     * Switched search to post for super big queries (e.g. anything over 2048 chars)
    kfitzgerald committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    beeaaf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1ad76 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Configuration menu
    Copy the full SHA
    b3a3c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9baa4f0 View commit details
    Browse the repository at this point in the history
  3. * Added function docs

    kfitzgerald committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    bcaf77a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78779f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

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

Commits on Jun 30, 2015

  1. Added a method in the query class to set the default field to search.

    Also added a simple test for it.
    cbarrientos-ias committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    0ef0a26 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. Merge pull request lbdremy#137 from ColadaFF/master

    Added a method in the query class to set the default field to search.
    This merge will let users using solr 5, because the <defaultSearchField> tag in the schema.xml is now deprecated.
    ColadaFF committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    a27457d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

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

Commits on Aug 11, 2015

  1. Configuration menu
    Copy the full SHA
    e1562c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#143 from luketaverne/version-support

    added solrVersion option to client constructor. Fixes lbdremy#142
    luketaverne committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    0974299 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Config Cleanup + Feedback Integration

     * `get_max` => `get_max_request_entity_size`
     * Removed local test core from the config
    (cherry picked from commit ba9fa70)
    kfitzgerald committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    f247d34 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Configuration menu
    Copy the full SHA
    fd2af4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#144 from luketaverne/query-highlighting

    Added support for Solr5 query highlighting. Fixes lbdremy#130
    luketaverne committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    92470e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Configuration menu
    Copy the full SHA
    b655e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94abe69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a3aef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1265c6 View commit details
    Browse the repository at this point in the history
  5. Added collection RELOAD and DELETE. Finished testing, fixed bugs. The…

    …se features all seem to work as intended now.
    luketaverne committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    eb8103f View commit details
    Browse the repository at this point in the history
  6. Turned off auto-posting by default.

     * Can opt-in to auto-posting by setting `get_max_request_entity_size` to a number. (e.g. 2048)
     * Changed URL length check to be UTF8-friendly
    kfitzgerald committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    85b502b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

  1. renamed client.adminExecute() to client.executeCollection() to make r…

    …oom for the possibility of client.executeCore() later.
    luketaverne committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    0193074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78d505 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Configuration menu
    Copy the full SHA
    f6a4597 View commit details
    Browse the repository at this point in the history
  2. Added collection creation test. Untested, waiting for a functional mu…

    …lti-node Solr cloud installation.
    luketaverne committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    66d5f7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e6e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05ff863 View commit details
    Browse the repository at this point in the history
  5. Added more tests

    luketaverne committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    7cd2050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94d22d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e238bf6 View commit details
    Browse the repository at this point in the history
  8. Last test added. REBALANCELEADERS fails on my solr 5.0 as 'unknown ac…

    …tion.' Need to re-run with Solr v5.4.
    luketaverne committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    7a4ff84 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. Merge pull request lbdremy#129 from kfitzgerald/search-using-post

    Search Solr using POST instead of GET (configurable auto-switch on request size, disabled by default)
    nicolasembleton committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    5992eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9885bcd View commit details
    Browse the repository at this point in the history
  3. removed swp file

    luketaverne committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    7ac124c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	.gitignore
    	lib/solr.js
    luketaverne committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    f31e843 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Implement The TermsComponent

    Implement The TermsComponent
    
    Test need to modify solrconfig.xml
    
    http://wiki.apache.org/solr/TermsComponent
    godong9 committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    339ec27 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. fix(queryHighlighting): change some query hl params to prevent future…

    … problems
    
    some numerical parameters could be specified as '0', causing them to be interpreted as 'false' by the Query.prototype.hl function.
    luketaverne committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    9d4ce48 View commit details
    Browse the repository at this point in the history
  2. test(queryHighlighting): test two simple, comprehensive test cases

    Two simple cases that include all options. In the future, these cases could be separated out into more typical use cases.
    luketaverne committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    71d1b2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request lbdremy#150 from luketaverne/hl-tests

    query highlighting tests
    luketaverne committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    49136fe View commit details
    Browse the repository at this point in the history
  4. style: remove un-needed comment

    Comment was a to-do list for the second test case. Test case was added, comment wasn't removed. Removing to avoid later confusion.
    luketaverne committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    5a259ad View commit details
    Browse the repository at this point in the history
  5. chore(travisCI): add node v4.1.1 to build

    Node recently released a major update. Currently, tests pass with Node v4.1.1. Should continue to
    test a 4.XX version of Node.
    luketaverne committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    ba58fa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. Fix terms-query-test

    - Remove wiki page text
    - Change formatting
    - Change test code
    godong9 committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    7ed8fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b1f998 View commit details
    Browse the repository at this point in the history
  3. Change terms-query-test

    Change terms-query-test because terms search dose not return "responseHeader.params".
    godong9 committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    78d500d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Configuration menu
    Copy the full SHA
    90269ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406d2a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27f14c0 View commit details
    Browse the repository at this point in the history
  4. feat(Facet.Pivot): Finish implementation of facet.pivot and facet.piv…

    …ot.mincount + update according tests
    nicolasembleton committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    29bb110 View commit details
    Browse the repository at this point in the history
  5. feat(Utils): Add some function tooling to prepare for centralization …

    …of helpers, to ease a move to a dependency like lodash for example, and to clean/standardize the code. + tests
    nicolasembleton committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    de6626f View commit details
    Browse the repository at this point in the history
  6. feat(Utils+Standardization): Replacing some pieces of code with stand…

    …ardized + centralized util helper
    nicolasembleton committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    2c4354b View commit details
    Browse the repository at this point in the history
  7. feat(VersionUtil): Add a helper to support the version checking so we…

    … can increase the feature coverage while still supporting older versions of Solr
    nicolasembleton committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    163d557 View commit details
    Browse the repository at this point in the history
  8. feat(solrVersion): Adds solrVersion support and ability to pass a sol…

    …rVersion to the Client so queries will use features that are only available to specific versions, without compromising on backward compatibility.
    nicolasembleton committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    0a6def9 View commit details
    Browse the repository at this point in the history
  9. docs(Readme): Add some more information of how some new features work…

    …, add some examples, re-organized migration doc chronologically reverse to be more meaningful.
    nicolasembleton committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    c4e9f0f View commit details
    Browse the repository at this point in the history
  10. docs(Contributions): Update contributions page to something more accu…

    …rate / up-to-speed with latest project directions
    nicolasembleton committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    7ec3bd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. Merge pull request lbdremy#113 from betolink/master

    Added atomicUpdate() to partially update documents.
    nicolasembleton committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    07ad5b2 View commit details
    Browse the repository at this point in the history
  2. docs(example): query highlighting example

    Added minimal example for the Standard Query Highlighter
    luketaverne committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    8becec6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lbdremy#153 from luketaverne/hl-example

    docs(example): query highlighting example
    luketaverne committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    a172c05 View commit details
    Browse the repository at this point in the history
  4. test(Client.prototype.spell): Simple response header test

    Test case will execute a simple query on the /spell query handler, check for '0' response status.
    luketaverne committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    16a297e View commit details
    Browse the repository at this point in the history
  5. Merge pull request lbdremy#154 from luketaverne/client-spell-test

    test(Client.prototype.spell): Simple response header test
    luketaverne committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    e238fae View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Merge pull request lbdremy#152 from nicolasembleton/upstream

    Update Package.json dependencies, according tests, activate solrVersion, facet.pivot, add helpers for standardization
    nicolasembleton committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    c8ebeef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a9b5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request lbdremy#156 from nicolasembleton/upstream

    chore(Package.json): Bump package version in Package.json
    nicolasembleton committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    38e96c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. docs(readme): fix name

    luketaverne committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    07c5254 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2015

  1. Configuration menu
    Copy the full SHA
    81820e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#159 from luketaverne/master

    test(rangeFilter): test array of multiple fields and obj of single field
    luketaverne committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    1b8a5d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. add license to package.json

    for easy automated extraction
    nfriedly committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    c57c81c View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#161 from nfriedly/patch-1

    add license to package.json
    luketaverne committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    52cdf43 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

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

Commits on Dec 3, 2015

  1. URI encode the cursorMark value before use

    URI encoding needed because cursorMark raw value can contain characters not allowed without uri encoding
    flawless2011 committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    29d95f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Merge pull request lbdremy#166 from flawless2011/master

    URI encode the cursorMark value before use
    nicolasembleton committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    1a684ef View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

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

Commits on Jan 13, 2016

  1. Add support for ipv6 when resolving host/hostname

    There was no way of setting the "family" option for http.request() which is necesary when speaking
    with a server that only responds on ipv6.
    The new option "ipVersion" is now passed to http/https
    fractalf committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    570d0c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Do not send the parameters in the url when using POST.

    Alexandru Badiu committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    2a57e78 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

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

Commits on Feb 12, 2016

  1. Update delete.js

    Fabricio Ronchi committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    5de96d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Merge pull request lbdremy#163 from saschagoebel/master

    Only check options.pivot.mincount if options.pivot is available.
    nicolasembleton committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    1fdf5d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#171 from fractalf/master

    Add support for ipv6 when resolving host/hostname
    nicolasembleton committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    a69e43e View commit details
    Browse the repository at this point in the history
  3. Merge pull request lbdremy#172 from voidberg/master

    POST fails when the parameters are too long.
    nicolasembleton committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    492937b View commit details
    Browse the repository at this point in the history
  4. Merge pull request lbdremy#175 from CondeNast/capture-status-codes

    feat(Error): Properly capture and proxy status codes and error messages
    nicolasembleton committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    6f21ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Merge pull request lbdremy#176 from realronchi/master

    Using the variables in the client.delete query (instead of hardcode to 'id' and '*')
    nicolasembleton committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    aa5a2e2 View commit details
    Browse the repository at this point in the history
  2. Remove client.terms

    - Remove client.terms
    - Update terms-query-test
    godong9 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    3d04977 View commit details
    Browse the repository at this point in the history
  3. Update solr

    - Change client.terms to client.temrsSearch
    godong9 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    60a1260 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Configuration menu
    Copy the full SHA
    1baec38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#184 from ColadaFF/ColadaFF-patch-1

    docs: better installation instructions.
    ColadaFF committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    b3b1d6a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

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

Commits on Dec 5, 2016

  1. Merge pull request lbdremy#191 from gwilk/master

    * escaping fl parameter in Query
    nicolasembleton authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    cd547f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#149 from godong9/master

    Implement The TermsComponent
    nicolasembleton authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    97d9239 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. fix markdown

    sumanbh authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    7c799cd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    54d0626 View commit details
    Browse the repository at this point in the history
  2. version bump

    chrisswaine committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    0975879 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Update request dependency to current version

    Previous version has a known security vulnerability: https://nodesecurity.io/advisories/309
    nfriedly authored Apr 21, 2017
    Configuration menu
    Copy the full SHA
    1b614a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Merge pull request lbdremy#200 from nfriedly/patch-2

    Update request dependency to current version
    nicolasembleton authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    937cd19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lbdremy#199 from chrisswaine/promisify

    Promisify client prototype functions
    nicolasembleton authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    2bf9207 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lbdremy#196 from sumanbh/master

    fix readme markdown
    nicolasembleton authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    f7cb60a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Bump to 0.7.0

    Bump the version to a new branch so we can test before releasing.
    nicolasembleton authored May 3, 2017
    Configuration menu
    Copy the full SHA
    5d956f1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

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

Commits on Dec 6, 2018

  1. update npm dependencies.

    A critical vulnerability made this unusable.
    Lexmark-haputman committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    b7d5743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cedcde4 View commit details
    Browse the repository at this point in the history