Commit Graph

444430 Commits

Author SHA1 Message Date
Alejandro Ruiz 2ed92b1560 Removing the button for the moment 2015-09-22 18:48:25 +02:00
Adnan Abdulhussein 34b8451a16 Merge pull request #8 from bitnami/4.1.0-0
Update to 4.1.0-0
2015-09-22 12:40:28 +02:00
Alejandro Ruiz a7fd8ccdaf Rename Readme.md to README.md 2015-09-18 18:29:14 +02:00
Alejandro Ruiz d29b7fea9c Rename Readme.md to README.md 2015-09-18 18:28:16 +02:00
Adnan Abdulhussein fe47024d68 Update to 4.1.0-0
imagemagick-native seems to not support this version which is causing tests to fail
2015-09-18 17:13:54 +02:00
Alejandro Ruiz 12b68c7fd6 First commit 2015-09-18 15:04:17 +00:00
Alejandro Ruiz be8c2f150f First commit 2015-09-18 15:01:36 +00:00
Sameer Naik 8fbf016685 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:12:25 +05:30
Sameer Naik 6a1c49950f fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:06:06 +05:30
Sameer Naik 38b4569dea fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:05:50 +05:30
Sameer Naik 46500bc2e7 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:05:34 +05:30
Sameer Naik ba14c81754 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:05:15 +05:30
Sameer Naik 2e31136d83 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:04:56 +05:30
Sameer Naik cfbe00b226 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:04:41 +05:30
Sameer Naik f26b5b9379 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:04:24 +05:30
Sameer Naik 51b71465b1 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:03:42 +05:30
Sameer Naik 43515b1187 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:02:58 +05:30
Adnan Abdulhussein ff40ad7484 Merge pull request #7 from bitnami/4.0.0-0
Update to 4.0.0-0
2015-09-11 13:50:56 -07:00
Adnan Abdulhussein 0c251bdd4d Update to 4.0.0-0
Note, test fails due to imagemagic-native. Seems to be the following issue:
https://github.com/mash/node-imagemagick-native/issues/88
2015-09-11 12:09:47 -07:00
Adnan Abdulhussein be93a42123 Merge pull request #12 from bitnami/5.5.29-0
Update to 5.5.29-0
2015-09-11 11:15:31 -07:00
Adnan Abdulhussein 8167c28344 Update to 5.5.29-0 2015-09-11 11:08:31 -07:00
Adnan Abdulhussein c7db40bd84 Merge pull request #19 from sameersbn/speed-up-development
copy `bitnami-utils-custom.sh` after `install.sh`
2015-09-11 09:09:23 -07:00
Sameer Naik f4a4a7ab21 copy `bitnami-utils-custom.sh` after `install.sh`
speeds up development :)
2015-09-11 20:31:42 +05:30
Miguel Martinez b1cc2189f7 Bump revision 5.5.45-0-r01 2015-09-11 09:44:45 +02:00
Miguel Martinez 931d3d858c Bump version 5.5.45-1 - Replication support 2015-09-11 09:37:58 +02:00
Miguel Ángel Martínez Triviño d9d72a016f Merge pull request #17 from sameersbn/master-slave-replication-support
Add master-slave replication support
2015-09-11 09:35:11 +02:00
Sameer Naik e677f04740 create_user: automatically fetch user/password and database from master link in slave 2015-09-11 11:28:30 +05:30
Sameer Naik f1d23c68d0 added `MARIADB_` prefix to replication parameters 2015-09-10 23:33:41 +05:30
Sameer Naik dc6a5b3eed renamed master nodes link auto discovery link name to `master` from `mariadb-master` 2015-09-10 22:06:49 +05:30
Sameer Naik c2b4312e9a tests: Can setup replication without password for replication user 2015-09-10 21:07:45 +05:30
Sameer Naik 4253aacb10 tests: Can't setup replication slave without master user 2015-09-10 20:47:50 +05:30
Sameer Naik 2ada7f8d48 tests: Can't setup replication slave without replication user 2015-09-10 20:32:25 +05:30
Sameer Naik e996d40828 replication: `MARIADB_DATABASE` is required to setup a replication slave 2015-09-10 14:56:01 +05:30
Sameer Naik 587c76951b readme: document setting up replication cluster 2015-09-10 14:37:23 +05:30
Sameer Naik 6c523f7b16 replication: check connection to replication master before taking a database dump 2015-09-10 14:33:05 +05:30
Sameer Naik 2660259153 help: updated with replication options 2015-09-10 12:32:58 +05:30
Sameer Naik b1cbadd7d7 tests: cleanup master and slave containers on `setup` and `teardown` 2015-09-09 22:03:46 +05:30
Sameer Naik 3559f2a1ac tests: Replication status is preserved after deletion 2015-09-09 21:50:45 +05:30
Sameer Naik a9f0b54852 tests: Slave synchronizes with the master (delayed start) 2015-09-09 21:25:46 +05:30
Sameer Naik 62b2ec04b7 tests: Replication slave can automatically fetch connection parameters from master using docker links 2015-09-09 21:25:35 +05:30
Sameer Naik fd6c3359c2 tests: Master database is replicated on slave 2015-09-09 20:54:58 +05:30
Sameer Naik a1531cde5a tests: use `IMAGE_NAME` macro 2015-09-09 20:30:42 +05:30
Sameer Naik bc63b573f1 tests: use `create_container` function whenever possible 2015-09-09 20:30:42 +05:30
Sameer Naik ca10e93cdc tests: allow `master/slave` container suffix to be specified to `mysql_client` 2015-09-09 20:30:41 +05:30
Sameer Naik 4b840602a0 tests: allow container-name to be passed to `cleanup_running_containers` 2015-09-09 20:30:41 +05:30
Sameer Naik e480aba5c4 tests: renamed function `create_basic_container` -> `create_container` 2015-09-09 20:30:40 +05:30
Sameer Naik 3928f922f4 tests: removed the default `-d` argument from `create_basic_container` function 2015-09-09 20:30:11 +05:30
Sameer Naik 44f091258b tests: removed the default `--name $CONTAINER_NAME` argument from `create_basic_container` function 2015-09-09 19:25:29 +05:30
Sameer Naik c56fe2ed69 tests: allow arguments to be passed to `create_basic_container` function 2015-09-09 19:24:29 +05:30
Sameer Naik bc1df8947f replace `logs/mysqld.log` symlink with `wait_and_tail_logs` 2015-09-09 14:17:22 +05:30