Navigation Menu

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: droonga/droonga-engine
base: 0507fd215f90
Choose a base ref
...
head repository: droonga/droonga-engine
compare: a5a133848ba0
Choose a head ref
  • 13 commits
  • 17 files changed
  • 2 contributors

Commits on Jan 6, 2015

  1. droonga-engine: fix a bug that --base-dir doesn't effect to config path

    `#{BASE_DIR}/droonga-engine.yaml` is read by this change.
    kou authored and piroor committed Jan 6, 2015
    Copy the full SHA
    ef36b09 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e7ed9c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    75614ca View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    447237b View commit details
    Browse the repository at this point in the history
  5. sample cluster: add log_file configuration as comment

    It's for easy to test.
    
    Conflicts:
    	sample/cluster/Rakefile
    kou authored and piroor committed Jan 6, 2015
    Copy the full SHA
    b86daf1 View commit details
    Browse the repository at this point in the history
  6. droonga-engine: support restarting without downtime

    Note that droonga-engine itself can restart without downtime (it means
    that socket is alive while restarting) but Serf has downtime. Serf
    cluster will miss the droonga-engine node while restarting.
    
    TODO:
    
      * Re-consider how to operate restarting droonga-engine. The current
        implementation is `touch $BASE_DIR/restart.txt`. Is it reasonable
        way?
    
    Conflicts:
    	lib/droonga/command/droonga_engine.rb
    	lib/droonga/path.rb
    kou authored and piroor committed Jan 6, 2015
    Copy the full SHA
    172fbb8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ce1a8d0 View commit details
    Browse the repository at this point in the history
  8. Put Serf related implementations under a directory

    Conflicts:
    	lib/droonga/serf.rb
    	lib/droonga/serf/agent.rb
    	lib/droonga/serf/command.rb
    piroor committed Jan 6, 2015
    Copy the full SHA
    85bdec9 View commit details
    Browse the repository at this point in the history
  9. Uniform definiton style of a sub class

    before:
      class Parent::Child
    
    after:
      class Parent
        class Child
    piroor committed Jan 6, 2015
    Copy the full SHA
    8930953 View commit details
    Browse the repository at this point in the history
  10. Fix indent level

    piroor committed Jan 6, 2015
    Copy the full SHA
    e3908b1 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    be79724 View commit details
    Browse the repository at this point in the history
  12. Fix typo

    piroor committed Jan 6, 2015
    Copy the full SHA
    1d02376 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a5a1338 View commit details
    Browse the repository at this point in the history