-
Notifications
You must be signed in to change notification settings - Fork 43
update doc for cartridge release 2.16.2 #5250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Pavel Semyonov <[email protected]> Co-authored-by: Anna Balaeva <[email protected]> Co-authored-by: TarantoolBot <[email protected]> Co-authored-by: Kseniia Antonova <[email protected]>
Resolves #3755 #3756 #3649 Co-authored-by: Andrey Aksenov <[email protected]>
Add the 'Traffic encryption' section and made 'Since version' and 'Dynamic: yes' consistent
Document connection and authentication settings
Resolves #4000 Co-authored-by: Andrey Aksenov <[email protected]>
* Updated and restructured Audit module page * Documented new audit log fields - uuid, severity * Added a new Severity level subsection to Custom events section (with examples) * Added audit_log reference section: - audit_log.extract_key, audit_log.spaces - new options - other options are moved from the box.cfg reference * Fixed typo in the tt search description Fixes #3667 Fixes tarantool/enterprise_doc#258 Fixes tarantool/enterprise_doc#257 Fixes tarantool/enterprise_doc#221 Fixes tarantool/enterprise_doc#248
Resolves #3999 tarantool/enterprise_doc#260 tarantool/enterprise_doc#259 Co-authored-by: Pavel Sergeev <[email protected]> Co-authored-by: Andrey Aksenov <[email protected]>
Added: 605, 606, 609, 613, 616
Resolves #3725, #3929 Co-authored-by: Andrey Aksenov <[email protected]>
- Added `snapshot` and `wal` reference sections - Updated `box.cfg` reference sections related to snapshots or WAL - Updated `WAL extensions` topic in the Enterprise section - Added `Persistence` topic to `Configuration` section - Updated old links - Slightly updated `File formats` page Fixes #4013 Fixes #3668 Fixes #3727 Fixes #3396
Errors were grouped incorrectly. Fixes #4174
Since January 30th, 2025, actions/upload-artifact and actions/download-artifact version 3 is deprecated. This patch bumpes its version to v4. See more in [GitHub announcement](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/).
The box.info.listen is capable of returningan an array of strings if several URIs are configured. Fixes #5092
…`box.error``. (#5112) * Add description of the ``name`` parameter Since 3.1.0 there has been the ``name`` parameter,which returns the name of the error used at creation. * Add description of box.error.is function Function allows check whether the argument is an error. Added as a new page Fixes #4236, #4150
* Updates description of ```box_index.parts``` with new methods * Since version 3.0.0 the ```box_index.parts``` can use methods of ```key_def``` Fixes #3444
* Added ``box.schema.user.enable`` and ``box.schema.user.disable`` methods description to Submodule ``box.schema`` * 2 new files ("user_enable.rst" and user_disable.rst") added to the ``box.schema`` submodule. * Files describe methods that grant and revoke permissions. * References added to existing files ("box_schema.rst", "user_grant.rst", "user_revoke.rst") Fixes #5122
* Adds description of the ```#``` lua operator usage to key_def * Standard lua operator ``#`` (__len metamethod) can be used to check the ``key_def`` length (parts count) Fixes #4275
* Adds description of new ```key_def``` functions comparing data against the ```key_def``` object rules * Since 3.1.0, new functions are added to ```key_def``` module. * ```validate_key(key)``` - validates input key against the rules * ```validate_full_key(key)``` - validates input key's all fields against the rules * ```compare_keys(key_a, key_b)``` - Compares two keys against each other and the rules * ```validate_tuple(tuple)``` - validates the tuple against the rules * Fixes #4111
* Since 3.1.0 4 new ```key_def``` methods are applicable to ```index_object.parts``` * ```validate_key()``` * ```validate_full_key``` * ```validate_tuple()``` * ```compare_keys()``` * Functionally methods are equivalent to their description in ```key_def``` * Fixes #5139 * Fixes syntax
* Adds isolated instance mode description * The ```isolated: true``` option moves the instance to RO mode * In this mode, various debugging & maintanance operations can be performed * Fixes #4632
* Adds hierarchy table description * Since 3.3.0 the ``hierarchy`` table shows names of the group, replicaset, and the instance itself * Table is reported in ``config:info()``; ``config:info('v2')``; ``box.info.config`` * Fixes #4608
* ``lua_call`` option allows granting users privileges to call specified lua function on the instance in runtime * ``lua_call: [all]`` grants access to all global Lua functions except built-in ones * Fixes 4552
* Adds **Revoking grants from a user** paragraph * New paragraph explains how to revoke privileges manipulating config file * Fixes #5152
* Updates calendar details on latest branch * Updates EOL dates for versions 2.10.x Fixes #5167
* Changed syntax of previous hyperlink * Fixes #5184
* Updates default value for replication_sync_timeout * Changes default value in the description from 300 to 0 * Changes replication_sync_timeout Note text Co-authored-by: Kseniia Antonova <[email protected]> Fixes #5183
- Update description in `box.session.su()`, `box.session.user()`, `box.session.uid()`, and `box.session.euid()` - Add `box.session.effective_user()` page Fixes #5062
* Adds timeless approach to release page * Adds description of EOS concept to the release page * Fixes #4065
* Adds description of application role editing process * Fixes #5230
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated documentation for cartridge.