FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dialogflow: remove unused samples + tests by Strykrol · Pull Request #3249 · GoogleCloudPlatform/python-docs-samples · GitHub

dialogflow: remove unused samples + tests - #3249

Merged
tmatsuo merged 19 commits into
GoogleCloudPlatform:masterfrom
Strykrol:snippetcleanup
Apr 23, 2020
Merged

dialogflow: remove unused samples + tests #3249
tmatsuo merged 19 commits into
GoogleCloudPlatform:masterfrom
Strykrol:snippetcleanup

Conversation

Strykrol commented Apr 1, 2020

Copy link
Copy Markdown
Contributor

No description provided.

Strykrol requested review from a team, nnegrey, sirtorry and telpirion as code owners April 1, 2020 20:00
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 1, 2020
tmatsuo added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 23, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 23, 2020
tmatsuo added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 23, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 23, 2020

tmatsuo commented Apr 23, 2020

Copy link
Copy Markdown
Contributor

@Strykrol Here is the lint output:

./document_management.py:34:1: E302 expected 2 blank lines, found 1
def create_document(project_id, knowledge_base_id, display_name, mime_type,
^
./document_management.py:73:1: E305 expected 2 blank lines after class or function definition, found 1
if __name__ == '__main__':
^
./document_management.py:113:42: W292 no newline at end of file
                        args.content_uri)                                         ^
./knowledge_base_management.py:70:66: W292 no newline at end of file
        create_knowledge_base(args.project_id, args.display_name)                                                                 ^

Copy link
Copy Markdown
Contributor Author

Got it, fixing...

tmatsuo added kokoro:run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Apr 23, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 23, 2020

tmatsuo commented Apr 23, 2020

Copy link
Copy Markdown
Contributor

A flake filed: #3490
Restarting the build

tmatsuo added kokoro:run Add this label to force Kokoro to re-run the tests. and removed kokoro:run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Apr 23, 2020
tmatsuo merged commit cc2e237 into GoogleCloudPlatform:master Apr 23, 2020

tmatsuo commented Apr 23, 2020

Copy link
Copy Markdown
Contributor

@Strykrol Thanks! It's finally merged :)

Copy link
Copy Markdown
Contributor Author

Thank you for taking it to the finish line!

Strykrol deleted the snippetcleanup branch April 28, 2020 17:29
busunkim96 pushed a commit to busunkim96/dialogflow-python-client-v2 that referenced this pull request Nov 30, 2020
…rm/python-docs-samples#3249)

* dialogflow: delete unused samples and corresponding tests for context management

* dialogflow: delete unused samples and corresponding tests for detecting intent with model selection

* dialogflow: delete unused samples for document management

* dialogflow: clean up document management whitespace

* dialogflow: delete unused samples for entity management

* dialogflow: delete tests for deleted entity management samples

* dialogflow: delete tests for deleted document  management samples

* dialogflow: delete unused samples and corresponding tests for entity type management

* dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management

* dialogflow: delete unused samples and corresponding tests for knowledge base management

* flake8 lints

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
busunkim96 pushed a commit to googleapis/python-dialogflow that referenced this pull request Dec 9, 2020
…rm/python-docs-samples#3249)

* dialogflow: delete unused samples and corresponding tests for context management

* dialogflow: delete unused samples and corresponding tests for detecting intent with model selection

* dialogflow: delete unused samples for document management

* dialogflow: clean up document management whitespace

* dialogflow: delete unused samples for entity management

* dialogflow: delete tests for deleted entity management samples

* dialogflow: delete tests for deleted document  management samples

* dialogflow: delete unused samples and corresponding tests for entity type management

* dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management

* dialogflow: delete unused samples and corresponding tests for knowledge base management

* flake8 lints

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
telpirion pushed a commit that referenced this pull request Jan 18, 2023
* dialogflow: delete unused samples and corresponding tests for context management

* dialogflow: delete unused samples and corresponding tests for detecting intent with model selection

* dialogflow: delete unused samples for document management

* dialogflow: clean up document management whitespace

* dialogflow: delete unused samples for entity management

* dialogflow: delete tests for deleted entity management samples

* dialogflow: delete tests for deleted document  management samples

* dialogflow: delete unused samples and corresponding tests for entity type management

* dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management

* dialogflow: delete unused samples and corresponding tests for knowledge base management

* flake8 lints

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
dandhlee pushed a commit that referenced this pull request Feb 6, 2023
* dialogflow: delete unused samples and corresponding tests for context management

* dialogflow: delete unused samples and corresponding tests for detecting intent with model selection

* dialogflow: delete unused samples for document management

* dialogflow: clean up document management whitespace

* dialogflow: delete unused samples for entity management

* dialogflow: delete tests for deleted entity management samples

* dialogflow: delete tests for deleted document  management samples

* dialogflow: delete unused samples and corresponding tests for entity type management

* dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management

* dialogflow: delete unused samples and corresponding tests for knowledge base management

* flake8 lints

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
telpirion pushed a commit that referenced this pull request Mar 13, 2023
* dialogflow: delete unused samples and corresponding tests for context management

* dialogflow: delete unused samples and corresponding tests for detecting intent with model selection

* dialogflow: delete unused samples for document management

* dialogflow: clean up document management whitespace

* dialogflow: delete unused samples for entity management

* dialogflow: delete tests for deleted entity management samples

* dialogflow: delete tests for deleted document  management samples

* dialogflow: delete unused samples and corresponding tests for entity type management

* dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management

* dialogflow: delete unused samples and corresponding tests for knowledge base management

* flake8 lints

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
vchudnov-g pushed a commit to googleapis/google-cloud-python that referenced this pull request Sep 20, 2023
…rm/python-docs-samples#3249)

* dialogflow: delete unused samples and corresponding tests for context management

* dialogflow: delete unused samples and corresponding tests for detecting intent with model selection

* dialogflow: delete unused samples for document management

* dialogflow: clean up document management whitespace

* dialogflow: delete unused samples for entity management

* dialogflow: delete tests for deleted entity management samples

* dialogflow: delete tests for deleted document  management samples

* dialogflow: delete unused samples and corresponding tests for entity type management

* dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management

* dialogflow: delete unused samples and corresponding tests for knowledge base management

* flake8 lints

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL