This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63e13ad
commit 8a2fee2
Showing
7 changed files
with
331 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## What does this PR do? | ||
|
||
_(required) Describe the effects of your pull request in detail. If multiple | ||
changes are involved, a bulleted list is often useful._ | ||
|
||
## Why is this change being made? | ||
|
||
_(required) Describe the reasoning and background context for your | ||
change. Include a link to relevant ticket(s)._ | ||
|
||
## How does this PR do it? | ||
|
||
_(encourged) Describe how your pull request does what it does so that your | ||
reviewer can better understand the changes being made. If multiple | ||
changes are involved, a bulleted list is often useful. | ||
|
||
## How was this tested? How can the reviewer verify your testing? | ||
|
||
_(required) Describe the steps you used to test your change. Provide evidence of | ||
testing or explicit, repeatable instructions the reviewer can follow | ||
to verify your testing._ | ||
|
||
## What gif best describes this PR or how it makes you feel? | ||
|
||
_(encouraged) Insert an appropriate gif/meme to brighten up your reviewer's day._ | ||
|
||
## Completion checklist | ||
|
||
- [ ] The pull request has been appropriately labeled according to | ||
our [conventions](https://kruxdigital.jira.com/wiki/display/EN/Changes+and+Peer+Review). | ||
- [ ] The version of the package has been updated according to [Semantic Versioning](http://semver.org/). | ||
- [ ] The change has unit & integration tests as appropriate. | ||
- [ ] Documentation is up to date and correct. | ||
- [ ] Dependencies are correctly listed under `requirements.pip` and | ||
are up to date without going over a major version. | ||
- [ ] Stakeholders have been notified. Workflow-impacting changes have | ||
been appropriately socialized to avoid surprises. | ||
- [ ] The change is either small or have been canaried in the appropriate environment(s). |
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,21 @@ | ||
[[source]] | ||
url = "${KRUX_PIP_PROP_URL}" | ||
verify_ssl = true | ||
name = "kruxprop" | ||
|
||
[[source]] | ||
url = "${KRUX_PIP_FOSS_URL}" | ||
verify_ssl = true | ||
name = "kruxfoss" | ||
|
||
[[source]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
krux-stdlib = "==3.1.0" | ||
marathon = "==0.11.0" | ||
|
||
[requires] | ||
python_version = "2.7" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = '0.0.16' | ||
VERSION = '0.1.0' |
This file was deleted.
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