Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(misc): Spelling #25456

Merged
merged 44 commits into from
Sep 29, 2023
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
977d189
spelling: assignees
jsoref Sep 14, 2023
3ba801b
spelling: bootstrapping
jsoref Sep 14, 2023
0191ef0
spelling: comparison
jsoref Sep 14, 2023
5c987e5
spelling: compatibility
jsoref Sep 14, 2023
6ac1335
spelling: components
jsoref Sep 14, 2023
1c24e4d
spelling: config
jsoref Sep 14, 2023
cb50153
spelling: contributing
jsoref Sep 14, 2023
2669f87
spelling: customization
jsoref Sep 14, 2023
f5270d1
spelling: dashboard
jsoref Sep 14, 2023
97101eb
spelling: database
jsoref Sep 14, 2023
da5f546
spelling: debian
jsoref Sep 26, 2023
833d53d
spelling: disappeared
jsoref Sep 27, 2023
3010ea6
spelling: donut
jsoref Sep 14, 2023
7efc7c9
spelling: editing
jsoref Sep 26, 2023
6a1da64
spelling: environment
jsoref Sep 14, 2023
446457e
spelling: filterable
jsoref Sep 14, 2023
0c6b01c
spelling: filters
jsoref Sep 26, 2023
54bcce4
spelling: flushing
jsoref Sep 26, 2023
df52b74
spelling: frontend
jsoref Sep 14, 2023
997ab89
spelling: gauge
jsoref Sep 14, 2023
b89235c
spelling: github
jsoref Sep 14, 2023
5fa9bf6
spelling: hiding
jsoref Sep 14, 2023
e71de65
spelling: intended
jsoref Sep 14, 2023
20de818
spelling: into
jsoref Sep 26, 2023
d425ff1
spelling: javascript
jsoref Sep 14, 2023
1f06532
spelling: malformed
jsoref Sep 14, 2023
4a37ba1
spelling: multi
jsoref Sep 14, 2023
18649a7
spelling: multiple
jsoref Sep 14, 2023
78af383
spelling: neither
jsoref Sep 14, 2023
113c103
spelling: nonexistent
jsoref Sep 14, 2023
3ac3e26
spelling: overwriting
jsoref Sep 14, 2023
9dabac6
spelling: permanently
jsoref Sep 14, 2023
b26b7ec
spelling: release
jsoref Sep 14, 2023
2f35ed0
spelling: respective
jsoref Sep 14, 2023
fcad209
spelling: retrieval
jsoref Sep 14, 2023
db486af
spelling: see
jsoref Sep 14, 2023
687ac2b
spelling: separate
jsoref Sep 14, 2023
3f13b66
spelling: starrocks
jsoref Sep 26, 2023
93ac4d9
spelling: storybook
jsoref Sep 14, 2023
beb51f6
spelling: truncated
jsoref Sep 14, 2023
c3a3693
spelling: typescript
jsoref Sep 14, 2023
3ad5d7e
spelling: unnecessary
jsoref Sep 14, 2023
e3f10a3
spelling: when
jsoref Sep 14, 2023
580f1ae
reword neither/nor
jsoref Sep 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spelling: environment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Sep 28, 2023
commit 6a1da64b4b3cc9ede20d71ef6f71a443104538a1
2 changes: 1 addition & 1 deletion UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ assists people when migrating to a new version.
- [24404](https://github.com/apache/superset/pull/24404): FLASK_ENV is getting
deprecated, we recommend using SUPERSET_ENV and reviewing your
config for ENVIRONMENT_TAG_CONFIG, which enables adding a tag in the navbar to
make it more clear which envrionment your are in.
make it more clear which environment your are in.
`SUPERSET_ENV=production` and `SUPERSET_ENV=development` are the two
supported switches based on the default config.
- [19242](https://github.com/apache/superset/pull/19242): Adhoc subqueries are now disabled by default for security reasons. To enable them, set the feature flag `ALLOW_ADHOC_SUBQUERY` to `True`.
Expand Down