Bogdan Fazakas
1da3214599
fixed bookmark prices
2021-07-12 11:35:12 +03:00
Bogdan Fazakas
11b7146812
added back apollo typings until we can get all of them using graphql codegen
2021-07-09 11:36:43 +03:00
Bogdan Fazakas
d250da3eab
update oceanJS to 0.16.4 replaced ddo type from any to DDO
2021-07-08 10:57:40 +03:00
Bogdan Fazakas
339b4238e6
merged multinetwork into poc-urql
2021-07-08 10:42:03 +03:00
Norbert
89e683d840
Merge branch 'main' into feature/multinetwork
2021-07-08 10:21:04 +03:00
Bogdan Fazakas
34ab37f592
fixed highest liquidity price, and prices for assets with pool and free asset
2021-07-08 01:07:12 +03:00
mihaisc
ae26afccfb
fetch by chainId instead of networkId ( #717 )
2021-07-07 06:52:56 -07:00
mihaisc
bea4f46c9a
posible fix ( #715 )
2021-07-07 06:01:08 -07:00
Bogdan Fazakas
4fbac1e2e0
merged multinetwork into poc-urql
2021-07-07 11:08:39 +03:00
Norbert
fa4c3a10ee
Merge branch 'main' into feature/multinetwork
2021-07-07 10:09:28 +03:00
Norbi
4e0bc09f8c
Adapt Aquarius queries to chainId ( #667 )
...
* wip
* get latest assets from multiple networks
* updated queryMetadata function in components
* added new multinetwork aquarius api
* Use ddo chainId for AssetType inside teaser
* added chainId filter to queries from home page
* put chainId query string in parenthesis
* search filter by chainIds
* updated getDoo and getAssetName functions
* removed logs and fixed lint errors
* updated get published assets query
* adapted bookmarks aquarius call to multinetwork
* removed temporary ddo
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-07-07 09:45:20 +03:00
mihaisc
3798d80a4d
Global search bar ( #690 )
...
* move search bar
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update search bar
Signed-off-by: mihaisc <mihai@oceanprotocol.com>
* add enter event
Signed-off-by: mihaisc <mihai@oceanprotocol.com>
* fix lint
* small button fixes
* add padding, change media width to rem
* remove comments
2021-07-06 04:55:10 -07:00
Kris Liew
675da0836f
bump ocean.js v0.16.2, ocean.assets.isConsumable implementation to disable buy button and display relevant message ( #463 )
...
* Implement ocean.assets.isConsumable
* Fix accountId from useWeb3() returning lower case on switching metamask account (allow/deny list)
* Update Ocean.js version v0.16.2 and package-lock.json
* Fix datePublished error on validate-remote
Co-authored-by: KIANLAU <kian_yee.lau@daimler.com>
Co-authored-by: Kris (SJ) <39853992+soonjing@users.noreply.github.com>
2021-07-06 14:51:37 +08:00
Bogdan Fazakas
3fe133e55f
remove not used scripts
2021-07-06 01:21:35 +03:00
Bogdan Fazakas
2e9a1cd147
added codegen config file
2021-07-06 01:10:28 +03:00
Bogdan Fazakas
04b89ddd35
replaced introspection generation with graphql codegen
2021-07-06 01:09:51 +03:00
Bogdan Fazakas
8d50eb92c0
merged multinetwork into poc-urql
2021-07-05 14:27:43 +03:00
Norbert
60addda1cc
Merge branch 'main' into feature/multinetwork
2021-07-02 13:48:26 +03:00
Bogdan Fazakas
c6c502188a
Merge pull request #517 from oceanprotocol/issue510-match-providers-algo-dataset
...
Match dataset providers with private algorithms providers
2021-07-02 13:22:29 +03:00
Bogdan Fazakas
5de2a6e330
remove apollo typings and generate schema using urql
2021-07-02 09:44:24 +03:00
Norbert
00c61f2de6
added bsc to supported chainIds
2021-07-01 15:38:08 +03:00
Norbert
5fddeb66c1
fixed lint error
2021-07-01 15:07:50 +03:00
Norbi
14f2f2a747
Merge branch 'main' into feature/multinetwork
2021-07-01 14:44:21 +03:00
Kris Liew
1c4ba145bb
Edit Advance Settings (updateMetadata() v3 workaround solution for free pricing) ( #692 )
...
* v3 update metadata workaround
2021-07-01 14:52:10 +08:00
da23e9f3a0
bump ocean.js, support more networks ( #701 )
...
* bump ocean.js
* fix frontpage empty views
* package-lock fix
* hook dependencies are fun
* bump ocean.js
* network tweaks
* add more chains to user preferences
2021-06-30 10:32:09 +03:00
Bogdan Fazakas
1ceb0f6158
fixed lint errors
2021-06-29 09:37:12 +03:00
Bogdan Fazakas
127d31d729
fixed issues after merge of main branch
2021-06-29 09:20:35 +03:00
Bogdan Fazakas
b0356f559c
Merge branch 'main' into issue510-match-providers-algo-dataset
2021-06-29 00:08:45 +03:00
Norbi
c81a986261
Fix refetch data token orders ( #700 )
...
* refetch token orders inside getJobs
* removed logs
* don't use Time component for Finished column if date is undefined
* removed logs
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-06-28 12:47:56 +03:00
6f1abcbb1e
output MarketStats again
2021-06-25 10:48:48 +02:00
Norbi
31ee1aab98
Pool statistics graph shows two sets of data when switching tabs ( #696 )
...
* removed compose previous data with new data
* removed unused states
* fix refetch multiple times for same block number
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-06-25 10:34:39 +02:00
Bogdan Fazakas
eeeb34fada
added query context for price fetching based on assets chainId
2021-06-25 10:50:56 +03:00
Jamie Hewitt
00bce63b8d
Adding advanced documentation ( #687 )
...
* Creating advance documentation file
* adding descriptions of advance features
* fixing small issues
* update RBAC instructions
* update RBAC instructions
* integrating feedback
* reorder example env vars, document in place
* integrating feedback
* additional instructions on RBAC settings
* fixing contents links
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-06-22 12:16:27 +02:00
Bogdan Fazakas
5e45fff361
wip replace apollo with urql
2021-06-22 08:52:49 +03:00
mihaisc
04d505da42
remove fileInfo check, cleanup ( #689 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-06-16 18:49:40 +02:00
Kris Liew
e02babf2c2
[EPIC] Free Pricing ( #681 )
...
* Free Pricing Option at create Pricing (#621 )
* Free Pricing Option + env var toggle
* Create Pricing step msg
* Default 'allowFreePricing' to true temp for review
* Fix price 0 on free tab
* Attempt fix useSiteMetadata
* Fix linting
* Feature/free price support consume compute (#654 )
* Update fetch free price
* Feedback change UI remove 0's
* update button msg && fix
* compute algorithm list show 'Free' instead of '0'
* updateMetadata() v3 workaround solution for free pricing (#677 )
* compute algorithm list show 'Free' instead of '0'
* workaround editMetaData free price
* utils function for compute & download
* `allowFreePricing` default to false
2021-06-16 09:32:11 +08:00
claudiaHash
eb8c6afb62
Search issues fix ( #641 )
...
* search by addresses
* search by asset id
* logs deleted
* search query updated
* search query updated
* search terms differentiated
* asset id hack
* id search hack removed
* restore lock file
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove SearchQuery return type
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* refine query, add relevance sort
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove old comments
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove white spaces from search term endings
* fix filter by type
* wip on filter with empty search text
* sort by relevance fix
* linting errors fix
* lint fixes
* comment sort by relevance
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lint
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* search by owner and tags fix
* lint err fix
* fix search
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-06-15 16:46:49 +03:00
Norbi
6ed92c0bfd
covert timeout before display ( #682 )
...
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-06-15 14:30:01 +03:00
a017ad219d
move network metadata into a hook
2021-06-14 20:04:44 +02:00
88bead1474
activate isAssetNetwork check
2021-06-14 15:37:59 +02:00
63bfe43c5b
merge fix
2021-06-14 15:34:21 +02:00
30174e1a84
Merge branch 'main' into feature/multinetwork
2021-06-14 15:17:33 +02:00
Norbi
88c94f6ce9
Fix buy asset button ( #537 )
...
* fixed button turning to Download on unsuccessful buy
* removed console.log
* fixed multiple error message displayed bug
* return if error on buying datatoken
* verify orderId value
* added try catch block for asset.order in consume hook
* added checkPreviousOrders also when compute ends with error
* bumped oceanjs lib to 0.15.0
* fixed lint errors
* show loading while consume
* fixed wrong timeout validation
* updated package-lock from main
Co-authored-by: Norbi <katunanorbert@gmai.com>
Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
2021-06-14 15:13:10 +02:00
2f4f53ae2a
Menu refactor ( #672 )
...
* layout flow and space saving tinkering
* different tactic
* different minimal network name
* next layout flow iteration
* move chains preference into its own action
* mobile view tweaks
* more network icons
* fix and clean up ocean token metadata
* refactor and clean up Chains component
* naming cleanup
2021-06-14 15:05:16 +02:00
Norbi
3a4851132d
Show the list of data sets an algorithm is allowed to run on ( #579 )
...
* WIP
* UI changes
* get and display datasets on both compute and consume
* new component for datasets that algorithm can run compute job on
* AssetSelection className refactor
* added internal link to AssetSelection
* show loading page when changing asset
* Component and asset title UI update
* created new component for dataset list
* removed unnecessary changes
* updated link margin
* prettier fix
* merge fix
* another fix
Co-authored-by: Norbi <katunanorbert@gmai.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-06-14 14:37:03 +02:00
Bogdan Fazakas
e8033687fb
Put back in place removed docker hub image check ( #642 )
...
* Put back removed docker hub image check using proxy
* fixed lint errors
* update scroll so in case of docker image validation error the input fields are in viewport
2021-06-14 14:10:12 +02:00
Kris Liew
4fc5862654
Edit Advance Settings form for Edit Credentials & edit isOrderDisabled Flag ( #655 )
...
* #638 Initial design
* #638 fix import and get value from env file
* #638 Fix UI
* #638 Improved UI
* #638 Add deny credential and isOrderDisabled
* UI update
* Fix lint
* Attempt fix issue
* Revert "Attempt fix issue"
This reverts commit e3d916fe61
.
* Extract default credential type
* Fix complexity issue
* Fix complexity issue
* Fix typo error
* Enhance UI
* Enhance Credentials Component UI
* Reduce duplication
* Revert "Reduce duplication"
This reverts commit e3bf6b4a2a
.
Co-authored-by: KY Lau <kian_yee.lau@daimler.com>
2021-06-14 15:47:31 +08:00
ea15f20cac
mock ddo.chainId response
2021-06-11 15:43:59 +02:00
8ac4f59dee
temporary ddo.chainId typing
2021-06-11 15:35:28 +02:00
Norbi
064bb2fd69
Change bookmarks and migration ( #675 )
...
* changed bookmark structure to list of dids
* fixed add, remove bookmark
* wip
* fixed type error and migration
* remove logs
* fix lint error
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-06-11 16:01:44 +03:00