-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
32 lines (31 loc) · 1.11 KB
/
ChangeLog
File metadata and controls
32 lines (31 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CHANGES
=======
* added tests for views
* move logic of creating queries to query\_generator
* fix linting issues
* Fix few minor issues found while testing
* Implemneted rest api for category and sub\_category
* Fix querying for nested resources
* Refactoring: move most of the logic in to base classes
* add docker ignore file
* Implemented hiera resource (for d3 hierarchial tree)
* Added cli to import the data from csv to DB
* Added gabbit for functional tests
* Fix few issues (found while testing in frontend)
* added description to models and serializers
* fix pep8
* cleaning up location and department controllers
* added departments model and rest api
* Implemented put, post and delete actions
* Added serializers for location api
* Create dockerfile for the application
* Add basic rest api for location resource
* Added location model and alembic
* test travis build
* added pytest and coverage
* update setup.py with pbr and README
* Added basic runserver and simple api endpoint
* basic paste + runserver
* Added tox and oslo config for retailstore
* Create initial directory setup with falcon framework
* Initial commit