Giter Site home page Giter Site logo

idea-reviewboard's People

Watchers

 avatar

idea-reviewboard's Issues

Split project into IDEA plugin and Review Board client

Hi, I'm working on Review Board plugin for eclipse and I've found your project 
while doing some research.

I think it'd be really useful to have your Review Board client in a separate 
project (to use it from my development).

I also have a few questions:
 - How mature the code is? Alpha, ..., Production
 - Do you have any plan to write some tests? I could help with that.

Cheers,

Fran Ruiz

Original issue reported on code.google.com by [email protected] on 5 Jul 2011 at 8:42

500 error from internal reviewboard

What steps will reproduce the problem?
1. Added url, username & password to reviewboard plugin settings
2. right click post review on a vcs change
3. Fill in all details on review request and click  post

What is the expected output? What do you see instead?
Expected post to be added

Instead getting event messages.
java.io.IOException: Server returned HTTP response code: 500 for URL: 
http://reviewboard/api/review-requests/: java.io.IOException: Server returned 
HTTP response code: 500 for URL: http://reviewboard/api/review-requests/
java.lang.RuntimeException: java.io.IOException: Server returned HTTP response 
code: 500 for URL: http://reviewboard/api/review-requests/
    at rb.ReviewBoardClient.postReview(ReviewBoardClient.java:79)
    at rb.PostReviewAction$3$2.run(PostReviewAction.java:251)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:469)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:178)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:218)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:169)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:378)
    at com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:434)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:145)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for 
URL: http://reviewboard/api/review-requests/
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
    at rb.ClientHttpRequest.post(ClientHttpRequest.java:265)
    at rb.ClientHttpRequest.post(ClientHttpRequest.java:277)
    at rb.ReviewBoardClient$HttpClient.httpRequestWithMultiplePart(ReviewBoardClient.java:166)
    at rb.ReviewBoardClient$HttpClient.httpPost(ReviewBoardClient.java:177)
    at rb.ReviewBoardClient.createNewRequest(ReviewBoardClient.java:225)
    at rb.ReviewBoardClient.postReview(ReviewBoardClient.java:40)
    ... 14 more


What version of the product are you using? On what operating system?
Latest idea-reviewboard and latest stable release of IntelliJ IDEA 11

Please provide any additional information below.
Seems the urls are OK, ig I try the url from the stacktrace in my browser I get 
XML back from api methods. There are no proxies. lso I can lookup reviews via 
the plugin. Just not create any new ones with it? Reviewboard version here is 
1.5.7.

Original issue reported on code.google.com by [email protected] on 28 Sep 2012 at 8:34

How to join

Sorry to misuse the issues page. I was trying to use this in Idea community
edition. However, it fails to compile. Can I join this project? I'm
interested to contribute. 

Original issue reported on code.google.com by [email protected] on 11 Dec 2009 at 5:39

Diff submission fails against moved files

What steps will reproduce the problem?
1. Reorganize a Subversion repository (see below for details)
2. Edit a file in IDEA in a tree checked out from the reorganized repo.
3. Submit the proposed change to ReviewBoard using the plugin.

What is the expected output? What do you see instead?
Expected: Review request is created and diff is attached
Actual: Review request is created, but diff is rejected by RB.  User gets
an "Error from server: The file was not found in the repository" error.

What version of the product are you using? On what operating system?
Version compiled from current GoogleCode tip, IDEA 8.1.4 on WinXP.  All
Subversion working copies are version 1.6.x, as is the repository.

Please provide any additional information below.

Recently, we reorganized our repository to go from a
server/repo-name/old-top-level/appname/[trunk|tags|branches] structure to a
server/repo-name/new-top-level/[trunk|tags|branches]/appname structure. 
The reorg was done by copying the old app trunk to /trunk under the new
structure, with a single massive commit at the end of the process.  The
issue we are experiencing is that certain attempts to use the
idea-reviewboard plugin to post to our reviewboard server fail with a "The
file was not found in the repository" error.  With a bit of hacking done to
the plugin (i.e., to get it to write the diff to a file rather than
directly submitting to RB), we were able to determine that the diff being
generated uses the svn BASE number as the old revision number. In this
case, that BASE is the revision number from before the file moved. 
However, RB fails to find the submitted path at the old location, and
throws the exception.

Submissions of diffs for the same working copy via post-review work fine;
the revision numbers generated in the diff are that of the reorg.

Original issue reported on code.google.com by [email protected] on 26 Jan 2010 at 9:55

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.