Skip to content

Commit

Permalink
Merge branch '45-update-v1-1-changelog' into 'main'
Browse files Browse the repository at this point in the history
Resolve "Update v1.1 Changelog"

Closes #45

See merge request BradHacker/compsole!20
  • Loading branch information
BradHacker committed Feb 9, 2023
2 parents b10ab06 + 5296e8e commit bc5c9a6
Showing 1 changed file with 47 additions and 5 deletions.
52 changes: 47 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,40 @@ All notable changes to this project will be documented in this file.

> _Credit to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) for the format_
## [Unreleased]
## [v1.1-beta] - 2023-02-09

### Added

- Admin UI to view logs
- Mass creation of team users
- 3rd-party application REST API
- VM Lockout
- Added lockout button to VM Object form
- Mass lockout VM's by regex/search
- Option to skip importing VM on ingestion
- VM Object power state
- Providers can get vm power state
- Display on console page
- Control console visibility based on power state

### Removed

- Sign up page

### Fixed

- Admin table cacheing issues (see #17)
- VM Object Form (see #20)
- UI bugs (see #22)
- Fix cannot delete users (see #26)
- Responsive console page for small resolution displays (see #39)

### Security

- REST API api token + refresh token workflows
- Logging for all GraphQL queries/mutations

## [v1.0-beta] - 2022-11-04

### Added

Expand All @@ -16,7 +49,20 @@ All notable changes to this project will be documented in this file.
- Teams
- Vm Objects
- Providers
- Add delete operations for:
- Users
- Competitions
- Teams
- Vm Objects
- Providers
- UI to ingest VMs into Compsole
- Auto-sort VM's into teams
- Dockerized entire application (Frontend/Backend/Database/Redis)
- Websocket-based GraphQL Subscriptions
- Fullscreen console option
- Account settings page
- First + Last name change
- Self-service password change

### Changed

Expand All @@ -32,10 +78,6 @@ All notable changes to this project will be documented in this file.

- Competition `ProviderType` and `ProviderConfigFile` fields

### Fixed

### Security

## [0.1.0] - 2022-07-11

### Added
Expand Down

0 comments on commit bc5c9a6

Please sign in to comment.