Blame view

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

51e2f606   hitier   Record changes be...
27
28
29
30
## [0.3.pre-14] - 2021-05-20 - Labels and Categories Forms
### New
Labels and Categories Forms

f8a685cd   hitier   Record changes be...
31
32
33
34
## [0.3.pre-13] - 2021-05-19 - Projects stats
### New
Projects stats charts

ba078931   hitier   Record changes be...
35
36
37
38
39
## [0.3.pre-12] - 2021-05-19 - Enhance Front end
### Changed
Speed up loading 
Chart responsive

e38cd4f3   hitier   Record changes be...
40
41
42
43
44
## [0.3.pre-11] - 2021-05-17 - SVG to CSV
### New
Export chart to csv
Categories and Labels pages

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

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


## Unreleased
4d87aba1   hitier   Record changes be...
62
63
64
65
66
67
## [0.3.pre-8] - 2021-05-06 - Front Fixes
### Changed
Sidebar menu enhanced
New export button

## Unreleased
7c7dae6d   hitier   Record changes be...
68
69
70
## [0.3.pre-7] - 2021-05-03 - Better Tests Coverage
### Changed
Add tests and fix some code issues
c5cf20d7   hitier   Record changes be...
71

fcef2d7b   hitier   Record changes be...
72
73
74
75
## [0.3.pre-6] - 2021-04-30 - Nicer Display
### Changed
Layout responsive on tables and menus

92adc966   hitier   Record changes be...
76
77
78
79
80
## [0.3.pre-5] - 2021-04-30 - Import Irap CSV
### New
Db models
Csv reading and feeding

b54c4edc   hitier   Record changes be...
81
82
83
84
## [0.3.pre-4] - 2021-04-26 - Export chart 
### New
Export chart as png

6a82e64c   hitier   Record changes be...
85
86
87
88
89
90
91
## [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...
92
93
94
95
## [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...
96
## [0.3.pre-1] - 2021-04-16 - Irap db integration
4f87faf3   hitier   New pending versi...
97
### New
f8f2c15b   hitier   Record changes be...
98
99
100
101
102
103
Irap db feed from csv file
Versionize static assets
User management commands

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

c25197fc   hitier   Record changes fo...
105
106
107
108
## [0.2.1] - 2021-04-15 - Password Encryption
### New
Password encrypted in database

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


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


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

c5cf20d7   hitier   Record changes be...
150
151
152
## [0.2.pre-1] - 2021-03-02 - Html templates
### New
Templates
13421d42   hitier   Record changes be...
153
Bootstrap dependency
c5cf20d7   hitier   Record changes be...
154
155

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