* init * bad copy/paste * move to top level * Revert "move to top level" This reverts commitaca3534d38. * attempt to wire up connector builder frontend to server * copy from octaviacli * fix connection to builder server * update * delete * Update * delete python-version * Revert "delete python-version" This reverts commitf9258a7755. * setup python * install python * rename * kube stuff * Install python * missing kube file * rename * Update files * Update bumpversion * install python * try with different entrypoint * rename container * point to docker-compose.yaml file * derp * copy acceptance_test.sh * copy from acceptance tests * delete cruft * update * remove application env * reset * reset to master * update * skip comprehensive incremental tests * Revert "skip comprehensive incremental tests" This reverts commit9cee657596. * reset to master * remove cruft * readme * readme * save * buncha stuff * it works * improvements * comment * codesnippet * delete superfluous steps * update port to 8003 * reset to master * Update publish docker * move openapi spec to airbyte-connector-builder * point to openapi spec * dont expose the connector builder to localhost * reset FE components to master * Don't deploy the connector-builder * Revert "Don't deploy the connector-builder" This reverts commit3d157494cf. * Revert "Revert "Don't deploy the connector-builder"" This reverts commitbeac3d48f0. * comment out more things related to connector builder server * more attempts at removing the connector builder * comment out more things * Update airbyte-connector-builder/README.md Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com> * fixes * rename gradle task * save * copyright header * Apply suggestions from code review Co-authored-by: Lake Mossman <lake@airbyte.io> * Update airbyte-webapp/src/config/configProviders.ts Co-authored-by: Lake Mossman <lake@airbyte.io> * update * rename * indent * Revert "move openapi spec to airbyte-connector-builder" This reverts commit57dda04723. * Revert "rename" This reverts commitb2d802b8fa. * Revert "Revert "rename"" This reverts commit91db24fd4a. * point to wrong file in case it fixes the build * point to right openapi file * Revert "Revert "move openapi spec to airbyte-connector-builder"" This reverts commite46a837454. * point to moved file * fix path * Update from master * newline * Add failing test * Revert "Add failing test" This reverts commited9fea09b5. * comment * update commented requires * Add a comment * comments * save * formatting is for losers anyways * pyproject * toml * toml * saved * nice * anothaone * fmt * fixmypy * fix autogen notice header location * improvecomment * save working branch * fmt * delete license and disable caching * removeyaml * fix merge and uncomment flakeCheck * undo css change * fix typo * format * enable CORS * move template to backend server * try adding connector builder server to 'generate-docker' task to see if it fixes CI * try adding buildDockerImage task * try adding gradle.properties * Revert "try adding buildDockerImage task" This reverts commit2102009ddb. * Revert "try adding connector builder server to 'generate-docker' task to see if it fixes CI" This reverts commit40b5ae0fcd. * process detail in apiOverride * fix gradle * fix scrollbars * Run connector builder server tests and static analysis from a docker container (#19495) * Revert "try adding buildDockerImage task" This reverts commit2102009ddb. * Revert "try adding connector builder server to 'generate-docker' task to see if it fixes CI" This reverts commit40b5ae0fcd. * missing file * build airbyte-connector-builder-server image * Add . * comment * build connector builder server as part of octavia_cli * build connector builder too * patch * missing file * comment * comment * run unit tests in a container * Run integration tests * run * move to platform build * format * rootdir * get the path from the project * Update * pyproject * delete a bunch of code * parameterize * run tests * update * rename * comment * reset * uncomment * dont format * run everything except isort * delete dead code * Revert "delete dead code" This reverts commitb11df716a0. * comment * Update module * reset to master * mount in home * commit formatted files * try running format * Better comment * reset * Revert "reset" This reverts commit20808f8262. * Update buildSrc/src/main/groovy/airbyte-python-docker.gradle Co-authored-by: Sherif A. Nada <snadalive@gmail.com> * comment * Add everything except build and hidden directories * symlink * Update airbyte-connector-builder-server/run_format.sh Co-authored-by: Sherif A. Nada <snadalive@gmail.com> * Update airbyte-connector-builder-server/run_tests.sh Co-authored-by: Sherif A. Nada <snadalive@gmail.com> Co-authored-by: Sherif A. Nada <snadalive@gmail.com> Co-authored-by: Alexandre Girard <alexandre@airbyte.io> Co-authored-by: sherifnada <snadalive@gmail.com> Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>
8 lines
96 B
Python
8 lines
96 B
Python
#
|
|
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
def test_test():
|
|
assert True
|