This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch auto-docs-for-country-map
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 4cb2fa09b3 this might help the actions finish
    omit e101ec4fe0 oops, forgot to commit the column fix!
    omit 23425ed782 notebook and updated data
    omit e4892da4e7 docs(maps): jupyter notebook now auto-updates docs site
     add cdbf8f394a chore: Add custom keywords for SQL Lab autocomplete (#28153)
     add 7e94dc5b40 fix(sqllab): invalid css scope for ace editor autocomplete 
(#28156)
     add 3a2a930ad3 chore(docs): reorder pages in the Configuring Superset 
section (#28237)
     add db5edb3a42 chore(docs): add closing ::: to caution tag (#28236)
     add fca3a525d0 chore(docs): Move ::: onto its own line to fix caution 
formatting (#28243)
     add a08c24c4aa docs: reorganize the CONTRIBUTING section (#28220)
     add c3f17514da docs(maps): jupyter notebook now auto-updates docs site
     add a7d0f28273 notebook and updated data
     add 5fa7a564e3 oops, forgot to commit the column fix!
     add 2af571d60f this might help the actions finish

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4cb2fa09b3)
            \
             N -- N -- N   refs/heads/auto-docs-for-country-map (2af571d60f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                    | 1575 +-------------------
 docs/docs/configuration/alerts-reports.mdx         |    2 +-
 docs/docs/configuration/async-queries-celery.mdx   |    2 +-
 docs/docs/configuration/cache.mdx                  |    2 +-
 docs/docs/configuration/configuring-superset.mdx   |    9 +-
 docs/docs/configuration/country-map-tools.mdx      |    2 +-
 docs/docs/configuration/event-logging.mdx          |    2 +-
 .../importing-exporting-datasources.mdx            |    2 +-
 docs/docs/configuration/networking-settings.mdx    |    2 +-
 docs/docs/configuration/setup-ssh-tunneling.mdx    |    2 +-
 docs/docs/configuration/sql-templating.mdx         |    2 +-
 docs/docs/configuration/timezones.mdx              |    2 +-
 docs/docs/contributing/contributing-page.mdx       |   24 -
 docs/docs/contributing/contributing.mdx            |  140 ++
 docs/docs/contributing/conventions-and-typing.mdx  |   57 -
 docs/docs/contributing/creating-viz-plugins.mdx    |  136 --
 docs/docs/contributing/development.mdx             |  983 ++++++++++++
 docs/docs/contributing/guidelines.mdx              |  258 ++++
 docs/docs/contributing/hooks-and-linting.mdx       |   64 -
 docs/docs/contributing/howtos.mdx                  |  637 ++++++++
 docs/docs/contributing/local-backend.mdx           |  112 --
 docs/docs/contributing/misc.mdx                    |   55 +
 docs/docs/contributing/pull-request-guidelines.mdx |   98 --
 docs/docs/contributing/{erd.mdx => resources.mdx}  |    9 +-
 docs/docs/contributing/style-guide.mdx             |   54 -
 docs/docs/contributing/testing-locally.mdx         |  299 ----
 docs/docs/contributing/translations.mdx            |  148 --
 docs/docs/contributing/types-of-contributions.mdx  |   62 -
 .../{frequently-asked-questions.mdx => faq.mdx}    |   44 +-
 docs/docs/installation/upgrading-superset.mdx      |    1 -
 docs/docs/security/cves.mdx                        |    1 -
 docs/docs/security/security.mdx                    |    1 -
 docs/docs/using-superset/chart-params.mdx          |  145 --
 .../issue-codes.mdx                                |    2 +-
 docs/docusaurus.config.js                          |   16 +-
 docs/sidebars.js                                   |    4 +-
 .../superset-ui-core/src/ui-overrides/types.ts     |   24 +
 .../SqlLab/components/AceEditorWrapper/index.tsx   |   62 +-
 .../AceEditorWrapper/useKeywords.test.ts           |   41 +
 .../components/AceEditorWrapper/useKeywords.ts     |   24 +-
 40 files changed, 2260 insertions(+), 2845 deletions(-)
 delete mode 100644 docs/docs/contributing/contributing-page.mdx
 create mode 100644 docs/docs/contributing/contributing.mdx
 delete mode 100644 docs/docs/contributing/conventions-and-typing.mdx
 delete mode 100644 docs/docs/contributing/creating-viz-plugins.mdx
 create mode 100644 docs/docs/contributing/development.mdx
 create mode 100644 docs/docs/contributing/guidelines.mdx
 delete mode 100644 docs/docs/contributing/hooks-and-linting.mdx
 create mode 100644 docs/docs/contributing/howtos.mdx
 delete mode 100644 docs/docs/contributing/local-backend.mdx
 create mode 100644 docs/docs/contributing/misc.mdx
 delete mode 100644 docs/docs/contributing/pull-request-guidelines.mdx
 rename docs/docs/contributing/{erd.mdx => resources.mdx} (72%)
 delete mode 100644 docs/docs/contributing/style-guide.mdx
 delete mode 100644 docs/docs/contributing/testing-locally.mdx
 delete mode 100644 docs/docs/contributing/translations.mdx
 delete mode 100644 docs/docs/contributing/types-of-contributions.mdx
 rename docs/docs/{frequently-asked-questions.mdx => faq.mdx} (91%)
 delete mode 100644 docs/docs/using-superset/chart-params.mdx
 rename docs/docs/{configuration => using-superset}/issue-codes.mdx (99%)

Reply via email to