Blame view

CHANGELOG.md 2.68 KB
aba43633   hitier   First documentati...
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
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

Version numbering will follow those principles:
- MAJOR: for big changes, like inner architecture
- MINOR: for new functionnalities, like adding hardware and corresponding servers and clients.
- PATCH: when fixing bugs or adding very small details for previous MINOR functionnality.

`Unreleased` version holds ongoing changes.

Changes are kept under subsections:
- `New` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

Should be noted only functionnal changes,
or major refactoring improvments.

## Unreleased
e38cd4f3   hitier   Record changes be...
26

c693051b   hitier   Record changes fo...
27
## [0.3.0] - 2021-05-20 - Edit Categories and Labels
f8a685cd   hitier   Record changes be...
28
### New
c693051b   hitier   Record changes fo...
29
30
31
Charge, Agent, Project, Categories, Labels edit forms
Categories, Labels, Agent and Project descriptions
New Category and Label data model
f8a685cd   hitier   Record changes be...
32
Projects stats charts
c693051b   hitier   Record changes fo...
33
Export chart to CSV and PNG
e38cd4f3   hitier   Record changes be...
34
Use DataTables for table sorting
292dbb6f   hitier   Record changes be...
35
Bootstrap form display
c693051b   hitier   Record changes fo...
36
37
38
User management commands
Csv reading and feeding (Irap datamodel)
Versionize static assets
889be3e2   hitier   New pending versi...
39

4d87aba1   hitier   Record changes be...
40
### Changed
c693051b   hitier   Record changes fo...
41
42
43
Speed up loading 
Responsive charts  and forms
Animated D3 bars 
4d87aba1   hitier   Record changes be...
44
Sidebar menu enhanced
c693051b   hitier   Record changes fo...
45
More tests and fix some code issues
6a82e64c   hitier   Record changes be...
46
Chart legend on bottom
c693051b   hitier   Record changes fo...
47
Charge unit in ETP base 1 (was base 100 )
4f87faf3   hitier   New pending versi...
48

c25197fc   hitier   Record changes fo...
49
50
51
52
## [0.2.1] - 2021-04-15 - Password Encryption
### New
Password encrypted in database

57125da2   hitier   Release 0.2.0
53
## [0.2.0] - 2021-04-12 - Role Controle, and per site configuration
3d988bc5   hitier   Record changes be...
54
55
56
57
58
59
### Changes
Project charts by service enhanced
Agent chart by project enhanced
Rest routes produce csv, not json


38637852   hitier   Record changes be...
60
61
62
63
64
65
66
## [0.2.pre-6] - 2021-03-29 - Role Controle, and per site configuration
### New
Route access control by User role
Per site configuration
Route error handling
Logging to log file

3bf6504d   hitier   Record changes be...
67
68
69
70
71
72
## [0.2.pre-5] - 2021-03-19 - More Deploy facilities
### Changed
More documentation
Configuration pattern changed


92deb97f   hitier   Record changes be...
73
74
75
76
77
78
79
80
## [0.2.pre-4] - 2021-03-15 - First Graphs
### New
D3js imports
json rest api

### Fixed
Bootstrap layout and menus

27ea234d   hitier   Record changes be...
81
82
83
84
85
## [0.2.pre-3] - 2021-03-10 - Agents and Projects
### New
Add views for Agents, Projects, Services
Add pdc_db cli commands (db update)

13421d42   hitier   Record changes be...
86
87
88
89
90
91
## [0.2.pre-2] - 2021-03-08 - Login capabilities
### New
click dependency
flask-login dependency
flask-migrate dependency
flask-sqlalchemy dependency
27ea234d   hitier   Record changes be...
92
User model
13421d42   hitier   Record changes be...
93

c5cf20d7   hitier   Record changes be...
94
95
96
## [0.2.pre-1] - 2021-03-02 - Html templates
### New
Templates
13421d42   hitier   Record changes be...
97
Bootstrap dependency
c5cf20d7   hitier   Record changes be...
98
99

## [0.1.0] - 2021-02-28 - Application skeleton
9d688b87   hitier   Record changes be...
100
101
102
103
104
105
### New
Basic flask src tree
Documentation skeleton
Wsgi wrapper
Apache conf file
Ready to deploy