Skip to content

Commit

Permalink
chore a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Dec 9, 2019
1 parent e51345f commit 2e95bc9
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ force_grid_wrap=0
combine_as_imports=True
use_parentheses=True
line_length=88
known_third_party = click,click_plugins,dodoo_run,pkg_resources,prometheus_client,psycopg2,pygit2,pytest,setuptools,starlette,strawberry,uvicorn,werkzeug
known_third_party = click,click_plugins,dodoo_run,pkg_resources,prometheus_client,psycopg2,pygit2,pytest,starlette,strawberry,uvicorn,werkzeug
File renamed without changes.
51 changes: 0 additions & 51 deletions .travis.yml

This file was deleted.

20 changes: 18 additions & 2 deletions CHANGES.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changes
# Changelog
All notable changes to this project will be documented in this file.

## 2.0.0 (2019-01-22)
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

**A major structural refactoring to target 2.0.0 is under way.**

## [Unreleased]
- major project restructuring towards modulatiry, modern tooling & a
redifnition of what dodoo shall be.
- moving click-odoo heritage to dodoo shell and otherwise conceive dodoo
as a foundation for suck-less server middleware of all kinds
- once finished refactoring, synchronized versions of all stock packages will
be released as version 2.0.0

## 2.0.0rc8 (2019-01-22)

- refactor to click native facilities, where possible
- replace `@env_options()` named parameters with `context_settings` on
Expand Down Expand Up @@ -76,3 +90,5 @@
alias for `import odoo` (\>9) or `import openerp as odoo` (\<=9)
- add a `with_rollback` option to the `env_options` decorator, to
control the presence of the rollback optio

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/2.0.0.pre8...HEAD
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ dodoo --help
- If you want to discuss with a person, join https://matrix.to/#/#dodoo:matrix.org.
- Be _somewhat_ familiar with:
- [`odoo`](https://github.com/odoo/odoo)
- [`tox`](https://tox.readthedocs.io/en/latest/)
- [`poetry`](https://poetry.eustace.io)
- [`pre-commit`](https://pre-commit.com/)
- Report issues at [DockeryOdoo](https://github.com/xoe-labs/dockery-odoo/issues>)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

50 changes: 0 additions & 50 deletions setup.py

This file was deleted.

44 changes: 0 additions & 44 deletions tox.ini

This file was deleted.

0 comments on commit 2e95bc9

Please sign in to comment.