docs icon indicating copy to clipboard operation
docs copied to clipboard

first draft of documenting feature flags

Open johannes-vogel opened this issue 1 year ago • 4 comments

johannes-vogel avatar Nov 06 '23 14:11 johannes-vogel

@David-Kunz @sjvans Do you know any additional feature flag that must be documented?

johannes-vogel avatar Nov 21 '23 16:11 johannes-vogel

@David-Kunz @sjvans Do you know any additional feature flag that must be documented?

did you check cds/lib/env/defaults.js?

maybe:

  • precompile_edms
  • serve_on_root
  • skip_unused
  • implicit_next (or rather remove?!)
  • keys_in_data_compat
  • okra_skip_query_options
  • precise_timestamps
  • optimized_search

kibana_formatter can probably be left out as i'm already working on removing it...

sjvans avatar Nov 21 '23 20:11 sjvans

  • precompile_edms → obsolete with okra replacement? If yes, don't document.
  • serve_on_root → should include for now
  • skip_unused → It's not documented, I'd skip that for now.
  • implicit_next (or rather remove?!) → remove, compat from cds 4
  • keys_in_data_compat → rather remove, compat from cds 5
  • okra_skip_query_options → I'd not document that because of okra replacement
  • precise_timestamps → intentionally undocumented for now
  • optimized_search → probably should document
  • kibana_formatter → remove

johannes-vogel avatar Dec 01 '23 09:12 johannes-vogel

@johannes-vogel

  • stream_compat

arleytm avatar Feb 07 '24 13:02 arleytm