Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • hive/denser
1 result
Show changes
Commits on Source (5)
......@@ -8,7 +8,7 @@ stages:
variables:
# Variables required by Common CI jobs
CI_COMMON_JOB_VERSION: 'b2ff9f5a48bc8fb379c66ec4e7907ea1e796ff1b'
CI_COMMON_JOB_VERSION: '5a291802a3fef7ca756bfb3f3c07c23cbe523c48'
DOCKER_BUILDER_TAG: '$CI_COMMON_JOB_VERSION'
DOCKER_DIND_TAG: '$CI_COMMON_JOB_VERSION'
IMAGE_REMOVER_TAG: '$CI_COMMON_JOB_VERSION'
......@@ -17,7 +17,7 @@ variables:
include:
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
- project: 'hive/common-ci-configuration'
ref: b2ff9f5a48bc8fb379c66ec4e7907ea1e796ff1b # develop
ref: 5a291802a3fef7ca756bfb3f3c07c23cbe523c48 # develop
file: '/templates/docker_image_jobs.gitlab-ci.yml'
.docker_build_template:
......
......@@ -26,7 +26,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.1",
"@tanstack/react-query": "^4.36.1",
"http-errors": "^2.0.0",
......
......@@ -30,7 +30,7 @@
"@hive/ui": "*",
"@hiveio/content-renderer": "^2.1.1",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.1.1",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......
......@@ -45,7 +45,7 @@ test.describe('Notifications Tab in Profile page of @gtg', () => {
// Skip this test due to move to the non existing page
// Issue: https://gitlab.syncad.com/hive/denser/-/issues/449
test.skip('Click the first three notifications and move to specific page', async ({ page }) => {
test('Click the first three notifications and move to specific page', async ({ page }) => {
let postPage = new PostPage(page);
let commentPage = new CommentViewPage(page);
......@@ -78,15 +78,25 @@ test.describe('Notifications Tab in Profile page of @gtg', () => {
firstNotificationTypeAPI == 'mention' ||
firstNotificationTypeAPI == 'vote'
) {
await profilePage.page.waitForSelector(postPage.articleBody['_selector']);
// await profilePage.page.waitForSelector(postPage.articleBody['_selector']);
const firstSelectorResolvedPromiseResult = await Promise.race([
profilePage.page.waitForSelector(postPage.articleBody['_selector']),
profilePage.page.waitForSelector(page.getByText('Sorry! This page does not exist')['_selector'])
]);
await expect(profilePage.page.url()).toContain(firstNotificationUrlAPI);
}
if (firstNotificationTypeAPI == 'reply' || firstNotificationTypeAPI == 'reply_comment') {
await profilePage.page.waitForSelector(commentPage.getMainCommentAuthorData['_selector']);
const firstSelectorResolvedPromiseResult = await Promise.race([
profilePage.page.waitForSelector(commentPage.getMainCommentAuthorData['_selector']),
profilePage.page.waitForSelector(page.getByText('Sorry! This page does not exist')['_selector'])
]);
await expect(profilePage.page.url()).toContain(firstNotificationUrlAPI);
}
if (firstNotificationTypeAPI == 'follow') {
await profilePage.page.waitForSelector(profilePage.profileInfo['_selector']);
const firstSelectorResolvedPromiseResult = await Promise.race([
profilePage.page.waitForSelector(profilePage.profileInfo['_selector']),
profilePage.page.waitForSelector(page.getByText('Sorry! This page does not exist')['_selector'])
]);
await profilePage.page.waitForTimeout(5000);
if (await profilePage.userHasNotStartedBloggingYetMsg.isVisible())
await expect(await profilePage.userHasNotStartedBloggingYetMsg.textContent()).toContain(
......
......@@ -2,7 +2,7 @@ import Big from 'big.js';
import { AccountHistory } from '@/wallet/store/app-types';
import { makeBitMaskFilter, operationOrders } from '@hiveio/dhive/lib/utils';
import moment from 'moment';
import { TWaxApiRequest, RcAccount } from '@hiveio/wax/web';
import { TWaxApiRequest, RcAccount } from '@hiveio/wax';
import { hiveChainService } from '@transaction/lib/hive-chain-service';
const chain = await hiveChainService.getHiveChain();
......
......@@ -28,7 +28,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.2",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......
......@@ -37,7 +37,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.1",
"@tanstack/react-query": "^4.36.1",
"http-errors": "^2.0.0",
......@@ -88,7 +88,7 @@
"@hive/ui": "*",
"@hiveio/content-renderer": "^2.1.1",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.1.1",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......@@ -163,7 +163,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.2",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......@@ -949,9 +949,9 @@
"link": true
},
"node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240510204534",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240510204534.tgz",
"integrity": "sha1-cU/CQa8gPYJNy1YmPRR7C5FsJPM=",
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
......@@ -991,12 +991,12 @@
}
},
"node_modules/@hiveio/hb-auth": {
"version": "0.0.1-stable.240515114949",
"resolved": "https://gitlab.syncad.com/api/v4/projects/429/packages/npm/@hiveio/hb-auth/-/@hiveio/hb-auth-0.0.1-stable.240515114949.tgz",
"integrity": "sha1-wSN5EV+i1QNZLCC1ntD73gvu1Kw=",
"version": "0.0.1-stable.240605130732",
"resolved": "https://gitlab.syncad.com/api/v4/projects/429/packages/npm/@hiveio/hb-auth/-/@hiveio/hb-auth-0.0.1-stable.240605130732.tgz",
"integrity": "sha1-rhvvFBn/mx18xem5EzxsIZ8n/84=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240510204534",
"@hiveio/wax": "0.3.8-stable.240514120640",
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"@hiveio/wax": "0.3.8-stable.240604171105",
"comlink": "^4.4.1",
"idb": "^7.1.1"
}
......@@ -1079,11 +1079,11 @@
"integrity": "sha512-v70BMOco+pNr/LE6ttAAMTdPZcL/DbSD9s652LufM5osDQrlY8dwGLPUak9hTDdDOmwZY2cVQ5vFYxjMqLfykw=="
},
"node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240514120640",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240514120640.tgz",
"integrity": "sha1-vSopozTPm5U7tEbGLtaonjlNj/w=",
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240510204534",
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
......@@ -1100,12 +1100,12 @@
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"node_modules/@hiveio/workerbee": {
"version": "0.4.1-240603153808",
"resolved": "https://gitlab.syncad.com/api/v4/projects/452/packages/npm/@hiveio/workerbee/-/@hiveio/workerbee-0.4.1-240603153808.tgz",
"integrity": "sha1-qcKcTkWgdBukyHMEr7lAbb4D/CQ=",
"version": "0.4.1",
"resolved": "https://gitlab.syncad.com/api/v4/projects/452/packages/npm/@hiveio/workerbee/-/@hiveio/workerbee-0.4.1.tgz",
"integrity": "sha1-R6VyFMiKjVgJKOuQrih672LvWEk=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240510204534",
"@hiveio/wax": "0.3.8-stable.240514120640",
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"@hiveio/wax": "0.3.8-stable.240604171105",
"events": "^3.3.0",
"rxjs": "^7.8.1"
},
......@@ -22315,9 +22315,9 @@
"dependencies": {
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hb-auth": "^0.0.1-stable.240515114949",
"@hiveio/hb-auth": "^0.0.1-stable.240605130732",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@tanstack/react-query": "^4.36.1",
"change-case": "^5.4.3",
"cors": "^2.8.5",
......@@ -22394,8 +22394,8 @@
"@hive/smart-signer": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/workerbee": "^0.4.1-240603153808",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hiveio/workerbee": "^0.4.1-240607082855",
"secure-random": "^1.1.2",
"set-interval-async": "^3.0.3",
"speakingurl": "^14.0.1"
......@@ -22420,7 +22420,7 @@
"@hive/tailwindcss-config": "*",
"@hive/tsconfig": "*",
"@hiveio/hivescript": "^1.3.1",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
......
......@@ -9,9 +9,9 @@
"dependencies": {
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hb-auth": "^0.0.1-stable.240515114949",
"@hiveio/hb-auth": "^0.0.1-stable.240605130732",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@tanstack/react-query": "^4.36.1",
"change-case": "^5.4.3",
"cors": "^2.8.5",
......
......@@ -10,8 +10,8 @@
"@hive/smart-signer": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/workerbee": "^0.4.1-240603153808",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hiveio/workerbee": "^0.4.1-240607082855",
"secure-random": "^1.1.2",
"set-interval-async": "^3.0.3",
"speakingurl": "^14.0.1"
......
......@@ -12,7 +12,7 @@
"@hive/tailwindcss-config": "*",
"@hive/tsconfig": "*",
"@hiveio/hivescript": "^1.3.1",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
......