Ma77Ball opened a new pull request, #5152:
URL: https://github.com/apache/texera/pull/5152

   
     ### What changes were proposed in this PR?
     - Replaced `frontend/git-version.js` with `frontend/build-version.js`, 
which uses `build-number-generator` to stamp a version + timestamp build number 
instead of shelling out to `git describe`.
     - Swapped the `git-describe` devDependency for `build-number-generator`, 
and pointed the `postinstall` script at the new file.
     - Simplified `src/environments/version.ts` schema to `{ buildNumber, 
version }`, since the old `git-describe` output fields had a single consumer.
     - Renamed `DashboardComponent.gitCommitHash` to `buildNumber`, updated the 
footer label to `Build:`, and renamed the `#git-commit-id` CSS id to 
`#build-number`.
     ### Any related issues, documentation, or discussions?
     N/A
     ### How was this PR tested?
     - Ran `node build-version.js` directly and confirmed it wrote a valid 
`version.ts` with the new `buildNumber` field.
     ### Was this PR authored or co-authored using generative AI tooling?
     Co-authored with Claude Opus 4.7 in compliance with ASF


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to