You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/07/26 22:11:48 UTC

[superset] branch rusackas-contributing-links updated (abcfb5cbac -> 68ba2d8fc5)

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

rusackas pushed a change to branch rusackas-contributing-links
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit abcfb5cbac docs: Adding a couple links to contributing page
     add af4a35741c docs(K8s): Add instructions for loading the examples (#19959)
     add d1eb9ea982 fix: docs invalid client redirect (#24816)
     add 83ad291053 build(deps-dev): bump @types/node from 20.4.4 to 20.4.5 in /superset-websocket (#24809)
     add 77505173ae fix(sqllab): Replace autocomplete logic by a hook (#24677)
     add 4b1f1d49d6 fix: Filters alert width (#24801)
     new 68ba2d8fc5 docs: Adding a couple links to contributing page

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   (abcfb5cbac)
            \
             N -- N -- N   refs/heads/rusackas-contributing-links (68ba2d8fc5)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/docs/installation/running-on-kubernetes.mdx   |   7 +
 docs/docusaurus.config.js                          |   2 +-
 superset-frontend/spec/helpers/testing-library.tsx |   2 +-
 superset-frontend/src/SqlLab/App.jsx               |   6 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   | 174 ++-----------
 .../AceEditorWrapper/useKeywords.test.ts           | 269 +++++++++++++++++++++
 .../components/AceEditorWrapper/useKeywords.ts     | 208 ++++++++++++++++
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |   3 +
 .../src/components/AsyncAceEditor/index.tsx        |  55 +++--
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   7 +-
 .../Footer/CancelConfirmationAlert.tsx             |   1 +
 .../src/hooks/apiResources/schemas.ts              |   9 +-
 superset-frontend/src/hooks/apiResources/tables.ts |   1 +
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 15 files changed, 562 insertions(+), 198 deletions(-)
 create mode 100644 superset-frontend/src/SqlLab/components/AceEditorWrapper/useKeywords.test.ts
 create mode 100644 superset-frontend/src/SqlLab/components/AceEditorWrapper/useKeywords.ts


[superset] 01/01: docs: Adding a couple links to contributing page

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch rusackas-contributing-links
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 68ba2d8fc5bc382bb07abb74d1d44f19541937c3
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Wed Jul 26 12:00:25 2023 -0600

    docs: Adding a couple links to contributing page
---
 docs/docs/contributing/contributing-page.mdx | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/docs/contributing/contributing-page.mdx b/docs/docs/contributing/contributing-page.mdx
index 1619d7fed7..8eb36b7a5d 100644
--- a/docs/docs/contributing/contributing-page.mdx
+++ b/docs/docs/contributing/contributing-page.mdx
@@ -13,8 +13,12 @@ which can be joined by anyone):
 
 - [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org)
 - [Apache Superset Slack community](http://bit.ly/join-superset-slack)
-- [GitHub issues and PR's](https://github.com/apache/superset/issues)
+- [GitHub issues](https://github.com/apache/superset/issues)
+- [GitHub pull requests](https://github.com/apache/superset/pulls)
+- [GitHub discussions](https://github.com/apache/superset/discussions)
+- [Superset Community Calendar](https://superset.apache.org/community)
 
 More references:
 - [Comprehensive Tutorial for Contributing Code to Apache Superset](https://preset.io/blog/tutorial-contributing-code-to-apache-superset/)
 - [CONTRIBUTING Guide on GitHub](https://github.com/apache/superset/blob/master/CONTRIBUTING.md)
+- [Superset Wiki (code guidelines and additional resources)](https://github.com/apache/superset/wiki)