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

Graphstream, Java 17 and Arangodb #103

Merged
merged 197 commits into from
Jan 9, 2023
Merged

Graphstream, Java 17 and Arangodb #103

merged 197 commits into from
Jan 9, 2023

Commits on Feb 2, 2022

  1. 'build'

    TimoBellartz committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    2749aba View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Feb 11, 2022

  1. Deleted print statement

    TimoBellartz committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    35e6821 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    66b23f5 View commit details
    Browse the repository at this point in the history
  2. Generate uuids for new graphs/edges names as they must be unique. Kee…

    …p todos for potentially better solution
    MaxKissgen committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    b299277 View commit details
    Browse the repository at this point in the history
  3. Some fixing

    MaxKissgen committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    fc972cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8044a63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b631db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

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

Commits on Mar 21, 2022

  1. Add graphstream conversion for AlgoExecutor and Graphprocessor, also …

    …start with centralities
    MaxKissgen committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    075da8d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

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

Commits on Apr 6, 2022

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

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    6a05563 View commit details
    Browse the repository at this point in the history
  2. Test class

    TimoBellartz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    44ad37f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

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

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    e7c63aa View commit details
    Browse the repository at this point in the history
  2. Start graphstream conversion with centralities, biconnected component…

    … computation and some centralities still missing
    MaxKissgen committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    81dd925 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. local search / diversity

    TimoBellartz committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    81b7e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Untested Algorithm

    TimoBellartz committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    8551633 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

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

Commits on Apr 25, 2022

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

Commits on Apr 29, 2022

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

Commits on May 3, 2022

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

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    0d177f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a679650 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

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

Commits on May 19, 2022

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

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    e0a4c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086c763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d5fc00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0285e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21c4cb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    582efd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8faa92b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1092c05 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    d39cd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487a350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ae5ab View commit details
    Browse the repository at this point in the history
  4. Rework CustomGraph Ids to be of type long again and name them more cl…

    …early to signify they are for persistence
    MaxKissgen committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    7af9c16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c75d66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27358e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd55f0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    649ed5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab8593a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee87b37 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Merge remote-tracking branch 'TimoBellartzFork/master' into TimoBella…

    …rtzBA
    
    merge Timo Bellartz bachelor thesis work into a separate branch (from a
    fork) before merging into develop.
    beka-beka committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    b8b154e View commit details
    Browse the repository at this point in the history
  2. small cleanup

    beka-beka committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    fdd7473 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Fix input handler issues for graphstream by switching to stream as in…

    …put parameters and remove a few bugs
    MaxKissgen committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    12c30cf View commit details
    Browse the repository at this point in the history
  2. Fix test graph factory methods, fix a few smaller bugs and also add n…

    …ew errors potentially thrown threw testing to method heads because of graphstream
    MaxKissgen committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a6531a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b38f370 View commit details
    Browse the repository at this point in the history
  4. Fix output adapters for graphstream and especially consider now possi…

    …ble null values for attributes in JSON output due to graphstream
    MaxKissgen committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    01d67f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d0e762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26068f3 View commit details
    Browse the repository at this point in the history
  7. Rework CustomGraph class to work with graphstream and fix a few class…

    … cast issues with MultiNodes and overwrite default addEdge method to always add directed edges by default
    MaxKissgen committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    62bed00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17e5222 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60703e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fc9bbb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. add LOCAlgorithm

    cralem7 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    113a7d2 View commit details
    Browse the repository at this point in the history
  2. add LOCAlgorithmTest

    cralem7 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    24e2afc View commit details
    Browse the repository at this point in the history
  3. add LOCAlgorithm enum

    cralem7 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f0c587c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. fix graphprocessortest

    beka-beka committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    f264bb1 View commit details
    Browse the repository at this point in the history
  2. fix metric related tests

    beka-beka committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    ee09909 View commit details
    Browse the repository at this point in the history
  3. fix graph processor

    beka-beka committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    c9d18fc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. documentation

    cralem7 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    433df4c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

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

