Commit Graph

17 Commits

Author SHA1 Message Date
Charly Delay
b06faec7b9 Minor style and typo adjustment
TN: Q801-005
2017-09-12 18:40:05 -04:00
Nicolas Setton
ad9acd8073 Clarify the documentation about project mixing with --incremental
We cannot mix projects accross invocations with --incremental,
make sure this is captured in the doc.

For Q801-005

Change-Id: Iefe3f0203f5f67290a89bbbb8d97143986aa177d
2017-08-03 10:47:46 -04:00
Charly Delay
848b200869 Fix typo
Change-Id: Ib1af575612347e713f7ed7afb0b43c14e28402ff
2017-03-01 12:54:21 -05:00
Charly Delay
91f699299f Add support for SonarQube 6.2
Change-Id: I65e93d632320cb211682d996e4f6b49b4bc1dce6
TN: Q301-033
2017-03-01 11:06:43 -05:00
Charly Delay
b54fbf7c21 gnathub: implement --[runners|reporters]-only
Teach those two switches to GNAThub's command line and wire them within
gnathub.

Change-Id: Ie6db3c8034650499123bd3e6405567296ab89362
TN: P720-035
2017-01-19 10:46:08 -05:00
Charly Delay
8d2ee4d2e4 gnathub: add support for --targs:
Change-Id: I7b5127b1801e61a28dfa2faf0e0e9fb69f7a6e59
TN: PC20-033
2016-12-22 10:19:27 -05:00
Charly Delay
ef1767cbbd docs: create a FAQ for the sonar ada plugin
Change-Id: If3b27f738d471868afe5ba373a02cb7b7d26a5fc
TN: OB03-043
TN: P928-021
2016-12-13 10:08:03 -05:00
Charly Delay
8be778e163 feat(html-report): report component now shows the source tree
Change-Id: I119e3706f55c9b111c2bfdfefeb87acabd0ed515
2016-12-12 18:16:24 -05:00
Charly Delay
4b09335502 fix(docs): remove generated documentation files
Change-Id: Id8a1420face1063cdb24047186c0880399875a39
TN: PB30-013
2016-11-30 10:57:11 -05:00
Charly Delay
276c79e957 doc(sonar-ada-plugin): update documentation
Change-Id: I8c94929f84d44a0a93cb97e1260fb6e0a7cc1a4c
TN: OB03-043
2016-11-29 17:52:38 -05:00
Charly Delay
6a6058ce90 feat(sonar-ada-plugin): isolate the GNAThub API
This change will help clarify the interface as well as the future
transition to the Hibernate framework.

Change-Id: I2501e26af389b77df990aa61988695f44e80a72d
TN: OB03-043
2016-11-29 12:01:14 -05:00
Charly Delay
35258575c7 doc(sonar-ada-plugin): update documentation
Replaces mentions of SonarQube Runner by SonarQube Scanner.

Change-Id: I0f34ee849121267097682b1917285663ef8c6741
TN: OB03-043
2016-11-29 12:01:14 -05:00
Charly Delay
b0ea73a682 fix(doc): broken SonarQube Runner links
Change-Id: I24a6909cd46ddedf5255ecac68dfe28144784129
TN: P817-008
2016-08-17 10:05:28 -04:00
Charly Delay
d7124595d0 gnathub: remove obsolete GNATprove plugin
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
2016-07-26 16:42:45 +02:00
Charly Delay
f308b04a81 chore(doc): Makefile rework
Rewrite the Makefile to comply with good practices and conventions (see
https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html).

Change-Id: I123a7fde2b7abdddecc1aa225f32b8b3c82ac45c
2016-06-16 14:18:13 -04:00
Charly Delay
b02ce249ee gnathub: add support for --dry-run switch
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
2016-03-07 20:13:17 +01:00
Charly Delay
d3c8306e04 Repository reorganization
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
2015-12-07 17:28:54 +01:00