You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by Ville Brofeldt <vi...@gmail.com> on 2021/01/14 08:24:58 UTC

[VOTE] Release Apache Superset 1.0.0 based on Superset 1.0.0rc2

Dear Superset Community,

This is a call for the vote to release Apache Superset version 1.0.0 based
on 1.0.0rc2. All reported critical bugs in 1.0.0rc1 have been addressed, along with 
several less critical usability improvements. The  full list of PRs added since 
1.0.0rc1 are as follows:
- fix: import ZIP files that have been modified (#12425) (@betodealmeida)
- fix (SQL Lab): disappearing results on tab switch (#12472) (@betodealmeida)
- fix(timepicker): make pyparsing thread safe (#12489) (@zhaoyongjie)
- fix(dashboard): use datasource id from slice metadata (#12483) (@ktmud)
- fix: do not show vertical scrollbar for charts in dashboard (#12478) (@graceguo-supercat)
- chore: bump superset-ui deckgl plugin (#12466) (@rusackas)
- bump superset-ui packages for rolling window change (#12426) (@pkdotson)
- fix(dashboard): artefacts shown while drag and dropping deck.gl charts (#12418) (@kkucharc)
- feat: Resizable dataset and controls panels on Explore view (#12411) (@kgabryje)
- Fixes control panel fields styling (#12236) (#12326) (@michael-s-molina)
- refactor: from superset.utils.core break down date_parser (#12408) (@zhaoyongjie)
- fix(native-filters): incorrect queriesData state (#12409) (@villebro)
- fix: Refresh Interval Modal dropdown (#12406) (@agatapst)
- chore: change Datasource to Dataset in Explore ui (#12402) (@junlincc)
- feat(explore): add tooltip to timepicker label (#12401) (@zhaoyongjie)
- chore: upgrade eslint, babel, and prettier (#12393) (@ktmud)
- chore: Fix typo “Rest” to “Reset” (#12392) (@junlincc)
- chore: Show datasets when search input is empty (#12391) (@geido)
- fix(explore): long metric name display (#12387) (@zhaoyongjie)

As with 1.0.0rc1, please take the time to test this release candidate and
report any problems you may encounter so we can address them!

The release candidate:
https://dist.apache.org/repos/dist/dev/superset/1.0.0rc2/

Git tag for the release:
https://github.com/apache/superset/tree/1.0.0rc2

The Change Log for the release:
https://github.com/apache/superset/blob/1.0.0rc2/CHANGELOG.md

The Updating instructions for the release:
https://github.com/apache/superset/blob/1.0.0rc2/UPDATING.md

public keys are available at:

https://www.apache.org/dist/superset/KEYS

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,
The Apache Superset Team
--------------------------

Re: [CANCELLED] [VOTE] Release Apache Superset 1.0.0 based on Superset 1.0.0rc2

Posted by Srinivasa Kadamati <sr...@preset.io>.
+1

On Thu, Jan 14, 2021 at 1:33 PM Eugenia Moreno <eu...@preset.io> wrote:

> +1
>
> On Thu, Jan 14, 2021 at 12:28 PM Craig Rueda <cr...@craigrueda.com> wrote:
>
> > +1
> >
> > On Thu, Jan 14, 2021 at 8:28 AM Ville Brofeldt <
> ville.v.brofeldt@gmail.com
> > >
> > wrote:
> >
> > > Hi all,
> > >
> > > it was discovered that a bug in a Github Actions workflow would fail to
> > > deploy to DockerHub if
> > > 1.0.0 were released based on rc2. See this PR for details:
> > > https://github.com/apache/superset/pull/12518
> > > We will revert with rc3 shortly once this PR is merged.
> > >
> > > Sorry for the inconvenience.
> > >
> > > Ville
> > >
> > > On 14. Jan 2021, at 10.24, Ville Brofeldt <vi...@gmail.com>
> > > wrote:
> > >
> > > Dear Superset Community,
> > >
> > > This is a call for the vote to release Apache Superset version 1.0.0
> > based
> > > on 1.0.0rc2. All reported critical bugs in 1.0.0rc1 have been
> addressed,
> > > along with
> > > several less critical usability improvements. The  full list of PRs
> added
> > > since
> > > 1.0.0rc1 are as follows:
> > > - fix: import ZIP files that have been modified (#12425)
> (@betodealmeida)
> > > - fix (SQL Lab): disappearing results on tab switch (#12472)
> > > (@betodealmeida)
> > > - fix(timepicker): make pyparsing thread safe (#12489) (@zhaoyongjie)
> > > - fix(dashboard): use datasource id from slice metadata (#12483)
> (@ktmud)
> > > - fix: do not show vertical scrollbar for charts in dashboard (#12478)
> > > (@graceguo-supercat)
> > > - chore: bump superset-ui deckgl plugin (#12466) (@rusackas)
> > > - bump superset-ui packages for rolling window change (#12426)
> > (@pkdotson)
> > > - fix(dashboard): artefacts shown while drag and dropping deck.gl
> charts
> > > (#12418) (@kkucharc)
> > > - feat: Resizable dataset and controls panels on Explore view (#12411)
> > > (@kgabryje)
> > > - Fixes control panel fields styling (#12236) (#12326)
> > (@michael-s-molina)
> > > - refactor: from superset.utils.core break down date_parser (#12408)
> > > (@zhaoyongjie)
> > > - fix(native-filters): incorrect queriesData state (#12409) (@villebro)
> > > - fix: Refresh Interval Modal dropdown (#12406) (@agatapst)
> > > - chore: change Datasource to Dataset in Explore ui (#12402)
> (@junlincc)
> > > - feat(explore): add tooltip to timepicker label (#12401)
> (@zhaoyongjie)
> > > - chore: upgrade eslint, babel, and prettier (#12393) (@ktmud)
> > > - chore: Fix typo “Rest” to “Reset” (#12392) (@junlincc)
> > > - chore: Show datasets when search input is empty (#12391) (@geido)
> > > - fix(explore): long metric name display (#12387) (@zhaoyongjie)
> > >
> > > As with 1.0.0rc1, please take the time to test this release candidate
> and
> > > report any problems you may encounter so we can address them!
> > >
> > > The release candidate:
> > > https://dist.apache.org/repos/dist/dev/superset/1.0.0rc2/
> > >
> > > Git tag for the release:
> > > https://github.com/apache/superset/tree/1.0.0rc2
> > >
> > > The Change Log for the release:
> > > https://github.com/apache/superset/blob/1.0.0rc2/CHANGELOG.md
> > >
> > > The Updating instructions for the release:
> > > https://github.com/apache/superset/blob/1.0.0rc2/UPDATING.md
> > >
> > > public keys are available at:
> > >
> > > https://www.apache.org/dist/superset/KEYS
> > >
> > > The vote will be open for at least 72 hours or until the necessary
> number
> > > of votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thanks,
> > > The Apache Superset Team
> > > --------------------------
> > >
> > >
> > >
> >
>
>
> --
> Eugenia Moreno <https://www.linkedin.com/in/eugeniamorenozerdan>
> *Customer Engagement*
> *Preset.io* <http://preset.io/>
> Book Time with me <https://meetings.hubspot.com/eugenia5>
> C: 617-633-7641
>

Re: [CANCELLED] [VOTE] Release Apache Superset 1.0.0 based on Superset 1.0.0rc2

Posted by Eugenia Moreno <eu...@preset.io>.
+1

On Thu, Jan 14, 2021 at 12:28 PM Craig Rueda <cr...@craigrueda.com> wrote:

> +1
>
> On Thu, Jan 14, 2021 at 8:28 AM Ville Brofeldt <ville.v.brofeldt@gmail.com
> >
> wrote:
>
> > Hi all,
> >
> > it was discovered that a bug in a Github Actions workflow would fail to
> > deploy to DockerHub if
> > 1.0.0 were released based on rc2. See this PR for details:
> > https://github.com/apache/superset/pull/12518
> > We will revert with rc3 shortly once this PR is merged.
> >
> > Sorry for the inconvenience.
> >
> > Ville
> >
> > On 14. Jan 2021, at 10.24, Ville Brofeldt <vi...@gmail.com>
> > wrote:
> >
> > Dear Superset Community,
> >
> > This is a call for the vote to release Apache Superset version 1.0.0
> based
> > on 1.0.0rc2. All reported critical bugs in 1.0.0rc1 have been addressed,
> > along with
> > several less critical usability improvements. The  full list of PRs added
> > since
> > 1.0.0rc1 are as follows:
> > - fix: import ZIP files that have been modified (#12425) (@betodealmeida)
> > - fix (SQL Lab): disappearing results on tab switch (#12472)
> > (@betodealmeida)
> > - fix(timepicker): make pyparsing thread safe (#12489) (@zhaoyongjie)
> > - fix(dashboard): use datasource id from slice metadata (#12483) (@ktmud)
> > - fix: do not show vertical scrollbar for charts in dashboard (#12478)
> > (@graceguo-supercat)
> > - chore: bump superset-ui deckgl plugin (#12466) (@rusackas)
> > - bump superset-ui packages for rolling window change (#12426)
> (@pkdotson)
> > - fix(dashboard): artefacts shown while drag and dropping deck.gl charts
> > (#12418) (@kkucharc)
> > - feat: Resizable dataset and controls panels on Explore view (#12411)
> > (@kgabryje)
> > - Fixes control panel fields styling (#12236) (#12326)
> (@michael-s-molina)
> > - refactor: from superset.utils.core break down date_parser (#12408)
> > (@zhaoyongjie)
> > - fix(native-filters): incorrect queriesData state (#12409) (@villebro)
> > - fix: Refresh Interval Modal dropdown (#12406) (@agatapst)
> > - chore: change Datasource to Dataset in Explore ui (#12402) (@junlincc)
> > - feat(explore): add tooltip to timepicker label (#12401) (@zhaoyongjie)
> > - chore: upgrade eslint, babel, and prettier (#12393) (@ktmud)
> > - chore: Fix typo “Rest” to “Reset” (#12392) (@junlincc)
> > - chore: Show datasets when search input is empty (#12391) (@geido)
> > - fix(explore): long metric name display (#12387) (@zhaoyongjie)
> >
> > As with 1.0.0rc1, please take the time to test this release candidate and
> > report any problems you may encounter so we can address them!
> >
> > The release candidate:
> > https://dist.apache.org/repos/dist/dev/superset/1.0.0rc2/
> >
> > Git tag for the release:
> > https://github.com/apache/superset/tree/1.0.0rc2
> >
> > The Change Log for the release:
> > https://github.com/apache/superset/blob/1.0.0rc2/CHANGELOG.md
> >
> > The Updating instructions for the release:
> > https://github.com/apache/superset/blob/1.0.0rc2/UPDATING.md
> >
> > public keys are available at:
> >
> > https://www.apache.org/dist/superset/KEYS
> >
> > The vote will be open for at least 72 hours or until the necessary number
> > of votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Superset Team
> > --------------------------
> >
> >
> >
>


-- 
Eugenia Moreno <https://www.linkedin.com/in/eugeniamorenozerdan>
*Customer Engagement*
*Preset.io* <http://preset.io/>
Book Time with me <https://meetings.hubspot.com/eugenia5>
C: 617-633-7641

Re: [CANCELLED] [VOTE] Release Apache Superset 1.0.0 based on Superset 1.0.0rc2

Posted by Craig Rueda <cr...@craigrueda.com>.
+1

On Thu, Jan 14, 2021 at 8:28 AM Ville Brofeldt <vi...@gmail.com>
wrote:

> Hi all,
>
> it was discovered that a bug in a Github Actions workflow would fail to
> deploy to DockerHub if
> 1.0.0 were released based on rc2. See this PR for details:
> https://github.com/apache/superset/pull/12518
> We will revert with rc3 shortly once this PR is merged.
>
> Sorry for the inconvenience.
>
> Ville
>
> On 14. Jan 2021, at 10.24, Ville Brofeldt <vi...@gmail.com>
> wrote:
>
> Dear Superset Community,
>
> This is a call for the vote to release Apache Superset version 1.0.0 based
> on 1.0.0rc2. All reported critical bugs in 1.0.0rc1 have been addressed,
> along with
> several less critical usability improvements. The  full list of PRs added
> since
> 1.0.0rc1 are as follows:
> - fix: import ZIP files that have been modified (#12425) (@betodealmeida)
> - fix (SQL Lab): disappearing results on tab switch (#12472)
> (@betodealmeida)
> - fix(timepicker): make pyparsing thread safe (#12489) (@zhaoyongjie)
> - fix(dashboard): use datasource id from slice metadata (#12483) (@ktmud)
> - fix: do not show vertical scrollbar for charts in dashboard (#12478)
> (@graceguo-supercat)
> - chore: bump superset-ui deckgl plugin (#12466) (@rusackas)
> - bump superset-ui packages for rolling window change (#12426) (@pkdotson)
> - fix(dashboard): artefacts shown while drag and dropping deck.gl charts
> (#12418) (@kkucharc)
> - feat: Resizable dataset and controls panels on Explore view (#12411)
> (@kgabryje)
> - Fixes control panel fields styling (#12236) (#12326) (@michael-s-molina)
> - refactor: from superset.utils.core break down date_parser (#12408)
> (@zhaoyongjie)
> - fix(native-filters): incorrect queriesData state (#12409) (@villebro)
> - fix: Refresh Interval Modal dropdown (#12406) (@agatapst)
> - chore: change Datasource to Dataset in Explore ui (#12402) (@junlincc)
> - feat(explore): add tooltip to timepicker label (#12401) (@zhaoyongjie)
> - chore: upgrade eslint, babel, and prettier (#12393) (@ktmud)
> - chore: Fix typo “Rest” to “Reset” (#12392) (@junlincc)
> - chore: Show datasets when search input is empty (#12391) (@geido)
> - fix(explore): long metric name display (#12387) (@zhaoyongjie)
>
> As with 1.0.0rc1, please take the time to test this release candidate and
> report any problems you may encounter so we can address them!
>
> The release candidate:
> https://dist.apache.org/repos/dist/dev/superset/1.0.0rc2/
>
> Git tag for the release:
> https://github.com/apache/superset/tree/1.0.0rc2
>
> The Change Log for the release:
> https://github.com/apache/superset/blob/1.0.0rc2/CHANGELOG.md
>
> The Updating instructions for the release:
> https://github.com/apache/superset/blob/1.0.0rc2/UPDATING.md
>
> public keys are available at:
>
> https://www.apache.org/dist/superset/KEYS
>
> The vote will be open for at least 72 hours or until the necessary number
> of votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> The Apache Superset Team
> --------------------------
>
>
>

[CANCELLED] [VOTE] Release Apache Superset 1.0.0 based on Superset 1.0.0rc2

Posted by Ville Brofeldt <vi...@gmail.com>.
Hi all,

it was discovered that a bug in a Github Actions workflow would fail to deploy to DockerHub if
1.0.0 were released based on rc2. See this PR for details: https://github.com/apache/superset/pull/12518 <https://github.com/apache/superset/pull/12518>
We will revert with rc3 shortly once this PR is merged.

Sorry for the inconvenience.

Ville

> On 14. Jan 2021, at 10.24, Ville Brofeldt <vi...@gmail.com> wrote:
> 
> Dear Superset Community,
> 
> This is a call for the vote to release Apache Superset version 1.0.0 based
> on 1.0.0rc2. All reported critical bugs in 1.0.0rc1 have been addressed, along with 
> several less critical usability improvements. The  full list of PRs added since 
> 1.0.0rc1 are as follows:
> - fix: import ZIP files that have been modified (#12425) (@betodealmeida)
> - fix (SQL Lab): disappearing results on tab switch (#12472) (@betodealmeida)
> - fix(timepicker): make pyparsing thread safe (#12489) (@zhaoyongjie)
> - fix(dashboard): use datasource id from slice metadata (#12483) (@ktmud)
> - fix: do not show vertical scrollbar for charts in dashboard (#12478) (@graceguo-supercat)
> - chore: bump superset-ui deckgl plugin (#12466) (@rusackas)
> - bump superset-ui packages for rolling window change (#12426) (@pkdotson)
> - fix(dashboard): artefacts shown while drag and dropping deck.gl <http://deck.gl/> charts (#12418) (@kkucharc)
> - feat: Resizable dataset and controls panels on Explore view (#12411) (@kgabryje)
> - Fixes control panel fields styling (#12236) (#12326) (@michael-s-molina)
> - refactor: from superset.utils.core break down date_parser (#12408) (@zhaoyongjie)
> - fix(native-filters): incorrect queriesData state (#12409) (@villebro)
> - fix: Refresh Interval Modal dropdown (#12406) (@agatapst)
> - chore: change Datasource to Dataset in Explore ui (#12402) (@junlincc)
> - feat(explore): add tooltip to timepicker label (#12401) (@zhaoyongjie)
> - chore: upgrade eslint, babel, and prettier (#12393) (@ktmud)
> - chore: Fix typo “Rest” to “Reset” (#12392) (@junlincc)
> - chore: Show datasets when search input is empty (#12391) (@geido)
> - fix(explore): long metric name display (#12387) (@zhaoyongjie)
> 
> As with 1.0.0rc1, please take the time to test this release candidate and
> report any problems you may encounter so we can address them!
> 
> The release candidate:
> https://dist.apache.org/repos/dist/dev/superset/1.0.0rc2/ <https://dist.apache.org/repos/dist/dev/superset/1.0.0rc2/>
> 
> Git tag for the release:
> https://github.com/apache/superset/tree/1.0.0rc2 <https://github.com/apache/superset/tree/1.0.0rc2>
> 
> The Change Log for the release:
> https://github.com/apache/superset/blob/1.0.0rc2/CHANGELOG.md <https://github.com/apache/superset/blob/1.0.0rc2/CHANGELOG.md>
> 
> The Updating instructions for the release:
> https://github.com/apache/superset/blob/1.0.0rc2/UPDATING.md <https://github.com/apache/superset/blob/1.0.0rc2/UPDATING.md>
> 
> public keys are available at:
> 
> https://www.apache.org/dist/superset/KEYS <https://www.apache.org/dist/superset/KEYS>
> 
> The vote will be open for at least 72 hours or until the necessary number
> of votes are reached.
> 
> Please vote accordingly:
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> Thanks,
> The Apache Superset Team
> --------------------------


Re: [VOTE] Release Apache Superset 1.0.0 based on Superset 1.0.0rc2

Posted by Amit Miran <am...@nielsen.com>.
+1

On 2021/01/14 08:24:58, Ville Brofeldt <vi...@gmail.com> wrote: 
> Dear Superset Community,
> 
> This is a call for the vote to release Apache Superset version 1.0.0 based
> on 1.0.0rc2. All reported critical bugs in 1.0.0rc1 have been addressed, along with 
> several less critical usability improvements. The  full list of PRs added since 
> 1.0.0rc1 are as follows:
> - fix: import ZIP files that have been modified (#12425) (@betodealmeida)
> - fix (SQL Lab): disappearing results on tab switch (#12472) (@betodealmeida)
> - fix(timepicker): make pyparsing thread safe (#12489) (@zhaoyongjie)
> - fix(dashboard): use datasource id from slice metadata (#12483) (@ktmud)
> - fix: do not show vertical scrollbar for charts in dashboard (#12478) (@graceguo-supercat)
> - chore: bump superset-ui deckgl plugin (#12466) (@rusackas)
> - bump superset-ui packages for rolling window change (#12426) (@pkdotson)
> - fix(dashboard): artefacts shown while drag and dropping deck.gl charts (#12418) (@kkucharc)
> - feat: Resizable dataset and controls panels on Explore view (#12411) (@kgabryje)
> - Fixes control panel fields styling (#12236) (#12326) (@michael-s-molina)
> - refactor: from superset.utils.core break down date_parser (#12408) (@zhaoyongjie)
> - fix(native-filters): incorrect queriesData state (#12409) (@villebro)
> - fix: Refresh Interval Modal dropdown (#12406) (@agatapst)
> - chore: change Datasource to Dataset in Explore ui (#12402) (@junlincc)
> - feat(explore): add tooltip to timepicker label (#12401) (@zhaoyongjie)
> - chore: upgrade eslint, babel, and prettier (#12393) (@ktmud)
> - chore: Fix typo “Rest” to “Reset” (#12392) (@junlincc)
> - chore: Show datasets when search input is empty (#12391) (@geido)
> - fix(explore): long metric name display (#12387) (@zhaoyongjie)
> 
> As with 1.0.0rc1, please take the time to test this release candidate and
> report any problems you may encounter so we can address them!
> 
> The release candidate:
> https://dist.apache.org/repos/dist/dev/superset/1.0.0rc2/
> 
> Git tag for the release:
> https://github.com/apache/superset/tree/1.0.0rc2
> 
> The Change Log for the release:
> https://github.com/apache/superset/blob/1.0.0rc2/CHANGELOG.md
> 
> The Updating instructions for the release:
> https://github.com/apache/superset/blob/1.0.0rc2/UPDATING.md
> 
> public keys are available at:
> 
> https://www.apache.org/dist/superset/KEYS
> 
> The vote will be open for at least 72 hours or until the necessary number
> of votes are reached.
> 
> Please vote accordingly:
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> Thanks,
> The Apache Superset Team
> --------------------------