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

Azure adapter installer #19

Merged
merged 4 commits into from
Sep 5, 2021
Merged

Azure adapter installer #19

merged 4 commits into from
Sep 5, 2021

Conversation

Idokah
Copy link
Collaborator

@Idokah Idokah commented Aug 31, 2021

Need to supply in procees env:
SERVER_FARM_ID
USER_OBJECT_ID
to run the script, you need first to log in to azure through CLI with az login, I'll fix it in the next commit.

works now only for mysql, need to insert the enviorment variables (watch in init.js file)
need to change the login method, get params method (not process.env)
@Idokah Idokah force-pushed the azure-adapter-installer branch from abd0d17 to deb1013 Compare September 5, 2021 11:13
@Idokah Idokah merged commit 5b78c8a into master Sep 5, 2021
@Idokah Idokah deleted the azure-adapter-installer branch September 5, 2021 11:13
MXPOL pushed a commit that referenced this pull request Sep 9, 2021
* first version azure-adapter-installer

works now only for mysql, need to insert the enviorment variables (watch in init.js file)
need to change the login method, get params method (not process.env)

* add spinner

* fix test error azure

* nop
MXPOL added a commit that referenced this pull request Sep 9, 2021
* added some filter transformer functions

* firestore data provider implemenation

* minor changes to data provider

* firestore filter implementaion

* firestores data drovider refactor

* nop

* github actions (#27)

* split engine to impl, npm t will run all tests but it's possible to test a specific engine

* e2e refactor

* e2e refactor

* Azure adapter installer (#19)

* first version azure-adapter-installer

works now only for mysql, need to insert the enviorment variables (watch in init.js file)
need to change the login method, get params method (not process.env)

* add spinner

* fix test error azure

* nop

* remove travis.yml

* e2e refactor

* refactor mysql test env

* refactor postgres test env

* refactor spanner test env

* refactor sql server test env

* reduce deps on main module
changed default mysql test to 5.7

* dead code

* added mongo to docker compose

* debugging mysql build on github

* github action, changed docker pre pull of images

* docker compose fixes

* debugging github actions

* fixed warning

* debug error

* debug github build

* fixed postgres error on ci

* partial fix for build on CI

* adding spanner to CI

* split CI build task to all code and build target for each integration

* added CI target for spanner

* added CI target for mySql and sql server

* added CI target for mySql and sql server

* split ci to main target and each engine target

* split ci to main target and each engine target

* fixed warning

* adding firestore to tests

* renamed target

* removed comments

* added eslint config file

* consolidate install scripts

* fix mssql connection provider (#28)

* fix mssql connection provider

* add not connected synthetic pool

* extract notConnectedPool func to mssql_utils

* initial mongo template

* renamed main module src dir from src to lib

* eslint config file - ignore test files

* fix lint problems

* firestores data provider functions refactor

* filter transformer improvements

Co-authored-by: Idokah <[email protected]>
Co-authored-by: Noam Almog <[email protected]>
Co-authored-by: Ido <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant