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

Python code generation for protobufs and gRPC #6974

Merged
merged 43 commits into from
Jan 18, 2019
Merged

Python code generation for protobufs and gRPC #6974

merged 43 commits into from
Jan 18, 2019

Commits on Dec 18, 2018

  1. grpcio plugin

    Marcin Podolski committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    1c38554 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Merge branch 'master' of https://github.com/xainag/pants into feature…

    …/grpcio-plugin
    Marcin Podolski committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    2844c65 View commit details
    Browse the repository at this point in the history
  2. grpcio plugin

    Marcin Podolski committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d90b428 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. code examples

    Marcin Podolski committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    8582964 View commit details
    Browse the repository at this point in the history
  2. additional dependencies

    Marcin Podolski committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    4e26aab View commit details
    Browse the repository at this point in the history
  3. fixing CI checks

    Marcin Podolski committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    010678d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. fixing formatting

    Marcin Podolski committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    0c6ae32 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    1e9cfda View commit details
    Browse the repository at this point in the history
  2. fixing formatting

    Marcin Podolski committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    6d9df88 View commit details
    Browse the repository at this point in the history
  3. fixing formatting with isort

    Marcin Podolski committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    7dfe494 View commit details
    Browse the repository at this point in the history
  4. added exception for temporal workdir

    Marcin Podolski committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    d91c90d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. relative path fix + isort

    Marcin Podolski committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    ff55fa8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    e441f09 View commit details
    Browse the repository at this point in the history
  3. formatting issues

    Marcin Podolski committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    a8fca0b View commit details
    Browse the repository at this point in the history
  4. formatting issues

    Marcin Podolski committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    ecabf00 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    e9a19ef View commit details
    Browse the repository at this point in the history
  2. changed grpcio library version + merge

    Marcin Podolski committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    22e3da6 View commit details
    Browse the repository at this point in the history
  3. changed grpcio library version

    Marcin Podolski committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    0233ce3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    64a4960 View commit details
    Browse the repository at this point in the history
  5. changed grpcio library version

    Marcin Podolski committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    d762814 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    95776c3 View commit details
    Browse the repository at this point in the history
  2. another grpcio library version

    Marcin Podolski committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    a8bee49 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4d60d2e View commit details
    Browse the repository at this point in the history
  2. another grpcio library version

    Marcin Podolski committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    362d83d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. additional platforms added to pex creation + updated headers

    Marcin Podolski committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    4183c7d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    34b69eb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. updated examples

    Marcin Podolski committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7819e2f View commit details
    Browse the repository at this point in the history
  2. rewritten code to use PythonToolBase

    Marcin Podolski committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    c777bd2 View commit details
    Browse the repository at this point in the history
  3. isort command executed

    Marcin Podolski committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7c75cb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. removed transitive targets calculation + tests

    Marcin Podolski committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    45ca951 View commit details
    Browse the repository at this point in the history
  2. package movement into grpcio/python

    Marcin Podolski committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    9d4e3ee View commit details
    Browse the repository at this point in the history
  3. isort executed

    Marcin Podolski committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    99c61ab View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    93d1cd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. refactor

    Marcin Podolski committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    011d098 View commit details
    Browse the repository at this point in the history
  2. changed grpcio version down to 1.16.1 - just to check if checks will …

    …pass
    Marcin Podolski committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    e6d0963 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    70017b1 View commit details
    Browse the repository at this point in the history
  4. back to recent version

    Marcin Podolski committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    66889d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. checking PEX_VERBOSE=9 in .travis.yml

    Marcin Podolski committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    60e09d4 View commit details
    Browse the repository at this point in the history
  2. removed Python3 syntax

    Marcin Podolski committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    9763f05 View commit details
    Browse the repository at this point in the history
  3. fix for failing tests

    Marcin Podolski committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    35c7c7a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. another fix test

    Marcin Podolski committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    6893a87 View commit details
    Browse the repository at this point in the history
  2. removed verbosity from build

    Marcin Podolski committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    66bbc96 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/pantsbuild/pants into fea…

    …ture/grpcio-plugin
    Marcin Podolski committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    f09d717 View commit details
    Browse the repository at this point in the history