Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
marcink
- Thu, 29 Jun 2017 09:36:13
Show More
docs/admin/nginx-config-example.rst
0
+1
0
@@
-5,6
+5,7
b' Use the following example to configure N'
5
5
6
6
7
7
.. code-block :: nginx
8
8
9
## rate limiter for certain pages to prevent brute force attacks
9
10
limit_req_zone $binary_remote_addr zone=dl_limit:10m rate=1r/s;
10
11
docs/api/methods/deprecated-methods.rst
0
+3
-3
@@
-38,13
+38,13
b' changeset_comment'
38
38
39
39
Example error output:
40
40
41
.. code-block :: json
41
.. code-block :: javascript
42
42
43
43
{
44
"id" : <id_give n _i n _i n pu t > ,
44
"id" : " <id_given_in_input>" ,
45
45
"result" : {
46
46
"msg" : "Commented on commit `<revision>` for repository `<repoid>`" ,
47
"status_change" : null or <s tatus > ,
47
"status_change" : null or " <status>" ,
48
48
"success" : true
49
49
},
50
50
"error" : null
docs/contributing/contributing.rst
0
+5
0
@@
-19,3
+19,8
b' Welcome to the contribution guides and d'
19
19
dev-settings
20
20
api
21
21
dependencies
22
checklist-tickets
23
checklist-pull-request
24
frontend
25
standards
26
docs/integrations/ci.rst
0
+1
-1
@@
-35,7
+35,7
b' call for unspecified builds.'
35
35
A quick note on security. It's recommended to allow IP restrictions
36
36
to only allow RhodeCode server to trigger builds. If you need to
37
37
specify username and password this could be done by embedding it into a
38
trigger URL, e.g. `http://user:password@server.com/job/${project_id}
38
trigger URL, e.g. `http://user:password@server.com/job/${project_id}`
39
39
40
40
41
41
If users require to provide any custom parameters, they can be stored for each
docs/integrations/integrations.rst
0
+1
0
@@
-52,3
+52,4
b' See pages specific to each type of integ'
52
52
jira
53
53
webhook
54
54
email
55
ci
docs/tutorials/api-examples.rst
0
+2
-3
@@
-48,14
+48,13
b' 5. Use the API to strip a commit, or num'
48
48
49
49
# Check the JSON-RPC verification
50
50
51
.. code-block :: jsonld
51
.. code-block :: javascript
52
52
53
53
{
54
54
"error" : null ,
55
55
"id" : 5960 ,
56
56
"result" : {
57
"msg" : "Stripped commit ad1e0523a4ab from
58
repo `repo-group/repo-name`" ,
57
"msg" : "Stripped commit ad1e0523a4ab from repo `repo-group/repo-name`" ,
59
58
"repository" : "repo-group/repo-name"
60
59
}
61
60
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages