-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
96105: sql: add logic test for function dropped by DROP OWNED BY r=chengxiong-ruan a=chengxiong-ruan With DROP FUNCTION supported in declarative schema changer, DROP OWNED BY can now drop functions. Epic: None Release note: None 96113: asof: fix internal error on AOST expression requiring normalization r=ajwerner a=msirek Fixes #95604 This adds missing normalization of AS OF SYSTEM TIME expressions. Without normalization, some expressions such as range conditions may result in an internal error. Release note (bug fix): This patch fixes internal errors which may occur on some AS OF SYSTEM TIME expressions. 96121: workflow: Cluster UI autopublishing configuration fixes r=nathanstilwell a=nathanstilwell Using action `actions/setup-node@v3` we need to provide specific configuration for the internally generated `.npmrc`. This commit sets `registry-url` and `always-auth` to be explicit and changes the environment variable `NPM_TOKEN` to `NODE_AUTH_TOKEN` since this is what the action uses internally to set the auth token. I'm also switching back to using `npm` to publish as the setup-node action uses Yarn2 internally which can not read npm configuration and must have its own `.yarnrc.yml` generated. A couple more improvements were made (since I was here), - Add explicit output when a package should be published - Check for the existence of a git tag before creating one (to prevent duplicates) - Adds `--ignore-scripts` option to publish command to prevent duplicate builds. Test publish - [Publish Cluster UI Pre-release #73](https://github.com/cockroachdb/cockroach/actions/runs/4027917363) (published [23.1.0-publishtest.0](https://www.npmjs.com/package/`@cockroachlabs/cluster-ui/v/23.1.0-publishtest.0)` and created [tag](https://github.com/cockroachdb/cockroach/releases/tag/%40cockroachlabs%2Fcluster-ui%4023.1.0-publishtest.0)) Epic: none Release note: None Co-authored-by: Chengxiong Ruan <[email protected]> Co-authored-by: Mark Sirek <[email protected]> Co-authored-by: Nathan Stilwell <[email protected]>
- Loading branch information
Showing
6 changed files
with
52 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters