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: partiql/partiql-lang-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0-alpha
Choose a base ref
...
head repository: partiql/partiql-lang-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0-alpha
Choose a head ref
  • 15 commits
  • 389 files changed
  • 5 contributors

Commits on Feb 10, 2022

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

Commits on Feb 14, 2022

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

Commits on Feb 19, 2022

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

Commits on Feb 25, 2022

  1. Deprecate exprnode (#535)

    lziq authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    66ee8f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Increase build performance w/ Gradle upgrade to 7.4 (#539)

    * Increase build performance
    
    This commit contains the following changes:
    1. Required settings for parallelizing test executions for each subproject
    2. Settings for removing deprecated gradle settings for upgrading gradle to 7.4
    3. Gradle 7.4 upgrade
    4. Enable parallel gradle build
    5. Upgrading the plugins
       As part of upgrade removing the dependency to jcenter repository
    
    * Move Jacoco report config to main build.gradle
    am357 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    4684e9e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 8, 2022

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

Commits on Mar 10, 2022

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

Commits on Mar 28, 2022

  1. For ExprFunction, replace Environment with EvaluationSession (#559)

    Also make several other classes containing implementation details internal too
    dlurton authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    18c06a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    6343925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36804e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe306c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

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