3409cd1178
Fix package names in build instructions
...
Fixed the gnutls and gcrypt package names.
2017-05-31 08:27:43 +03:00
f9c1c799cf
Update Building-MaxScale-from-Source-Code.md
...
Fix CentOS dependencies.
2017-05-29 21:50:29 +03:00
429eeba1a7
Update Building-MaxScale-from-Source-Code.md
...
Moved distribution specific commands to a new quickstart section, added a
copy-and-paste section for the generic commands. This should make it easier
to do a generic installation of MaxScale on a supported system.
2017-05-29 21:50:29 +03:00
92b6caa334
Merge branch '2.1' into develop
2017-05-26 15:25:04 +03:00
dfb6fc02c7
Update dbfwfilter documentation
...
Added examples to each rule.
2017-05-25 09:39:46 +03:00
c98f8369f2
MXS-1220: Remove redundant parameter documentation
...
As all requests support the only parameter `pretty`, there's no point in
documenting it separately for each resource.
2017-05-24 16:21:34 +03:00
43386333b3
MXS-1220: Add monitor POST documentation
...
The POST documentation for creation monitors was missing.
2017-05-24 16:21:34 +03:00
0e5bbbd625
Update Configuration-Guide.md
...
Renamed `passwd` to `password`. Added an anchor for the old `passwd` name.
2017-05-24 16:21:26 +03:00
830e47bc8b
MXS-1220: Update service resource documentation
...
Updated service resource documentation. Fixed a few minor typos also in
the server resource documentation.
2017-05-24 15:05:11 +03:00
9ccb54c107
MXS-1220: Update links in REST API documentation
...
Added missing v1 prefixes to links.
2017-05-24 15:05:11 +03:00
c54710cfaa
MXS-1220: Update users resource documentation
...
Updated the users resource documentation.
2017-05-24 15:05:11 +03:00
3fd82ebae6
MXS-1220: Add alter maxscale
MaxAdmin command
...
A set of the core MaxScale parameters can now be altered at runtime. This
set consists of the authentication timeouts and the admin interface
authentication. Other parameters either can't be modified due to internal
limitations or aren't sensible to modify at runtime.
2017-05-24 15:05:11 +03:00
7fc2d25cf2
MXS-1220: Allow new REST API users to be created
...
The REST API now uses the same users as MaxAdmin network interface. This
allows them to be created with MaxAdmin.
The next step is to add user creation to the REST API.
2017-05-24 15:05:10 +03:00
75e7ac35ed
MXS-1220: Always build libmicrohttpd
...
This allows MaxScale to use the PATCH functionality that's only in the
newer versions of the library. It also removes some of the problems that
exist with older systems that don't support all of the options.
2017-05-24 15:05:10 +03:00
3401608329
Update release notes
2017-05-19 10:07:10 +03:00
ed97b4b22c
Update documentation
2017-05-18 15:58:23 +03:00
8a2112cce6
Remove trailing whitespace from documentation
...
Removed trailing whitespace from all documents.
2017-05-17 13:52:04 +03:00
322983a5f4
Merge branch '2.1' into develop
2017-05-17 13:48:52 +03:00
3b8bda289e
Update Resources-Session.md
...
Removed unimplemented features and updated response content.
2017-05-17 10:14:57 +03:00
f1c790db52
MXS-1220: Add logging priorities to logs resoure
...
The logging priorities can now be queried and altered.
2017-05-17 10:14:57 +03:00
05cb49d48a
MXS-1220: Add error messages to bad request
...
Requests now contain a JSON API-conforming, human-readable error message.
2017-05-17 10:14:57 +03:00
ac29abd679
MXS-1220: Add support for X-HTTP-Method-Override
...
This header allows clients to override the request method to work around
client library limitations.
2017-05-17 10:14:57 +03:00
e01e4ee661
Update Resources-MaxScale.md
...
Updated the responses and added missing resources.
2017-05-17 10:14:56 +03:00
112977e011
Update Monitor-Common.md
...
Minor changes to wording.
2017-05-17 10:14:56 +03:00
3b9f7a74b6
Update Resources-Monitor.md
...
Updated monitor resource documentation with new response output.
Added links to standard monitor parameters that can be modified.
2017-05-17 10:14:56 +03:00
46b07861fe
Update Monitor-Common.md
...
Added missing `user` and `password` documentation.
2017-05-17 10:14:56 +03:00
e7a6aec010
Update Resources-Filter.md
...
Updated filter resource documentation with up-to-date request output.
2017-05-17 10:14:56 +03:00
a7b919e8e7
Update Avrorouter-Tutorial.md
...
Fixed field names.
2017-05-15 08:42:29 +03:00
7ee96c411b
Update RabbitMQ-And-Tee-Archiving.md
...
Fixed extra whitespace.
2017-05-15 08:42:29 +03:00
047ac55a40
minor docs fixes
2017-05-15 08:42:29 +03:00
b85b4010f2
docs typos fixing
2017-05-15 08:42:29 +03:00
b317f66335
MXS-1220: Update server resource documentation
...
Updated documentation with latest resource layouts. Expanded explanations
on how to modify the servers. Use the correct resource endpoints.
2017-05-14 10:07:09 +03:00
ca7b24f6fa
MXS-1220: Allow admin interface to be disabled
...
Allowing the admin interface to be disabled completely makes it possible
to remove any security concerns that could arise from its use.
2017-05-14 10:06:02 +03:00
c2879cc52f
Update release notes and limitations regarding the KILL-command support
2017-05-11 10:07:28 +03:00
9c12e78cce
Remove trailing whitespace in tpmfilter documentation
...
The document had some leftover whitespace.
2017-05-09 20:51:35 +03:00
0ddc876567
Updated the documentation for TPM filter.
2017-05-09 16:33:41 +03:00
598fc485ee
Update release notes
2017-05-08 15:47:56 +03:00
bcbff5da1b
MXS-1220: Add POST and DELETE documentation for servers
...
Added POST and DELETE documentation on the servers resource. Also cleaned
up formatting.
2017-05-04 09:17:54 +03:00
c1a1f18d1a
MXS-1220: Update server resource documentation
...
Updated server resource documentation with new output and updated
instructions on how to modify servers via the REST API.
2017-05-04 09:17:53 +03:00
bf44cd0d14
MXS-1220: Add HTTPS support
...
The REST API now supports encryption. The user needs to configure
certificates for the REST API before encryption is used.
2017-05-04 09:17:51 +03:00
4ed4773d91
MXS-1220: Allow binding to a specific address
...
The admin interface can now bind to a specific network interface.
2017-05-04 09:17:50 +03:00
695a4032ca
Use common constants for monitor and server parameters
...
The parameter names for monitors and servers now use a set of constant
names. This removes some of the errors caused by spelling mistakes when
the same parameter name is repeated in multiple places.
The service, filter and listener parameters should also be converted to
constants. This allows for a consistent user experience.
2017-05-04 09:14:04 +03:00
52e0cc8e16
MXS-1220: Add HTTP BA authentication
...
The admin interface now supports Basic Access authentication. This is not
a secure method of authentication and it should not be used without
unencrypted connections.
Made the admin interface port, authentication, username and password
configurable.
2017-05-04 09:12:15 +03:00
47c1e9d533
MXS-1220: Deprecate whitespace in object names
...
All whitespace in object names is now converted to a compacted format with
whitespace replaced with hyphens. If a conversion takes place, a warning
is logged.
Converted some of the tests into C++ as they directly include .cc files.
2017-05-04 09:12:15 +03:00
b971ad2cf5
Update masking documentation
2017-05-02 13:54:04 +03:00
46da2d3ad2
Add entry on proxy protocol to release notes
2017-05-02 10:07:30 +03:00
c90c870727
Add proxy protocol setting documentation
2017-04-28 15:28:51 +03:00
fc855bac9a
Update Avrorouter.md
...
Add note about Avro C library and -fPIC.
2017-04-28 11:52:17 +03:00
96cc21c86c
Fix SQLite RPM package name
...
The name is sqlite, not sqlite3.
2017-04-28 11:52:17 +03:00
deb11ae6eb
Merge branch '2.1' into develop
2017-04-27 09:11:02 +03:00