8000 Tags · travislikestocode/oxidized · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: travislikestocode/oxidized

Tags

0.1.0

Toggle 0.1.0's commit message
bump up gemspec

- actually start to follow semantic version
      - a.b.c   a == major, b == minor c == patch
      - c only for bug-fixes etc
      - b for non-breaking new features
      - a for breaking new featires
      - a == 0 is special, can break anywhere
      - http://semver.org

- add more specific version restrictions for gems

0.0.65

Toggle 0.0.65's commit message
bump up gemspec version

0.0.64

Toggle 0.0.64's commit message
bump up gemspec version

0.0.63

Toggle 0.0.63's commit message
bump up gemspec version

0.0.58

Toggle 0.0.58's commit message
Save stats/last status during Nodes#load

We probably should just axe Node#last, as Node#stats contains all it
does and more.
However it would need changing web views and I'm too lazy for that right
now.

Perhaps Nodes/Node also needs some unique ID so two instances of Nodes
can be compared exactly. Right now copying the old stats relies on name
being identical, but can we trust name to be unique? Even with groups
support?

0.0.57

Toggle 0.0.57's commit message
Add support for node stats

Bumpup gemspec

0.0.56

Toggle 0.0.56's commit message
require config/vars earlier

- we need config/vars before model
- some whitespace changes

Bump up gemspec

0.0.55

Toggle 0.0.55's commit message
we can't lock 'del', it's called from locked 'next'

0.0.54

Toggle 0.0.54's commit message
Don't daemonize by default

It's useful to run interactively during startup, to get the helpful
messages about missing stuff.

0.0.53

Toggle 0.0.53's commit message
Update readme

0