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

Feature: Customizable Operations #1647

Merged
merged 17 commits into from
Sep 2, 2022
Merged

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    3e9cf67 View commit details
    Browse the repository at this point in the history
  2. update: CHANGELOG.next.toml

    Velfi committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9cedc99 View commit details
    Browse the repository at this point in the history
  3. update: RFC0017

    Velfi committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    da24b9f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. fix: clippy lints

    Velfi committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9ef1c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c602c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    eb9dd16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96dd7e View commit details
    Browse the repository at this point in the history
  3. update: CHANGELOG.next.toml refs

    remove: unnecessary build.gradle.kts change
    add: missing copyright headers
    Velfi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0ff7ce1 View commit details
    Browse the repository at this point in the history
  4. format: run kotlin formatter

    Velfi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    bf21257 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    7a96dd5 View commit details
    Browse the repository at this point in the history
  2. fix: use fully qualified Result type in FluentClientGenerator

    update: add IntelliJ idea folder to .gitignore
    update: use nullable type instead of optional in GenericsGenerator
    update: use clearer naming and types in GenericsGenerator
    add: fancy formatter for generic type parameters
    update: use new type param formatter for customizable op generics
    Velfi committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    cd70b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    039add4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43375f2 View commit details
    Browse the repository at this point in the history
  5. refactor: remove RetryPolicy trait in favor of passing it into the Fl…

    …uentClientGenerator directly
    Velfi committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2dc6229 View commit details
    Browse the repository at this point in the history
  6. add: Unit to RustType

    update: use Unit instead of "()"
    update: RustSymbolFormatter to handle RustTypes
    add: tests for rustTypeParameters
    Velfi committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8628478 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. remove: unused methods for GenericsGenerator

    add: tests for GenericsGenerator
    update: tests for rustTypeParameters
    add: docs for GenericsGenerator
    refactor: rustInline to be rustInlineTemplate. Now, it can template, and won't trim input
    update: code per PR comments
    Velfi committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    eca1296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ddbe7f View commit details
    Browse the repository at this point in the history