##// END OF EJS Templates
release: merge back stable branch into default
marcink -
r1857:ed54be61 merge default
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -18,3 +18,4 b' 5ad13deb9118c2a5243d4032d4d9cc174e5872db'
18 2be921e01fa24bb102696ada596f87464c3666f6 v4.7.0
18 2be921e01fa24bb102696ada596f87464c3666f6 v4.7.0
19 7198bdec29c2872c974431d55200d0398354cdb1 v4.7.1
19 7198bdec29c2872c974431d55200d0398354cdb1 v4.7.1
20 bd1c8d230fe741c2dfd7100a0ef39fd0774fd581 v4.7.2
20 bd1c8d230fe741c2dfd7100a0ef39fd0774fd581 v4.7.2
21 9731914f89765d9628dc4dddc84bc9402aa124c8 v4.8.0
@@ -5,6 +5,7 b' Use the following example to configure N'
5
5
6
6
7 .. code-block:: nginx
7 .. code-block:: nginx
8
8 ## rate limiter for certain pages to prevent brute force attacks
9 ## rate limiter for certain pages to prevent brute force attacks
9 limit_req_zone $binary_remote_addr zone=dl_limit:10m rate=1r/s;
10 limit_req_zone $binary_remote_addr zone=dl_limit:10m rate=1r/s;
10
11
@@ -38,13 +38,13 b' changeset_comment'
38
38
39 Example error output:
39 Example error output:
40
40
41 .. code-block:: json
41 .. code-block:: javascript
42
42
43 {
43 {
44 "id" : <id_given_in_input>,
44 "id" : "<id_given_in_input>",
45 "result" : {
45 "result" : {
46 "msg": "Commented on commit `<revision>` for repository `<repoid>`",
46 "msg": "Commented on commit `<revision>` for repository `<repoid>`",
47 "status_change": null or <status>,
47 "status_change": null or "<status>",
48 "success": true
48 "success": true
49 },
49 },
50 "error" : null
50 "error" : null
@@ -19,3 +19,8 b' Welcome to the contribution guides and d'
19 dev-settings
19 dev-settings
20 api
20 api
21 dependencies
21 dependencies
22 checklist-tickets
23 checklist-pull-request
24 frontend
25 standards
26
@@ -35,7 +35,7 b' call for unspecified builds.'
35 A quick note on security. It's recommended to allow IP restrictions
35 A quick note on security. It's recommended to allow IP restrictions
36 to only allow RhodeCode server to trigger builds. If you need to
36 to only allow RhodeCode server to trigger builds. If you need to
37 specify username and password this could be done by embedding it into a
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 If users require to provide any custom parameters, they can be stored for each
41 If users require to provide any custom parameters, they can be stored for each
@@ -52,3 +52,4 b' See pages specific to each type of integ'
52 jira
52 jira
53 webhook
53 webhook
54 email
54 email
55 ci
@@ -48,14 +48,13 b' 5. Use the API to strip a commit, or num'
48
48
49 # Check the JSON-RPC verification
49 # Check the JSON-RPC verification
50
50
51 .. code-block:: jsonld
51 .. code-block:: javascript
52
52
53 {
53 {
54 "error": null,
54 "error": null,
55 "id": 5960,
55 "id": 5960,
56 "result": {
56 "result": {
57 "msg": "Stripped commit ad1e0523a4ab from
57 "msg": "Stripped commit ad1e0523a4ab from repo `repo-group/repo-name`",
58 repo `repo-group/repo-name`",
59 "repository": "repo-group/repo-name"
58 "repository": "repo-group/repo-name"
60 }
59 }
61 }
60 }
@@ -185,7 +185,7 b''
185 };
185 };
186 };
186 };
187 Pylons = super.buildPythonPackage {
187 Pylons = super.buildPythonPackage {
188 name = "Pylons-1.0.2.dev20170407";
188 name = "Pylons-1.0.2.dev20170630";
189 buildInputs = with self; [];
189 buildInputs = with self; [];
190 doCheck = false;
190 doCheck = false;
191 propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];
191 propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];
@@ -795,6 +795,19 b''
795 license = [ { fullName = "LGPL"; } ];
795 license = [ { fullName = "LGPL"; } ];
796 };
796 };
797 };
797 };
798 graphviz = super.buildPythonPackage {
799 name = "graphviz-0.7.1";
800 buildInputs = with self; [];
801 doCheck = false;
802 propagatedBuildInputs = with self; [];
803 src = fetchurl {
804 url = "https://pypi.python.org/packages/7d/2d/f5cfa56467ca5a65eb44e1103d89d2f65dbc4f04cf7a1f3d38e973c3d1a8/graphviz-0.7.1.zip";
805 md5 = "d5926e89975121d56dec777a79bfc9d1";
806 };
807 meta = {
808 license = [ pkgs.lib.licenses.mit ];
809 };
810 };
798 greenlet = super.buildPythonPackage {
811 greenlet = super.buildPythonPackage {
799 name = "greenlet-0.4.10";
812 name = "greenlet-0.4.10";
800 buildInputs = with self; [];
813 buildInputs = with self; [];
@@ -1085,7 +1098,7 b''
1085 name = "objgraph-3.1.0";
1098 name = "objgraph-3.1.0";
1086 buildInputs = with self; [];
1099 buildInputs = with self; [];
1087 doCheck = false;
1100 doCheck = false;
1088 propagatedBuildInputs = with self; [];
1101 propagatedBuildInputs = with self; [graphviz];
1089 src = fetchurl {
1102 src = fetchurl {
1090 url = "https://pypi.python.org/packages/f4/b3/082e54e62094cb2ec84f8d5a49e0142cef99016491cecba83309cff920ae/objgraph-3.1.0.tar.gz";
1103 url = "https://pypi.python.org/packages/f4/b3/082e54e62094cb2ec84f8d5a49e0142cef99016491cecba83309cff920ae/objgraph-3.1.0.tar.gz";
1091 md5 = "eddbd96039796bfbd13eee403701e64a";
1104 md5 = "eddbd96039796bfbd13eee403701e64a";
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now