Commit Graph

33 Commits

Author SHA1 Message Date
shah
67d08aae1a add udf_api_batched tests 2025-05-21 22:32:53 -07:00
Jensen Yap
da46dc4a8e
Add additional UDF tests for live API endpoints in live.yml (#121)
- Introduced multiple test cases for GET and POST methods, including batch JSON-RPC requests for Solana and Ethereum.
- Ensured assertions validate response status codes and data structure integrity.
- Enhanced coverage for API interactions to improve reliability and robustness of the deployment core.
2025-04-29 10:42:24 +09:00
Shah Newaz Khan
2651a45b7e
Stream 1175/reinstate deploy core (#120)
* add deploy/core & updated test_udf

* namespace scope macros

* remove package namespace

* add render.sql

* namespace scole apply_grants_by_schema

* add depnends_on clause for deploy/martketplace models
2025-04-16 09:18:28 -07:00
Jensen Yap
2c5d0cca67
Fix: failing tests in livequery marketplace (#117)
* fix tests
2025-03-12 15:35:15 +09:00
Shah Newaz Khan
04bc1253f7
remove models/live__allow_list (#115)
* remove models/live__allow_list

* add livequery-base

* remove live__verified_api_endpoints.csv

* Re-trigger deployment checks
2025-03-10 10:12:00 -07:00
shah
76661504d2 STREAM-1049 Pin view columns for mapping_tables 2025-03-05 15:42:00 -08:00
Shah Newaz Khan
9915e6980b
remove core models deploy (#114) 2025-02-24 22:03:59 -08:00
Jensen Yap
0d763a15cb
[STREAM-1153] add claude to marketplace (#110)
* add claude to marketplace
2025-02-24 16:49:11 +09:00
Jensen Yap
173b022b4c
Update marketplace API tests and configurations (#109)
- Exclude additional marketplace API tests due to API credit or endpoint issues
- Add pull request trigger for UDF tests
- Update various marketplace API UDFs with improvements:
  * Add version support for Alchemy NFT API
  * Update API endpoints and headers for DappRadar
  * Modify API call parameters for various services
  * Standardize NULL handling in API calls
- Update test configurations for multiple marketplace APIs to use dynamic or corrected parameters
2025-02-20 09:52:36 +09:00
Matt Romano
883675b402
add/udf_int_to_binary-and-binary-to_int (#87)
* add binary udf

* add binary to int

* name change

* return str add

* add udf tests

* udf test big int

* test name fix

* bin_to_int big int update

* add large-num

* swap int_to_binary to string sig

* int_to_binary function fix
2024-02-28 13:47:41 -08:00
WHYTEWYLL
992947a4ea
An 4358 flow live query wrapper graph ql endpoint s (#82)
* add: allday

* add: allday

* fix: config

* fixes

* readme

* topshot, and rename

* fix: set to user-agent

* rename udfs

---------

Co-authored-by: Austin <austin@flipsidecrypto.com>
2024-01-24 12:11:34 -08:00
Julius Remigio
a000ce04ad
LiveQuery udf_api support for arrays in data arg (#83) 2024-01-23 13:09:56 -08:00
Julius Remigio
793be8a78a
LiveQuery - Live view to show allowed apis (#79) 2023-12-20 09:08:13 -08:00
Julius Remigio
bca494102f
Rename overview docblock (#74) 2023-11-08 13:23:01 -08:00
Julius Remigio
31d5084cff
Fix Secrets Schema Test compile bug (#59) 2023-10-20 11:46:09 -07:00
Julius Remigio
f31e64f4bc
STREAM-674/bugs-defillama-project-vars (#55) 2023-10-18 10:50:03 -07:00
Julius Remigio
8653f7cef2
STREAM-383/STREAM-668/deploy-to-hosted-account (#54)
* - removed utils.register_secret
- add hosted profile

* - refactor project variables to use config object

* - add \n

* - uncommented code

* - update return type

* - reverted name truncation

* - change GHA workflow environments to align with dbt profiles

* - add hosted option to enviornment dropdown

* - add integration test

* Update dbt_project.yml

Add INTERNAL_DEV role to stg profile

* - fix grants
- enforce dbt target
2023-10-17 11:26:58 -07:00
Julius Remigio
6176d8de27
Udfs for managing secrets (#53) 2023-10-11 11:21:24 -07:00
Julius Remigio
04ebabb296
STREAM-649/github-actions-api (#50) 2023-09-29 13:25:47 -07:00
Jim Myers
ccbef30615
Fixes for Staking Rewards & Blockpour (#47) 2023-08-30 08:55:55 -07:00
Julius Remigio
d3c8128fb3
STREAM-347/STREAM-348/workflows-assert-success (#46) 2023-08-29 11:22:45 -07:00
Jim Myers
89c071a3b7
5 New Integrations (#45) 2023-08-25 15:34:06 -07:00
Jim Myers
e7abfe2d87
StakingRewards Integration (#38) 2023-08-15 09:48:51 -07:00
Jim Myers
5f4077015e
Integrate Reservoir and OpenSea (#37) 2023-08-14 14:57:54 -07:00
Jim Myers
d9e0dfb3c9
New partner integrations (#36) 2023-08-09 15:45:29 -07:00
Julius Remigio
f15f5fc175
STREAM-382/marketplace-tests (#33) 2023-08-08 11:51:42 -07:00
Julius Remigio
1a00e9fe86
STREAM-366/STREAM-346/refactor-function-deployment (#32) 2023-07-27 14:01:59 -07:00
Austin
040b3fdf9a
Stream 318/an 3432/stream 324/evm highl level abstractions (#24)
* - create place holder configs for high level evm abstractions

* - rename udf_config

* - fixed macro bug

* - add generic rpc_call

* - add generic evm rpc udf

* - add generic evm rpc udf

* - more DRY primitives

* WIP

* - add example udft

* - readme.MD

* - updated comments on evm primitives

* - add model to store signatures for UI

* evm abstractions

* use schema

* Squashed commit of the following:

commit df57d3309394d13407d5f4f7a1c27ab4e51ccb4e
Author: Julius Remigio <14811322+juls858@users.noreply.github.com>
Date:   Thu Jun 15 12:31:00 2023 -0700

     - remove unneeded model

* - refactor pimitives to use schema with network name

* schema fix and polygon

* - added udf_rpc to live schema
- prefixed primitives with udf_

* use crosschain table

* use sources for crosschain

* support all chains

* add network

* updated comments

* all chains

* remove map

* reorg

* remove optimism from map

* Update utils.sql

Return null instead of empty json object

* add error column

* Revert "add error column"

This reverts commit 49bc7239a4.

* Revert "Update utils.sql"

This reverts commit 1edbeef5ee.

* Update utils.sql

Return null instead of empty json object

* Revert "Update utils.sql"

This reverts commit e4c29b0932.

---------

Co-authored-by: Julius Remigio <14811322+juls858@users.noreply.github.com>
2023-06-27 11:55:30 -07:00
drethereum
bd1d06daa7
added livequery to each function example (#9) 2023-03-21 10:30:11 -06:00
drethereum
cceeb81ede
modified docs to include quicknode url (#7) 2023-03-14 17:06:27 -06:00
drethereum
cf5ac50e1e
syntax (#5) 2023-02-24 14:22:46 -07:00
drethereum
4857f87f98
add/overview-docs (#3)
* created overview documentation

* seed for api endpoints

* added api endpoints to overview

* added docs example

* spacing

* add coming soon tags
2023-02-24 14:14:52 -07:00
Eric Laurello
fa4808df16 inital setup 2023-02-09 09:52:37 -05:00