In order to pass to the web server the Codepeer
* output directory: switch --output-dir is added
(if not passed as command line argument,
default value is set to
[prj_obj_path]/codepeer/[prj_name].output)
* db directory: switch --db-dir is added
(if not passed as command line argument,
default value is set to
[prj_obj_path]/codepeer/[prj_name].db)
GNAThub interface from server.py is
* for --output-dir switch value or default:
GNAThub.output_dir()
* for --db-dir switch value or default:
GNAThub.db_dir()
Part of R703-038
Change-Id: Id6537d2ca61a3737d5380c0795934359907059ed
* Remove --server-dir switch
* Launch only WEB server when --server switch
provided. Only --port switch will be taken into
account defining port for server launch. If no
port is specified the default value used for
port is 8000.
* User manual is updated for the --server and
--port switches
Part of R616-001
Change-Id: I6b6d391d28dc64589d1b649197907490b00208c4
GNATDashboard doc update with actually
supported versions for SonarQube (i.e.,
SonarQube 6.7 LTS and Sonar Scanner 3.0.3)
Part of QB13-048
Change-Id: Ie8f83eeb2b0343c72e7c9ae8f7c38432c8bdaebf
We cannot mix projects accross invocations with --incremental,
make sure this is captured in the doc.
For Q801-005
Change-Id: Iefe3f0203f5f67290a89bbbb8d97143986aa177d
This change will help clarify the interface as well as the future
transition to the Hibernate framework.
Change-Id: I2501e26af389b77df990aa61988695f44e80a72d
TN: OB03-043
This plugin stopped working some time ago due to major changes in
GNATprove output. Remove support for it as it will be re-implemented as
part of P701-003.
Change-Id: I7c0b6399243a865c57211b0f2c16573bf5ed63a9
TN: P701-003
TN: N805-021
Add a [ --dry-run | -n ] switch to execute GNAThub in dry-run mode.
Dry-run mode skips DB manipulation (initialisation, population, update),
environment setup (project directory hierarchy, ...) and Python script
execution (when using --exec). It also prevents the execution of
plugins.
Change-Id: Ibe160ffc739d7027f9c56940832656d0e8a126a0
TN: P303-043
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