Skip to content
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

feat: ability to upload any amount of items #293

Merged
merged 34 commits into from
Feb 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
ca47aaa
feat: ability to upload any amount of pods
IgorShadurin Dec 6, 2023
1c20597
feat: unlimited pods list
IgorShadurin Dec 11, 2023
3f584d0
refactor: upgraded version of fairos and bee
IgorShadurin Jan 2, 2024
a6fee00
feat: unlimited directories and files
IgorShadurin Jan 2, 2024
e88a258
Merge branch 'master' into feat/290-increase-limits
IgorShadurin Jan 2, 2024
da1cabe
feat: fairos tests runs in parallel with nodejs
IgorShadurin Jan 2, 2024
ad2473f
refactor: set a bee version to 1.13.0 for tests
IgorShadurin Jan 3, 2024
fa5cfd5
refactor: add --without-bees for the fdp-play
IgorShadurin Jan 8, 2024
145293d
fix: fixed recursive data reading
IgorShadurin Jan 12, 2024
804a35a
fix: removed --without-bees flag
IgorShadurin Jan 12, 2024
be0e14d
fix: using the correct variable name in the runner
IgorShadurin Jan 12, 2024
9e59e7d
refactor: puppeteer headless
IgorShadurin Jan 12, 2024
bbfce1b
feat: install chrome for puppeteer
IgorShadurin Jan 12, 2024
1612a2b
feat: install chrome for puppeteer
IgorShadurin Jan 12, 2024
ab3d73c
feat: install chrome for puppeteer
IgorShadurin Jan 12, 2024
ceda802
feat: puppeteer config
IgorShadurin Jan 15, 2024
bce4b94
feat: puppeteer config
IgorShadurin Jan 15, 2024
706c990
feat: puppeteer config
IgorShadurin Jan 15, 2024
830e8ff
feat: puppeteer config
IgorShadurin Jan 15, 2024
f6f4a91
feat: puppeteer config
IgorShadurin Jan 15, 2024
a79cc0f
feat: puppeteer config
IgorShadurin Jan 15, 2024
62791b2
feat: puppeteer config
IgorShadurin Jan 15, 2024
14596ac
feat: puppeteer config
IgorShadurin Jan 15, 2024
34e68f5
feat: puppeteer config
IgorShadurin Jan 15, 2024
77d73d1
feat: puppeteer config
IgorShadurin Jan 15, 2024
7ef0727
feat: puppeteer config
IgorShadurin Jan 15, 2024
a21aa97
refactor: disable delete fairos tests
IgorShadurin Jan 18, 2024
55a833e
refactor: removed logs
IgorShadurin Jan 19, 2024
4592e44
refactor: removed comments
IgorShadurin Jan 19, 2024
511fa9c
feat: v2 migration
tomicvladan Feb 21, 2024
3cd1389
test: v2 migration tests
tomicvladan Feb 22, 2024
0731b06
chore: readme update
tomicvladan Feb 22, 2024
657fc1a
feat: data migration improvement
tomicvladan Feb 22, 2024
f06dbc7
test: additional v2 migration test
tomicvladan Feb 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: puppeteer config
  • Loading branch information
IgorShadurin committed Jan 15, 2024
commit 62791b2d7ac0f137e85824c9741f5805c55f5fa0
2 changes: 2 additions & 0 deletions puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// const { executablePath } = require('puppeteer')
// eslint-disable-next-line no-console
// console.log('process.env.PUPPETEER_EXEC_PATH', executablePath)
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { join } = require('path')
/**
* @type {import("puppeteer").Configuration}
*/
Expand Down
Loading