Anthony Grasso packaging_and_release all time


 3 Collaborator
Mick Semb Wever , Lorina Poland , Pedro Gordo

 2 Patch  2 Review
62e48c5f3f818d1e841178d7365d208435a63537, 05b0eaecad5e40390352a4e182179a29ac784372 05b0eaecad5e40390352a4e182179a29ac784372, 7c5904753f4ede492f1a5a5e68edfe37651a5be6

05b0eaecad5e40390352a4e182179a29ac784372 | Author: Lorina Poland <lorinapoland@gmail.com>
 | 2021-06-28 10:19:46-07:00

    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>

7c5904753f4ede492f1a5a5e68edfe37651a5be6 | Author: Pedro Gordo <pedro.gordo1986@gmail.com>
 | 2019-07-19 20:57:43+01:00

    Remove obsolete OldNetworkTopologyStrategy
    
    Removed the strategy from cqlsh autocomplete, including an array for replication_factor autocomplete that was only used for SimpleStrategy and OldNetworkTopologyStrategy.
    
     patch by Pedro Gordo; reviewed by Anthony Grasso, Mick Semb Wever for CASSANDRA-13990

62e48c5f3f818d1e841178d7365d208435a63537 | Author: Mick Semb Wever <mck@apache.org>
 | 2018-09-05 11:13:49+10:00

    Fix incorrect cqlsh results when selecting same columns multiple times
    
    Patch by Anthony Grasso; reviewed by Mick Semb Wever for CASSANDRA-13262