-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
add commit file statuses #5607
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 commit file statuses #5607
Conversation
Dependencies has been merged |
ff91fb6
to
2c2b00a
Compare
@lafriks updated |
2c2b00a
to
74e919e
Compare
Looks like swagger needs updating |
74e919e
to
4b28826
Compare
Do not add newline in the end of |
5201f89
to
f7c5a7a
Compare
@lafriks done. |
e0ec323
to
cdbb703
Compare
cdbb703
to
9ea8a32
Compare
9ea8a32
to
41ec892
Compare
Is there any work needed before it can get merged? |
@@ -60,6 +60,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. | |||
the top of the list. Name must match file name in conf/license or custom/conf/license. | |||
- `DISABLE_HTTP_GIT`: **false**: Disable the ability to interact with repositories over the | |||
HTTP protocol. | |||
- `ACCESS_CONTROL_ALLOW_ORIGIN`: ****: Value for Access-Control-Allow-Origin header, default is not to present. |
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.
I think this is for a different PR?
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.
- `ACCESS_CONTROL_ALLOW_ORIGIN`: ****: Value for Access-Control-Allow-Origin header, default is not to present. |
@@ -60,6 +60,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. | |||
the top of the list. Name must match file name in conf/license or custom/conf/license. | |||
- `DISABLE_HTTP_GIT`: **false**: Disable the ability to interact with repositories over the | |||
HTTP protocol. | |||
- `ACCESS_CONTROL_ALLOW_ORIGIN`: ****: Value for Access-Control-Allow-Origin header, default is not to present. | |||
WARNING: This maybe harmful to you website if you do not give it a right value. |
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.
WARNING: This maybe harmful to you website if you do not give it a right value. |
@@ -32,6 +32,8 @@ menu: | |||
- `DEFAULT_PRIVATE`: 默认创建的git工程为私有。 可以是`last`, `private` 或 `public`。默认值是 `last`表示用户最后创建的Repo的选择。 | |||
- `MAX_CREATION_LIMIT`: 全局最大每个用户创建的git工程数目, `-1` 表示没限制。 | |||
- `PULL_REQUEST_QUEUE_LENGTH`: 小心:合并请求测试队列的长度,尽量放大。 | |||
- `ACCESS_CONTROL_ALLOW_ORIGIN`: ****: Access-Control-Allow-Origin 头的值,默认为空。 |
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.
- `ACCESS_CONTROL_ALLOW_ORIGIN`: ****: Access-Control-Allow-Origin 头的值,默认为空。 |
@@ -32,6 +32,8 @@ menu: | |||
- `DEFAULT_PRIVATE`: 默认创建的git工程为私有。 可以是`last`, `private` 或 `public`。默认值是 `last`表示用户最后创建的Repo的选择。 | |||
- `MAX_CREATION_LIMIT`: 全局最大每个用户创建的git工程数目, `-1` 表示没限制。 | |||
- `PULL_REQUEST_QUEUE_LENGTH`: 小心:合并请求测试队列的长度,尽量放大。 | |||
- `ACCESS_CONTROL_ALLOW_ORIGIN`: ****: Access-Control-Allow-Origin 头的值,默认为空。 | |||
警告:如果您不熟悉这方面的设置请不要修改此值,可能影响网站安全。 |
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.
警告:如果您不熟悉这方面的设置请不要修改此值,可能影响网站安全。 |
a2a1324
to
bf4bcfb
Compare
Should fix #4313 and
blocked by go-gitea/go-sdk#135 and go-gitea/git#137