-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Validate migration files #18203
Validate migration files #18203
Conversation
bb30778
to
c5a74a7
Compare
Codecov Report
@@ Coverage Diff @@
## main #18203 +/- ##
=======================================
Coverage ? 45.66%
=======================================
Files ? 832
Lines ? 92097
Branches ? 0
=======================================
Hits ? 42052
Misses ? 43299
Partials ? 6746
Continue to review full report at Codecov.
|
I think it's unnecessary to increment the binary size for a test purpose. |
c5a74a7
to
4718117
Compare
The bindata keyword that was added to .drone.yml and Makefile was removed. Thanks for the quick review :-) |
4718117
to
bf39fa7
Compare
The PR was updated to remove the conflicting changes in the vendor directory. |
bf39fa7
to
19bf674
Compare
CI fail related:
|
feb8fd4
to
e398e2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a small nit, otherwise it looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
go get github.com/santhosh-tekuri/jsonschema/v5 Signed-off-by: Loïc Dachary <loic@dachary.org>
Signed-off-by: Loïc Dachary <loic@dachary.org>
Signed-off-by: Loïc Dachary <loic@dachary.org>
b8abec5
to
d8e7eb2
Compare
please dont force-push I cant easily check what was changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
force push after 2 lgtms - need 👀
@6543: Apologies, we'll avoid force pushing next time |
well we squash-merge so its better to not force-push to see the progress |
* giteaoffical/main: [skip ci] Updated translations via Crowdin Only view milestones from current repo (go-gitea#18414) Validate migration files (go-gitea#18203)
JSON Schema validation for data used by Gitea during migrations Discussion at https://forum.forgefriends.org/t/common-json-schema-for-repository-information/563 Co-authored-by: Loïc Dachary <loic@dachary.org>
On behalf of @dachary from the forgefriends project:
JSON Schema validation for data used by Gitea during migrations
Discussion at https://forum.forgefriends.org/t/common-json-schema-for-repository-information/563
source