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

docs: Fixed typo on line 348 #12739

Merged
merged 43 commits into from
Jan 25, 2021
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c837c1c
release: bump to 1.0.0 and CHANGELOG
dpgaspar Jan 8, 2021
6d59351
fix(explore): long metric name display (#12387)
zhaoyongjie Jan 11, 2021
dc203c1
chore: Show datasets when search input is empty (#12391)
geido Jan 11, 2021
bd6525f
chore: Fix typo “Rest” to “Reset” (#12392)
junlincc Jan 10, 2021
f2afee9
chore: upgrade eslint, babel, and prettier (#12393)
ktmud Jan 11, 2021
e3b65f2
feat(explore): add tooltip to timepicker label (#12401)
zhaoyongjie Jan 11, 2021
a836537
chore: change Datasource to Dataset in Explore ui (#12402)
junlincc Jan 10, 2021
d940cae
fix: Refresh Interval Modal dropdown (#12406)
agatapst Jan 11, 2021
90915db
fix(native-filters): incorrect queriesData state (#12409)
villebro Jan 12, 2021
35c15b8
refactor: from superset.utils.core break down date_parser (#12408)
zhaoyongjie Jan 11, 2021
507302d
Fixes control panel fields styling (#12236) (#12326)
michael-s-molina Jan 12, 2021
288f6bb
feat: Resizable dataset and controls panels on Explore view (#12411)
kgabryje Jan 12, 2021
34da995
fix(dashboard): artefacts shown while drag and dropping deck.gl chart…
kkucharc Jan 12, 2021
3a553c9
bump superset-ui packages for rolling window change (#12426)
pkdotson Jan 12, 2021
ea54e0a
chore: bump superset-ui deckgl plugin (#12466)
rusackas Jan 13, 2021
b3e7ef2
fix: do not show vertical scrollbar for charts in dashboard (#12478)
Jan 13, 2021
b213c1c
fix(dashboard): use datasource id from slice metadata (#12483)
ktmud Jan 13, 2021
4f35234
fix(timepicker): make pyparsing thread safe (#12489)
zhaoyongjie Jan 13, 2021
696c977
fix (SQL Lab): disappearing results on tab switch (#12472)
betodealmeida Jan 13, 2021
78e4b02
fix: import ZIP files that have been modified (#12425)
betodealmeida Jan 12, 2021
46fd85a
update changelog with rc2 entries
villebro Jan 14, 2021
72977fc
fix: impose dataset ownership check on old API (#12491)
dpgaspar Jan 13, 2021
cf69f29
ci: remove refs/tags from docker tags on a release (#12518)
dpgaspar Jan 15, 2021
5791f23
fix: lowercase all columns in examples (#12530)
betodealmeida Jan 15, 2021
027e207
fix(explore): time table control panel (#12532)
ktmud Jan 15, 2021
603ab75
fix(explore): Add Time section back to FilterBox (#12537)
ktmud Jan 15, 2021
5f2de1d
Fixing Pinot queries for time granularities: WEEKS/MONTHS/QUARTERS/YE…
xiangfu0 Jan 15, 2021
52b581f
fix: Select options overflowing Save chart modal on Explore view (#12…
kgabryje Jan 15, 2021
a1f53fb
Fix list filters vertical alignment (#12497)
michael-s-molina Jan 13, 2021
739ab14
feat(db-engine): Add support for Apache Solr (#12403)
aadel Jan 15, 2021
b652995
chore: rename docker image in build_docker_image.sh, docker-compose.y…
amitmiran137 Jan 10, 2021
c4e6bae
add rc3 changelog entries
villebro Jan 15, 2021
7e0eedc
fix: Popover closes on change of dropdowns values (#12410)
geido Jan 14, 2021
ae6e540
fix: Add MAX_SQL_ROW value to LIMIT_DROPDOWN (#12555)
hughhhh Jan 15, 2021
5786513
fix(viz): missing groupby and broken adhoc metrics for boxplot (#12556)
ktmud Jan 16, 2021
147f750
fix: height on grid results (#12558)
betodealmeida Jan 15, 2021
c38a5fc
fix: case expression should not have double quotes (#12562)
betodealmeida Jan 15, 2021
2187d1a
Fix 500 error when loading dashboards with slice having deleted datas…
bechob Jan 15, 2021
5719fef
add rc4 changelog entries
villebro Jan 16, 2021
64bf745
Fixed typo on line 348
Jan 25, 2021
3b6fd6a
fixed merge conflicts
lyndsiWilliams Jan 25, 2021
b5f0df5
Added files
lyndsiWilliams Jan 25, 2021
ab6d377
Merge branch 'master' of https://github.com/apache/superset into lynd…
lyndsiWilliams Jan 25, 2021
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Make sure your machine meets the [OS dependencies](https://superset.apache.org/d
Ensure Python versions >3.7, Then proceed with:

```bash
# Create a virtual environemnt and activate it (recommended)
# Create a virtual environment and activate it (recommended)
python3 -m venv venv # setup a python3 virtualenv
source venv/bin/activate

Expand Down