d0458abdb321a48771631278e3b09dd7aa4e2edc | Author: Yash Ladha <yash@yashladha.in>
| 2022-03-25 08:28:43+01:00
generate valid KEYSPACE / MATERIALIZED VIEW for CQL for views
patch by Yash Ladha; reviewed by Benjamin Lerer for CASSANDRA-17266
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
6d7b0a10796cfedd11c4a7a1de81bc48bf8ea3cc | Author: Yash Ladha <yash@yashladha.in>
| 2022-01-26 09:30:42+05:30
Fix classpath file creation for eclipse
Patch by Yash Ladha; reviewed by Benjamin Lerer and Berenguer Blasi for CASSANDRA-17294
When building the eclipse file for development, `.classpath` file was
not correctly generated as it was not getting closed. Also there were
missing third-party libs that were essential for development.
This commit fixes the generation of classpath for
`generate-eclipse-files` command.
a0022ebd77c4ae2fa234dda3d9ed6d27b4f839e7 | Author: Yash Ladha <yash@yashladha.in>
| 2022-01-21 10:52:08+05:30
Fix link syntax community component
Previously, link for contribute to cassandra was broken and rendered as plaintext instead of a link tag, this was because the link was a relative instead of absolute link and URL macro was not able to understand that.
Using link macro solved the issue and corrected the path to development/index.html for contribute to cassandra.
patch by Yash Ladha; reviewed by Mick Semb Wever for CASSANDRA-17274