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

Implement wireResource for scala 2 #175

Merged
merged 32 commits into from
Oct 21, 2021
Merged

Commits on Aug 4, 2021

  1. init work

    mbore committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    87c4e2a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. wire single resource

    mbore committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    d414d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed2768 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. add wireRec-like composition

    mbore committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    c42f895 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

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

Commits on Oct 9, 2021

  1. Refactor crimpers

    mbore committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    f4ad58c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Fix test

    mbore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    9434160 View commit details
    Browse the repository at this point in the history
  2. Rename method

    mbore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    26bfca2 View commit details
    Browse the repository at this point in the history
  3. Apply CompanionCrimper changes

    mbore committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    79f752c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a038fb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Add some tests for wireApp

    adamw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    46b3835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9888a View commit details
    Browse the repository at this point in the history
  3. Add test for IOs

    adamw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    90b60e4 View commit details
    Browse the repository at this point in the history
  4. Add factory testsx

    adamw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7e34d33 View commit details
    Browse the repository at this point in the history
  5. Failure tests with path

    adamw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2b59d75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18cbd08 View commit details
    Browse the repository at this point in the history
  7. Add support for instances

    mbore committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1373434 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d2d0d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42b5eea View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Rename

    mbore committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0d797be View commit details
    Browse the repository at this point in the history
  2. Update readme

    mbore committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    066f0a9 View commit details
    Browse the repository at this point in the history
  3. Add IO support

    mbore committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f190acd View commit details
    Browse the repository at this point in the history
  4. Updated readme

    mbore committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e71c561 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Fix typo

    mbore committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    d08ddfc View commit details
    Browse the repository at this point in the history
  2. change package name

    mbore committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    cd9266a View commit details
    Browse the repository at this point in the history
  3. Add subtype test case

    mbore committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    5a04285 View commit details
    Browse the repository at this point in the history
  4. Updated readme

    mbore committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    4e42834 View commit details
    Browse the repository at this point in the history
  5. Fix name

    mbore committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    4232a19 View commit details
    Browse the repository at this point in the history
  6. Add support for subtyping

    mbore committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    4b70ca2 View commit details
    Browse the repository at this point in the history
  7. Add tagging example

    mbore committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    2bb2a00 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. change package name

    mbore committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    53cdea2 View commit details
    Browse the repository at this point in the history
  2. Add subtype test for resource

    mbore committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0446fc3 View commit details
    Browse the repository at this point in the history