Skip to content

Commit

Permalink
Added STORM-1096 to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert (Bobby) Evans committed Oct 9, 2015
1 parent 0aa1937 commit 3f79c2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
* STORM-742: Let ShellBolt treat all messages to update heartbeat
* STORM-992: A bug in the timer.clj might cause unexpected delay to schedule new event

## 0.10.0
* STORM-1096: Fix some issues with impersonation on the UI

## 0.10.0-beta1
* STORM-873: Flux does not handle diamond topologies

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/storm-merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():

for pullNumber in args:
pull = github.pull("apache", "storm", pullNumber)
print "git pull "+pull.from_repo()+" "+pull.from_branch()
print "git pull --no-ff "+pull.from_repo()+" "+pull.from_branch()

if __name__ == "__main__":
main()
Expand Down

0 comments on commit 3f79c2f

Please sign in to comment.