-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pg15] merge: master commit dd5e8fc into pg15
Summary: Merge master commit dd5e8fc titled, [#24231] DocDB: Add 2024.2.0.0-b20 to basic upgrade tests and committed 2024-10-03T16:24:33-07:00 into pg15 * nodeLockRows.c * ExecLockRows * YB master ca7f463 replaced a chunk of code under an `if(true)` statement with `YBCHandleConflictError(erm->relation, erm->waitPolicy)` * YB pg15 04e31cf changed the `if(true)` to `if (IsYBBackedRelation(erm->relation))` * Resolution: use the condition of pg15 and the body of YB master * upgrade_test_base.h * Bottom of file * YB master commit dd5e8fc adds constant string kBuild_2024_2_0_0 and removes classes TestUpgradeFrom_2_20_2_4 and TestUpgradeFrom_2024_1_0_1. * pg15-upgrade commit 6623c35 (merged in YB pg15 8ac3e00) removed the same lines removed in the master commit, removing an extra newline, without adding the constant. * Resolution: add the new constant, take shared removal, keep the newline. Test Plan: Jenkins: urgent Reviewers: fizaa, telgersma Reviewed By: fizaa Subscribers: smishra, ybase, yql Differential Revision: https://phorge.dev.yugabyte.com/D38698
- Loading branch information
Showing
425 changed files
with
3,237 additions
and
2,334 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,83 @@ | ||
.metadata-tag-green, | ||
.metadata-tag-gray { | ||
.td-content { | ||
h1 > .tag{ | ||
margin: 0 10px; | ||
} | ||
.tag { | ||
display: inline-flex; | ||
padding: 4px 6px; | ||
font-size: 11.5px; | ||
font-weight: 500; | ||
line-height: 16px; | ||
text-transform: uppercase; | ||
vertical-align: middle; | ||
border-radius: 6px; | ||
text-decoration: none; | ||
background: #E8E9FE; | ||
color: #4F4FA4; | ||
justify-content: center; | ||
align-items: center; | ||
position: relative; | ||
top: -2px; | ||
|
||
|
||
&.early-access { | ||
background: #E8E9FE; | ||
color: #4F4FA4; | ||
} | ||
|
||
&.tech-preview { | ||
background: #ffeec8; | ||
color: #9D6C00; | ||
} | ||
|
||
&.general-availability { | ||
background: #CDEFE1; | ||
color: #097345; | ||
} | ||
|
||
|
||
&.ysql { | ||
background: #CBCCFB; | ||
color: #30307F; | ||
} | ||
|
||
&.ycql { | ||
background: #E5EDFF; | ||
color: #2B59C3; | ||
} | ||
&:hover{ | ||
text-decoration: none !important ; | ||
} | ||
} | ||
} | ||
|
||
.tag.release { | ||
font-weight: 500; | ||
font-size: 10px; | ||
line-height: 16px; | ||
text-transform: uppercase; | ||
height: 20px; | ||
color: #4e5f6d; | ||
background: #e9eef2; | ||
color: #9D6C00; | ||
display: inline-block; | ||
background: #FFEEC8; | ||
border-radius: 4px; | ||
padding: 4px 6px; | ||
padding: 2px 6px; | ||
margin: 0 6px; | ||
border: 0 !important; | ||
} | ||
|
||
.metadata-tag-green { | ||
background: #cdefe1; | ||
} | ||
&.preview { | ||
background: #FFEEC8; | ||
color: #9D6C00; | ||
} | ||
|
||
a > { | ||
.metadata-tag-green, | ||
.metadata-tag-gray { | ||
text-decoration: underline; | ||
text-decoration-color: #e9eef2; | ||
&.sts { | ||
background: #CDEFE1; | ||
color: #097345; | ||
} | ||
|
||
.metadata-tag-green { | ||
text-decoration-color: #cdefe1; | ||
} | ||
&.lts { | ||
background: #CDEFE1; | ||
color: #097345; | ||
} | ||
} | ||
|
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
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
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
Oops, something went wrong.