]> git.phdru.name Git - sqlconvert.git/shortlog
sqlconvert.git
2019-02-01 Oleg BroytmanVersion 0.2.3 0.2.3
2019-01-31 Oleg BroytmanCI(AppVeyor): Work around a strange problem with Py3.7
2019-01-31 Oleg BroytmanTests: Require tox < 3.1 to avoid basepython conflicts
2019-01-31 Oleg BroytmanTests: Require pytest < 5.0 for Python 2.7
2019-01-31 Oleg BroytmanStyle: Ignore flake8 W605 invalid \* escape
2019-01-31 Oleg BroytmanPython 3.7
2018-08-21 Oleg BroytmanBuild(release): Stop releasing eggs
2018-06-30 Oleg BroytmanBuild, Tests(tox): Python 3.7
2018-06-06 Oleg BroytmanTests: Install psycopg2 from psycopg2-binary package
2018-05-25 Oleg BroytmanUpgrade: http://phdru.name -> https://phdru.name
2018-04-22 Oleg BroytmanTests: Update tox.ini
2018-04-16 Oleg BroytmanBuild, docs: pypi.python.org => pypi.org
2018-04-08 Oleg BroytmanStyle(setup.py): Reindent parameters
2018-04-01 Oleg BroytmanTests(tox.ini): Add forgotten `[testenv:py36-sqlite...
2018-04-01 Oleg BroytmanCI(appveyor.yml): Upgrade `pip` using `python -m pip`
2018-04-01 Oleg BroytmanBuild(.gitignore): Ignore `.pytest_cache`
2018-03-31 Oleg BroytmanBuild(setup.py): Reorder `install_requires`
2018-03-31 Oleg BroytmanBuild(release): Do not GPG-sign release files
2018-03-30 Oleg BroytmanBuild(setup.py): Add long_description_content_type
2018-03-29 Oleg BroytmanBuild(setup.py): Add `project_urls`
2018-03-28 Oleg BroytmanBuild(setup.py): Use setuptools instead of distutils
2018-03-28 Oleg BroytmanDocs: 2018 year
2018-03-26 Oleg BroytmanTests(tox.ini): Shorten default list of environments
2018-03-26 Oleg BroytmanTests(tox.ini): Don't whitelist flake8
2018-02-04 Oleg BroytmanBuild: Use module returned by imp.load_source() directly
2017-12-27 Oleg BroytmanDocs: Add a link to PyPI
2017-12-17 Oleg BroytmanTests(tox.ini): Set platform
2017-12-17 Oleg BroytmanTest(tox.ini): Remove sitepackages
2017-12-16 Oleg BroytmanCI: Run tests at AppVeyor with Python 2.7 32bit and...
2017-12-15 Oleg BroytmanTests: rm.py -f
2017-12-15 Oleg BroytmanBuild: Require tox >= 2.0 (for passenv)
2017-12-15 Oleg BroytmanDocs: Remove -O2 from installation instructions
2017-12-13 Oleg BroytmanDocs: Install from PyPI
2017-12-11 Oleg BroytmanCI: Rename TOX_ENV -> TOXENV; execute tox (no need...
2017-12-11 Oleg BroytmanBuild(setup.py): Use python_version marker and python_r...
2017-11-04 Oleg BroytmanFeat(demo): Add CREATE TABLE
2017-11-03 Oleg BroytmanRefactor(process_mysql): Get DML type
2017-11-03 Oleg BroytmanRefactor(process_mysql): Rename quoting_style -> dbname
2017-10-26 Oleg BroytmanFeat(process_mysql): Get DML type instead of just testi...
2017-10-26 Oleg BroytmanTests(tox): Install ppu
2017-10-24 Oleg BroytmanFix misspelling in a comment
2017-10-24 Oleg BroytmanDocs: Update TODO
2017-10-06 Oleg BroytmanTests(CI): Explicitly list python versions at Travis CI
2017-09-02 Oleg BroytmanFix(setup): Remove unused package_data
2017-08-20 Oleg BroytmanTests(CI): Add "db: postgresql" in appveyor.yml for...
2017-08-20 Oleg BroytmanTests(CI): Reorder env vars in appveyor.yml
2017-08-19 Oleg BroytmanFix(setup): Fix keywords and platforms
2017-08-05 Oleg BroytmanFeat(devscripts): Remove `twine register` from release...
2017-06-17 Oleg BroytmanFix(setup): Fix requirements
2017-06-17 Oleg BroytmanUse ppu to cleanup pip cache
2017-06-10 Oleg BroytmanVersion 0.2.2: CI 0.2.2
2017-06-10 Oleg BroytmanFix homepage URL in setup.py
2017-06-10 Oleg BroytmanTests: Use tox instead of tests/Makefile
2017-06-10 Oleg BroytmanFeat(CI): Run tests with PostgreSQL
2017-06-10 Oleg BroytmanFeat(CI): Run tests with sqlite and flake8
2017-05-12 Oleg BroytmanTODO: Create installers
2017-05-12 Oleg BroytmanTODO: even more MySQL-specific fixes
2017-05-10 Oleg BroytmanTODO: more MySQL-specific fixes
2017-05-10 Oleg BroytmanUpdate TODO: Remove MySQL-specific SQL
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanMove hard requirements from tox.ini to requirements.txt
2017-05-07 Oleg BroytmanMove requirements.txt to devscripts/
2017-04-30 Oleg BroytmanVersion 0.2.1: Convert README to reST 0.2.1
2017-04-30 Oleg BroytmanPublished at PyPI
2017-04-30 Oleg BroytmanFix doc title
2017-04-30 Oleg BroytmanVersion 0.2.0 0.2.0
2017-04-30 Oleg BroytmanAdd release script
2017-04-30 Oleg BroytmanRemove SQLite DB before tests; just in case
2017-04-30 Oleg BroytmanUse Portable Python Utilities
2017-04-30 Oleg BroytmanFix comment in appveyor.yml
2017-04-29 Oleg BroytmanTODO: Test at Travis and AppVeyor with Postgres
2017-04-29 Oleg BroytmanTest at AppVeyor
2017-04-29 Oleg BroytmanTest at Travis
2017-04-29 Oleg BroytmanPython 3.5, 3.6
2017-04-29 Oleg BroytmanRemove publish-docs
2017-04-29 Oleg BroytmanMove get-commit-message.vim and mk-git-aliases to devsc...
2017-04-28 Oleg BroytmanAdd home/repo/tracker URLs
2017-04-28 Oleg BroytmanUse htdocs.path instead of absolute path
2017-04-28 Oleg BroytmanGitHub: done
2017-04-28 Oleg BroytmanMove README.html to gitweb/
2017-04-27 Oleg BroytmanTODO: GitHub, Travis, AppVeyor, PyPI
2017-04-26 Oleg BroytmanVersion 0.1.2: Fix dependencies 0.1.2
2017-04-26 Oleg BroytmanVersion 0.1.1: Install m_lib.defenc and m_lib from... 0.1.1
2017-04-26 Oleg BroytmanUpdate get-commit-message.vim: remove asterisk
2017-04-26 Oleg BroytmanUpdate installation instruction for virtual envs
2017-04-26 Oleg BroytmanUpdate installation instruction: fix trusted host
2017-04-26 Oleg BroytmanInstall m_lib.defenc and m_lib from PyPI
2017-04-17 Oleg BroytmanRemove update script
2017-04-16 Oleg BroytmanAdd installation instructions
2017-04-15 Oleg BroytmanFix docstring format
2017-04-15 Oleg BroytmanFix sdist and git alias
2017-04-15 Oleg BroytmanMove ChangeLog to docs/news.rst and convert to reST
2017-04-15 Oleg Broytman[setup.cfg] Remove outdated ez_setup.py
2017-04-14 Oleg Broytman[mysql2sql] Show the name of the file being converted
2017-03-19 Oleg BroytmanTODO: Publish at GitHub and PyPI, test at Travis
2017-03-19 Oleg BroytmanConvert extended INSERTs to plain INSERTs: done!
2017-03-19 Oleg BroytmanInclude demo.sql, test.out and tox.ini into sdist
2017-03-19 Oleg BroytmanVersion 0.1.0: Split extended INSERTs (mysql2sql) 0.1.0
2017-03-19 Oleg BroytmanTest mysql2sql with tox
2017-03-19 Oleg BroytmanRebuild docs in a venv using system Sphinx
next