-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6f2313
commit 061b280
Showing
3 changed files
with
2 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,242 +0,0 @@ | ||
## Unreleased | ||
|
||
### Refactor | ||
|
||
- move email from auth to api (#89) | ||
- create assets folder | ||
|
||
### Fix | ||
|
||
- tests | ||
- tests | ||
|
||
## v4.2.0 (2021-11-24) | ||
|
||
## v4.1.3 (2021-10-26) | ||
|
||
### Feat | ||
|
||
- added commitizen to repo | ||
|
||
### Fix | ||
|
||
- clear migrations folder | ||
- add no-action flag | ||
- clear migrations folder | ||
- Improve homepage wording | ||
- Improve homepage wording | ||
|
||
## v4.1.2 (2021-05-19) | ||
|
||
### Fix | ||
|
||
- version | ||
- version | ||
- style | ||
- test syntax | ||
- test for new command | ||
- test for new command | ||
- new command: shopyo.png | ||
- Set logo to shopyo.png | ||
- Set logo to shopyo.png | ||
- auto create config | ||
- adding FLASK_APP is causing importError which causes shopyo initialise to fail. Commented that part for now | ||
- collecstatic args not consistent with collectstatic | ||
- tests | ||
- collecstatic args not consistent with collectstatic | ||
- sqlalchemy issue | ||
- path bug | ||
- path bug | ||
- merge | ||
|
||
### Feat | ||
|
||
- api.templates.yo_render | ||
- api.templates.yo_render | ||
- cli.py is added | ||
that allows users to add their own project command | ||
|
||
### Refactor | ||
|
||
- use click for cli instead of argv parsing | ||
- add the shopyo info message before each command | ||
- rename files and commmands | ||
- delete unused files | ||
- remove commented out code | ||
- new command comaplete. | ||
- update manage.py to match new cli | ||
- new2 cli now added with basic tests | ||
- add createmodule command | ||
- add the new click command for collectstatic to replace the old on | ||
- clean and write the shopyo initialise cmd | ||
- use click for cli insteade of argv parsing | ||
|
||
## v3.9.0 (2021-03-01) | ||
|
||
### Fix | ||
|
||
- new project README | ||
- init docs | ||
- api.init -> init | ||
- errors | ||
- errors | ||
- forgot to commit pytest.ini file | ||
- local workflow - pull_request | ||
- local workflow | ||
- local workflow | ||
- rm files | ||
- tests failing | ||
- stable | ||
- add shopyo as req | ||
- virtual env not needed for new command | ||
- README | ||
- new command | ||
- PR #396 tests failing and code not compiling. | ||
- Added old admin module as appadmin | ||
- all tests passing | ||
- style | ||
- 124 passing | ||
- not redirect for login | ||
- remove testing endpoint checks | ||
- add flask-admin to requirements | ||
- remove requests package | ||
- remove requests package requests package removed from requirements.txt and dev_requirements.txt fixes #383 | ||
- use thread join for testing send_async_email | ||
- unused imports | ||
- unreacheableline | ||
- env now reads from json | ||
- added get_self_static in module help | ||
- docs + black | ||
- flake8 and alerts where possible | ||
- #340 merge caused unable to compile code now fixed | ||
- running test does not clear shopyo.db | ||
- theme path in theme/view.py | ||
- running test does not clear shopyo.db | ||
- lint | ||
- login to auth renaming | ||
- themes to static folder | ||
- remove coverage report command as not needed | ||
- error in the coverage run command | ||
- linting errors | ||
- added panel-control for back theme | ||
- Added front theme in front folder (themes/front/...) | ||
- remove theme info from app.py | ||
- delete category name with hyphen(-) | ||
- add check for anonymous user; correct flash message | ||
- add check for anonymous user; correct flash message | ||
- scrolling for long content | ||
- failing test | ||
- review issues with branch | ||
- style errors | ||
- replace pycodestyle with flake8 | ||
- add the SERVER_NAME in test config to allow url_for to be used | ||
- add the SERVER_NAME in test config to allow url_for to be used without errors | ||
- update tox to fix test warning. add tox to dev_requirements | ||
- update tox to fix test warning. add tox to dev_requirements | ||
|
||
### Refactor | ||
|
||
- use intance folder or .env to hide secrets | ||
- use intance folder or .env to hide secrets | ||
- separate requirements.txt and dev_requirements.txt | ||
- separate requirements.txt and dev_requirements.txt | ||
- update clean cmd arg and add tests | ||
- update clean cmd arg and add tests | ||
- readable tests for category module | ||
- readable tests for category module | ||
- admin test with less code and easier to read | ||
- admin test with less code and easier to read | ||
- change the name of crud db model | ||
- change the name of crud db model | ||
- add the crud helper class for admin models | ||
- add the crud helper class for admin models | ||
|
||
### Feat | ||
|
||
- rm ecommerce | ||
- rm ecommerce | ||
- add email confirmation disable option in configs | ||
- add email confirmation disable option in configs | ||
- add email confirmation | ||
- add email confirmation | ||
- added uploads protocol | ||
- collectstatic command | ||
- announcement module completed | ||
- add CRUD DB methods and other DB utilities | ||
- add CRUD DB model and other DB utilities | ||
|
||
## v3.3.6 (2021-01-09) | ||
|
||
### Fix | ||
|
||
- #221 message not flashing after contact form submit | ||
- please login for access using shopyo notifications | ||
- still delete category bug. closes #234 | ||
- modified requirements.txt path for setup.py | ||
- change import statement layout, update travis | ||
- remove the deprecaited yield fixture call causing warning | ||
- partial alerts | ||
- partial alerts | ||
- merge conflict on 2nd commit of previous branch | ||
- tests | ||
- correct the linting | ||
- dev_requriements.txt was misspelled in .travis.yml | ||
- sphinx build command should be before changing directory | ||
- marshmallow_sqlalchemy broken in python 3.5. Removing python 3.5 check | ||
- dev_requriements.txt was misspelled in .travis.yml | ||
- fixed the python linting errors | ||
- docs | ||
- add global.py in modules and removed dummy folder | ||
- get_symbol_currency not found | ||
- add missing packages in dev-requiremnts.txt | ||
- add missing packages in dev-requiremnts.txt | ||
- screenshot update | ||
|
||
## v3.0.0 (2020-12-22) | ||
|
||
### Fix | ||
|
||
- conflict | ||
- tests | ||
- add first name and lastname | ||
- styles formatting | ||
- category+subcategory+product addition+product image management, TODO: fix delete of category and subcategory | ||
- rogue empty comment removed | ||
- www now points to / | public facing pages can access header and footer of theme | global vars injected in one place only | ||
- startup command | ||
- startapp command | ||
- picture upload optional | ||
- product pictures completed | ||
|
||
## v2.0.0 (2020-11-03) | ||
|
||
### Fix | ||
|
||
- page dashboard | ||
- page dashboard + icon colors | ||
|
||
## v1.2.4 (2020-10-09) | ||
|
||
### Refactor | ||
|
||
- checking module name to follow certain constraints | ||
- checking module name to follow certain constraints | ||
|
||
### Feat | ||
|
||
- added manufacturer details in people module | ||
|
||
## v1.1.7 (2020-10-04) | ||
|
||
### Fix | ||
|
||
- Several of issues found on products module are fixed - enhanced | ||
- Several of issues found on products module are fixed - enhanced | ||
- Several of issues found on products module are fixed | ||
- Several of issues found on products module are fixed | ||
- 138 | ||
- 138 | ||
|
||
## v1.2.0 (2020-03-29) | ||
|
||
## 1.0.0 (2020-03-08) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
version_info = (1, 2, 2) | ||
version_info = (1, 3, 3) | ||
__version__ = ".".join([str(v) for v in version_info]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters