-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from lyft/merge_apache_20191113a
Merge apache 20191113a
- Loading branch information
Showing
89 changed files
with
2,552 additions
and
496 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,6 @@ Installation & Configuration | |
Resources | ||
------------- | ||
* [Mailing list](https://lists.apache.org/[email protected]) | ||
* [Gitter (live chat) Channel](https://gitter.im/airbnb/superset) | ||
* [Docker image](https://hub.docker.com/r/amancevice/superset/) (community contributed) | ||
* [Slides from Strata (March 2016)](https://drive.google.com/open?id=0B5PVE0gzO81oOVJkdF9aNkJMSmM) | ||
* [Stackoverflow tag](https://stackoverflow.com/questions/tagged/apache-superset) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,9 +66,9 @@ Then (if needed) apply all cherries that will make the PATCH | |
|
||
Finally bump the version number on `superset/static/assets/package.json` :: | ||
|
||
"version": "0.35.0rc1" | ||
"version": "0.35.0" | ||
|
||
Commit the change with the version number, then git tag the version and push | ||
Commit the change with the version number, then git tag the version with the release candidate and push | ||
|
||
## Setting up the release environment (do every time) | ||
|
||
|
@@ -169,14 +169,6 @@ https://lists.apache.org/thread.html/50a6b134d66b86b237d5d7bc89df1b567246d125a71 | |
Following the result thread, yet another [VOTE] thread should be | ||
started at [email protected]. | ||
|
||
### Publishing a Convenience Release to PyPI | ||
From the root of the repo running ./pypi_push.sh will build the | ||
Javascript bundle and echo the twine command allowing you to publish | ||
to PyPI. You may need to ask a fellow committer to grant | ||
you access to it if you don't have access already. Make sure to create | ||
an account first if you don't have one, and reference your username | ||
while requesting access to push packages. | ||
|
||
### Announcing | ||
|
||
Once it's all done, an [ANNOUNCE] thread announcing the release to the dev@ mailing list is the final step. | ||
|
@@ -211,6 +203,14 @@ Then tag the final release: | |
Now you can announce the release on the mailing list, make sure to use the | ||
proper template | ||
|
||
### Publishing a Convenience Release to PyPI | ||
From the root of the repo running ./pypi_push.sh will build the | ||
Javascript bundle and echo the twine command allowing you to publish | ||
to PyPI. You may need to ask a fellow committer to grant | ||
you access to it if you don't have access already. Make sure to create | ||
an account first if you don't have one, and reference your username | ||
while requesting access to push packages. | ||
|
||
## Post release | ||
|
||
In `UPDATING.md`, a file that contains a list of notifications around | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
.. http://www.apache.org/licenses/LICENSE-2.0 | ||
.. Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
Tutorials | ||
--------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
admintutorial | ||
usertutorial |
Oops, something went wrong.