7ec2f77708
Merge branch '2.2' into develop
2018-09-12 23:18:08 +03:00
1bffb1c26d
Fix release note generation script
...
The CMake command that reads the VERSION.cmake file needs to be executed
in the source root.
2018-09-12 11:05:17 +03:00
d04c7135b0
Update change log and release notes
2018-09-12 09:43:36 +03:00
fd176c4122
Merge branch '2.2' into develop
2018-09-11 12:57:19 +03:00
c04073a96c
MXS-2040 Increase default monitor timeouts
...
All three timeouts are now three seconds. This should reduce the amount of
timeout errors users get during failover/switchover.
2018-09-11 12:31:41 +03:00
31f6d49ddb
Add symbolic VERSION file
...
The VERSION.cmake file defines which VERSION.cmake file is included. By
changing the file that it points to, the version can be changed without it
affecting other parts of the code that use it.
2018-09-10 15:11:18 +03:00
8896b0275f
Recreate 2.2.14 release notes
...
Generated the release notes with the release note generation script.
2018-09-10 15:02:15 +03:00
64177276be
Automatically generate relese notes
...
As most of the release notes are "boilerplate text", the changing parts
can be easily scripted.
2018-09-10 15:01:41 +03:00
eed2628cff
Rewrite issue listing script
...
Rewrote the script in python and leveraged the dictionary CSV processor to
prevent field number mismatches. Combined the two scripts into one so that
all user-facing issues that are fixed can be easily shown in the release
notes.
2018-09-10 15:01:29 +03:00
0e5d827f7a
Merge branch '2.2' into develop
2018-09-08 18:58:57 +03:00
a0ea37b2c5
MXS-2011 Fix documentation and comments
...
Fix documentation and comment based upon review comments.
2018-09-04 15:54:21 +03:00
b835befe0f
MXS-2011 Add documentation
2018-09-04 15:54:21 +03:00
15eba3ac75
Add 2.2.14 release notes
2018-09-04 10:54:24 +03:00
d7dd636c9a
Add table filtering to avrorouter
...
The filtering is implemented with PCRE2 regular expressions and as such is
not the most user-friendly interface.
2018-09-04 10:50:31 +03:00
c03467f9f3
Update MariaDBMonitor documentation
...
More explanation on master selection and tips on troubleshooting
failover/switchover.
2018-09-04 10:21:27 +03:00
122c63285f
Updated changelog, release notes and MariaDB-Monitor documentation
2018-09-04 10:21:27 +03:00
a13e95951b
Merge branch '2.2' into develop
2018-08-30 11:37:49 +03:00
e4fdaf0c50
MXS-1735: Clarify SSL documentation
...
Explicitly state that servers only require `ssl_ca_cert` and that
`ssl_cert` and `ssl_key` are optional in certain cases. Updated the
wording of all parameters and removed obsolete or false documentation.
2018-08-29 18:10:51 +03:00
9a6f1b2044
Merge branch '2.2' into develop
2018-08-28 16:06:23 +03:00
13c7072da1
Separate CCRFFilter hints section from the main overview
...
The text changed subjects rather abruptly. Having the hint part of it
gives some context and appears to make the text flow nicer.
2018-08-23 23:52:42 +03:00
befb25a14a
MXS-1929: Add parameters to maxctrl create monitor
...
The parameters for the monitor can now be defined when the monitor is
created. This makes the filter, monitor and service creation consistent.
2018-08-23 15:46:46 +03:00
a6bef0a80d
Add credentials for remove REST API calls
...
The base URL and credentials used for REST API calls can now be defined in
the [maxscale] section. This allows encrypted passwords to be used.
2018-08-23 15:46:46 +03:00
518a4ef3bd
Update release notes
...
Added query classifier cache and moved ssl changes to the correct section.
2018-08-23 15:46:46 +03:00
1692765503
Enable query classifier cache by default
...
Enabling it will give a performance improvement and it offloads work from
the CPU. This leads to better and more complete utilization of system
resources.
2018-08-23 15:46:45 +03:00
f8fb9510c9
Add HTTP GET function
...
The function performs a HTTP GET on a URL and returns the HTTP response.
2018-08-23 15:46:45 +03:00
9799cfdb2b
MXS-1735: Clarify differences between MaxScale and server
...
The server allows both unencrypted and encrypted connections on the same
port. MaxScale only allows either encrypted or unencrypted
connections. The differences as well as the reasoning for this need to be
documented.
2018-08-23 09:32:20 +03:00
706f7ae86d
Add MaxCtrl interactive mode to release notes
...
Mentioned the new behavior in the release notes.
2018-08-22 16:40:36 +03:00
3e0086cd09
Increase max config line length
...
This makes the theoretical upper server limit 16383 servers with each
having a 1023 character name.
2018-08-16 09:21:06 +03:00
0da0306ace
Merge branch '2.2' into develop
2018-08-15 18:08:52 +03:00
32b1711684
MXS-2005: Remove logging to shared memory
...
The feature was rarely used and was only useful in extremely rare
cases. The functionality can still be emulated, if for some reason needed,
by pointing `logdir` to `/dev/shm` or another tmpfs mount.
2018-08-14 14:57:33 +03:00
e075fcefcb
MXS-2004 thread_stack_size is deprecated AND ignored
2018-08-13 13:38:39 +03:00
6db03d4b29
MXS-2004 Drop support for thread_stack_size
...
- Cannot be supported with std::thread.
- Unlikely that the default size (8MB) would ever be too small and
if it is, there is some problem.
- The stack size can be specified using 'ulimit -s' before starting
MaxScale.
2018-08-13 13:38:39 +03:00
8b39373577
MXS-1929: Document readwritesplit runtime changes
...
Added a note about the new behavior in 2.3.
2018-08-13 10:28:01 +03:00
09239a1c7a
MXS-1929: Update REST API documentation for filters
...
Added the DELETE and clarified the POST documentation.
2018-08-13 10:28:01 +03:00
8bbc2c3f33
MXS-1929: Clarify service destruction
...
The prgress of service destruction can be monitored via the `sessions`
endpoint.
2018-08-13 10:28:01 +03:00
f93658e487
MXS-1929: Document REST API additions for services
...
Added documentation about creation and destruction of services as well as
updates to service parameters and relationships. The direct updating of
service relationships for filters is not yet implemented.
2018-08-10 09:53:33 +03:00
66061be58b
Remove duplicate REST API section
...
The listeners section was duplicated. Also fixed a typo.
2018-08-09 18:56:58 +03:00
21cb52d0e7
Merge branch '2.2' into develop
2018-08-08 11:02:20 +03:00
ebbd3b8312
Merge branch '2.2.13' into 2.2
2018-08-08 11:02:06 +03:00
8792a4a3d1
Update release date
2018-08-08 10:58:21 +03:00
bb1efd1b34
Merge branch '2.2' into develop
2018-08-07 22:20:27 +03:00
646efbc6be
MXS-1736 Fix some typos in MaxScale-Information-Schema.md
2018-08-07 15:58:11 +03:00
974bf3c115
MXS-1736 Clarify MaxInfo tutorial
2018-08-07 12:59:11 +03:00
94994268bd
MXS-1736 Wrap lines of MaxScale-Information-Schema.md
...
No other changes.
2018-08-07 11:17:05 +03:00
376cd3aa9e
Enable query_retries by default
...
Enabling it with a value of 1 should remove the vast majority of
connection related problems that appear in MaxScale. This should filter
out most of the errors caused by transient network problems.
2018-08-06 21:19:48 +03:00
6945e82b3f
Merge branch '2.2' into develop
2018-08-06 12:31:58 +03:00
05129540b4
Update change log and release notes
2018-08-06 12:10:12 +03:00
1f5e23c674
MXS-1997: Increase object name length limits
...
Updated the limits to 1023 characters and documented the old value.
2018-08-02 22:12:06 +03:00
6d5210b4cb
MXS-1992 Add qc cache documentation
2018-08-01 11:10:34 +03:00
3de0847806
MXS-1929: Update REST API documentation for filters
...
Added the creation of filter via the POST method.
2018-07-31 09:41:05 +03:00