-
-
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
Add support for the Friendly Forge Format (F3) #21081
Conversation
How can it be that lint on windows reports an error and lint on GNU/Linux does not? |
I think the only logical reason would be presence of |
But there are no |
Just push an empty commit to restart CI: git commit --allow-empty -m 'restart ci' |
df1132b
to
10ef80c
Compare
This comment was marked as resolved.
This comment was marked as resolved.
be0af5f
to
17e66df
Compare
f8cd0a9
to
e4ce565
Compare
This comment was marked as resolved.
This comment was marked as resolved.
We know. #21108 |
e4ce565
to
8b0f64f
Compare
This comment was marked as resolved.
This comment was marked as resolved.
ae00aee
to
c4a5a4d
Compare
c4a5a4d
to
9c1e5b7
Compare
Side note:
gitea core development takes place on GitHub, so it should be reviewed/discussed here :) |
I did not want to force people to agree to the GitHub terms of service to participate in this particular pull request. Moving the discussion to gitea.com is more inclusive in a way that is not disruptive to the Gitea development process. |
0020f29
to
e764d44
Compare
I commented further on the issue you opened that is related to this topic. |
e764d44
to
e3a4393
Compare
e3a4393
to
7e972c8
Compare
Just to mention this again, a valid point was raised on the previous PR for F3. I would like to state again that Loïc and the other contributors will change the license to MIT when this PR is approved to be merged. |
7c09cb6
to
251a962
Compare
user, topic, project, label, milestone, repository, pull_request, release, asset, comment, reaction, review providers Signed-off-by: Earl Warren <[email protected]>
251a962
to
61302eb
Compare
@earl-warren could you add me to your fork as contrib (write access)? so i can update that pull ... also if you would not force-push I would aprechiate! |
) | ||
|
||
func newF3Service() { | ||
if err := Cfg.Section("F3").MapTo(&F3); err != nil { |
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.
all other sections are lowercase
if err := Cfg.Section("F3").MapTo(&F3); err != nil { | |
if err := Cfg.Section("f3").MapTo(&F3); err != nil { |
@@ -2294,6 +2294,15 @@ ROUTER = console | |||
;; If a domain is allowed by ALLOWED_DOMAINS, this option will be ignored. | |||
;ALLOW_LOCALNETWORKS = false | |||
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |||
;[F3] |
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.
;[F3] | |
;[f3] |
please update branch & update f3 dep |
This pull request is a mirror of a corresponding pull request on gitea.com, please go there to discuss and comment.
depends on:
Continuation of this previous pull request