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

Bsl licensed backend #1785

Merged
merged 7 commits into from Jul 26, 2021
Merged

Bsl licensed backend #1785

merged 7 commits into from Jul 26, 2021

Conversation

touilleMan
Copy link
Member

@touilleMan touilleMan commented Jul 13, 2021

Example of projects with similar license:

MariaDB's MaxScale

ZeroTierOne

CouchBase

CockroachDB

Sentry

touilleMan added a commit that referenced this pull request Jul 13, 2021
@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #1785 (f91c5d3) into master (384e3f1) will increase coverage by 0.22%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1785      +/-   ##
==========================================
+ Coverage   87.74%   87.96%   +0.22%     
==========================================
  Files         245      245              
  Lines       23834    24470     +636     
==========================================
+ Hits        20912    21525     +613     
- Misses       2922     2945      +23     
Impacted Files Coverage Δ
parsec/backend/__init__.py 100.00% <ø> (ø)
parsec/backend/app.py 94.81% <ø> (ø)
parsec/backend/backend_events.py 100.00% <ø> (ø)
parsec/backend/block.py 95.91% <ø> (ø)
parsec/backend/blockstore.py 69.04% <ø> (ø)
parsec/backend/cli/__init__.py 100.00% <ø> (ø)
parsec/backend/cli/__main__.py 0.00% <ø> (ø)
parsec/backend/cli/migration.py 88.00% <ø> (ø)
parsec/backend/cli/run.py 71.90% <ø> (ø)
parsec/backend/client_context.py 94.87% <ø> (ø)
... and 84 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 384e3f1...f91c5d3. Read the comment docs.

@vxgmichel vxgmichel marked this pull request as ready for review July 22, 2021 15:24
yield path
elif not path.exists():
raise SystemExit(f"Error: Path `{path}` doesn't exist !")
THIS_YEAR = "2021" # Change me when new year comes ;-)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not use date.today() like below?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because this would cause a CI breakage every January 1rst which requires modifying each file to solve :'(
So I think it's better to manually control when the change should occur

@touilleMan touilleMan merged commit 58f0abe into master Jul 26, 2021
@touilleMan touilleMan deleted the bsl-licensed-backend branch July 26, 2021 15:03
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.

None yet

2 participants