Mick Semb Wever
1929550fc0
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-04-29 18:24:41 +02:00
Steve Putala
90d0857d34
fix typos in data modeling and getting started docs
...
patch by Steve Putala; reviewed by Mick Semb Wever
ref: https://github.com/apache/cassandra/pull/2280
2023-04-29 18:18:48 +02:00
Lorina Poland
9a3a37c5b3
DOC - Added :stem: latexmath to Data Modeling page to fix display of equations
...
patch by Lorina Poland; reviewed by Erick Ramirez for CASSANDRA-16906
2023-04-07 11:14:33 -07:00
Lorina Poland
83dd275d5d
DOC - Added :stem: latexmath to Data Modeling page to fix display of equations
...
patch by Lorina Poland; reviewed by Erick Ramirez for CASSANDRA-16906
2023-04-05 11:19:31 -07:00
Mick Semb Wever
5fafa709fb
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-08-16 21:46:36 +02:00
Mick Semb Wever
b492341eb5
Move deb/rpm repositories from dist/downloads .a.o to apache.jfrog.io
...
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-17748
2022-08-16 21:45:23 +02:00
Ekaterina Dimitrova
e5e13c02cc
Fix default value for compaction_throughput_mb_per_sec in Config class to match the one in cassandra.yaml
...
patch by Ekaterina Dimimtrova; reviewed by Francisco Guerrero, Michael Semb Wever for CASSANDRA-17790
2022-08-08 12:45:36 -04:00
Mick Semb Wever
c2148980ce
Remove read_repair table option from docs, and restore read_repair_chance docs
...
patch by Milan Krisko; reviewed by Mick Semb Wever for CASSANDRA-17727
2022-07-16 12:57:38 +02:00
Mick Semb Wever
5072bde5fb
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-07-08 12:24:22 +02:00
Andrew Hogg
ef6bce5084
Removing superfluous bullet points in FAQ page
...
patch by Andrew Hogg; reviewed by Mick Semb Wever for CASSANDRA-17275
2022-07-08 11:43:49 +02:00
Andrés de la Peña
90e2502c6c
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-06-27 15:14:35 +01:00
Andrés de la Peña
bc8a260471
Merge branch 'cassandra-3.0' into cassandra-3.11
2022-06-27 15:13:45 +01:00
Erick Ramirez
a14700bf76
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-03-22 11:09:04 +00:00
Erick Ramirez
84f629752f
Fixed Configuration index, topologies, CDC archiving properties pages (3.11)
...
patch by taku333, Erick Ramirez; reviewed by Erick Ramirez for CASSANDRA-17444
Co-authored by: taku333 <19281989thezuka@gmail.com>
Co-authored by: Erick Ramirez <erickramirezau@apache.org>
2022-03-22 11:02:50 +00:00
Erick Ramirez
00cf266a8f
Fixed title on STCS page, broken links on compaction page (4.0)
...
patch by Erick Ramirez; reviewed by Matt Fleming for CASSANDRA-17361
2022-03-05 00:24:55 +00:00
Erick Ramirez
477d006c6c
Fixed title on STCS page, broken links on compaction page (3.11)
...
patch by Erick Ramirez; reviewed by Matt Fleming for CASSANDRA-17361
2022-03-05 00:20:39 +00:00
Ekaterina Dimitrova
22a4ae16e4
Deprecate JavaScript user-defined functions
...
patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi and Marcus Eriksson for CASSANDRA-17280
2022-02-25 11:32:25 -05:00
Mick Semb Wever
02f58d70d0
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-02-04 14:46:06 +01:00
Andrew Hogg
e4c6b8e1ed
Hints page has a misaligned settings table
...
patch by Andrew Hogg; reviewed by Mick Semb Wever for CASSANDRA-17346
2022-02-04 14:43:06 +01:00
Bereng
85248da628
PasswordObfuscator should not assume PASSWORD is the last item in the WITH clause
...
patch by Berenguer Blasi; reviewed by Benjamin Lerer, Ekaterina Dimitrova for CASSANDRA-16801
2022-01-25 07:08:48 +01:00
Ekaterina Dimitrova
2b63dc7044
Full support for Java 11; it is not experimental anymore
...
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for CASSANDRA-16894
2022-01-24 12:11:12 -05:00
Mick Semb Wever
0aad2e9e86
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-01-05 23:00:27 +01:00
Lorina Poland
05b0eaecad
Migrate documentation to AsciiDoc
...
This commit sets up a new documentation structure and format:
* The directory struture changes from a Sphinx project to an Antora module layout.
* The formatting of the content changes from reStructuredText to AsciiDoc.
The documentation must now be built and published with Antora. Initially only from the cassandra-website repository.
This change was done to make maintaining versioned website documentation easier. As Antora is designed to generate versioned documentation.
The old directory structure was:
<ROOT>
- doc/
- cql3/
- CQL.css
- CQL.textile
- source/
- _static/
- _templates/
- _theme/
- _util/
- <other directory sections>/
- conf.py
- index.rst
- <other *.rst pages>
- make.bat
- Makefile
- README.md
- SASI.md
- <*.spec files>
- <generation scripts>
The new directory structure organises the documentation into modules:
<ROOT>
- doc/
- cql3
- modules/
- cassandra/
- assets/
- examples/
- pages/
- partials/
- nav.adoc
- ROOT/
- pages/
- nav.adoc
- scripts/
- antora.yaml
- README.md
- SASI.md
patch by Lorina Poland, Anthony Grasso; reviewed by Anthony Grasso, Mick Semb Wever for CASSANDRA-16763
Co-authored-by: Anthony Grasso <anthony@thelastpickle.com>
2022-01-05 22:03:02 +01:00