Skip to content

package-drone-0.2.3

Compare
Choose a tag to compare
@ctron ctron released this 03 Mar 18:48
· 789 commits to master since this release

New features

Export & import configuration

It is now possible to export and re-import the system configuration (database link and mail service). Also can the configuration be imported (also during initial setup) so that an easier bootstrapping of the system is possible.

Also is there a provisioning URL, which can be used from the command line using e.g. wget to import the configuration:

wget --http-user=admin --http-password=<admin-token> --post-file configurations.xml http://localhost:8080/system/backup/provision

See the wiki for an explanation on the configurations.xml file.

External admin token

Use the system property package.drone.admin.token or the environment variable PACKAGE_DRONE_ADMIN_TOKEN it is now possible to provide the admin token, from outside package drone. Still there will also be the generated one. Both work at the same time.

Changes

  • The default action for creating a channel now uses a form to ask for an initial channel alias

Fixed issues and improvements

  • Pages were not reporting the content type which was present in the JSP
  • A channel can be created with an initial alias
  • Clean up the deploy keys view
  • Upgrade selenium to 2.45 in order to be able to use firefox 36

Screenshots

pd023_001