Skip to content

Commit

Permalink
Merge branch 'cassandra-4.1' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Jan 10, 2023
2 parents baca1dd + da5ec9a commit 386bf78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Merged from 3.11:
* Creating of a keyspace on insufficient number of replicas should filter out gosspping-only members (CASSANDRA-17759)
* Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907)
Merged from 3.0:
* Add to the IntelliJ Git Window issue navigation links to Cassandra's Jira (CASSANDRA-18126)
* Avoid anticompaction mixing data from two different time windows with TWCS (CASSANDRA-17970)
* Do not spam the logs with MigrationCoordinator not being able to pull schemas (CASSANDRA-18096)
* Fix incorrect resource name in LIST PERMISSION output (CASSANDRA-17848)
Expand Down
10 changes: 10 additions & 0 deletions ide/idea/vcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
<component name="IssueNavigationConfiguration">
<option name="links">
<list>
<IssueNavigationLink>
<option name="issueRegexp" value="CASSANDRA-(\d+)" />
<option name="linkRegexp" value="https://issues.apache.org/jira/browse/CASSANDRA-$1" />
</IssueNavigationLink>
</list>
</option>
</component>
</project>

0 comments on commit 386bf78

Please sign in to comment.