Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

feat: support conditional policies #110

Merged
merged 36 commits into from Feb 27, 2020

Commits on Dec 17, 2019

  1. Base implementation

    frankyn committed Dec 17, 2019
    Copy the full SHA
    67e52ce View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Update with unit tests

    frankyn committed Dec 20, 2019
    Copy the full SHA
    84fcfea View commit details
    Browse the repository at this point in the history
  2. lint

    frankyn committed Dec 20, 2019
    Copy the full SHA
    145f7a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. correct copyright date

    frankyn committed Jan 7, 2020
    Copy the full SHA
    ac1fd6e View commit details
    Browse the repository at this point in the history
  2. lint

    frankyn committed Jan 7, 2020
    Copy the full SHA
    2c8724b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

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

Commits on Jan 22, 2020

  1. use auto-value

    frankyn committed Jan 22, 2020
    Copy the full SHA
    b0a617f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9dbfc2d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    54ad076 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary dep

    frankyn committed Jan 22, 2020
    Copy the full SHA
    ff49620 View commit details
    Browse the repository at this point in the history
  5. code format

    frankyn committed Jan 22, 2020
    Copy the full SHA
    298b2be View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    aaebba4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. address comments

    frankyn committed Feb 6, 2020
    Copy the full SHA
    a5f63ea View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Copy the full SHA
    4873b73 View commit details
    Browse the repository at this point in the history
  2. Clean up

    frankyn committed Feb 11, 2020
    Copy the full SHA
    c853a84 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c64e55a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. respond to comments

    frankyn committed Feb 19, 2020
    Copy the full SHA
    d2fab21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86cd863 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. address comments

    frankyn committed Feb 20, 2020
    Copy the full SHA
    085959d View commit details
    Browse the repository at this point in the history
  2. format

    frankyn committed Feb 20, 2020
    Copy the full SHA
    174e8c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. address feedback

    frankyn committed Feb 21, 2020
    Copy the full SHA
    14e1aac View commit details
    Browse the repository at this point in the history
  2. remove unnecessary null check

    frankyn committed Feb 21, 2020
    Copy the full SHA
    fdb040a View commit details
    Browse the repository at this point in the history
  3. lint

    frankyn committed Feb 21, 2020
    Copy the full SHA
    42199d1 View commit details
    Browse the repository at this point in the history
  4. address feedback

    frankyn committed Feb 21, 2020
    Copy the full SHA
    bbb708a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7f0e33e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. address feedback

    frankyn committed Feb 25, 2020
    Copy the full SHA
    108faec View commit details
    Browse the repository at this point in the history
  2. split up unit test

    frankyn committed Feb 25, 2020
    Copy the full SHA
    79126b5 View commit details
    Browse the repository at this point in the history
  3. use guava beta annotation

    frankyn committed Feb 25, 2020
    Copy the full SHA
    505f9bc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a89ef0c View commit details
    Browse the repository at this point in the history
  5. use BetaApi from api.core

    frankyn committed Feb 25, 2020
    Copy the full SHA
    f0b5085 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. return as expected

    frankyn committed Feb 26, 2020
    Copy the full SHA
    9f5e600 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8580f5a View commit details
    Browse the repository at this point in the history
  3. address feedback pt2

    frankyn committed Feb 26, 2020
    Copy the full SHA
    9fe4358 View commit details
    Browse the repository at this point in the history
  4. address remaining feedback

    frankyn committed Feb 26, 2020
    Copy the full SHA
    8f48a15 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    615ba06 View commit details
    Browse the repository at this point in the history
  6. address one last feedback

    frankyn committed Feb 26, 2020
    Copy the full SHA
    2b56641 View commit details
    Browse the repository at this point in the history