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

merge #10

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
1a55182
Boilerplate is ready
hiteshkr759 Sep 27, 2023
cfff3f7
INit Commit
hiteshkr759 Sep 28, 2023
d8c1148
aal are valid changes
hiteshkr759 Sep 28, 2023
af8a401
All Are Valid Changes
hiteshkr759 Sep 30, 2023
87cd659
all are stable
hiteshkr759 Oct 2, 2023
e504116
fix
hiteshkr759 Oct 7, 2023
55b9dea
added the static file
hiteshkr759 Oct 7, 2023
1bafb55
api path resolved
hiteshkr759 Oct 8, 2023
6b3d0ea
added env file
hiteshkr759 Oct 8, 2023
3de32d3
all are valid chnages
hiteshkr759 Oct 8, 2023
0b4da5d
ui added
hiteshkr759 Oct 8, 2023
9ab4622
chnages are valid
hiteshkr759 Oct 9, 2023
d10bf3e
all are in sync
hiteshkr759 Oct 11, 2023
5024940
very much stable
hiteshkr759 Oct 11, 2023
d91d56d
ok
hiteshkr759 Oct 11, 2023
0c908a7
ui aadded
hiteshkr759 Oct 11, 2023
0a70d85
Added the Pagination
hiteshkr759 Oct 13, 2023
72ceab2
init commit
hiteshkr759 Oct 24, 2023
913f1bd
Changes are valid
hiteshkr759 Oct 27, 2023
5463de6
Index Chasge
hiteshkr759 Oct 29, 2023
82e18b9
Init Changes
hiteshkr759 Oct 29, 2023
96ed082
Order download issue
hiteshkr759 Oct 29, 2023
bedeb44
File is downloaded
hiteshkr759 Oct 29, 2023
1d0de6a
Added the script
hiteshkr759 Oct 29, 2023
bd629bf
Added Innit
hiteshkr759 Oct 29, 2023
3a0de41
Added
hiteshkr759 Oct 29, 2023
169efdb
adf
hiteshkr759 Oct 29, 2023
4437aa0
Changes are valid
hiteshkr759 Oct 29, 2023
f7f441c
Order is changes
hiteshkr759 Oct 29, 2023
f036160
try puppter
hiteshkr759 Oct 29, 2023
d53ab72
added nest puppter
hiteshkr759 Oct 29, 2023
d81ab7a
Init cache dded
hiteshkr759 Oct 29, 2023
adeeb23
tr
hiteshkr759 Oct 29, 2023
7a0bc80
g
hiteshkr759 Oct 29, 2023
6706302
k
hiteshkr759 Oct 29, 2023
5d05659
h
hiteshkr759 Oct 29, 2023
cf8b534
init
hiteshkr759 Oct 29, 2023
bdd831e
init
hiteshkr759 Oct 29, 2023
96b241d
hi
hiteshkr759 Oct 29, 2023
117635c
aaded action yml
hiteshkr759 Oct 29, 2023
2f9940f
ddd
hiteshkr759 Oct 29, 2023
c707b13
as
hiteshkr759 Oct 29, 2023
04f0b7e
sdf
hiteshkr759 Oct 29, 2023
666afea
added
hiteshkr759 Oct 29, 2023
e80088f
xvb
hiteshkr759 Oct 29, 2023
8b7beae
EX File provide
hiteshkr759 Oct 29, 2023
a34422f
restore
hiteshkr759 Oct 29, 2023
c94dc6c
all are valid changes
hiteshkr759 Nov 12, 2023
b8392df
all are valid
hiteshkr759 Nov 13, 2023
a2c6952
all good
hiteshkr759 Nov 13, 2023
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
19 changes: 19 additions & 0 deletions .puppeteerrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const {join} = require('path');
const { executablePath } = require('puppeteer');
// console.log('TRYING TO FETCH BROWSER')
// let revisionInfo = await browserFetcher.download('884014');

/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
// Changes the cache location for Puppeteer.
// cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
///tmp/hiteshkr759-starter-nestjs/.cache/puppeteer/chrome/linux-118.0.5993.70
///tmp/hiteshkr759-starter-nestjs/.cache/puppeteer/chrome/linux-118.0.5993.70/chrome-linux64/chrome
// executablePath: 'tmp/hiteshkr759-starter-nestjs/.cache/puppeteer/chrome/linux-118.0.5993.70/chrome-linux64/chrome',
headless: 'new',
ignoreDefaultArgs: ['--disable-extensions'],
// downloadBaseUrl : 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing',
//args: ["--no-sandbox", "--disabled-setupid-sandbox"],
};
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
steps:
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
id: setup-chrome
- run: |
echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }}
${{ steps.setup-chrome.outputs.chrome-path }} --version
1 change: 1 addition & 0 deletions client/137.a0ced7232ea22332.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/194.1cff12e6bbb4b29a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/208.27f61af9abf00fd8.js

Large diffs are not rendered by default.

Loading