Commit Briefs

d517b60c61 Kirill Yukhin

rpm: actualize changelog (1.10)

Actualize changelog based on GitHub release pages changelogs. Some entries were skipped since they are not relevant to modern packages. Version 1.8.1 changelog was skipped since its changes is related to 2.x branches. Closes #6397 (backported from commit 0e83f33)


25bb7fc5c7 Kirill Yukhin

debian: actualize changelog

Actualize changelog based on GitHub release pages changelogs. Some entries were skipped since they are not relevant to modern packages. Version 1.8.1 changelog was skipped since its changes is related to 2.x branches. Part of #6397 (backported from commit 069ff07)


8da11cba81 Kirill Yukhin

ci: add integration check for expirationd module

This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the expiration module. Part of #5265 Part of #6056 Closes #6528 (cherry picked from commit 1ac382f2505a379cd34516c9744fc330a7dfeeb8)


74bd7531e0 Vladimir Davydov

test: fix flaky wal_off/snapshot_stress test

This commit fixes the following failure: ``` [028] --- wal_off/snapshot_stress.result Fri Jun 5 06:49:36 2020 [028] +++ wal_off/snapshot_stress.reject Fri Oct 16 13:48:23 2020 [028] @@ -375,7 +375,7 @@ [028] ... [028] snaps_find_status; [028] --- [028] -- snaps found [028] +- where are my snapshots? [028] ... [028] snapshot_check_failed = false [028] while #snaps > initial_snap_count do [028] ``` It happens, because the fiber making snapshots is started after worker fibers and it works until all worker fibers are done so it might occur that it doesn't make any snapshots. Fix this by replacing the while-loop with a repeat-loop, thus ensuring that the worker fiber makes at least one snapshot. Closes #5431 (cherry picked from commit e0e6fe106d11855631a2673dbc72a670378669aa)


b69be80bf5 Kirill Yukhin

ci: add integration check for tarantool-php/queue

This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the tarantool-php/queue connector. Part of #5265 Part of #6056 Closes #6595 (cherry picked from commit 5bcb0dcf9bbed06ac0c2a0998a1aa5f505cd814a)


fec985290b Kirill Yukhin

debian: fix checks license

This patch checks out to up-to-date tarantool/checks master branch with checking out to up-to-date tarantool/test-run master branch. Two commits have been added to tarantool/checks. The first one is related to submodule CI: tarantool/checks#27, the second one contains license authors fix: tarantool/checks#28. (cherry-picked from commit f662140)


615719df7d Kirill Yukhin

debian: actualize licenses

Add missing third party licenses to debian/copyright. Update copyright dates for modules. Remove license entries for unused modules. Closes #6391 (backported from commit 5a8fea5)


4b85a016f9 Kirill Yukhin

debian: remove duplicate pattern from copyright

This patch fixes duplicate-globbing-patterns lintian warning. Part of #6390 (cherry picked from commit ff93b7a)


d852bfc925 Kirill Yukhin

ci: add integration check for tarantool-php/client

This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the tarantool-php/client connector. Part of #5265 Part of #6056 Closes #6594 (cherry picked from commit 916ba7fab6cc98ce5e7b277e0a3355b0271fab9d)


3993bd37b7 Kirill Yukhin

ci: add check for tarantool-python connector

This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and tarantool-python connector. Part of #5265 Part of #6056 Closes #6584 (cherry picked from commit 03bdb5fff9db1dd4460110ad38da4d4a21d2fe81)


Branches



























































































Tags

Tree

.appveyor.ymlcommits | blame
.gdbinitcommits | blame
.github/
.gitignorecommits | blame
.gitlab.mkcommits | blame
.gitmodulescommits | blame
.travis.mkcommits | blame
AUTHORScommits | blame
CMakeLists.txtcommits | blame
Dockerfile.staticbuildcommits | blame
Doxyfilecommits | blame
Doxyfile.API.incommits | blame
FreeBSD/
Jenkinsfilecommits | blame
LICENSEcommits | blame
README.FreeBSDcommits | blame
README.MacOSXcommits | blame
README.mdcommits | blame
TODOcommits | blame
apk/
asan/
changelogs/
cmake/
debian/
doc/
extra/
rpm/
rump/
snapcraft.yamlcommits | blame
src/
test/
test-run$commits | blame
third_party/
tools/

README.md

# Tarantool

[![Build Status][travis-badge]][travis-url]
[![Code Coverage][coverage-badge]][coverage-url]
[![Telegram][telegram-badge]][telegram-url]
[![Slack][slack-badge]][slack-url]
[![Gitter][gitter-badge]][gitter-url]
[![Google Groups][groups-badge]][groups-url]

http://tarantool.org

Tarantool is an in-memory database and application server.

Key features of the application server:
 * 100% compatible drop-in replacement for Lua 5.1,
   based on LuaJIT 2.1.
   Simply use #!/usr/bin/tarantool instead of
   #!/usr/bin/lua in your script.
 * full support for Lua modules and a rich set of
   own modules, including cooperative multitasking,
   non-blocking I/O, access to external databases, etc

Key features of the database:
 * MsgPack data format and MsgPack based
   client-server protocol
 * two data engines: 100% in-memory with
   optional persistence and a 2-level disk-based
   B-tree, to use with large data sets
 * multiple index types: HASH, TREE, RTREE, BITSET
 * asynchronous master-master replication
 * authentication and access control
 * the database is just a C extension to the
   app server and can be turned off

Supported platforms are Linux/x86 and FreeBSD/x86, Mac OS X.

Tarantool is ideal for data-enriched components of
scalable Web architecture: queue servers, caches,
stateful Web applications.

To download and install Tarantool as a binary package for your OS, please visit
https://tarantool.org/download.html.

To build Tarantool from source, see detailed instructions in the Tarantool
documentation at https://tarantool.org/doc/dev_guide/building_from_source.html.

Please report bugs at http://github.com/tarantool/tarantool/issues
We also warmly welcome your feedback in the discussion mailing
list, tarantool@googlegroups.com.

Thank you for your interest in Tarantool!

[travis-badge]: https://api.travis-ci.org/tarantool/tarantool.svg?branch=1.10
[travis-url]: https://travis-ci.org/tarantool/tarantool
[coverage-badge]: https://coveralls.io/repos/github/tarantool/tarantool/badge.svg?branch=1.10
[coverage-url]: https://coveralls.io/github/tarantool/tarantool?branch=1.10
[groups-badge]: https://img.shields.io/badge/Google-Groups-orange.svg
[groups-url]: https://groups.google.com/forum/#!forum/tarantool
[telegram-badge]: https://img.shields.io/badge/Telegram-join%20chat-blue.svg
[telegram-url]: http://telegram.me/tarantool
[slack-badge]: https://img.shields.io/badge/Slack-join%20chat-lightgrey.svg
[slack-url]: http://slack.tarantool.org/
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/tarantool/tarantool