Comparing feature/graph-extension...main · hsnlab/code-knowledge-graph · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hsnlab/code-knowledge-graph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/graph-extension
Choose a base ref
...
head repository: hsnlab/code-knowledge-graph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 29 files changed
  • 3 contributors

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    61a3e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c93790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146e2d0 View commit details
    Browse the repository at this point in the history
  4. small update

    kovacsadam23 committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    b7cd7bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    307b6bb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. Feature/resolve python function calls (#14)

    * feat(python call graph): improve call resolution with variable type tracking
    
    * feat: resolve calls using annotations
    
    * feat: collect function return type
    
    * fix: bug occurring when repo does not have classes
    
    * feat: improve call resolution by parsing function return annotation
    Vargamatyas authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    1541b9e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Feature/extend cpp cfg parser with methods (#12)

    * feat(cpp cfg): add proper method parsing
    
    * feat(cpp cfg): filter nodes
    
    * feat(cpp cfg): update filter list to extract control stuctures
    Vargamatyas authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    7845c4b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Feature/add erlang cfg parsing (#15)

    * feat(erlang cfg): add erlang cfg adapter class
    
    * feat(erlang cfg): add block parsing, case parsing and tests
    
    * feat(erlang cfg): add TryParser
    
    * feat(erlang cfg): add CfgNodeType
    
    * feat(erlang cfg): add CfgNodeType
    
    * chore: move erlang cfg parser to package
    
    * feat(erlang cfg): add Erlang cfg parser
    
    * fix: update calls with fnc_id
    
    * fix: ast testing
    
    * fix: remove redundant comments
    
    * feat(erlang cfg): add erlang cfg adapter
    
    * feat(erlang cfg): add erlang cfg testing
    
    * chore: update adapters __init__ to include ErlangCfgAdaoter
    
    * feat: add BranchParser parent class
    
    * feat: add CaseParser
    
    * feat: add IfParser
    
    * feat: add MaybeParser
    
    * feat: add ReceiveParser
    
    * feat: add TryParser
    
    * add: __init__ files
    
    * fix: call resolution for erlang
    Vargamatyas authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    e047857 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

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

Commits on Dec 8, 2025

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

Commits on Dec 9, 2025

  1. small changes

    szmidapatrik committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    29bec29 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    2eaca65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a5b4b View commit details
    Browse the repository at this point in the history
  3. Feature/neo4j compose (#18)

    * feat: add neo4j docker compose
    
    * feat: add neo4j docker compose
    Vargamatyas authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    dbb1c3f View commit details
    Browse the repository at this point in the history
Loading