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

[v2.0.0] Re design of the plugin #61

Merged
merged 59 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from 58 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
58a6c1a
WIP Moving tools
yoannmoinet Mar 20, 2024
97f6d6d
Move commands
yoannmoinet Mar 20, 2024
98784e6
Small tweaks
yoannmoinet Mar 20, 2024
e1b6d09
Add back missing scripts
yoannmoinet Mar 20, 2024
a735e6d
Update ignores
yoannmoinet Mar 20, 2024
9722d91
Add back workspace
yoannmoinet Mar 21, 2024
851f566
Update OSS
yoannmoinet Mar 21, 2024
9c17cd0
Indent change
yoannmoinet Mar 21, 2024
b2bcdea
Revert some updates
yoannmoinet Mar 21, 2024
b518ed0
Dedupe dependencies
yoannmoinet Mar 21, 2024
15b4e05
Update OSS
yoannmoinet Mar 21, 2024
0dc9b91
Create @datadog/build-plugins-core
yoannmoinet Mar 21, 2024
dd948bf
Create @datadog/webpack-plugin
yoannmoinet Mar 21, 2024
76396ad
Create @datadog/esbuild-plugin
yoannmoinet Mar 21, 2024
ca99fdb
Create @datadog/build-plugins-hooks
yoannmoinet Mar 21, 2024
5f6a8b0
Missing hooks dependencies
yoannmoinet Mar 21, 2024
fc937be
Create @datadog/build-plugins-tests
yoannmoinet Mar 22, 2024
b7fde8f
Update tests and configs
yoannmoinet Mar 22, 2024
b14fb2e
Update eslint
yoannmoinet Mar 22, 2024
d318bdf
Fix some types
yoannmoinet Mar 22, 2024
3a0ef33
Update configurations
yoannmoinet Mar 29, 2024
68841e4
Update configurations
yoannmoinet Mar 29, 2024
cab42f8
Running lint
yoannmoinet Mar 29, 2024
eb7aa3b
Update configs
yoannmoinet Apr 2, 2024
fd4fa55
Add turbo
yoannmoinet Apr 2, 2024
fa3505a
Move hooks back into core
yoannmoinet Apr 2, 2024
b17d569
Upgrade lint packages
yoannmoinet Apr 2, 2024
e623c26
Upgrade TS
yoannmoinet Apr 2, 2024
83c743b
Fix linting
yoannmoinet Apr 2, 2024
d1ad74d
Update global scripts and remove turbo
yoannmoinet Apr 15, 2024
b6b66b7
Add a lint job in the CI
yoannmoinet Apr 15, 2024
9d04455
Update oss
yoannmoinet Apr 15, 2024
d5e7ab1
Update oss script to remove platform and arch
yoannmoinet Apr 15, 2024
44b8ac6
Update dependencies and workspaces for tests
yoannmoinet Apr 15, 2024
96cfaa8
Fix oss script
yoannmoinet Apr 15, 2024
b2083a3
Remove esbuild pnp plugin
yoannmoinet Apr 15, 2024
183911d
Update oss
yoannmoinet Apr 15, 2024
a75829f
Update deps
yoannmoinet Apr 15, 2024
b5283a7
Update dependencies
yoannmoinet Apr 15, 2024
75eb5c9
Re-order tsconfig file
yoannmoinet Apr 16, 2024
be7f194
Fix mock builds
yoannmoinet Apr 16, 2024
8cf3d8c
Update oss
yoannmoinet Apr 16, 2024
4d7b3cf
Update webpack config
yoannmoinet Apr 16, 2024
c314e7c
Update tests
yoannmoinet Apr 16, 2024
0f109e4
Update ignore and readme
yoannmoinet Apr 17, 2024
bda78f0
Update resolver
yoannmoinet Apr 18, 2024
e602e36
Move sources under ./src folder
yoannmoinet Apr 18, 2024
bae54c6
Update mock projects
yoannmoinet Apr 18, 2024
25f2ee0
Fix oss
yoannmoinet Apr 19, 2024
d06ce11
Fix tests builds
yoannmoinet Apr 19, 2024
1b653c3
Format
yoannmoinet Apr 19, 2024
03cb31d
Use require
yoannmoinet Apr 19, 2024
de6cbe6
Fix hook test
yoannmoinet Apr 19, 2024
1aafc7f
Update TS lib to es2022 for Object.hasOwn
yoannmoinet Apr 22, 2024
fced876
Simplify "exports" entries
yoannmoinet Apr 22, 2024
6a38a9b
Minor type updates and nits
yoannmoinet Apr 22, 2024
a68577a
Update package.json with publishConfig
yoannmoinet Apr 22, 2024
8b43064
Fix publishConfig
yoannmoinet Apr 22, 2024
0bc0d61
Update package.json
yoannmoinet Apr 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dist
src/__tests__/mocks/projects
node_modules
packages/**/dist
packages/**/node_modules
Loading
Loading