It doesn't ring any bells. It does sound like a credential/repository
access issue, though. I suspect *something* is preventing that user from
accessing changes on that repository in GitLab's settings. I know other
companies are using private repositories on GitLab with Review Board
without issue.

What's the problem you're hitting with RBTools?

Christian

On Mon, May 18, 2020 at 9:04 AM korta...@email.cz <korta...@email.cz> wrote:

> Update:
>
> When we tested it with a "public" repository on our gitlab server, it
> works. But our repositories needs to be private.
>
> So it seems the problem is somewhere in the recognition of the reviewboard
> as a valid user, even though I filled in all the tokens and keys and user
> credentials...
>
> Rings any bells?
>
> Dne pondělí 18. května 2020 16:47:21 UTC+2 kort...@email.cz napsal(a):
>>
>> Hi Christian,
>>
>> Thanks for the ideas, my admin managed to update reviewboard to 3.0.17,
>> but no luck.
>> I found out I am missing the SSH settings, so I created a new one and
>> added the public part to our gitlab repository, but that was not it
>> either...
>>
>> I am running out of ideas... is there some information I can give you so
>> you can help me?
>>
>> For some reason we were not able to make the RBTools run either.
>>
>> I would hate to have to look for another tool:(
>>
>> Dne pondělí 18. května 2020 5:19:48 UTC+2 Christian Hammond napsal(a):
>>>
>>> Hi Jirka,
>>>
>>> We've fixed the pagination issue and will have the fix in 3.0.18.
>>>
>>> I don't know what's going on in that backtrace, but 3.0.12 is pretty old
>>> now, so it may have been a bug in an older release. Or some change in their
>>> API we're not aware of, or something else getting in the way of access. I
>>> unfortunately don't have enough information to go off of from the
>>> backtrace. Just that the API for fetching a change is returning a HTTP 404.
>>>
>>> I'd try upgrading and also make sure there aren't any restrictions on
>>> the user configured in Review Board to authenticate with GitLab.
>>>
>>> Christian
>>>
>>> On Fri, May 15, 2020 at 6:30 AM kort...@email.cz <kort...@email.cz>
>>> wrote:
>>>
>>>> Hi again,
>>>>
>>>> There is another problem... I tried to create a review request from the
>>>> branches and commits I see and I get
>>>> "HTTP 500 INTERNAL SERVER ERROR"
>>>>
>>>> What is wrong? Any idea? Isn't the problem, that our reviewboard is
>>>> running on https and port number 444?
>>>>
>>>> Log for this error:
>>>> ERROR
>>>>
>>>>  - root - Unable to update new review request from commit ID 
>>>> 6a60ac36244fb185817055e6e9c404106b103260 on repository ID=2: HTTP Error 
>>>> 404: Not Found
>>>> Traceback (most recent call last):
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\reviews\managers.py",
>>>>  line 165, in create
>>>>     draft.update_from_commit_id(commit_id)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\reviews\models\review_request_draft.py",
>>>>  line 419, in update_from_commit_id
>>>>     return self.update_from_committed_change(commit_id)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\reviews\models\review_request_draft.py",
>>>>  line 492, in update_from_committed_change
>>>>     commit = self.repository.get_change(commit_id)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\scmtools\models.py",
>>>>  line 509, in get_change
>>>>     return hosting_service.get_change(self, revision)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\hostingsvcs\gitlab.py",
>>>>  line 641, in get_change
>>>>     headers={'Accept': 'text/plain'})
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\hostingsvcs\service.py",
>>>>  line 188, in http_get
>>>>     return self.http_request(url, headers=headers, method='GET', **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\hostingsvcs\service.py",
>>>>  line 319, in http_request
>>>>     response = urlopen(request, context=context)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 154, in urlopen
>>>>     return opener.open(url, data, timeout)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 435, in open
>>>>     response = meth(req, response)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 548, in http_response
>>>>     'http', request, response, code, msg, hdrs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 467, in error
>>>>     result = self._call_chain(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 407, in _call_chain
>>>>     result = func(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 654, in http_error_302
>>>>     return self.parent.open(new, timeout=req.timeout)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 435, in open
>>>>     response = meth(req, response)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 548, in http_response
>>>>     'http', request, response, code, msg, hdrs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 473, in error
>>>>     return self._call_chain(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 407, in _call_chain
>>>>     result = func(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 556, in http_error_default
>>>>     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
>>>> HTTPError: HTTP Error 404: Not Found
>>>>
>>>>
>>>> and
>>>>
>>>>
>>>> ERROR
>>>>
>>>> None - jiri.kortanek - /api/review-requests/ - djblets.log.middleware - 
>>>> Exception thrown for user jiri.kortanek at 
>>>> https://myserver.ad001.mycompany.net:444/api/review-requests/
>>>>
>>>> HTTP Error 404: Not Found
>>>> Traceback (most recent call last):
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\django\django\core\handlers\base.py",
>>>>  line 112, in get_response
>>>>     response = wrapped_callback(request, *callback_args, **callback_kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\django\django\views\decorators\cache.py",
>>>>  line 52, in _wrapped_view_func
>>>>     response = view_func(request, *args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\django\django\views\decorators\vary.py",
>>>>  line 19, in inner_func
>>>>     response = func(*args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\resources\base.py",
>>>>  line 244, in __call__
>>>>     request, method, view, api_format=api_format, *args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\webapi\base.py",
>>>>  line 338, in call_method_view
>>>>     request, method, view, *args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\resources\mixins\api_tokens.py",
>>>>  line 66, in call_method_view
>>>>     request, method, view, *args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\resources\mixins\oauth2_tokens.py",
>>>>  line 102, in call_method_view
>>>>     request, method, view, *args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\resources\base.py",
>>>>  line 369, in call_method_view
>>>>     return view(request, *args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\resources\base.py",
>>>>  line 470, in post
>>>>     return self.create(*args, **kwargs)
>>>>   File 
>>>> "build/bdist.macosx-10.11-x86_64/egg/rbpowerpack/extension/hooks.py", line 
>>>> 83, in _api_create_review_request
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\decorators.py",
>>>>  line 125, in _call
>>>>     return view_func(*args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\webapi\decorators.py",
>>>>  line 169, in _check
>>>>     return view_func(*args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\decorators.py",
>>>>  line 125, in _call
>>>>     return view_func(*args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\decorators.py",
>>>>  line 146, in _checklogin
>>>>     return view_func(*args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\decorators.py",
>>>>  line 125, in _call
>>>>     return view_func(*args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\decorators.py",
>>>>  line 125, in _call
>>>>     return view_func(*args, **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\site-packages\djblets\webapi\decorators.py",
>>>>  line 311, in _validate
>>>>     return view_func(*args, **new_kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\webapi\resources\review_request.py",
>>>>  line 737, in create
>>>>     create_from_commit_id=create_from_commit_id)
>>>>   File 
>>>> "build/bdist.macosx-10.11-x86_64/egg/rbpowerpack/extension/hooks.py", line 
>>>> 79, in _create_review_request
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\reviews\managers.py",
>>>>  line 165, in create
>>>>     draft.update_from_commit_id(commit_id)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\reviews\models\review_request_draft.py",
>>>>  line 419, in update_from_commit_id
>>>>     return self.update_from_committed_change(commit_id)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\reviews\models\review_request_draft.py",
>>>>  line 492, in update_from_committed_change
>>>>     commit = self.repository.get_change(commit_id)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\scmtools\models.py",
>>>>  line 509, in get_change
>>>>     return hosting_service.get_change(self, revision)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\hostingsvcs\gitlab.py",
>>>>  line 641, in get_change
>>>>     headers={'Accept': 'text/plain'})
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\hostingsvcs\service.py",
>>>>  line 188, in http_get
>>>>     return self.http_request(url, headers=headers, method='GET', **kwargs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\apps\reviewboardpowerpack\htdocs\Lib\site-packages\ReviewBoard-3.0.12-py2.7.egg\reviewboard\hostingsvcs\service.py",
>>>>  line 319, in http_request
>>>>     response = urlopen(request, context=context)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 154, in urlopen
>>>>     return opener.open(url, data, timeout)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 435, in open
>>>>     response = meth(req, response)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 548, in http_response
>>>>     'http', request, response, code, msg, hdrs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 467, in error
>>>>     result = self._call_chain(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 407, in _call_chain
>>>>     result = func(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 654, in http_error_302
>>>>     return self.parent.open(new, timeout=req.timeout)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 435, in open
>>>>     response = meth(req, response)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 548, in http_response
>>>>     'http', request, response, code, msg, hdrs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 467, in error
>>>>     result = self._call_chain(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 407, in _call_chain
>>>>     result = func(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 654, in http_error_302
>>>>     return self.parent.open(new, timeout=req.timeout)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 435, in open
>>>>     response = meth(req, response)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 548, in http_response
>>>>     'http', request, response, code, msg, hdrs)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 473, in error
>>>>     return self._call_chain(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 407, in _call_chain
>>>>     result = func(*args)
>>>>   File 
>>>> "C:\App\Bitnami\reviewboardpowerpack-3.0.12-1\python\lib\urllib2.py", line 
>>>> 556, in http_error_default
>>>>     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
>>>> HTTPError: HTTP Error 404: Not Found
>>>>
>>>>
>>>> Thanks
>>>> Jirka
>>>>
>>>> Dne pátek 15. května 2020 12:39:17 UTC+2 kort...@email.cz napsal(a):
>>>>>
>>>>> Hi Christian,
>>>>>
>>>>> We are trying to make the RBTools work in the meantime, but is there
>>>>> any progress in "looking into it" ? :-)
>>>>>
>>>>> If you say you fixed it, couldn't be the problem, that we use version
>>>>> 3.0.12? We installed the RB on windows using the Bitnami installer and it
>>>>> has already version 3.0.17 as it seems. Would an update help?
>>>>>
>>>>> Thanks for help
>>>>>
>>>>> Jirka
>>>>>
>>>>> Dne čtvrtek 7. května 2020 1:33:54 UTC+2 Christian Hammond napsal(a):
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Hrm, I was sure we fixed this. At one point, the GitLab API didn't
>>>>>> give us pagination information, but once it did we added support in 
>>>>>> places.
>>>>>> It looks like branches never got that support.
>>>>>>
>>>>>> I'll look into it.
>>>>>>
>>>>>> However, I will strongly encourage you to use RBTools
>>>>>> <https://www.reviewboard.org/downloads/rbtools/> for posting changes
>>>>>> for review, rather than manually selecting commits in the New Review
>>>>>> Request page. It will give you a lot more flexibility in how you manage
>>>>>> your commits locally and represent them on Review Board, and will avoid
>>>>>> having to push to any centralized place prior to review (making it easier
>>>>>> to amend your commits based on review feedback, rebase them prior to
>>>>>> landing, etc.).
>>>>>>
>>>>>> Christian
>>>>>>
>>>>>> On Tue, May 5, 2020 at 9:07 AM kort...@email.cz <kort...@email.cz>
>>>>>> wrote:
>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> I managed to connect to my Gitlab repository and when I am creating
>>>>>>> new review I see the repository allright, I even see the branches and
>>>>>>> commits on them, but the problem is I don't see all the branches.
>>>>>>> I only see exactly 20 of them. I am not sure if they are the newest
>>>>>>> ones or by which key they are selected. But I need all of the branches. 
>>>>>>> The
>>>>>>> worst problem is I don't see master.
>>>>>>> Is it some known issue? Is there some solution? I am not an
>>>>>>> experienced Git user, so maybe it might be just something trivial... I
>>>>>>> tested in several browsers, everywhere the same behavior.
>>>>>>>
>>>>>>> Gitlab version seems: GitLab Community Edition 12.10.1
>>>>>>> <https://gitlab.com/gitlab-org/gitlab-foss/-/tags/v12.10.1>
>>>>>>> Reviewboard version: 3.0.12
>>>>>>>
>>>>>>> Thanks or any help and sorry if it is a noob question...
>>>>>>>
>>>>>>> --
>>>>>>> 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 revie...@googlegroups.com.
>>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.com/d/msgid/reviewboard/307d8c7a-5b4b-4451-bba5-2d8081d11f76%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/reviewboard/307d8c7a-5b4b-4451-bba5-2d8081d11f76%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Christian Hammond
>>>>>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>>>>>> Makers of Review Board <https://www.reviewboard.org/>
>>>>>>
>>>>> --
>>>> 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 revie...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/reviewboard/be0a286d-952e-4f75-99bb-6782e718623c%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/reviewboard/be0a286d-952e-4f75-99bb-6782e718623c%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>>
>>> --
>>> Christian Hammond
>>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>>> Makers of Review Board <https://www.reviewboard.org/>
>>>
>> --
> 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/ba6bc547-24e2-4aa7-b378-5dd29c069ed9%40googlegroups.com
> <https://groups.google.com/d/msgid/reviewboard/ba6bc547-24e2-4aa7-b378-5dd29c069ed9%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
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/CAE7VndnTGL2FH0qeN31AY6H40ZzvVTFfNtoYWvrm37z4w3SUFg%40mail.gmail.com.

Reply via email to