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

Support for YAML and Helm chart static analysis #582

Open
wants to merge 74 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    f21d3a0 View commit details
    Browse the repository at this point in the history
  2. Added Model layer of Yaml Parser

    ^
    rizwankadhar committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    aa0bd25 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Added the parser layer of the YamlParser plugin

    YamlParser now parses the .yaml files in the
    given project. It reads the yaml files and
    persists the data into db tables
    rizwankadhar committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    2faecd6 View commit details
    Browse the repository at this point in the history
  2. Added the parser layer of the YamlParser plugin

    YamlParser now parses the .yaml files in the
    given project. It reads the yaml files and
    persists the data into db tables
    rizwankadhar committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    d99ee72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78433b2 View commit details
    Browse the repository at this point in the history
  4. Added the parser layer of the YamlParser plugin

    YamlParser now parses the .yaml files in the
    given project. It reads the yaml files and
    persists the data into db tables
    rizwankadhar committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    168e5f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. YamlParser persists whole Yaml file

    Full content of the yaml file is now
    persisted into the db tables
    rizwankadhar committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7db9f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fde274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d00b66 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Added Yaml file usage identification

    Now yaml files can be classified as kubernetes
    config, CI, Helm Chart or Other file.
    rizwankadhar committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    2694d79 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    617490a View commit details
    Browse the repository at this point in the history
  2. Added ryml code

    rizwankadhar committed May 3, 2022
    Configuration menu
    Copy the full SHA
    03948e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ea3bd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

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

Commits on May 8, 2022

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

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    baa130d View commit details
    Browse the repository at this point in the history
  2. Fixed YamlService to return only the data of the clicked file, added …

    …menuitem for displaying YamlFileInfo
    rizwankadhar committed May 17, 2022
    Configuration menu
    Copy the full SHA
    323d121 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. YamlInfo menuItem displays type, path, number of key-data pairs and i…

    …mportant keys from the File
    rizwankadhar committed May 21, 2022
    Configuration menu
    Copy the full SHA
    d2da47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca9c294 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621a333 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

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

Commits on May 24, 2022

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

Commits on Jun 15, 2022

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

Commits on Jun 16, 2022

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

Commits on Jun 17, 2022

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

Commits on Jun 21, 2022

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

Commits on Jun 27, 2022

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

Commits on Jul 11, 2022

  1. Various modifications.

    intjftw committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7518b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e36da6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

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

Commits on Jul 13, 2022

  1. Major refactor in service.

    intjftw committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    b35196d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    2a4e220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0b964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f70f203 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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

Commits on Jul 25, 2022

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

Commits on Aug 8, 2022

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

Commits on Aug 12, 2022

  1. Relation collector error fixed, relations between automatically detec…

    …ted microservices are collected.
    intjftw committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    9c6fdf0 View commit details
    Browse the repository at this point in the history
  2. Adding yaml-cpp to CI.

    intjftw committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    76319ff View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

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

Commits on Aug 30, 2022

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

Commits on Sep 16, 2022

  1. Minor changes for PR.

    intjftw committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8f4b246 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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

Commits on Sep 29, 2022

  1. Early trials.

    intjftw committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2ff2861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360adf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 13, 2022

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

Commits on Oct 14, 2022

  1. Transformed Yaml service to extend Language service, and added a new …

    …accordion menu to list microservices.
    intjftw committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    78434f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

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

Commits on Oct 20, 2022

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

Commits on Nov 6, 2022

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

Commits on Nov 13, 2022

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

Commits on Nov 15, 2022

  1. Implemented the rules of certificate dependency type, and added diffe…

    …rent types of Kubernetes diagrams.
    intjftw committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    20c75ad View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 29, 2022

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

Commits on Nov 30, 2022

  1. Parsing resources.

    intjftw committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9ce0c99 View commit details
    Browse the repository at this point in the history
  2. Resource usage diagram added.

    intjftw committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d215660 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 7, 2022

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

Commits on Dec 18, 2022

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

Commits on Feb 4, 2023

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

Commits on Feb 14, 2023

  1. Improving documentation.

    intjftw committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    385a361 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

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

Commits on Aug 10, 2023

  1. Merge branch 'master' into yaml

    # Conflicts:
    #	.github/workflows/ci.yml
    mcserep committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    71047a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Aug 22, 2023

  1. PR change requests.

    intjftw committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bbf4e81 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    5d98aee View commit details
    Browse the repository at this point in the history
  2. Add missing inclusion dependency in HelmService for LanguageService f…

    …or the TypeScript generated code.
    mcserep committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    ef7bea8 View commit details
    Browse the repository at this point in the history