1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Commit Graph

8 Commits

Author SHA1 Message Date
Octavia Squidington III
4b3e0f52bc fix: tools/code-generator/Dockerfile to reduce vulnerabilities (#16502)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-LIBTIRPC-2975614
- https://snyk.io/vuln/SNYK-ALPINE315-NCURSES-2952568
- https://snyk.io/vuln/SNYK-ALPINE315-NCURSES-2952568
- https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2434420
- https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-09-08 15:40:24 -07:00
Brian Leonard
c302af45ff Upgrade to Python 3.9 (#11763)
* Dockerfile to 3.9

* Python version

* More python updates

* 3.9 on GitHub actions and lint updates

* Test out 3.9.11 on GitHub actions

* install python with an action

* formatting: newline

* Also has python code

* only check first level for changed modules
Previous example (source-google-search-console/credentials)

* Test failure: there is no logger.trace
2022-04-11 20:51:37 -07:00
Maksym Pavlenok
61b0e9e196 🎉 Single py checker (#10246) 2022-02-21 14:01:42 +02:00
girarda
7f6dd9b6fc Fix build by updating broken tests and freezing MarkupSafe version (#10468)
* freeze version

* fix test

* Fix another test
2022-02-18 18:18:16 -08:00
LiRen Tu
c873898f47 Fix datamodel_code_generator exception in connector build (#9894)
* Try python 3.7

* Use black 21.12b0

* Add comment

* Update comment

* Remove unused imports from template
2022-01-29 22:08:56 -08:00
Augustin
f6a42f67ee Use python:3.10-slim in code-generator (#8647) 2021-12-09 09:18:41 +01:00
Jared Rhizor
0609011e05 fix connector base versioning (#2726)
* fix connector base versioning

* only run integration tests in non-bases directories

* upgrade datamodel-code-generator which coincidentally has already fixed this issue with generating List of Lists

* bump forgotten hubspot version

* fix build
2021-04-02 22:46:06 -07:00
Jared Rhizor
e1d7add50a mostly incremental builds (#817)
* support cached builds for base -> base-java -> snowflake

* use plugin for image building

* fix matching on COPY from

* remove docker.gradle

* tmp commit

* update connectors

* finish rest of build files

* fix ide errors

* more build fixes

* clean up

* clean up for new soruces

* fix spotless

* fix flake problems

* add recommended empty file

* python caching

* fixes upon review

* clean up docker and build test files

* clean up python

* clean up

* fix integration test dependencies

* fix standard tests

* fix

* remove symlink

* re-add requirements to fix normalizatioon build

* fix symlink

* fix dumbest build problem of all

* add missing integration test def

* fix missing dep

* remove class exclusion

* move trim so null source versions are allowed

* rename map

* fix hardcoded value

* remove unnecessary dep

* use dashes for salesforce package name

* fix typo

* DRY and fix test image name

* Fix edit

* assert string is not empty

* build integration test image only for integrationTest

* move code generator to tools and rename docker build tasks

* make source test depend on integration test build, not the other way

* remove guard because the docker build should exist before the integrationtest is applied

* remove comment

* DRY up airbyte-source-test

* fix plugin compilation

* add missing dependency

* rename getTaggedImage to getDevTaggedImage

* fix test vs main docker build bug
2020-11-09 11:00:11 -08:00