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: Codeneos/vlocode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.24.11
Choose a base ref
...
head repository: Codeneos/vlocode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.25.0
Choose a head ref
  • 10 commits
  • 78 files changed
  • 1 contributor

Commits on Aug 6, 2024

  1. feat: support datapack export based on configuration definitions in a…

    … YAML definitions file
    
    Change default service type to transient
    Codeneos committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c2edd7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be0283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b17565e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc5ade8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ea7261 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29c135e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3762d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    f7c1580 View commit details
    Browse the repository at this point in the history
  2. fix: Update Compiler class to use object type for context parameter

    The Compiler class in compiler.ts has been updated to use the object type for the context parameter in the compile method. This ensures that the context parameter is always an object, even if it is not provided or is not of type object. This change improves the type safety and reliability of the code.
    Codeneos committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c3d73c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b8fa1 View commit details
    Browse the repository at this point in the history
Loading