]> git.phdru.name Git - sqlconvert.git/shortlog
sqlconvert.git
2024-01-02 Oleg BroytmanBuild(GHActions): Use `checkout@v4` instead of outdated... master
2024-01-02 Oleg BroytmanDocs: Year 2024
2023-12-14 Oleg BroytmanBuild(setup.cfg): Remove `validators.py`
2023-12-14 Oleg BroytmanBuild: Python 3.12
2023-12-14 Oleg BroytmanDocs: Copyright to 2023
2023-12-14 Oleg BroytmanBuild(setup.py): Install `m_lib.full`
2023-12-13 Oleg BroytmanFix(Py3): Use a different test file for Python 3.5+
2023-12-13 Oleg BroytmanFix(Py3): `sqlparse` lost module `compat`
2023-09-17 Oleg BroytmanCI(GHActions): Ensure `pip` only if needed
2023-07-15 Oleg BroytmanCI(GHActions): Install all Python and PyPy versions...
2022-12-15 Oleg BroytmanCI(GHActions): More descriptive step names
2022-12-15 Oleg BroytmanTests(tox): Limit "tox < 4"
2022-12-08 Oleg BroytmanCI(GHActions): Set `$LD_LIBRARY_PATH`
2022-12-08 Oleg BroytmanCI(GHActions): Use `conda` to install older Pythons
2022-10-30 Oleg BroytmanDocs: Year 2022
2022-10-27 Oleg BroytmanTests, CI: Run tests with Python 3.11
2022-10-25 Oleg BroytmanTests(tox): Remove `basepython`
2022-09-21 Oleg BroytmanBuild(devscripts/release): Disable progress bar for...
2022-09-20 Oleg BroytmanCI(GHActions): Use `actions/setup-python@v4`, `actions...
2022-09-19 Oleg BroytmanBuild(setup.py): Python 3.9, 3.10
2022-09-19 Oleg BroytmanChore: Remove overlooked coverage leftovers
2022-09-18 Oleg BroytmanCI(GHActions): Show `tox`/`pytest` version
2022-09-18 Oleg BroytmanCI(GHActions): Python 3.10
2021-09-24 Oleg BroytmanRelease 0.3.0 0.3.0
2021-09-23 Oleg BroytmanCI: The hack with `validators.py` is no longer required
2021-09-23 Oleg BroytmanDocs(news): Stop testing at AppVeyor
2021-09-23 Oleg BroytmanCI(GHActions): Group tasks
2021-09-16 Oleg BroytmanMerge branch 'github-actions'
2021-09-16 Oleg BroytmanCI(GHActions): Run tests on w32
2021-09-16 Oleg BroytmanCI: Stop testing at AppVeyor
2021-09-10 Oleg BroytmanCI(GHActions): Setup PostgreSQL using `ankane/setup...
2021-09-10 Oleg BroytmanTests(tox): Stop collecting coverage
2021-09-10 Oleg BroytmanCI(GHActions): Setup PostgreSQL, run postgres tests
2021-09-10 Oleg BroytmanCI: Stop testing at Travis CI
2021-09-10 Oleg BroytmanCI: Run tests at Github Actions
2021-07-25 Oleg BroytmanTests(tox): Limit `pip` and `setuptools` versions for...
2021-07-25 Oleg BroytmanTests(tox): Limit `VIRTUALENV_PIP` version for Python 3.4
2021-01-21 Oleg BroytmanRefactor: Rename internal `statement` to `_statement`
2021-01-16 Oleg BroytmanFix(process_tokens): Check if parser didn't produce...
2021-01-15 Oleg BroytmanTest(tox): Refactor `tox.ini`: combine environments
2021-01-15 Oleg BroytmanTests,CI: Upgrade `tox`
2021-01-08 Oleg BroytmanTest(tox): Do not restore `validators.py`
2021-01-08 Oleg BroytmanDoc: Fix copyright year
2021-01-08 Oleg BroytmanPython 3.9
2020-05-07 Oleg BroytmanTests(tox): Run generic tests under w32
2020-05-06 Oleg BroytmanCI: pip<21 for Python 2.7
2020-02-28 Oleg BroytmanLimit `setuptools<44` for Python 2.7
2020-02-27 Oleg BroytmanTests(tox): Fix copying `validators.py`
2020-02-27 Oleg BroytmanFix(process_mysql): Fix invalid escape sequence `\*`
2020-02-27 Oleg BroytmanFix: Adapt to newer `sqlparse`
2020-02-27 Oleg BroytmanTests: Run tests with Python 3.8
2020-02-25 Oleg BroytmanCI(Travis): Set default OS to `linux`, dist to `xenial`
2020-02-25 Oleg BroytmanDocs: Install using `pip install`
2019-09-05 Oleg BroytmanCI(AppVeyor): Move `validators.py` -> `devscripts/CI/`
2019-02-25 Oleg BroytmanCI: Remove branch limitations
2019-02-25 Oleg BroytmanDocs,tests: Limit Sphinx and pytest versions for Python...
2019-02-18 Oleg BroytmanStyle(setup): Fix flake8 F821 undefined name `execfile...
2019-02-18 Oleg BroytmanBuild(setup): Use exec[file] to get version from __vers...
2019-02-07 Oleg BroytmanCI(travis): remove deprecated `sudo` keyword
2019-02-07 Oleg BroytmanBuild(setup.py): Use `importlib` instead of deprecated...
2019-02-04 Oleg BroytmanCI: Require pip < 19.1 for Python 2.7 and 3.4
2019-02-02 Oleg BroytmanBuild(release): Skip exiting files at PyPI
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
next