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

feat: add samples #56

Merged
merged 20 commits into from Nov 13, 2020
Merged

feat: add samples #56

merged 20 commits into from Nov 13, 2020

Commits on Nov 2, 2020

  1. feat: Migrate sample and sample tests - Batch 1 of 5 (#11)

    * chore: release 0.2.0
    
    * Init samples and sample tests - Batch 1
    
    * Add pytest to nox requirements
    
    * Add dependency on library itself for testing
    
    * Address reviewer comments - 1 of 5
    
    * Add sample test resources
    
    * Revert Changelog to pre-release
    
    * Revert Changelog to pre-release (part 2)
    
    * Update tabular + GAPIC namespace (B1/5)
    
    * Update tabular + GAPIC namespace (B1/5) (part 2)
    
    * Sync to private repo (1/5)
    
    * Address requested changes
    
    * Add / assertions, timeout as a sample param
    
    * Sync with private (1/5) and address comments
    
    * Add / assert to cancel_training_pipeline_test
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    3 people committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    c37c8ef View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. feat: Migrate sample and sample tests - Batch 2 of 5 (#12)

    * chore: release 0.2.0
    
    * Init samples and sample tests - Batch 2
    
    * Address reviewer comments - 2 of 5
    
    * Drop CHANGELOG
    
    * Revert Changelog to pre-release
    
    * Update tabular + GAPIC namespace (B2/5)
    
    * Update tabular + GAPIC namespace (B2/5) (part 2)
    
    * Sync with private repo (2/5) and address comments
    
    * Add more assertions, fix tests
    
    * rename test files
    
    * addd link to node hours pricing
    
    * add init.py, fix path to import
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Ariana Bray <aribray@google.com>
    4 people committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e1c3e50 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. feat: Migrate sample and sample tests - Batch 3 of 5 (#13)

    * chore: release 0.2.0
    
    * Init samples and sample tests - Batch 3
    
    * chore: release 0.2.0
    
    * Address reviewer comments - 3 of 5
    
    * Add two extra samples + tests
    
    * Revert Changelog to pre-release
    
    * Update tabular + GAPIC namespace (B3/5)
    
    * Sync with private repo (3/5)
    
    * Add UUID to export_model sample test
    
    * remove unused variables
    
    * add no-arg wrapper function to initialize user inputs
    
    * pass environment variables for fixed resources
    
    * refactor print statement
    
    * add no-arg wrapper function to initialize user inputs
    
    * add no-arg wrapper functions to all samples
    
    * add no-arg wrapper function
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Ariana Bray <aribray@google.com>
    4 people committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    efc405f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. feat: Migrate sample and sample tests - Batch 4 of 5 (#14)

    * chore: release 0.2.0
    
    * Init samples and sample tests - Batch 4
    
    * Address reviewer comments - 4 of 5
    
    * Revert Changelog to pre-release
    
    * Update tabular + GAPIC namespace (B4/5)
    
    * Sync with private repo (4/5)
    
    * wrapped line
    
    * add explanation to test
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Ariana Bray <aribray@google.com>
    4 people committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e1e3d19 View commit details
    Browse the repository at this point in the history
  2. feat: Migrate sample and sample tests - Batch 5 of 5 (#15)

    * chore: release 0.2.0
    
    * Init samples and sample tests - Batch 5
    
    * Address reviewer comments - 5 of 5
    
    * Revert Changelog to pre-release
    
    * Update tabular + GAPIC namespace (B5/5)
    
    * Sync with private repo (5/5)
    
    * Update samples/list_model_evaluation_slices_sample.py
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    * format PredictRequest
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
    Co-authored-by: Ariana Bray <aribray@google.com>
    5 people committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b982be3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baba4f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cf1850 View commit details
    Browse the repository at this point in the history
  5. import syntax; formatter

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e798e45 View commit details
    Browse the repository at this point in the history
  6. fix sample tests

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2cea85a View commit details
    Browse the repository at this point in the history
  7. move into snippets folder

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    fca1bcc View commit details
    Browse the repository at this point in the history
  8. update samples

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    eac7dc4 View commit details
    Browse the repository at this point in the history
  9. fix sample tests

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2650a89 View commit details
    Browse the repository at this point in the history
  10. update samples

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c4bc70a View commit details
    Browse the repository at this point in the history
  11. update sample tests

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f73c825 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    647c65b View commit details
    Browse the repository at this point in the history
  13. update version

    dizcology committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    96a1dcc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    dfa2ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd277d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb1d4a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf4254 View commit details
    Browse the repository at this point in the history