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

new terms and conditions #439

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__
*.env
/scratch/
/.coverage
.DS_Store

# stubgen
out
179 changes: 67 additions & 112 deletions docs/legal/data_processing_addendum.md

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions docs/legal/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,12 @@ except as provided in this Privacy Statement and for:
- to assist the repository owner with a support matter
- to maintain the integrity of the Services, or
- to comply with our legal obligations if we have reason to believe the contents are in violation of the law.
- understanding usage patterns and platform behavior during [beta testing](service_level_agreement.md#beta-definition)
of the Logfire platform
- understanding usage patterns and platform behavior of the Logfire platform

_PSI_ will provide you with notice regarding Personal Data access unless:

- doing so is prohibited by law
- _PSI_ acted in response to a security threat or other risk to security, or
- our main platform is in a ["beta" state](service_level_agreement.md#beta-definition)

## Lawful Bases for Processing Personal Data (Applicable to EEA and UK End Users)

Expand Down
18 changes: 0 additions & 18 deletions docs/legal/service_level_agreement.md

This file was deleted.

851 changes: 155 additions & 696 deletions docs/legal/terms_of_service.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ nav:
- Legal:
- Terms of Service: legal/terms_of_service.md
- Privacy Policy: legal/privacy.md
- Service Level Agreement: legal/service_level_agreement.md
- Data Processing Addendum: legal/data_processing_addendum.md
- Cloud Subprocessors: legal/cloud_subprocessors.md
- Release Notes: release-notes.md
Expand Down Expand Up @@ -212,5 +211,8 @@ plugins:
- url: https://requests.readthedocs.io/en/latest/objects.inv
- url: https://typing-extensions.readthedocs.io/en/latest/objects.inv
- url: https://rich.readthedocs.io/en/stable/objects.inv
- redirects:
redirect_maps:
'legal/service_level_agreement.md': 'legal/terms_of_service.md'
hooks:
- docs/plugins/main.py
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ dev-dependencies = [
"pyarrow>=17.0.0",
"pytest-recording>=0.13.2",
"uvicorn>=0.30.6",
"mkdocs-redirects>=1.2.1",
]

[tool.rye.scripts]
Expand Down
7 changes: 5 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
aiohappyeyeballs==2.4.0
Expand Down Expand Up @@ -164,6 +165,7 @@ mergedeep==1.3.4
mkdocs==1.6.1
# via mkdocs-autorefs
# via mkdocs-material
# via mkdocs-redirects
# via mkdocstrings
mkdocs-autorefs==1.2.0
# via mkdocstrings
Expand All @@ -173,6 +175,7 @@ mkdocs-glightbox==0.4.0
mkdocs-material==9.5.34
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-redirects==1.2.1
mkdocstrings==0.26.1
# via mkdocstrings-python
mkdocstrings-python==1.10.7
Expand Down Expand Up @@ -333,12 +336,12 @@ psycopg-binary==3.2.1
# via psycopg
psycopg2-binary==2.9.9
pyarrow==17.0.0
pydantic @ git+https://github.com/pydantic/pydantic@a6dc87285f93f90c2d5c298ee7c52f5d7e878194
pydantic @ git+https://github.com/pydantic/pydantic@43ed0d3f5ae2a79f217b7311588a704984e175aa
# via anthropic
# via fastapi
# via openai
# via sqlmodel
pydantic-core==2.23.3
pydantic-core==2.24.0
# via pydantic
pygments==2.18.0
# via mkdocs-material
Expand Down
1 change: 1 addition & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
certifi==2024.8.30
Expand Down