-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
132 changed files
with
5,317 additions
and
4,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.2.0] | ||
### Added | ||
- Ecoindex monitoring | ||
- Random color for new page instead of grey. | ||
- Treemap chart for resources details page. | ||
- Downtime information directly on page card. | ||
- Description field on pages. | ||
- CHANGELOG file. | ||
### Changed | ||
- Directories layout in front component. | ||
- Uptime details page improved with a more compact view of downtimes and uptimes. | ||
- New component for HAR view in resources details page. | ||
- Bump lighthouse version to 8.0.0. | ||
- Bump Chartjs version to 3.x. | ||
|
||
### Fixed | ||
- Enter key not working on signin and signup forms. | ||
|
||
## [1.1.1] - 2021-02-18 | ||
### Fixed | ||
- Redirect url on signup | ||
- Redirect url on password forgotten submission | ||
## [1.1.0] - 2021-02-10 | ||
### Added | ||
- Account deletion feature. | ||
- Lighthouse performance indicator on page thumbnails. | ||
- Explanation of roles in Members page. | ||
- robots.txt | ||
### Changed | ||
- Improved mails layout. | ||
- Bump lighthouse version to 7.0.1. | ||
### Fixed | ||
- Role bug when a team member is added. | ||
|
||
## [1.0.1] - 2020-12-22 | ||
### Fixed | ||
- Probe behavior for lighthouse and har tests. | ||
|
||
## [1.0.0] - 2020-12-13 | ||
### Added | ||
- Initial release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Metrics/AbcSize: | ||
Enabled: false | ||
Metrics/ClassLength: | ||
Enabled: false | ||
Metrics/MethodLength: | ||
Enabled: false | ||
Style/ClassAndModuleChildren: | ||
EnforcedStyle: compact | ||
Style/SymbolArray: | ||
EnforcedStyle: brackets | ||
Style/WordArray: | ||
EnforcedStyle: brackets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.