Commits on Aug 19, 2022

  1. add persistMethods

    cralem7 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    76cbaee View commit details
    Browse the repository at this point in the history
  2. add description

    cralem7 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    b5c60d7 View commit details
    Browse the repository at this point in the history
  3. add persist functions

    cralem7 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5133593 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    33258cc View commit details
    Browse the repository at this point in the history
  2. add database tests

    cralem7 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    709270f View commit details
    Browse the repository at this point in the history
  3. Use own getNeighbors method to not get a list with duplicates, fixes …

    …ClusteringCoefficient tests
    MaxKissgen committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    9c0d339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66a5dc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bd5467 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40a1564 View commit details
    Browse the repository at this point in the history
  7. fix testMembershipCounts

    beka-beka committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    4fb704f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f78404c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    049b0d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f90969 View commit details
    Browse the repository at this point in the history
  11. fix AgentTest

    beka-beka committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    06ac957 View commit details
    Browse the repository at this point in the history
  12. fix SimulationBuilderTest

    beka-beka committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    c5a45e7 View commit details
    Browse the repository at this point in the history
  13. fix warnings

    beka-beka committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    85ceb81 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. add persistence functions

    cralem7 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d7e5f18 View commit details
    Browse the repository at this point in the history
  2. add persistence functions

    cralem7 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    146bc77 View commit details
    Browse the repository at this point in the history
  3. add key getter

    cralem7 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    98113e6 View commit details
    Browse the repository at this point in the history
  4. add key getter

    cralem7 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0f22aaa View commit details
    Browse the repository at this point in the history
  5. remove helpfunctions

    cralem7 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    417cb8f View commit details
    Browse the repository at this point in the history
  6. add load,persist functions

    cralem7 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d6f0b3a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. add transaction options

    cralem7 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    df15704 View commit details
    Browse the repository at this point in the history
  2. add deletion function

    cralem7 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    02a4b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d65b353 View commit details
    Browse the repository at this point in the history
  4. more database tests

    cralem7 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e31f88d View commit details
    Browse the repository at this point in the history
  5. add transaction options

    cralem7 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    889c70b View commit details
    Browse the repository at this point in the history
  6. add transaction options

    cralem7 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    fff3edd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. add configuration handler

    cralem7 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    237ee79 View commit details
    Browse the repository at this point in the history
  2. add getGraphs

    cralem7 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    974fd8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5af672f View commit details
    Browse the repository at this point in the history
  4. add todos

    cralem7 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    572da40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45e20fd View commit details
    Browse the repository at this point in the history
  6. add databaseConfigTest

    cralem7 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8e57069 View commit details
    Browse the repository at this point in the history
  7. add some tests

    cralem7 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    cd37adb View commit details
    Browse the repository at this point in the history
  8. simplify functions

    cralem7 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8221ae3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    eeec3ff View commit details
    Browse the repository at this point in the history
  2. upgrade to gradle 7.3.2

    beka-zhvania committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    02a6399 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    90e5714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7f800 View commit details
    Browse the repository at this point in the history
  3. change graphid to graphkey

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    88aaa86 View commit details
    Browse the repository at this point in the history
  4. add graph cover getter

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    0e720be View commit details
    Browse the repository at this point in the history
  5. small design changes

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    7553454 View commit details
    Browse the repository at this point in the history
  6. add DatabaseMethodTest

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    faa9cfa View commit details
    Browse the repository at this point in the history
  7. add CoverDatabaseTest

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    d5034cd View commit details
    Browse the repository at this point in the history
  8. add CustomGraphDatabaseTest

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    25693ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    661de7f View commit details
    Browse the repository at this point in the history
  10. change graphid to graphkey

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    0d4475d View commit details
    Browse the repository at this point in the history
  11. change description

    cralem7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    41a50fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4136460 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. remove todo

    cralem7 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    78662b5 View commit details
    Browse the repository at this point in the history
  2. make column names public

    cralem7 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1bf7132 View commit details
    Browse the repository at this point in the history
  3. make column names public

    cralem7 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f42b1dd View commit details
    Browse the repository at this point in the history
  4. filter out wrong graph keys

    cralem7 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c54387b View commit details
    Browse the repository at this point in the history
  5. change database tests

    cralem7 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c68d2cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06d75ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    462e7e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    72821ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a69bf View commit details
    Browse the repository at this point in the history
  3. insert database setup

    cralem7 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    cfb1698 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    75580c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ac141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d251028 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Oct 2, 2022

  1. remove gs-algo jar file

    beka-zhvania committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    a878ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab4466 View commit details
    Browse the repository at this point in the history
  3. update ID System

    cralem7 committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    e869af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Add mostly working SVG visualization and some visual listener fixes, …

    …a few problems still remaining
    MaxKissgen committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7cdb314 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into gradleAndJava17

    For conflict resolution gradleAndJava17 branch code is chosen as this
    code includes gradle and java updates. The quickfix from develop branch is
    used in a part of the LayoutHandler to deal with NaN errors during
    visualization.
    beka-zhvania committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4f57ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1fe620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ecbb32 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

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

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    7db89c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from rwth-acis/graphstreamVis

    Fix Some edges not being displayed in the SVG
    MaxKissgen committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    af48c42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e6c707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8781008 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    8327b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d61a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. remove inactivity function

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    07d79d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36fcb7c View commit details
    Browse the repository at this point in the history
  3. realize a groundTruth run

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    a3b8f0d View commit details
    Browse the repository at this point in the history
  4. remove useless function

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    6376fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6adbb8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8d75c4 View commit details
    Browse the repository at this point in the history
  7. add update functions

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    4f22393 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1c9c7e View commit details
    Browse the repository at this point in the history
  9. functions to realize updates

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    6bab0a0 View commit details
    Browse the repository at this point in the history
  10. add update function

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    70bc140 View commit details
    Browse the repository at this point in the history
  11. add update fuction

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9740e73 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1067345 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    312b694 View commit details
    Browse the repository at this point in the history
  14. add some new tests

    cralem7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    6b39ad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Merge remote-tracking branch 'origin/efficientRequests' into gradleAn…

    …dJava17
    
    add functionality to request meta information about graphs/covers/centralities without loading the full node/edge info.
    beka-zhvania committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6c8ff5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe2999e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. remove todos

    cralem7 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    7194a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f06eaa View commit details
    Browse the repository at this point in the history
  3. change update

    cralem7 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ac05692 View commit details
    Browse the repository at this point in the history
  4. update funktion

    cralem7 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    6320e37 View commit details
    Browse the repository at this point in the history
  5. fix errors

    cralem7 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b6d85fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c43501 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ad7d9e View commit details
    Browse the repository at this point in the history
  8. fix errors

    cralem7 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    e2c8cdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c83956 View commit details
    Browse the repository at this point in the history
  10. change graph delete funktions

    cralem7 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    0e5bb35 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Merge remote-tracking branch 'origin/TimoBellartzBA' into gradleAndJa…

    …va17
    
    Add M-Link algorithm to WebOCD Service.
    beka-zhvania committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d195e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

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

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    27b1b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0102b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gradleAndJava17' of github.com:rwth-acis/REST-OCD-Servi…

    …ces into gradleAndJava17
    beka-zhvania committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    cab0f02 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    0b97cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b9092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedcf14 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    3f135b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ba785 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

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

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    3a64518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5454ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    628b2b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    715e566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a08ca View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

Commits on Dec 19, 2022

  1. Merge remote-tracking branch 'origin/arango' into gradleAndJava17

    Merge the branch with the arangoDB implementation for WebOCD with
    the branch with the graphstream and java 17 updates for WebOCD.
    beka-zhvania committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e41e8c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    98e9a7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7658cf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

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

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    b80a189 View commit details
    Browse the repository at this point in the history
  2. add LOC algorithm

    beka-zhvania committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    0f44aa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge remote-tracking branch 'origin/develop' into gradleAndJava17

    resolve conflicts between develop and javaAndGradle17 branches
    fix the error when downloading simulation group info
    add functionality to delete simulation series and groups when a graph they are based on is deleted
    beka-zhvania committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    db02f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ea71a View commit details
    Browse the repository at this point in the history