Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: polyfractal/elasticsearch-segmentspy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: polyfractal/elasticsearch-segmentspy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 21, 2013

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

Commits on May 23, 2013

  1. Add License

    polyfractal committed May 23, 2013
    Configuration menu
    Copy the full SHA
    b091986 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Add ability to specify host

    Useful for proxies or situations where the cluster is not on
    localhost
    polyfractal committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    fc46901 View commit details
    Browse the repository at this point in the history
  2. Move polling to always() clause

    Previously, if a request failed, subsequent polls would not be
    triggered, necessitating a full refresh.  Now the script will continue
    trying even after failed requests.
    polyfractal committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    01fce2d View commit details
    Browse the repository at this point in the history
  3. Update readme

    polyfractal committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    533663a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. Fixes #2. Strip trailing slash. Reload indices on update. Fixes a boo…

    …tstrap js issue for dropdowns.
    lordnynex committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    b944c86 View commit details
    Browse the repository at this point in the history
  2. removing some debug values

    brandon@gotinder.com committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    4c88536 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2013

  1. Merge pull request #3 from TinderApp/master

    Fixes to changehost functionality
    polyfractal committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    ca805ad View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2013

  1. don't force http

    mpcarl committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    4d8b07e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from mpcarl-ibm/http

    don't force http
    polyfractal committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    977df54 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2013

  1. Allow settings via url parameters.

    Support specifying host/refreshInterval via url arguments. Example:
      http://localhost:8000/_site/#/myindex/?host=my-es-host.com:9200&refreshInterval=500
    Oli McCormack committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    6c048a3 View commit details
    Browse the repository at this point in the history
  2. Add docs on url parameter usage.

    Oli McCormack committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    48d7f7e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. Merge pull request #7 from olimcc/master

    Allow setting of host/refreshInterval using url parameters.
    polyfractal committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    51fda94 View commit details
    Browse the repository at this point in the history
Loading