You've already forked gnatdashboard
mirror of
https://github.com/AdaCore/gnatdashboard.git
synced 2026-02-12 12:30:42 -08:00
The documentation is now global and its sources moved to the top-level directory. Same goes for the know-problems-* and features-* files that are now shared between all submodules. This commit needs to be push in synchronization with change I0a342aea8d in the ANOD specification repository. Change-Id: If350f109ae6a40ae3e632bfa8491145aaab8a52f TN: OA28-039
44 lines
1.7 KiB
Plaintext
44 lines
1.7 KiB
Plaintext
===================================
|
|
GNATdashboard 1.0 NEW FEATURES LIST
|
|
===================================
|
|
|
|
Copyright (C) 2014, AdaCore
|
|
|
|
This file contains a list of new features introduced in GNATdashboard. A full
|
|
description of all GNATdashboard features can be found in the GNATdashboard
|
|
documentation.
|
|
|
|
An ISO date (YYYY-MM-DD) appears in parentheses after the description line.
|
|
This date shows the implementation date of the feature.
|
|
|
|
New features in 1.0
|
|
-------------------
|
|
|
|
NF-10-N822-008 Add support for SonarQube 4.2 and higher (2014-08-22)
|
|
|
|
The Sonar Ada Plugin now supports SonarQube from the LTS (Long Term Support)
|
|
version (3.7.4) to the latest and greatest stable (4.4).
|
|
|
|
NF-10-N806-028 Log command-line of external tools (2014-08-08)
|
|
|
|
When --verbose switch is used, GNAThub will print the command-line of
|
|
external tools executed by plug-ins to STDOUT. A new GNAThub.verbose function
|
|
is also available in the Python API.
|
|
|
|
NF-10-N805-033 Add support for messages bulk insertion (2014-08-07)
|
|
|
|
The SQLite database schema was updated for faster insertions, and a new
|
|
Python API method GNAThub.Resource.add_messages is now available to allow
|
|
plug-ins to insert multiple messages at once.
|
|
|
|
NF-10-N725-023 New function to Python API for scenario switches (2014-08-12)
|
|
|
|
A new GNAThub.Project.scenario_switches function is available to retrieve
|
|
the list of key/value pair scenario switches passed through -X to gnathub.
|
|
|
|
NF-10-N623-022 Add Python API support for any project attribute (2014-06-30)
|
|
|
|
It is now possible to call GNAThub.Project.property_as_list and
|
|
GNAThub.Project.property_as_string with an optional "package" argument to
|
|
read any attribute defined in the project file (eg. "Main").
|