Skip to content

MRM beta release 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanji tanji released this 23 Jun 10:08

171b1e7 Merge branch '0.7' of https://github.com/mariadb-corporation/replication-manager into 0.7
a5304f2 Fix options in wrong section
1cbc834 Remove old js file
5bd1bee Merge pull request #40 from hugochinchilla/0.7
3221048 build image with name to prevent multiple builds of the same Dockerfile
39a25a4 bind agent in all interfaces by default
92a75d9 Update vendoring (fixes #37)
bfabb63 Ignore backup files
5e27225 Merge branch '0.7' of https://github.com/mariadb-corporation/replication-manager into 0.7
59be0b9 go get is unnecessary with vendoring
e25a7d6 Merge pull request #38 from hugochinchilla/0.7
c74a8f2 update Dockerfile to add ENTRYPOINT, update docker-compose and README.md accordingly
68fadd8 Add configurable parameters for http server and daemon
ca4cb55 Merge branch 'gtidlist' into 0.7
8776ade Fix standalone host gtid display
fc2396d Docker image default mode is monitoring daemon
30e099a Docker image configuration file support
22f74aa Example configuration file
0f45206 Fix log function
d611fd9 Dashboard can now read GTID objects
307b60d Fix failover display
498e05a Fix vetshadow warning
4049822 Election can use gtid lists
00a1202 Implement the gtid class
5830ce7 Fix empty GTID List
52fa269 Add Sprint function and documentation
bd8253f GTID package
129cc5c Set slave as read only when reintroducing
4819f62 Automatic failover was never evaluated
61029b0 Restore overwritten Dockerfile
b4d1bf2 Use internal log function
80c7c8f Fix wrong condition in MM election
65b021d Additional topology debug information
4627b73 Add build instructions (Fixes #23)
a760249 Daemon mode --daemon starts MRM without the console --http-monitor starts http monitor
a377ea7 Dashboard mode change + interval fix
9f04aa9 Use http prefix for bind address
18d8846 Configurable http port and interface
62b9b7b Clarify MM read-only detection msg
fb66bed Merge branch '0.7' of https://github.com/mariadb-corporation/replication-manager into 0.7
165450d Fix incomplete commit
3f559ff Statefile for non-interactive action tracking
e329c8b Return false when failover is impossible
0741c83 Merge pull request #20 from guilhem/docker-compose
b6c2302 Add a docker-compose to test replication-manager
bc7bc01 Merge pull request #18 from guilhem/glide
53026ed lightweight docker images
bb61324 travis: Add deploy step
31b7652 Use glide and local vendoring
c6189fa Fix failed master detection issue