Re: Fire up reviewbot

2019-05-31 Thread David Trowbridge
It's hard to tell exactly what pages you're on because you've cropped the
screenshots. Can you give us the URLs of those two pages?

-David

On Fri, May 31, 2019 at 6:29 AM Lóránd Szoyka  wrote:

> Hello,
>
> I'm new with this tool and I want to use Reviewbot to check the code with
> flake8.
>
> I installed the reviewbot-extension (1.0.1) and reviewbot-worker (1.0.11)
> and the rabbitmqctl.
> So there are lot of things to sync and I'm lost.
>
> On my admin page, the reviewbot configurations are not visible. Tools in
> database of reviewboard are not vsible.
>
> Another points:
> How to make celery daemon
> How create workers
>
> Br,
> Lorand
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "Review Board Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/3e35a055-2f35-4c71-85a8-717a1cfddc2c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CAFS3VNUbfWiHCTXR%3DTm4PBnqc_DjBWuzVQWcEfcrnX4cevtdLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Fire up reviewbot

2019-05-31 Thread Lóránd Szoyka
Hello,

I'm new with this tool and I want to use Reviewbot to check the code with 
flake8.

I installed the reviewbot-extension (1.0.1) and reviewbot-worker (1.0.11) 
and the rabbitmqctl.
So there are lot of things to sync and I'm lost.

On my admin page, the reviewbot configurations are not visible. Tools in 
database of reviewboard are not vsible.

Another points:
How to make celery daemon
How create workers

Br,
Lorand

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/3e35a055-2f35-4c71-85a8-717a1cfddc2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Markdown for bugs-closed field?

2019-05-31 Thread Christian Hammond
Hi,

The bugs field is meant to only take in a comma-separated list of bug IDs.
The repository configuration supports specifying the bug tracker URL (or a
known bug tracker service) for not only turning those bug IDs into links,
but also (if supported by the service) displaying additional information
when hovering over the bug. These not only apply to bug IDs shown in the
field, but also those referenced in any text fields, including reviews.

Christian

On Thu, May 30, 2019 at 2:12 PM Robert Gonzalez  wrote:

> I tried to create an http link to the bug reporting web page for a
> specific bug, but it seems markdown language is not supported for this
> field.  It sure would be nice, as we have a script which generates the
> review request and could automatically take the bug number from the command
> line arguments and turn it into a link that can be used when looking at the
> posted review.
>
> Thanks,
>
> --R
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "Review Board Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/e88bb734-f3f9-439c-9327-d42c633faaa6%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CAE7Vndk4uszi6d8dtjDSk6GkZe3mjmNpnCsPnDsAdiyB3%3DLxJA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: In search of help packaging ReviewBoard 3.0.14 for Gentoo Linux, problem when running server, probably something simple I overlooked.

2019-05-31 Thread Christian Hammond
Hi Eric,

Can you verify that rbintegrations was also packaged and that its extension
is enabled?

We really don't advise installing from our tarballs, as we build the eggs
and wheels with a particular setup to ensure they're packaged just right.
It is of course possible to build with tarballs, but there are differences.
The process of building eggs/wheels can result in changes to the required
dependencies and to some of the build steps. It'd be best if the "source"
could be the wheel, just extracted.

Christian

On Thu, May 30, 2019 at 2:52 PM 'Eric Johnson' via Review Board Community <
reviewboard@googlegroups.com> wrote:

> Mostly, I've managed to get quite far with packaging ReviewBoard for
> Linux. Although I don't know much about the Gentoo packaging system, it has
> turned out to be easier than I feared.
>
> We're currently running ReviewBoard 2.5.18, installed using the portage
> package manager. So we have done this packaging for 2.5.18. I tried this
> upgrade previously, but was stymied and gave up. This time I pushed ahead
> after understanding a better approach.
>
> I've gotten *almost* all the way to a successful 3.0.14 install of
> ReviewBoard. I've got it up and running, but one thing is going wrong, and
> I haven't figured out why, just yet. When I say I've got it up and running,
> that means that I've been able to perform rb-site upgrade on all the
> instances, login works, and I can browse the reviews. I can access the
> administrative pages (since I'm an admin). However, when I click on an
> individual review, I get an error:
>
> Traceback (most recent call last):
>
>   File "/usr/lib64/python2.7/site-packages/django/core/handlers/base.py",
> line 137, in get_response
> response = response.render()
>   File "/usr/lib64/python2.7/site-packages/django/template/response.py",
> line 105, in render
> self.content = self.rendered_content
>   File "/usr/lib64/python2.7/site-packages/django/template/response.py",
> line 82, in rendered_content
> content = template.render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 140, in render
> return self._render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 134, in _render
> return self.nodelist.render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 840, in render
> bit = self.render_node(node, context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 854, in render_node
> return node.render(context)
>   File
> "/usr/lib64/python2.7/site-packages/django/template/loader_tags.py", line
> 123, in render
> return compiled_parent._render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 134, in _render
> return self.nodelist.render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 840, in render
> bit = self.render_node(node, context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 854, in render_node
> return node.render(context)
>   File
> "/usr/lib64/python2.7/site-packages/django/template/loader_tags.py", line
> 123, in render
> return compiled_parent._render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 134, in _render
> return self.nodelist.render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 840, in render
> bit = self.render_node(node, context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 854, in render_node
> return node.render(context)
>   File "/usr/lib64/python2.7/site-packages/django/template/base.py", line
> 1125, in render
> return func(*resolved_args, **resolved_kwargs)
>   File
> "/usr/lib64/python2.7/site-packages/djblets/extensions/templatetags/djblets_extensions.py",
> line 295, in load_extensions_css
> _render_css_bundle))
>   File
> "/usr/lib64/python2.7/site-packages/djblets/extensions/templatetags/djblets_extensions.py",
> line 265, in _get_extension_bundles
> yield renderer(context, extension, bundle_name)
>   File
> "/usr/lib64/python2.7/site-packages/djblets/extensions/templatetags/djblets_extensions.py",
> line 143, in _render_css_bundle
> name, 'CSS')
>   File
> "/usr/lib64/python2.7/site-packages/djblets/extensions/templatetags/djblets_extensions.py",
> line 117, in _render_bundle
> return node_cls('"%s"' % extension.get_bundle_id(name)).render(context)
>   File
> "/usr/lib64/python2.7/site-packages/pipeline/templatetags/pipeline.py",
> line 140, in render
> return self.render_compressed(package, package_name, 'css')
>   File
> "/usr/lib64/python2.7/site-packages/djblets/extensions/templatetags/djblets_extensions.py",
> line 54, in render_compressed
> rendered = self.render_compressed_output(*args, **kwargs)
>   File
> "/usr/lib64/python2.7/site-packages/pipeline/templatetags/pipeli