Blame view

CHANGELOG.md 1.43 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
c5cf20d7   hitier   Record changes be...
26

27ea234d   hitier   Record changes be...
27
28
29
30
31
## [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...
32
33
34
35
36
37
## [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...
38
User model
13421d42   hitier   Record changes be...
39

c5cf20d7   hitier   Record changes be...
40
41
42
## [0.2.pre-1] - 2021-03-02 - Html templates
### New
Templates
13421d42   hitier   Record changes be...
43
Bootstrap dependency
c5cf20d7   hitier   Record changes be...
44
45

## [0.1.0] - 2021-02-28 - Application skeleton
9d688b87   hitier   Record changes be...
46
47
48
49
50
51
### New
Basic flask src tree
Documentation skeleton
Wsgi wrapper
Apache conf file
Ready to deploy