Skip to content

Commit

Permalink
Merge pull request #1198 from great-expectations/develop
Browse files Browse the repository at this point in the history
Release 0.9.6
  • Loading branch information
jcampbell authored Mar 18, 2020
2 parents cd5d283 + cea875d commit 585e6e6
Show file tree
Hide file tree
Showing 72 changed files with 775 additions and 130 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Mark stale issues and pull requests
name: stalebot

on:
schedule:
- cron: "45 * * * *"
- cron: "0 * * * *"
issues:
types: [opened, reopened]

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
# - uses: actions/[email protected]
- uses: Dolibarr/stale@69ff45d
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n\nThis issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- stage: deploy
python: 3.6
script:
- git tag --annotate 0.9.5 -m 0.9.5 || echo "tag exists, skipping"
- git tag --annotate 0.9.6 -m 0.9.6 || echo "tag exists, skipping"
deploy:
provider: pypi
edge: true
Expand Down
2 changes: 2 additions & 0 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% extends "!footer.html" %}
{%- if gitstamp %} {% set last_updated = gitstamp %}{%- endif %}
10 changes: 7 additions & 3 deletions docs/changelog/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
.. _changelog:

develop
0.9.6
-----------------

* validate result dict when instantiating an ExpectationValidationResult (`#1133 <https://github.com/great-expectations/great_expectations/issues/1133>`_)
* DataDocs: Expectation Suite name on Validation Result pages now link to Expectation Suite page
* `great_expectations init`: cli now asks user if csv has header when adding a Spark Datasource with csv file
* validate result dict when instantiating an ExpectationValidationResult (`#1133 <https://github.com/great-expectations/great_expectations/issues/1133>`_)
* Improve support for using GCP Storage Bucket as a Data Docs Site backend (thanks @hahmed)
* fix notebook renderer handling for expectations with no column kwarg and table not in their name (`#1194 <https://github.com/great-expectations/great_expectations/issues/1194>`_)

0.9.5
-----------------
Expand Down Expand Up @@ -642,4 +647,3 @@ to top-level names.
* New output formats are available for all expectations
* Significant improvements to test suite and compatibility

*Last updated*: |lastupdate|
Loading

0 comments on commit 585e6e6

Please sign in to comment.