-
Notifications
You must be signed in to change notification settings - Fork 16
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
Google sheets to v3 #423
base: managed-adapter
Are you sure you want to change the base?
Google sheets to v3 #423
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7b0ba6 - Browse repository at this point
Copy the full SHA a7b0ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c74c25 - Browse repository at this point
Copy the full SHA 3c74c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11e8d4 - Browse repository at this point
Copy the full SHA b11e8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f05be - Browse repository at this point
Copy the full SHA f6f05beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b0a2a - Browse repository at this point
Copy the full SHA 42b0a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2faa0 - Browse repository at this point
Copy the full SHA 6c2faa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e360a9 - Browse repository at this point
Copy the full SHA 6e360a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ef057 - Browse repository at this point
Copy the full SHA 56ef057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8dd8c - Browse repository at this point
Copy the full SHA 0d8dd8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff754b9 - Browse repository at this point
Copy the full SHA ff754b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1383741 - Browse repository at this point
Copy the full SHA 1383741View commit details -
Configuration menu - View commit details
-
Copy full SHA for be6312e - Browse repository at this point
Copy the full SHA be6312eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ede3d0 - Browse repository at this point
Copy the full SHA 9ede3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dfd55b - Browse repository at this point
Copy the full SHA 0dfd55bView commit details -
implementing errors spi (#365)
* implementing errors spi * wip * added some tests * wip * changed 400 to 500 * applied pr commesnts * wip * use data test support * fix duplicate item insert test * lint Co-authored-by: Ido Kahlon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7af57b1 - Browse repository at this point
Copy the full SHA 7af57b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e7f8e - Browse repository at this point
Copy the full SHA c8e7f8eView commit details -
New Collection SPI implementation (#354)
* feat: new collection related types * refactor: collection spi update * feat: list all collection in the new format * feat: getColumnCapabilitiesFor implementation in MySql * feat: new type and interface methods * feat: new collection implementations * feat: changeColumn mysql implementation * feat: new collection routes * feat: some of the functions of the class will be optional * feat: stream collection api * test: expect to the right things * feat: give subtype to field type * test: new collection e2e tests * feat: clear cache when refreshing * tests: delete collection test * feat: new column compare function and tests * test: extract some function in class * refactor: rename function in schema utils * style: some lint fixes * style: some lint fixes * style: some lint fixes * refactor: extracted function from schema provider * test: new tests for schema utils * test: remove unsupported field types from gen * refactor: deleted old schema routes * test: disable schema hooks test * test: disabled test * test: refactor some tests * refactor: delete old schema functions * refactor: extract some internal logic to function * refactor: removed schemas tests * refactor: schema import names * test: schema hooks tests rename and skip * refactor: lint fixes + extract collection types to a new file * lint fixes after rebase * test: new collection update test - change type * fix: added collection name to catch in change type * Change float default precision (#380) * new number column - float ,mysql float- percision (15,2) * fix unit tests * test: moved some tests Co-authored-by: Ido Kahlon <[email protected]> Co-authored-by: Ido Kahlon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7551fa3 - Browse repository at this point
Copy the full SHA 7551fa3View commit details -
Capabilities property in collection object (#381)
* feat: capabilities property in collection object * refactor: some refactors * refactor: refactors based on review * refactor: some refactors based on reviews * refactor: rename some variables and methods
Configuration menu - View commit details
-
Copy full SHA for b111339 - Browse repository at this point
Copy the full SHA b111339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82865d0 - Browse repository at this point
Copy the full SHA 82865d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0b9a2 - Browse repository at this point
Copy the full SHA 1c0b9a2View commit details -
Support queries on nested fields (MySQL) (#393)
* query validator, check only field name exists without nested fields * add support for queries on nested fields in mysql * can use any operator on object * add data e2e test * update columnCapabilities for object
Configuration menu - View commit details
-
Copy full SHA for 726d785 - Browse repository at this point
Copy the full SHA 726d785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5b866 - Browse repository at this point
Copy the full SHA 3e5b866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 271e8d5 - Browse repository at this point
Copy the full SHA 271e8d5View commit details -
Collection and field capabilities tests refactor (#396)
* refactor: extract ColumnsCapabilities to capabilities file * test: accurate matchers * refactor: extracted some types to a dedicated types file * refactor: some refactors based on code review
Configuration menu - View commit details
-
Copy full SHA for 3198cfb - Browse repository at this point
Copy the full SHA 3198cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f66e396 - Browse repository at this point
Copy the full SHA f66e396View commit details -
Errors v3 add e2e tests (#399)
* add some data errors, data e2e for error handling * not supported by collection * fix query_validator test
Configuration menu - View commit details
-
Copy full SHA for 7da6fa5 - Browse repository at this point
Copy the full SHA 7da6fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eee646 - Browse repository at this point
Copy the full SHA 5eee646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11982d6 - Browse repository at this point
Copy the full SHA 11982d6View commit details -
New properties in CollectionCapabilities and FieldCapabilities (#398)
* fix: removed some unsupported ops from readwriteOps * feat: new collection capabilities properties * fix: added the missing properties
Configuration menu - View commit details
-
Copy full SHA for 2313637 - Browse repository at this point
Copy the full SHA 2313637View commit details -
* wip * wip * all tests pass * added postgres to workflows/main.yaml * lint fixs * fixed aggregations * added nested fields query support * applied pr changes * fixed postgres data provider * removed redundant code * added nested fields filter unit test
Configuration menu - View commit details
-
Copy full SHA for 71d59c0 - Browse repository at this point
Copy the full SHA 71d59c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0eb90 - Browse repository at this point
Copy the full SHA ca0eb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1991e - Browse repository at this point
Copy the full SHA cd1991eView commit details -
* remove comments from e2e setup/teardown, factory, replace createApp in e2e_resources * fix typo * mssql schema to V3 * lint * fix schema_translator * add sort,skip, limit to aggregate * upsert mssql * mssql upsert, change insert one by one to bulk insert * lint * fix sql_schema_translator * fix schema, activate CI, workspace, etc. * mssql errors to v3 * extractColumnName * collectionCapabilities after rebase * uncomment mssql cleanup
Configuration menu - View commit details
-
Copy full SHA for 4d3f7ad - Browse repository at this point
Copy the full SHA 4d3f7adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4fc22e - Browse repository at this point
Copy the full SHA e4fc22eView commit details -
* e2e env * schema * return subtype with schema * aggregate, upsert * support nested queries * partially error handling * add to ci * add default value for upsert
Configuration menu - View commit details
-
Copy full SHA for f5d60a0 - Browse repository at this point
Copy the full SHA f5d60a0View commit details -
* feat: new capabilities file * feat: new capabilities property in the schema list * fix: fixed the types in mongo_schema_provider * feat: upsert insert implementation * feat: aggregate implementation * feat: enable query nested fields * feat: new supported ops and test * test: enable mongo tests on github cli * fix: updated mssql supported ops * refactor: some changes according to the review * test: new supported operations * test: spanner supported ops update
Configuration menu - View commit details
-
Copy full SHA for 5b85442 - Browse repository at this point
Copy the full SHA 5b85442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0ce45 - Browse repository at this point
Copy the full SHA 6f0ce45View commit details
Commits on Feb 22, 2023
-
* read data hooks v3 * e2e read operations before refactoring * inert, update e2es * remove, truncate, error handling * custom, service context * fix postgres offset without having * lint * renaming, refactoring * refactor payload
Configuration menu - View commit details
-
Copy full SHA for 7f02071 - Browse repository at this point
Copy the full SHA 7f02071View commit details -
* dynamo schema * dynamo capabilities * always readwrite * lint * support upsert * support nested queries * lint * error handling * CI * refactor collectionDataFor * pr comments applied
Configuration menu - View commit details
-
Copy full SHA for 39dee13 - Browse repository at this point
Copy the full SHA 39dee13View commit details -
* data e2e passes * some cleanups * added firestore to main.yaml and workspace.json * applied pr comments * removed test.only * Update libs/external-db-firestore/src/firestore_schema_provider.ts Co-authored-by: Max Polsky <[email protected]> * fixed lint error --------- Co-authored-by: Max Polsky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 141cf61 - Browse repository at this point
Copy the full SHA 141cf61View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 879cf77 - Browse repository at this point
Copy the full SHA 879cf77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da944b - Browse repository at this point
Copy the full SHA 2da944bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c6cd0 - Browse repository at this point
Copy the full SHA 19c6cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd36c9 - Browse repository at this point
Copy the full SHA 1fd36c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d3a7a - Browse repository at this point
Copy the full SHA 81d3a7aView commit details