Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SemanticWebImport plugin update #300

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
e939bd3
Updating plugin for gephi 0.9
ErwanDemairy Jan 6, 2016
a1f547b
Creates the columns in the table and fills them.
ErwanDemairy Jan 7, 2016
543842c
Merge branch 'master' of github.com:gephi/gephi-plugins into semantic…
ErwanDemairy Jan 8, 2016
3c9c08b
Removed misplaced files.
ErwanDemairy Jan 12, 2016
1bd086f
Merge branch 'master' of github.com:gephi/gephi-plugins
ErwanDemairy Jan 12, 2016
ba31668
Merge branch 'semantic-web-i'
ErwanDemairy Jan 12, 2016
3dd6b21
Merge branch 'master' of github.com:gephi/gephi-plugins
ErwanDemairy Feb 9, 2016
468e555
Relaxing the tests on the path so that the plugin can run.
ErwanDemairy Feb 9, 2016
09bec61
Return of the SOAP endpoint driver.
ErwanDemairy Feb 9, 2016
61686d2
Turned a constructor public to remove an exception when creating the …
ErwanDemairy Feb 9, 2016
259fe0f
Removed the SemanticTweet crawler, since the service does not exist a…
ErwanDemairy Feb 9, 2016
af01cec
Catch the exception if the URL is not correct, and display a dialog.
ErwanDemairy Feb 9, 2016
d5b4452
Removed a dependency already asked by corese modules.
ErwanDemairy Feb 9, 2016
086872d
Removed the calls to AttributeColumnsController. Addition of addAttri…
ErwanDemairy Feb 10, 2016
72d25e7
Replaced the e.printStackTrace() occurences by Exceptions.printStackT…
ErwanDemairy Feb 10, 2016
6fd59ed
Updated/cleaned the examples of configurations. Corrected a lack of n…
ErwanDemairy Feb 11, 2016
a467e24
Updating the corese version used to 3.2.0.
ErwanDemairy Feb 11, 2016
7e439b6
Setting Corese version used as 3.2.1 (remove the jws internal depende…
ErwanDemairy Feb 12, 2016
da76075
Removed any reference to the SOAP client until it is properly fixed.
ErwanDemairy Feb 23, 2016
2a46c73
Merge branch 'master' of github.com:gephi/gephi-plugins
ErwanDemairy Feb 23, 2016
1f6dad4
Updating to gephi 0.9.1.
ErwanDemairy Feb 23, 2016
7468927
Merge remote-tracking branch 'gephi-plugins/master'
ErwanDemairy Oct 25, 2022
9caa5b3
- update to gephi 0.9.7;
ErwanDemairy Jan 3, 2023
bd9c44a
Merge remote-tracking branch 'gephi-plugins/master'
ErwanDemairy Feb 13, 2023
c56ba50
- update to gephi 0.10.1;
ErwanDemairy Apr 4, 2023
e654b98
Changed http: to https:
ErwanDemairy Apr 4, 2023
2af1621
Update to corese 4.4.0.
ErwanDemairy Apr 4, 2023
89816fb
Merge remote-tracking branch 'gephi-plugins/master'
ErwanDemairy Apr 4, 2023
efa12b5
Add a changelog.
ErwanDemairy Apr 4, 2023
cce69e6
update of the gephi-plugin-parent dependency.
ErwanDemairy Apr 4, 2023
f079aea
ignore the log file.
ErwanDemairy Apr 4, 2023
ba7e2b8
Create codeql.yml
ErwanDemairy Apr 5, 2023
a56467c
Solves issue #1.
ErwanDemairy Apr 5, 2023
4a9262a
Cleaning suggested by code analyzer.
ErwanDemairy Apr 5, 2023
a49126e
Cleaning suggested by code analyzer.
ErwanDemairy Apr 6, 2023
5dc9b02
Configuration to use sonarqube.
ErwanDemairy Apr 6, 2023
ac8da8c
correction of the configuration to use sonarqube.
ErwanDemairy Apr 6, 2023
88aef6a
Added the lacking try-with-resources.
ErwanDemairy Apr 7, 2023
099400a
Cleaning.
ErwanDemairy Apr 7, 2023
291825d
Check if a diviser is not 0. More some cleaning.
ErwanDemairy Apr 7, 2023
967816d
Removed a nullable reference.
ErwanDemairy Apr 7, 2023
f4589f9
Cleaning nullpointerexception problems.
ErwanDemairy Apr 7, 2023
ee0276a
Prevent node from being null.
ErwanDemairy Apr 7, 2023
d64a5ed
Resolved some problems given by sonar.
ErwanDemairy Apr 7, 2023
3db5071
Coding style update.
ErwanDemairy Apr 19, 2023
f748896
Removed annotations considered useless.
ErwanDemairy Apr 20, 2023
00e5251
Removed redundant local variables.
ErwanDemairy Apr 20, 2023
1f44f50
Cleaning code.
ErwanDemairy Apr 20, 2023
8181588
Cleaning code.
ErwanDemairy Apr 20, 2023
6c84cab
[Cleaning] renamed classes to make them consistent with others.
ErwanDemairy Apr 20, 2023
1bff13e
Merge remote-tracking branch 'origin/develop'
ErwanDemairy Apr 20, 2023
e1e22cd
Close #2.
ErwanDemairy Apr 20, 2023
17b2d66
Correction of the build for codeql.
ErwanDemairy Apr 25, 2023
9004211
update of maven plugin for new release.
ErwanDemairy Jun 15, 2023
5990f7d
Update of the readme to help knowing how to install the plugin.
ErwanDemairy Nov 16, 2023
b9abbb1
Update README-plugin.md
ErwanDemairy Nov 20, 2023
b269f45
Update README-plugin.md
ErwanDemairy Nov 20, 2023
a67379d
Build ok for gephi 0.10.0
ErwanDemairy Nov 7, 2024
c8dfc0a
Upgrade to corese-core and corese-gui 4.5.0.
ErwanDemairy Nov 12, 2024
639ee65
update to python 3 syntax.
ErwanDemairy Nov 12, 2024
43140c8
get rid of non-used deprecated observer/observable usage.
ErwanDemairy Nov 12, 2024
fd25956
added some template parameters to reduce the number of warnings.
ErwanDemairy Nov 12, 2024
9c0c2bf
Merge pull request #7 from Wimmics/feature/gephi_10_1
ErwanDemairy Nov 14, 2024
296bcfc
Update README-plugin.md
ErwanDemairy Nov 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed the SemanticTweet crawler, since the service does not exist a…
…nymore.
ErwanDemairy committed Feb 9, 2016
commit 259fe0f8697775d5732ee460814b356d40b04994

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.