Merged
Conversation
robgil
pushed a commit
to robgil/ecs
that referenced
this pull request
May 24, 2018
This PR is intended to provide a foundation for all upcoming work on the Elastic Common Schema. It contains some examples schemas, a script to generate the docs out of this example schema and a basic README.md. All follow up work will happen in PRs and work can be tracked in Github issue.
These checks ensures that all generated files are always up-to-date and follow formatting rules. Further changes: * Add dependencies in travis file * Reorganize check to first run fmt and then check for the diff * Fix reading directories to be sorted as otherwise not same order on all OS. * Remove old commands used for python 3. * Update `make setup` command
Closed
colleenmcginnis
pushed a commit
that referenced
this pull request
Mar 13, 2025
* delete asciidoc files * add migrated files * clean up cross-repo links * add missing ecs and otel pages * add mapped_pages * fix external links * Update makefile to use docs-builder Signed-off-by: bmorelli25 <brandon.morelli@elastic.co> * Remove tabs from ecs-code_signature.md * Remove tabs from ecs-device.md * Remove remaining beta tabs * [work in progress] Migrate docs md generator (#1) * Update docs generator to markdown * generate fieldset docs * Update fieldset formatting * Update fieldset formatting * Change otel dir * Update more formatting * Include usage in docs * Update otel docs generation * update template files to fix images, links, tables * commit updated markdown files * fix extra pipe * fix otel docs formatting * Update fieldset * update more formatting * Update unit tests * More formatting fixes * fix usage section in fieldset template * update nested fieldset * fix syntax issues causing build errors * only build ext link if it's needed * commit generated markdown files --------- Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> * Fix lint errors * clean up spacing * commit changes to layout --------- Signed-off-by: bmorelli25 <brandon.morelli@elastic.co> Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> Co-authored-by: bmorelli25 <brandon.morelli@elastic.co> Co-authored-by: lcawl <lcawley@elastic.co> Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
mjwolf
added a commit
that referenced
this pull request
Apr 22, 2025
* delete asciidoc files * add migrated files * clean up cross-repo links * add missing ecs and otel pages * add mapped_pages * fix external links * Update makefile to use docs-builder Signed-off-by: bmorelli25 <brandon.morelli@elastic.co> * Remove tabs from ecs-code_signature.md * Remove tabs from ecs-device.md * Remove remaining beta tabs * [work in progress] Migrate docs md generator (#1) * Update docs generator to markdown * generate fieldset docs * Update fieldset formatting * Update fieldset formatting * Change otel dir * Update more formatting * Include usage in docs * Update otel docs generation * update template files to fix images, links, tables * commit updated markdown files * fix extra pipe * fix otel docs formatting * Update fieldset * update more formatting * Update unit tests * More formatting fixes * fix usage section in fieldset template * update nested fieldset * fix syntax issues causing build errors * only build ext link if it's needed * commit generated markdown files --------- Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> * Fix lint errors * clean up spacing * commit changes to layout --------- Signed-off-by: bmorelli25 <brandon.morelli@elastic.co> Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> Co-authored-by: bmorelli25 <brandon.morelli@elastic.co> Co-authored-by: lcawl <lcawley@elastic.co> Co-authored-by: Michael Wolf <michael.wolf@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These checks ensures that all generated files are always up-to-date and follow formatting rules.
Further changes:
make setupcommand