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

Commits on Jan 6, 2016

  1. Updating plugin for gephi 0.9

    It compiles, and display a window in Gephi. But:
    (i) the import of data does not work : an exception occurs that prevent
    the graph creation, thus the nodes and edges keep empty;
    (ii) the SOAP client library was removed due to issues on the wsdl
    files: it seems it should be rewritten following the format followed by
    the current tools.
    ErwanDemairy committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    e939bd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Configuration menu
    Copy the full SHA
    a1f547b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Configuration menu
    Copy the full SHA
    543842c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Removed misplaced files.

    ErwanDemairy committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    3c9c08b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd086f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba31668 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    3dd6b21 View commit details
    Browse the repository at this point in the history
  2. Relaxing the tests on the path so that the plugin can run.

    addition of the SparqlSoapLib client library.
    ErwanDemairy committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    468e555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09bec61 View commit details
    Browse the repository at this point in the history
  4. Turned a constructor public to remove an exception when creating the …

    …panel for the semantic web crawler.
    ErwanDemairy committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    61686d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    259fe0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af01cec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5b4452 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Removed the calls to AttributeColumnsController. Addition of addAttri…

    …butes for nodes and edges.
    ErwanDemairy committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    086872d View commit details
    Browse the repository at this point in the history
  2. Replaced the e.printStackTrace() occurences by Exceptions.printStackT…

    …race(e).
    
    logWindow messages are only one-liners now, in order to make them more readable.
    ErwanDemairy committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    72d25e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Updated/cleaned the examples of configurations. Corrected a lack of n…

    …otifications from the Parameters class (Observable) to Panels and Drivers (Observers).
    ErwanDemairy committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    6fd59ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a467e24 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Setting Corese version used as 3.2.1 (remove the jws internal depende…

    …ncy).
    
    Added a comment to the DBPedia example, and reduced the downloaded data (1000 instead of 10000).
    ErwanDemairy committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    7e439b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    da76075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a46c73 View commit details
    Browse the repository at this point in the history
  3. Updating to gephi 0.9.1.

    ErwanDemairy committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    1f6dad4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    7468927 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. - update to gephi 0.9.7;

    - removed deprecated com.sun.java calls;
    - semanticwebimport windows does not open.
    ErwanDemairy committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9caa5b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    bd9c44a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. - update to gephi 0.10.1;

    - updated corese to 4.3.0;
    - updated removed api calls from previous corese versions;
    ErwanDemairy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c56ba50 View commit details
    Browse the repository at this point in the history
  2. Changed http: to https:

    ErwanDemairy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e654b98 View commit details
    Browse the repository at this point in the history
  3. Update to corese 4.4.0.

    ErwanDemairy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    2af1621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89816fb View commit details
    Browse the repository at this point in the history
  5. Add a changelog.

    ErwanDemairy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    efa12b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cce69e6 View commit details
    Browse the repository at this point in the history
  7. ignore the log file.

    ErwanDemairy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f079aea View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Create codeql.yml

    ErwanDemairy authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ba7e2b8 View commit details
    Browse the repository at this point in the history
  2. Solves issue #1.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a56467c View commit details
    Browse the repository at this point in the history
  3. Cleaning suggested by code analyzer.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4a9262a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Cleaning suggested by code analyzer.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a49126e View commit details
    Browse the repository at this point in the history
  2. Configuration to use sonarqube.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5dc9b02 View commit details
    Browse the repository at this point in the history
  3. correction of the configuration to use sonarqube.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ac8da8c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Added the lacking try-with-resources.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    88aef6a View commit details
    Browse the repository at this point in the history
  2. Cleaning.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    099400a View commit details
    Browse the repository at this point in the history
  3. Check if a diviser is not 0. More some cleaning.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    291825d View commit details
    Browse the repository at this point in the history
  4. Removed a nullable reference.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    967816d View commit details
    Browse the repository at this point in the history
  5. Cleaning nullpointerexception problems.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f4589f9 View commit details
    Browse the repository at this point in the history
  6. Prevent node from being null.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ee0276a View commit details
    Browse the repository at this point in the history
  7. Resolved some problems given by sonar.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d64a5ed View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Coding style update.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3db5071 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Removed annotations considered useless.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f748896 View commit details
    Browse the repository at this point in the history
  2. Removed redundant local variables.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    00e5251 View commit details
    Browse the repository at this point in the history
  3. Cleaning code.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    1f44f50 View commit details
    Browse the repository at this point in the history
  4. Cleaning code.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8181588 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c84cab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bff13e View commit details
    Browse the repository at this point in the history
  7. Close #2.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e1e22cd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Correction of the build for codeql.

    Signed-off-by: Erwan Demairy <[email protected]>
    ErwanDemairy committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    17b2d66 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    9004211 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    5990f7d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update README-plugin.md

    ErwanDemairy authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b9abbb1 View commit details
    Browse the repository at this point in the history
  2. Update README-plugin.md

    ErwanDemairy authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b269f45 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    a67379d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    c8dfc0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639ee65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43140c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd25956 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge pull request #7 from Wimmics/feature/gephi_10_1

    Feature/gephi 10 1 update.
    Solves #6 
    Use [corese 4.5.0](https://github.com/Wimmics/corese/blob/master/CHANGELOG.md)
    ErwanDemairy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9c0c2bf View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Update README-plugin.md

    ErwanDemairy authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    296bcfc View commit details
    Browse the repository at this point in the history