b398106238
Update CODEOWNERS ( #751 )
2021-07-23 10:49:04 +02:00
Jamie Hewitt
2602c75f18
Fixing spelling mistakes ( #753 )
2021-07-22 08:05:07 -07:00
1c60322c53
bump ocean.js to v0.16.6 ( #750 )
2021-07-22 16:04:23 +02:00
4ec23c882f
WalletConnect updates ( #749 )
...
* bump @walletconnect/web3-provider to v1.5.0-rc.7
* bump web3 to v1.4.0
* proper wallet logout
* listen to chainChanged instead of networkChanged
* restores network switching for WalletConnect
* fix wallet switching
* get and set initial chainId
* walletconnect modal visual fixes
2021-07-22 15:16:15 +02:00
Bogdan Fazakas
15b947bb3f
Check maximum datatoken to receive for pool priced assets in compute and consume ( #627 )
...
* check the maximum available datatoken to receive before buy compute or consume
* added previous order check in disable buy button logic when max dt in pool is bellow 1 datatoken
* fixed lint errors
* hide seccond message if one of the assets in compute has low liquidity
2021-07-22 13:04:55 +02:00
claudiaHash
117c3af5f1
Download ordered asset with forever timeout multiple times ( #739 )
...
* redownload ordered asset with forever timeout
* update check
2021-07-16 17:46:59 +03:00
Norbi
de519f4969
Fix datasets algorithm is allowed to run on returning nothing ( #738 )
2021-07-15 16:46:14 +02:00
cdedfafca2
bump ocean.js to v0.16.5 ( #734 )
...
* bump ocean.js to v0.16.5
* manual package-lock fix
2021-07-14 10:58:23 +02:00
claudiaHash
bb40ef3764
fix visual algo download error ( #732 )
2021-07-13 16:32:04 +03:00
7d4cb0e87c
fixes for unknown networks ( #725 )
...
* fixes for unknown networks
* hack in native token symbol
2021-07-13 16:22:19 +03:00
mihaisc
b9bd6a3a25
add fileinfo fetching ( #697 )
...
Signed-off-by: mihaisc <mihai@work.localdomain>
Co-authored-by: mihaisc <mihai@work.localdomain>
2021-07-12 15:56:23 +02: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
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
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
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
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
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
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
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
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
Jamie Hewitt
e26ed0e81a
Issue 582 market rbac integration ( #597 )
...
* adding env for RBAC server url to app.config.js
* creating util function for requesting auth from the rbac server
* fixing typing error
* testing rbac request on homepage
* removing console logs
* importing RBAC url from config file
* creating develpment .env file
* return true if no rbac url env is set
* creating permissions parent component
* wrapping homepage content in permission element
* wrapping publish in permissions wrapper
* wrapping search results in permissions wrapper
* wrapping asset actions in permissions element
* creating an error alert for permission denied
* updating react hook dependency
* passing address to rbac component
* sedning address to RBAC server
* wrapping asset in permission component
* removing unused import of Permission component
* sending request based on address
* chaning default permission case to restrict access
* updating eventType as consume
* Adding loader icon while waiting form permission response
* only sending request to RBAC if address is defined
* adding wallet connection info message
* changing the env name and checking for undefined
* updating .env.development
* Check for undefined RBAC_URL in permissions component
* removing .env.development and updating .env.example
* updating .env.example comment
* switching alert messages and reducing return statements
* removing console.log message
* fixing linting issue
* Revert "fixing linting issue"
This reverts commit 8bcb80be3d
.
* Fixing linting errors
* pull from origin main
* Revert "pull from origin main"
This reverts commit 9535e41a5f
.
2021-06-10 12:06:26 +03:00
claudiaHash
b1d8a77895
Update file metadata from provider ( #631 )
...
* get file metadata from provider
* get file metadata without a wallet connected
* unused import deleted
* get file metadata from provider
get file metadata without a wallet connected
unused import deleted
* loader added
* lint fix
* loaded added on file icon
* fileMetadata empty object init
* lint error fixed, deleted unused imports
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
2021-06-10 11:39:24 +03:00
claudiaHash
f5e01d7c0c
Display compute jobs history tab for a successful job ( #652 )
...
* selected tab added
* preselect and display compute jobs history
* defaultIndex prop used
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
2021-06-08 14:35:06 +03:00
mihaisc
1560c69239
Revert "Fix assets in purgatory not displayed" ( #647 )
...
* Revert "Fix assets in purgatory not displayed (#646 )"
This reverts commit f759757a1d
.
* fix asset purgatory
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-06-07 14:24:51 +03:00
Norbi
f759757a1d
Fix assets in purgatory not displayed ( #646 )
...
* don't show loading component if pageTitle is an empty string
* fix lint errors
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-06-07 12:36:44 +03:00
fc6f611ac0
Merge pull request #617 from oceanprotocol/feature/package-updates
...
Bump all non-gatsby dependencies / npm v7
2021-06-04 14:34:09 +02:00
claudiaHash
f73191ef1a
Remove price.isConsumable from elastic query ( #639 )
...
* price.isConsumable removed from query
* subgraph query updated
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
2021-06-04 13:23:18 +02:00
mihaisc
e0f8104d07
add web3 in package-lock
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-06-04 14:19:51 +03:00
ece07927f6
more package updates
2021-06-04 11:51:13 +02:00
729bc5d998
update docs
2021-06-04 11:43:51 +02:00
3ff9fe4a68
add nvmrc with Node.js v16
2021-06-04 11:43:51 +02:00
53639e6839
disable storybook test runs for now
2021-06-04 11:43:51 +02:00
4dd11fd0f0
ethereumjs-abi lockfile fix
2021-06-04 11:43:51 +02:00
b5d58267c0
ethereum-blockies lockfile fix
2021-06-04 11:43:51 +02:00
508564ec03
more package updates, lock graphql, fresh package-lock
2021-06-04 11:43:51 +02:00
b516e95879
prettier formatting updates
2021-06-04 11:43:47 +02:00
feed5dd2d1
react-markdown code updates
2021-06-04 11:42:33 +02:00
de2e4e8fae
package cleanup and updates
2021-06-04 11:42:33 +02:00
306ff5833a
ESLint config updates
2021-06-04 11:42:32 +02:00