|
1 | | -## Unreleased |
2 | | - |
3 | | -### Refactor |
4 | | - |
5 | | -- move email from auth to api (#89) |
6 | | -- create assets folder |
7 | | - |
8 | | -### Fix |
9 | | - |
10 | | -- tests |
11 | | -- tests |
12 | | - |
13 | | -## v4.2.0 (2021-11-24) |
14 | | - |
15 | | -## v4.1.3 (2021-10-26) |
16 | | - |
17 | | -### Feat |
18 | | - |
19 | | -- added commitizen to repo |
20 | | - |
21 | | -### Fix |
22 | | - |
23 | | -- clear migrations folder |
24 | | -- add no-action flag |
25 | | -- clear migrations folder |
26 | | -- Improve homepage wording |
27 | | -- Improve homepage wording |
28 | | - |
29 | | -## v4.1.2 (2021-05-19) |
30 | | - |
31 | | -### Fix |
32 | | - |
33 | | -- version |
34 | | -- version |
35 | | -- style |
36 | | -- test syntax |
37 | | -- test for new command |
38 | | -- test for new command |
39 | | -- new command: shopyo.png |
40 | | -- Set logo to shopyo.png |
41 | | -- Set logo to shopyo.png |
42 | | -- auto create config |
43 | | -- adding FLASK_APP is causing importError which causes shopyo initialise to fail. Commented that part for now |
44 | | -- collecstatic args not consistent with collectstatic |
45 | | -- tests |
46 | | -- collecstatic args not consistent with collectstatic |
47 | | -- sqlalchemy issue |
48 | | -- path bug |
49 | | -- path bug |
50 | | -- merge |
51 | | - |
52 | | -### Feat |
53 | | - |
54 | | -- api.templates.yo_render |
55 | | -- api.templates.yo_render |
56 | | -- cli.py is added |
57 | | -that allows users to add their own project command |
58 | | - |
59 | | -### Refactor |
60 | | - |
61 | | -- use click for cli instead of argv parsing |
62 | | -- add the shopyo info message before each command |
63 | | -- rename files and commmands |
64 | | -- delete unused files |
65 | | -- remove commented out code |
66 | | -- new command comaplete. |
67 | | -- update manage.py to match new cli |
68 | | -- new2 cli now added with basic tests |
69 | | -- add createmodule command |
70 | | -- add the new click command for collectstatic to replace the old on |
71 | | -- clean and write the shopyo initialise cmd |
72 | | -- use click for cli insteade of argv parsing |
73 | | - |
74 | | -## v3.9.0 (2021-03-01) |
75 | | - |
76 | | -### Fix |
77 | | - |
78 | | -- new project README |
79 | | -- init docs |
80 | | -- api.init -> init |
81 | | -- errors |
82 | | -- errors |
83 | | -- forgot to commit pytest.ini file |
84 | | -- local workflow - pull_request |
85 | | -- local workflow |
86 | | -- local workflow |
87 | | -- rm files |
88 | | -- tests failing |
89 | | -- stable |
90 | | -- add shopyo as req |
91 | | -- virtual env not needed for new command |
92 | | -- README |
93 | | -- new command |
94 | | -- PR #396 tests failing and code not compiling. |
95 | | -- Added old admin module as appadmin |
96 | | -- all tests passing |
97 | | -- style |
98 | | -- 124 passing |
99 | | -- not redirect for login |
100 | | -- remove testing endpoint checks |
101 | | -- add flask-admin to requirements |
102 | | -- remove requests package |
103 | | -- remove requests package requests package removed from requirements.txt and dev_requirements.txt fixes #383 |
104 | | -- use thread join for testing send_async_email |
105 | | -- unused imports |
106 | | -- unreacheableline |
107 | | -- env now reads from json |
108 | | -- added get_self_static in module help |
109 | | -- docs + black |
110 | | -- flake8 and alerts where possible |
111 | | -- #340 merge caused unable to compile code now fixed |
112 | | -- running test does not clear shopyo.db |
113 | | -- theme path in theme/view.py |
114 | | -- running test does not clear shopyo.db |
115 | | -- lint |
116 | | -- login to auth renaming |
117 | | -- themes to static folder |
118 | | -- remove coverage report command as not needed |
119 | | -- error in the coverage run command |
120 | | -- linting errors |
121 | | -- added panel-control for back theme |
122 | | -- Added front theme in front folder (themes/front/...) |
123 | | -- remove theme info from app.py |
124 | | -- delete category name with hyphen(-) |
125 | | -- add check for anonymous user; correct flash message |
126 | | -- add check for anonymous user; correct flash message |
127 | | -- scrolling for long content |
128 | | -- failing test |
129 | | -- review issues with branch |
130 | | -- style errors |
131 | | -- replace pycodestyle with flake8 |
132 | | -- add the SERVER_NAME in test config to allow url_for to be used |
133 | | -- add the SERVER_NAME in test config to allow url_for to be used without errors |
134 | | -- update tox to fix test warning. add tox to dev_requirements |
135 | | -- update tox to fix test warning. add tox to dev_requirements |
136 | | - |
137 | | -### Refactor |
138 | | - |
139 | | -- use intance folder or .env to hide secrets |
140 | | -- use intance folder or .env to hide secrets |
141 | | -- separate requirements.txt and dev_requirements.txt |
142 | | -- separate requirements.txt and dev_requirements.txt |
143 | | -- update clean cmd arg and add tests |
144 | | -- update clean cmd arg and add tests |
145 | | -- readable tests for category module |
146 | | -- readable tests for category module |
147 | | -- admin test with less code and easier to read |
148 | | -- admin test with less code and easier to read |
149 | | -- change the name of crud db model |
150 | | -- change the name of crud db model |
151 | | -- add the crud helper class for admin models |
152 | | -- add the crud helper class for admin models |
153 | | - |
154 | | -### Feat |
155 | | - |
156 | | -- rm ecommerce |
157 | | -- rm ecommerce |
158 | | -- add email confirmation disable option in configs |
159 | | -- add email confirmation disable option in configs |
160 | | -- add email confirmation |
161 | | -- add email confirmation |
162 | | -- added uploads protocol |
163 | | -- collectstatic command |
164 | | -- announcement module completed |
165 | | -- add CRUD DB methods and other DB utilities |
166 | | -- add CRUD DB model and other DB utilities |
167 | | - |
168 | | -## v3.3.6 (2021-01-09) |
169 | | - |
170 | | -### Fix |
171 | | - |
172 | | -- #221 message not flashing after contact form submit |
173 | | -- please login for access using shopyo notifications |
174 | | -- still delete category bug. closes #234 |
175 | | -- modified requirements.txt path for setup.py |
176 | | -- change import statement layout, update travis |
177 | | -- remove the deprecaited yield fixture call causing warning |
178 | | -- partial alerts |
179 | | -- partial alerts |
180 | | -- merge conflict on 2nd commit of previous branch |
181 | | -- tests |
182 | | -- correct the linting |
183 | | -- dev_requriements.txt was misspelled in .travis.yml |
184 | | -- sphinx build command should be before changing directory |
185 | | -- marshmallow_sqlalchemy broken in python 3.5. Removing python 3.5 check |
186 | | -- dev_requriements.txt was misspelled in .travis.yml |
187 | | -- fixed the python linting errors |
188 | | -- docs |
189 | | -- add global.py in modules and removed dummy folder |
190 | | -- get_symbol_currency not found |
191 | | -- add missing packages in dev-requiremnts.txt |
192 | | -- add missing packages in dev-requiremnts.txt |
193 | | -- screenshot update |
194 | | - |
195 | | -## v3.0.0 (2020-12-22) |
196 | | - |
197 | | -### Fix |
198 | | - |
199 | | -- conflict |
200 | | -- tests |
201 | | -- add first name and lastname |
202 | | -- styles formatting |
203 | | -- category+subcategory+product addition+product image management, TODO: fix delete of category and subcategory |
204 | | -- rogue empty comment removed |
205 | | -- www now points to / | public facing pages can access header and footer of theme | global vars injected in one place only |
206 | | -- startup command |
207 | | -- startapp command |
208 | | -- picture upload optional |
209 | | -- product pictures completed |
210 | | - |
211 | | -## v2.0.0 (2020-11-03) |
212 | | - |
213 | | -### Fix |
214 | | - |
215 | | -- page dashboard |
216 | | -- page dashboard + icon colors |
217 | | - |
218 | | -## v1.2.4 (2020-10-09) |
219 | | - |
220 | | -### Refactor |
221 | | - |
222 | | -- checking module name to follow certain constraints |
223 | | -- checking module name to follow certain constraints |
224 | | - |
225 | | -### Feat |
226 | | - |
227 | | -- added manufacturer details in people module |
228 | | - |
229 | | -## v1.1.7 (2020-10-04) |
230 | | - |
231 | | -### Fix |
232 | | - |
233 | | -- Several of issues found on products module are fixed - enhanced |
234 | | -- Several of issues found on products module are fixed - enhanced |
235 | | -- Several of issues found on products module are fixed |
236 | | -- Several of issues found on products module are fixed |
237 | | -- 138 |
238 | | -- 138 |
239 | | - |
240 | | -## v1.2.0 (2020-03-29) |
241 | | - |
242 | | -## 1.0.0 (2020-03-08) |
0 commit comments