Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS-2230/rename #141

Merged
merged 28 commits into from
Jul 28, 2020
Merged

DS-2230/rename #141

merged 28 commits into from
Jul 28, 2020

Conversation

gsganden
Copy link
Contributor

@gsganden gsganden commented Jul 28, 2020

Pull Request Process

Contributors from outside ShopRunner should feel free to submit a PR without having completed all of the items below. See CONTRIBUTING.md for additional information.

You can run ./.ci/test.sh locally to check for style issues, run tests, rebuild docs, etc. before submitting changes.

Description

Changing the name of the repo in light of J.K. Rowling's comments on transgender issues. Moving from Jenkins to GitHub Actions at the same time to avoid having to make two sets of CI/CD changes.

Checklist

General

  • Pull request uses keywords to close relevant issues.
  • Pull request includes unit tests for any bug fixes and new functionality.
  • Docs have been updated as needed. (sphinx-build docs docs/_html rebuilds the docs. Open docs/_html/index.html to check them.)

ShopRunner Contributors

The maintainer will complete the following steps for contributions from outside ShopRunner.

  • CHANGELOG.md has been updated.
  • _version.py has been updated.
  • Version number has been updated in docs/conf.py.

@gsganden gsganden changed the title Create files for GitHub Actions DS-2230/rename Jul 28, 2020
- [ ] Pull request includes a description of the change and the reason behind it.
- [ ] Pull request [uses keywords](https://help.github.com/en/articles/closing-issues-using-keywords) to close relevant [issues](https://github.com/ShopRunner/creevey/issues).
- [ ] Pull request includes unit tests for any bug fixes and new functionality.
- [ ] `./.ci/test.sh` passes locally.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO you shouldn't have to certify that you've run checks locally; that's what CI/CD is for.

Copy link
Contributor

@parsing-science parsing-science left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@@ -4,8 +4,12 @@ black
flake8
flake8-docstrings
flake8-import-order
isort
git+https://github.com/crossnox/m2r@dev#egg=m2r
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we have to switch to using a library from github?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a comment to requirements-dev.in

tests/conftest.py Show resolved Hide resolved
@sourcery-ai
Copy link

sourcery-ai bot commented Jul 28, 2020

Sourcery Code Quality Report (beta)

✅  Merging this PR will increase code quality in the affected files by 0.07 out of 10.

Quality metrics Before After Change
Complexity 0.27 0.07 -0.20 🔵
Method Length 27.92 26.00 -1.92 🔵
Quality 9.29 9.36 0.07 🔵
Other metrics Before After Change
Lines 1925 1088 -837
Changed files Quality Before Quality After Quality Change
setup.py 7.70 7.70 0.00
docs/conf.py 7.07 7.07 0.00
tests/init.py 9.75 9.75 0.00
tests/conftest.py 9.02 9.02 0.00
tests/fixtures/image.py 9.56 9.56 0.00
tests/test_load_funcs/test_load_funcs_image.py 9.38 9.38 0.00
tests/test_ops/test_helpers/test_report.py 9.37 9.37 0.00
tests/test_ops/test_image/test_stats.py 9.44 9.44 0.00
tests/test_ops/test_image/test_transforms.py 9.35 9.35 0.00
tests/test_path_funcs/test_path_funcs.py 9.30 9.30 0.00
tests/test_pipelines/test_pipelines.py 8.88 8.88 0.00
tests/test_pipelines/test_pipelines_image.py 9.01 9.01 0.00
tests/test_util/test_util.py 9.48 9.48 0.00
tests/test_util/test_util_image.py 9.62 9.62 0.00
wildebeest/init.py 9.88
wildebeest/_version.py 9.90
wildebeest/load_funcs/init.py 9.93
wildebeest/ops/init.py 9.93
wildebeest/ops/helpers/init.py 9.93
wildebeest/ops/image/init.py 9.88
wildebeest/path_funcs/init.py 9.93
wildebeest/pipelines/init.py 9.93
wildebeest/util/init.py 9.93

Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Let us know what you think of it via email or our Gitter!

@gsganden gsganden merged commit 1228a71 into master Jul 28, 2020
@gsganden gsganden deleted the DS-2320/rename branch July 28, 2020 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants