Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Releases: bponomarenko/autoconfig-app

Version 1.3.0

11 Apr 09:49
Compare
Choose a tag to compare

New Features

  • Added text input parameter to Provision new Environment – Capabilities. You can specify comma separated capabilities for DBS environments.

Version 1.2.0

25 Mar 20:58
Compare
Choose a tag to compare

New Features

  • Now it's possible to increase Environment lifetime by changing it's TTL. Just click on Settings button on selected Environment and select "Change TTL" option. In the opened dialog you can set new TTL value.

  • Environments list can be sorted by different fields (only expiration date is available at the moment). Just click on corresponding button in the header and select field to sort against. Click on currently active sort field will change sort direction, ascending to descending and vice versa.

Other Changes

  • All Environment buttons (for navigation, deleting environments) are merged into one button

  • When creating new Environment, version parameter changed to input field, instead of dropdown with limited set of options

Screenshots

screen shot 2017-03-25 at 21 48 16

screen shot 2017-03-25 at 21 48 36

screen shot 2017-03-25 at 21 49 17

Version 1.1.0

16 Mar 06:46
Compare
Choose a tag to compare

New Features

  • Application has new filtering panel! You can filter your environments by Owner, Stack, Server, CX Version, Status or Database.
  • Filter button in header has two quick options – show environments of current user or clear all filter rules
  • Added coloured status icon next to environment name
  • On large screens list of environments will get additional column with environment information: cx version, db type and version, server type and version, Java version and TTL

Big Fixes

  • Fixed status for environment status icon

Screenshots

screen shot 2017-03-15 at 23 08 21

screen shot 2017-03-15 at 23 09 09

Version 1.0.0

15 Mar 08:17
Compare
Choose a tag to compare

This is the first major update, which imo contains all the minimum functionality for the app to be used without any restrictions.

New Features

  • Provision form for environments now has all available parameters with support of parameter "profiles" – depending on selected values parameters may be shown/hidden or change their set of values
  • Some of the provision parameters now has description tooltip available
  • Each environment now has colourful status indicator next to the environment name
  • Now environments can be filtered! Only basic filtering by current user is supported at the moment

Improvements

  • Stack are ordered alphabetically by default
  • Provision dialog will be displayed in large size on bigger screens

Bug Fixes

  • Show HTTP error status text only when available

Version 0.5.3

13 Mar 11:12
Compare
Choose a tag to compare

Improvements

  • Base API URL form can be submitted by hit on Enter key
  • Removed client side restriction when deleting environments. API should check the owner by itself now
  • Add status text to HTTP errors
  • Make possible to save Provisioning configuration while provision is in progress

Bug Fixes

  • Fix behaviour of the Back button on Credentials dialog
  • Fix "enable_demo param can't be null" error

Version 0.5.2

10 Mar 09:28
Compare
Choose a tag to compare

New Features

  • Added configuration input for base API URL on the Settings page
  • Autoconfig App now is also available for Windows users! Look for portable file with exe extension in the Downloads section

Version 0.5.1

06 Mar 09:27
Compare
Choose a tag to compare

Bug Fixes

  • Provision parameters wasn't filled in after second open of Provisioning dialog
  • Provisioning dialog wasn't using set up user credentials

Version 0.5.0

05 Mar 15:19
Compare
Choose a tag to compare

New Features

  • Introduced Settings page! This page allows you to:
    • see and configure user credentials
    • manage environment navigation URLs. These URLs will be available under Navigate button for each environment
    • see saved provisioning configurations and delete them

Other Changes

  • User credentials dialog removed from Environments page as it is available on the Settings page now
  • Small UI improvements on Logs page
  • Small UX changes in User Form behaviour

Screenshots

screen shot 2017-03-05 at 14 51 50

screen shot 2017-03-05 at 14 28 28

Version 0.4.0

02 Mar 16:29
Compare
Choose a tag to compare

New features

  • Now Autoconfig API application is available for installation on Linux machines!
    It's available as AppImage distributable in Downloads section.

*Application got navigation section on the left hand side which has two sections – Environments and Logs. Logs section will allow you to see logs for specific environment:
screen shot 2017-03-02 at 17 46 52
It is also possible to navigate to the Logs section directly from Environments list:
screen shot 2017-03-02 at 17 50 29

Fixes

  • Delete button on Delete confirmation dialog was disabled in some scenarios

Provision configurations management

20 Feb 12:15
Compare
Choose a tag to compare

New features

  • Right now it's possible to store custom provisioning configuration with a specific name. Later you can provision new environments much faster and easier using stored configurations.
    screen shot 2017-02-20 at 11 07 06
  • Autoconfig API URL should be provided as a configuration property for security concerns
    screen shot 2017-02-20 at 10 41 31

Fixes

  • Fix copy/paste functionality in the app
  • Open external links browser window instead of app window
  • Correct error reporting for 4xx HTTP errors