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

Re-revert: Skunkworks: Upload Lighthouse Scores to Atlas #83

Merged
merged 39 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
267083d
upload-lighthouse
mmeigs May 16, 2024
694c9b8
lighthouse
mmeigs May 16, 2024
5182105
install
mmeigs May 16, 2024
45e7bea
types and bundle
mmeigs May 16, 2024
bbbd645
remove dotenv import
mmeigs May 16, 2024
f8f1e3b
new action, packaged
mmeigs May 16, 2024
d9948fb
json
mmeigs May 16, 2024
a923be8
change target, module, and moduleResolution
mmeigs May 16, 2024
1773376
rebundle with new logs
mmeigs May 16, 2024
66c72e0
babel
mmeigs May 16, 2024
4fb42fb
module
mmeigs May 16, 2024
1529e1f
ar
mmeigs May 16, 2024
8d7943f
new packaged
mmeigs May 17, 2024
e20a304
allow forward
mmeigs May 17, 2024
a60e5dc
package new reading
mmeigs May 20, 2024
d5194da
upload reports
mmeigs May 20, 2024
ce04805
close db, use correct properties to get average
mmeigs May 20, 2024
9c34056
re-package
mmeigs May 20, 2024
27d9548
use summary
mmeigs May 20, 2024
895cd39
typing
mmeigs May 20, 2024
31ed6be
repackage
mmeigs May 20, 2024
202b99c
clean up old logic
mmeigs May 20, 2024
1d95371
repackage
mmeigs May 20, 2024
47245e8
lint and fix extra complications
mmeigs May 20, 2024
e25ca4e
attempt at making code more DRY
mmeigs Jun 10, 2024
527de38
format
mmeigs Jun 10, 2024
eff3dd0
packaged
mmeigs Jun 10, 2024
6876510
clean
mmeigs Jun 10, 2024
1389f16
packaged
mmeigs Jun 10, 2024
fbd97dd
add extra averages
mmeigs Jun 12, 2024
c88c1b8
lint
mmeigs Jun 12, 2024
d08a8c1
revert tsconfig, package
mmeigs Jun 17, 2024
cc819c5
lint
mmeigs Jun 17, 2024
592ae76
show context
mmeigs Jun 17, 2024
feae5ac
linting
mmeigs Jun 17, 2024
2d5d071
use new msg, time
mmeigs Jun 17, 2024
aeef02a
iso date
mmeigs Jun 17, 2024
d73e963
remove type module
mmeigs Jun 18, 2024
4c2dc47
remove package.json
mmeigs Jun 18, 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
119 changes: 49 additions & 70 deletions dist/build-artifact/index.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have the diffs here if no change in tsconfig?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great question: two possible answers. I had "type": "module" in the package.json. I've just removed that.

Also, couuuld be the upgrade of mongodb, but most likely it's the statement above.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^ I think it was both? I removed "type": "module" and deleted all the extra package.jsons that had been created for that. So, I have to believe its the mongodb upgrade? Nothing else is different.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like that did the trick 👍 only certain bundles are updated with version / license updates only

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/build-artifact/package.json

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

Loading
Loading