Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seanlandsman/ag-grid-vue3-test-cases
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ag-grid/ag-grid-tests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 5 commits
  • 335 files changed
  • 1 contributor

Commits on Jan 9, 2025

  1. Copy the full SHA
    d5adaee View commit details
  2. Copy the full SHA
    95e555c View commit details

Commits on Jan 14, 2025

  1. Add wait

    seanlandsman committed Jan 14, 2025
    Copy the full SHA
    92c86dc View commit details

Commits on Jan 15, 2025

  1. Copy the full SHA
    0c14ab1 View commit details

Commits on Feb 21, 2025

  1. update

    seanlandsman committed Feb 21, 2025
    Copy the full SHA
    22f3437 View commit details
Showing 335 changed files with 1,758 additions and 1,611 deletions.
Binary file removed .DS_Store
Binary file not shown.
24 changes: 22 additions & 2 deletions .idea/vue3-use-cases.iml

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

11 changes: 8 additions & 3 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
#!/usr/bin/env bash

for subDirectory in ./packages/*;
for subDirectory in ./vue3/*;
do
cd $subDirectory
cp ../../update.sh .
rm -rf node_modules
# npm i --no-package-lock --registry http://52.50.158.57:4873
npm i --no-package-lock
npm i --no-package-lock --registry http://52.50.158.57:4873
if [ $? -ne 0 ];
then
pwd
exit 1
fi
./update.sh
if [ $? -ne 0 ];
then
pwd
exit 1
fi
cd ../..
done
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": ["packages/*"],
"packages": [
"vue3/*"
],
"registry": "http://52.50.158.57:4873",
"command": {
"bootstrap": {
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -10,9 +10,10 @@
"scripts": {
"bootstrap": "npx lerna bootstrap --no-ci",
"build": "npx lerna run build",
"update-grid-deps": "node versionModules.js `node getLatestGridDep.js` x",
"update-grid-deps": "node versionModules.js `node getLatestGridDep.js`",
"start-server": "nohup http-server -p 8085 . > http.log 2>&1 & echo $! > pid",
"stop-server": "kill -9 `cat pid` 2> /dev/null",
"test": "npx playwright test --reporter=list"
"test": "npx playwright test --reporter=list",
"init": "npm run update-grid-deps && npm run bootstrap"
}
}
Binary file removed packages/.DS_Store
Binary file not shown.
16 changes: 0 additions & 16 deletions packages/AG-10731-editor-getvalue-done/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/AG-11495-rowdata-done/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/AG-11760-header-expose-done/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/AG-11760-header-support-done/update.sh

This file was deleted.

12 changes: 0 additions & 12 deletions packages/AG-13735-class-instances-rowdata/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/AG-13735-class-instances-rowdata/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/AG-6753-reactive-rowdata-options-done/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/AG-7343-urql-failure-done/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/simple-md/update.sh

This file was deleted.

41 changes: 0 additions & 41 deletions packages/simple-v-model-reactivity/src/test.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/simple-v-model-reactivity/update.sh

This file was deleted.

41 changes: 0 additions & 41 deletions packages/simple-vue3-grid/src/test.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/simple-vue3-grid/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/ts-testcase/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/zd35354-row-data-reactivity/update.sh

This file was deleted.

16 changes: 0 additions & 16 deletions tbd/aligned-grids/package.json

This file was deleted.

Loading