Skip to content

Commit

Permalink
chore(docs): replace branding references, prepare for ownership transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
mcataford committed Aug 20, 2024
1 parent c91a5fa commit d8ddb40
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 252 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload Coverage
if: matrix.python-version == '3.12-dev' && matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: "" # FIXME: Needs a new token.
shell: bash
run: ./.github/codecov.sh $GITHUB_EVENT_PATH

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Dry Release
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PUBLISH_TOKEN }}
TWINE_PASSWORD: "" # FIXME: Needs a new token.
run: |
poetry run invoke release --dry-run
Expand All @@ -134,7 +134,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[skip ci]')
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_TOKEN }}
TWINE_PASSWORD: "" # FIXME: Needs a new token.
steps:
- uses: actions/checkout@v4.1.1
with:
Expand All @@ -154,4 +154,4 @@ jobs:
@semantic-release/exec
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.TOPHAT_BOT_GH_TOKEN }}
GITHUB_TOKEN: "" #FIXME: Needs a new token.
4 changes: 2 additions & 2 deletions .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_TOKEN }}
TWINE_PASSWORD: "" # FIXME: Needs a new token.
steps:
- uses: actions/checkout@v4.1.1
with:
Expand All @@ -33,4 +33,4 @@ jobs:
@semantic-release/exec
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.TOPHAT_BOT_GH_TOKEN }}
GITHUB_TOKEN: "" # FIXME: Needs a new token.
368 changes: 184 additions & 184 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at opensource@tophat.com. All
complaints will be reviewed and investigated and will result in a response that
reported by contacting the project team. All complaints will be reviewed
and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:tada: Thanks for taking the time to contribute! :tada:

The following is a set of guidelines for contributing to [syrupy](https://github.com/tophat/syrupy).
The following is a set of guidelines for contributing to [syrupy](https://github.com/noahnu/syrupy).

These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document.

Expand Down Expand Up @@ -107,7 +107,7 @@ def test_performance(x, snapshot):
assert x == snapshot
```

and then run:
and then run:<F12>

```sh
SIZE=1000 python -m cProfile -s cumtime -m pytest test_performance.py --snapshot-update -s > profile.log
Expand Down Expand Up @@ -137,4 +137,4 @@ You can also run `inv lint --fix` to see and solve what issues it can.

### Issue and Pull Request Labels

Please tag issues and pull requests according to the relevant [github labels](https://github.com/tophat/syrupy/issues/labels).
Please tag issues and pull requests according to the relevant [github labels](https://github.com/noahnu/syrupy/issues/labels).
15 changes: 13 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache License
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Expand Down Expand Up @@ -175,7 +175,18 @@

END OF TERMS AND CONDITIONS

Copyright 2019-2020 Tophatmonocle Corp.
APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
92 changes: 41 additions & 51 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ In general, we do not backport fixes to older versions of Syrupy due to maintena

## Reporting a Vulnerability

To report a vulnerability, see: https://github.com/tophat/syrupy/security/advisories. If you do not receive a response within a few days, feel free to reach out to an admin on our discord server.
To report a vulnerability, see: https://github.com/noahnu/syrupy/security/advisories.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = 'syrupy'
license = 'Apache-2.0'
version = "4.6.1"
description = 'Pytest Snapshot Test Utility'
authors = ['Top Hat Open Source <opensource@tophat.com>']
authors = [''] #FIXME: Update with new ownership.
readme = 'README.md'
packages = [{ include = 'syrupy', from = 'src' }]
classifiers = [
Expand All @@ -21,7 +21,7 @@ classifiers = [
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
]
repository = 'https://github.com/tophat/syrupy'
repository = 'https://github.com/noahnu/syrupy'
include = ['src/syrupy/**/*']

[tool.poetry.plugins.pytest11]
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_single_file_multiple_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_dot_in_filename(snapshot):

def test_class_style(testdir):
"""
Regression test for https://github.com/tophat/syrupy/issues/717
Regression test for https://github.com/noahnu/syrupy/issues/717
"""

testcase = """
Expand Down

0 comments on commit d8ddb40

Please sign in to comment.