Skip to content
Snippets Groups Projects
  1. Oct 16, 2015
  2. Mar 10, 2015
  3. Sep 10, 2014
    • bigbes's avatar
      Move site to new engine · 1e42ae7a
      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
      1e42ae7a
  4. Dec 14, 2010
    • Konstantin Osipov's avatar
      Test-runner: next increment. · 53cb9701
      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.
      53cb9701
Loading