- Oct 16, 2015
-
-
Konstantin Osipov authored
-
- Mar 10, 2015
-
-
bigbes authored
-
- Sep 10, 2014
-
-
bigbes authored
* Move our site from our own Jinja2+Markdown to Pelican * Move all pages from Markdown to RST(-highlightJS,+Pygmentize) * Create plugin for documentation building (HTML for DocBook based and RST for hand-written texts) - Supports HTML for DocBook-generated documentation - Supports RST for HandWrittend Texts - Embedding into Pre-Based Templates - Using BeautifulSoup library for generating proper titles * Adding Header to all site pages (e.g. Documentation) * Modifications of CSS (we need to bring order to our CSS's) * Modifications for DocBook xslt files and generations * Add GitHub Ribbon * Move FAQ to Documentation * Documentation page is static now * rocks.tarantool.org now in header
-
- Dec 14, 2010
-
-
Konstantin Osipov authored
Add test/lib/ for python modules. Create the first module that implements admin connection. Automatically read host and port and pidfile from tarantool configuration file, and thus remove them from suite.ini. Change .gitignore and remove a too broad ignore mask (it ignored __init__.py, which is mandatory file name for a module in python). Fix a bug in config reader for tarantool that would leave "box.pid" in quotes. Move TestSuite and Test to a lib/ module. Patch cmdline.py and ./admin.py to read input in line-buffered fashion (used to be block-buffered), regardless of whether input is a terminal or a pipe. This allows to work with these tools interactively.
-