1
0
mirror of synced 2026-01-01 18:02:53 -05:00
Commit Graph

7 Commits

Author SHA1 Message Date
Brian Leonard
3125d92c82 handle null mask value (#13382)
* Don’t show mask items locally

* Handle null mask value
2022-06-01 10:36:05 -07:00
Brian Leonard
9b525b5959 Mask certain keys from GitHub output (#13242)
* Mask certain keys from GitHub output

* add more mask keys

* Read the cwd

* also handle json strings as values

* Test value

* Log at beginning of line

* Testing logs

* Use real mask values

* Handle multiple lines
2022-05-31 15:25:13 -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
h-chlor
1832c69c26 Add SonarQube to CI (#8362) 2022-01-19 18:25:43 +02:00
Maksym Pavlenok
a4be492111 🐛 Source Salesforce: 400 error for non-queryable streams (#9005) 2021-12-23 02:42:23 +02:00
Maksym Pavlenok
be2ed7d8b5 🎉 SAT: fix of stdout reading (#8743)
* update logic

* add new options

* fix unit tests

* format

* fix incorrect docker status

* remove addl options

* format

* update docs

* restore removed file

* CI should be skipped connectors without secrets
2021-12-15 16:49:54 +02:00
Maksym Pavlenok
d3b0c998b8 🎉 CI secrets: full migration to GSM (#8561)
* add python packages for CI scripts

* add tox config for all subpackages

* draft version

* init venv for scripts

* fix venv

* remove used comments

* fix run test

* change base folder

* update secret format

* update docs

* remove an unused file

* remove github secrets logic fully

* fix base_folder balue

* add functions desc
2021-12-15 15:08:46 +02:00