Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 4553114493386752: Initial configuration for issues.adblockplus.org (Closed)

Created:
Dec. 13, 2013, 6:08 p.m. by Felix Dahlke
Modified:
Jan. 23, 2014, 7:16 a.m.
Visibility:
Public.

Description

With this, we'll have a very basic Roundup instance running on issues.adblockplus.org. Some long term issues remain: 1. We should configure postfix to use an SMTP relay 2. We should use the roundup WSGI bridge instead of the standalone server 3. We should make it possible to create private issues (Roundup's permission system can do that) However, I think this is something we can get started with.

Patch Set 1 : #

Total comments: 23

Patch Set 2 : Fix issues #

Total comments: 4

Patch Set 3 : Add to monitoring, rename to issues1 consistently, remove trailing ? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+683 lines, -1 line) Patch
M Vagrantfile View 1 1 chunk +1 line, -0 lines 0 comments Download
A manifests/issuesserver.pp View 1 chunk +8 lines, -0 lines 0 comments Download
M manifests/monitoringserver.pp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M manifests/nodes.pp View 1 chunk +1 line, -0 lines 0 comments Download
M manifests/vagrant.pp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A modules/private-stub/manifests/roundup.pp View 1 chunk +5 lines, -0 lines 0 comments Download
A modules/roundup/manifests/init.pp View 1 1 chunk +67 lines, -0 lines 0 comments Download
A modules/roundup/templates/config.ini.erb View 1 1 chunk +574 lines, -0 lines 0 comments Download
A modules/roundup/templates/roundup-server.ini.erb View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A modules/roundup/templates/site.erb View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 10
Felix Dahlke
Dec. 13, 2013, 6:27 p.m. (2013-12-13 18:27:56 UTC) #1
christian
http://codereview.adblockplus.org/4553114493386752/diff/5724160613416960/modules/roundup/templates/config.ini.erb File modules/roundup/templates/config.ini.erb (right): http://codereview.adblockplus.org/4553114493386752/diff/5724160613416960/modules/roundup/templates/config.ini.erb#newcode140 modules/roundup/templates/config.ini.erb:140: name = Roundup issue tracker We should change the ...
Jan. 14, 2014, 10:01 a.m. (2014-01-14 10:01:23 UTC) #2
christian
http://codereview.adblockplus.org/4553114493386752/diff/5724160613416960/Vagrantfile File Vagrantfile (right): http://codereview.adblockplus.org/4553114493386752/diff/5724160613416960/Vagrantfile#newcode53 Vagrantfile:53: define_standard_vm config, 'issues1', '10.8.0.130' I just noticed that stats1 ...
Jan. 14, 2014, 10:57 a.m. (2014-01-14 10:57:47 UTC) #3
Wladimir Palant
In addition to the comments below: this server needs to be added to monitoring as ...
Jan. 22, 2014, 9:05 a.m. (2014-01-22 09:05:28 UTC) #4
Felix Dahlke
Fixed the issues I agreed on and replied to the other comments. http://codereview.adblockplus.org/4553114493386752/diff/5724160613416960/Vagrantfile File Vagrantfile ...
Jan. 22, 2014, 1:53 p.m. (2014-01-22 13:53:58 UTC) #5
Wladimir Palant
LGTM with the two nits below fixed. http://codereview.adblockplus.org/4553114493386752/diff/5724160613416960/modules/roundup/templates/config.ini.erb File modules/roundup/templates/config.ini.erb (right): http://codereview.adblockplus.org/4553114493386752/diff/5724160613416960/modules/roundup/templates/config.ini.erb#newcode318 modules/roundup/templates/config.ini.erb:318: host = ...
Jan. 22, 2014, 2:43 p.m. (2014-01-22 14:43:18 UTC) #6
Felix Dahlke
Add to monitoring, rename to issues1 consistently, remove trailing ?
Jan. 22, 2014, 2:50 p.m. (2014-01-22 14:50:53 UTC) #7
Felix Dahlke
Fixed the new issues. Also realised that I'm sometimes calling the server "issues", while it ...
Jan. 22, 2014, 2:51 p.m. (2014-01-22 14:51:35 UTC) #8
christian
LGTM
Jan. 22, 2014, 2:56 p.m. (2014-01-22 14:56:08 UTC) #9
Wladimir Palant
Jan. 22, 2014, 3 p.m. (2014-01-22 15:00:35 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld