Blame view

CHANGELOG.md 3.54 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

f8a685cd   hitier   Record changes be...
27
28
29
30
## [0.3.pre-13] - 2021-05-19 - Projects stats
### New
Projects stats charts

ba078931   hitier   Record changes be...
31
32
33
34
35
## [0.3.pre-12] - 2021-05-19 - Enhance Front end
### Changed
Speed up loading 
Chart responsive

e38cd4f3   hitier   Record changes be...
36
37
38
39
40
## [0.3.pre-11] - 2021-05-17 - SVG to CSV
### New
Export chart to csv
Categories and Labels pages

9b10a9dc   hitier   Record changes be...
41
42
## [0.3.pre-10] - 2021-05-17 - Animated Bars
### New
e38cd4f3   hitier   Record changes be...
43
Use DataTables for table sorting
9b10a9dc   hitier   Record changes be...
44
45
46
47
### Changed
D3 bars now animated
Left menu now synced with page

292dbb6f   hitier   Record changes be...
48
49
50
51
## [0.3.pre-9] - 2021-05-14 - Edit Forms
### New
Charge, Agent, Project Edit
Bootstrap form display
889be3e2   hitier   New pending versi...
52
### Changed
292dbb6f   hitier   Record changes be...
53
54
Agent and Project descriptions
Category/Label data model
889be3e2   hitier   New pending versi...
55
56
57


## Unreleased
4d87aba1   hitier   Record changes be...
58
59
60
61
62
63
## [0.3.pre-8] - 2021-05-06 - Front Fixes
### Changed
Sidebar menu enhanced
New export button

## Unreleased
7c7dae6d   hitier   Record changes be...
64
65
66
## [0.3.pre-7] - 2021-05-03 - Better Tests Coverage
### Changed
Add tests and fix some code issues
c5cf20d7   hitier   Record changes be...
67

fcef2d7b   hitier   Record changes be...
68
69
70
71
## [0.3.pre-6] - 2021-04-30 - Nicer Display
### Changed
Layout responsive on tables and menus

92adc966   hitier   Record changes be...
72
73
74
75
76
## [0.3.pre-5] - 2021-04-30 - Import Irap CSV
### New
Db models
Csv reading and feeding

b54c4edc   hitier   Record changes be...
77
78
79
80
## [0.3.pre-4] - 2021-04-26 - Export chart 
### New
Export chart as png

6a82e64c   hitier   Record changes be...
81
82
83
84
85
86
87
## [0.3.pre-3] - 2021-04-20 - Nicer display
### New
Left menu shows active page

### Changed
Chart legend on bottom

2ae54c01   hitier   Record changes be...
88
89
90
91
## [0.3.pre-2] - 2021-04-21 - Display ETP 
### Changed
Chart now displays charge in ETP base 1 (was base 100 )

f8f2c15b   hitier   Record changes be...
92
## [0.3.pre-1] - 2021-04-16 - Irap db integration
4f87faf3   hitier   New pending versi...
93
### New
f8f2c15b   hitier   Record changes be...
94
95
96
97
98
99
Irap db feed from csv file
Versionize static assets
User management commands

### Changed
Tiny chart enhancements
4f87faf3   hitier   New pending versi...
100

c25197fc   hitier   Record changes fo...
101
102
103
104
## [0.2.1] - 2021-04-15 - Password Encryption
### New
Password encrypted in database

57125da2   hitier   Release 0.2.0
105
## [0.2.0] - 2021-04-12 - Role Controle, and per site configuration
3d988bc5   hitier   Record changes be...
106
107
108
109
110
111
### Changes
Project charts by service enhanced
Agent chart by project enhanced
Rest routes produce csv, not json


38637852   hitier   Record changes be...
112
113
114
115
116
117
118
## [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...
119
120
121
122
123
124
## [0.2.pre-5] - 2021-03-19 - More Deploy facilities
### Changed
More documentation
Configuration pattern changed


92deb97f   hitier   Record changes be...
125
126
127
128
129
130
131
132
## [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...
133
134
135
136
137
## [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...
138
139
140
141
142
143
## [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...
144
User model
13421d42   hitier   Record changes be...
145

c5cf20d7   hitier   Record changes be...
146
147
148
## [0.2.pre-1] - 2021-03-02 - Html templates
### New
Templates
13421d42   hitier   Record changes be...
149
Bootstrap dependency
c5cf20d7   hitier   Record changes be...
150
151

## [0.1.0] - 2021-02-28 - Application skeleton
9d688b87   hitier   Record changes be...
152
153
154
155
156
157
### New
Basic flask src tree
Documentation skeleton
Wsgi wrapper
Apache conf file
Ready to deploy