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

Release PR #1248

Merged
merged 5 commits into from
Aug 19, 2024
Merged

Release PR #1248

merged 5 commits into from
Aug 19, 2024

Commits on Aug 14, 2024

  1. Add original source to the start of every dataflow (#1234)

    * broken: work for enhanced derived source tagger
    
    * add edge between derived and original source for js
    
    * add original source edge for all languages
    
    * add tests
    
    * change `inNode` to `astNode`
    
    * refactor tests and add edge back to derived source
    
    * refactor DataflowExporterValidator.scala
    
    * scalafmt
    
    * add original source during export
    
    * remove existing derived source logic and refactor and add tests
    
    * scalafmt
    
    * address review comments
    
    * scalafmt
    karan-batavia authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d9e9d4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ef8c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Dynamic rule merging (#1250)

    * Dynamic rule merging logic
    
    * added dynamic unit test
    
    * merging logic change
    ankit-privado authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    99dbafd View commit details
    Browse the repository at this point in the history
  2. Add logs and handle exceptions for InferenceApiEndpointTagger (#1249)

    add logs and handle exceptions for inference api endpoint tagger
    karan-batavia authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    dcd4b3d View commit details
    Browse the repository at this point in the history
  3. refactor language module (#1251)

    * refactor language module
    
    * more refactor
    
    * refactor in test cases
    
    * remove deprecated module
    khemrajrathore authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d2b9591 View commit details
    Browse the repository at this point in the history