-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π¦ π’ π Merge branch 'master' into prominent-productname
* master: (64 commits) π upgrade deps Delist products/versions/plans. Unlisted versions can't be most recent version π’ merge migrations π’ Add missing migration. π¦ Upgrade github.py Update boto3 from 1.9.57 to 1.9.62 Update cumulusci from 2.2.2 to 2.2.3 Update service_identity from 17.0.0 to 18.1.0 Update channels from 2.1.5 to 2.1.6 Update newrelic from 4.6.0.106 to 4.8.0.110 π’ Add is_listed boolean to Product/Plan/Version Order Products by Category, then order_key Do not run flow on CI until this is fixed: flow/flow-bin#138 Run one-off flow check instead of starting server/watcher. Upload flow logs to CI Try running flow separately? Separate Flow from ESLint. better? π Upgrade deps. ...
- Loading branch information
Showing
144 changed files
with
5,151 additions
and
3,718 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ exclude = | |
node, | ||
node_modules, | ||
requirements | ||
max-line-length=88 |
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,6 @@ | ||
[settings] | ||
atomic=True | ||
include_trailing_comma=True | ||
line_length=88 | ||
multi_line_output=3 | ||
use_parentheses=True |
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
Oops, something went wrong.