Skip to content

Releases: overturetool/intocps-tracability-driver

Release 0.1.8

11 Sep 08:54
Compare
Choose a tag to compare

This makes it compatible with schema 1.4

Release 0.1.6

24 Aug 11:11
Compare
Choose a tag to compare

is compatible with schema 1.3.2

Release 0.1.4

15 Jun 09:37
Compare
Choose a tag to compare

This contains changes to match schema version 1.3.1

Release 0.1.2

16 May 08:03
Compare
Choose a tag to compare

Updated to comply with schema 1.3

md5sum: 4822931b5ed6fe403d10bb989b33edc0

Release 0.1.0

01 Feb 13:20
Compare
Choose a tag to compare

First INTO-CPS release that includes fixes for:

  • into-cps namespace
  • iso date format
  • url links for git or https protocol on github

How to

To run a full repo sync use the following command:

java -jar tracability-driver-*-jar-with-dependencies.jar -s  --dry-run -vdm -exclude SysML -repo /path/to/repo

or to sync a single commit only:

java -jar tracability-driver-*-jar-with-dependencies.jar -c <commit-hash> --dry-run -vdm -exclude SysML -repo /path/to/repo

The --dry-run command makes the tool only print the data that would be send. Drop this so send the messages. If a custom host is used then specify -host <url> to override the default host URL.

Git hook

The tool can be used in combination with git hooks. If the daemon is running locally such a hook could look like:

Hook file: .git/hooks/post-commit

#!/bin/sh
java -jar tracability-driver-*-jar-with-dependencies.jar -c HEAD -vdm -exclude SysML -repo $GIT_DIR../

assuming that the *.jar file is also in hooks.

Make sure it is executable:

chmod +x .git/hooks/post-commit

This will trigger a sync of the new commit to the daemon.

Release 0.0.6

26 Jan 10:54
Compare
Choose a tag to compare

Whats new

  • fixed issue with git renaming

How to

To run a full repo sync use the following command:

java -jar tracability-driver-*-jar-with-dependencies.jar -c HEAD -s  --dry-run -vdm -exclude SysML -repo /path/to/repo

or to sync a single commit only:

java -jar tracability-driver-*-jar-with-dependencies.jar -c <commit-hash> --dry-run -vdm -exclude SysML -repo /path/to/repo

The --dry-run command makes the tool only print the data that would be send. Drop this so send the messages. If a custom host is used then specify -host <url> to override the default host URL.

Git hook

The tool can be used in combination with git hooks. If the daemon is running locally such a hook could look like:

Hook file: .git/hooks/post-commit

#!/bin/sh
java -jar tracability-driver-*-jar-with-dependencies.jar -c HEAD -vdm -exclude SysML -repo $GIT_DIR../

assuming that the *.jar file is also in hooks.

Make sure it is executable:

chmod +x .git/hooks/post-commit

This will trigger a sync of the new commit to the daemon.

Release 0.0.4

09 Dec 22:00
Compare
Choose a tag to compare

How to

To run a full repo sync use the following command:

java -jar tracability-driver-*-jar-with-dependencies.jar -s  --dry-run -vdm -exclude SysML -repo /path/to/repo

or to sync a single commit only:

java -jar tracability-driver-*-jar-with-dependencies.jar -c <commit-hash> --dry-run -vdm -exclude SysML -repo /path/to/repo

The --dry-run command makes the tool only print the data that would be send. Drop this so send the messages. If a custom host is used then specify -host <url> to override the default host URL.

Git hook

The tool can be used in combination with git hooks. If the daemon is running locally such a hook could look like:

Hook file: .git/hooks/post-commit

#!/bin/sh
java -jar tracability-driver-*-jar-with-dependencies.jar -c HEAD -vdm -exclude SysML -repo $GIT_DIR../

assuming that the *.jar file is also in hooks.

Make sure it is executable:

chmod +x .git/hooks/post-commit

This will trigger a sync of the new commit to the daemon.

Release 0.0.2

25 Nov 18:14
Compare
Choose a tag to compare

How to

To run a full repo sync use the following command:

java -jar tracability-driver-*-jar-with-dependencies.jar -s  --dry-run -vdm -exclude SysML -repo /path/to/repo

or to sync a single commit only:

java -jar tracability-driver-*-jar-with-dependencies.jar -c <commit-hash> --dry-run -vdm -exclude SysML -repo /path/to/repo

The --dry-run command makes the tool only print the data that would be send. Drop this so send the messages. If a custom host is used then specify -host <url> to override the default host URL.

Git hook

The tool can be used in combination with git hooks. If the daemon is running locally such a hook could look like:

Hook file: .git/hooks/post-commit

#!/bin/sh
java -jar tracability-driver-*-jar-with-dependencies.jar -c HEAD -vdm -exclude SysML -repo $GIT_DIR../

assuming that the *.jar file is also in hooks.

Make sure it is executable:

chmod +x .git/hooks/post-commit

This will trigger a sync of the new commit to the daemon.