Questions tagged [upsource]

Code review and repository browsing tool from JetBrains

JetBrains Upsource is a team collaboration tool that enables web-based browsing and review of source code in repositories based on Git, Mercurial, Subversion and Perforce.

Additionally, Upsource provides bonus functionality for Java/PHP/JavaScript/Python/Kotlin projects such as revision-specific code inspections, search for code symbols, Go to Declaration, Find Usages, Quick Documentation and Type Hierarchy, which all work on the server in much the same way as in IntelliJ IDEA.

Upsource integrates with JetBrains IDEs and Android Studio through a plugin so that developers could participate in peer code reviews from their IDEs.

51 questions
1
vote
1 answer

Is there a time setting for UpSource to pull information from YouTrack

I have UpSource and YouTrack configured correctly and both can get information from one another. Yet I experienced something very odd. I pushed a commit to the master branch, UpSource displays the information correctly, yet I linked to an issue in…
Yates
  • 532
  • 7
  • 23
1
vote
1 answer

How do I disable and remove Upsource integration from YouTrack

Having tried Upsource we don't have a compelling need for it at the moment, so I've removed it from our integration server to reduce the load. Upsource has been removed as a service from Hub. In YouTrack, if I go to Administration...Upsource…
David
  • 962
  • 2
  • 10
  • 29
1
vote
1 answer

Jetbrains' Team Tools Setup

I have tried to install Jetbrains' Team Tools a couple of time, with sort of an success, but most of the features didn't work. This time I purchased a separate server for couple of reasons, including nothing else being able to not make it work. but…
1
vote
1 answer

How to create new review for local changes in upsource?

I want to create new review for my local changelist without commit in SVN.
Senior Pomidor
  • 1,823
  • 1
  • 14
  • 23
1
vote
1 answer

How to disable code analysis in Upsource

After upgrade from Upsource 2.0 to 3.0 it started to do code analysis on Java source files. Now it results in thousands of errors like: Cannot resolve symbol 'String' Cannot resolve symbol 'java' Cannot resolve symbol 'com' ... We do not need code…
ZhekaKozlov
  • 36,558
  • 20
  • 126
  • 155
1
vote
1 answer

Upsource: Create review from command line (e.g., with API)

Has anyone done this, or know if it is possible with their API? The API seems accessable from an installed instance: http://yourserver:8888/~api_doc/index.html
JoeB
  • 2,743
  • 6
  • 38
  • 51
1
vote
2 answers

Upsource & JIRA OnDemand / Cloud

We are using JIRA cloud and apparently it's got the Remote API and is CORS configured. However, with new project creation in Upsource... Testing the JIRA link reports: "Connection failed" - I've checked the Upsource logs and there doesn't seem to be…
Sheshadri Mantha
  • 491
  • 5
  • 14
1
vote
2 answers

What is the new Jetbrains web-based code-browsing tool (based on IntelliJ)?

Recently, I was watching a presentation in which JetBrains demonstrated a new, web-based code-browsing tool. It's based on the IntelliJ code base, which supports code navigation operations such as show implementations, find usages, and so…
vikingsteve
  • 38,481
  • 23
  • 112
  • 156
0
votes
1 answer

Is there a way to close all open reviews in Upsource?

There are lots of open reviews and i dont want to close manuelly. I want to close old open reviews. How can i close all open reviews as bulk in upsource?
Seçkin Durgay
  • 2,758
  • 4
  • 27
  • 36
0
votes
1 answer

Upsource - PKIX path SSL certs issue

I'm stuck on this problem for a few weeks now and really not sure what do to bypass a SSL error to connect to the Upsource Jetbrains tool. I'm following the below…
Francislainy Campos
  • 3,462
  • 4
  • 33
  • 81
0
votes
1 answer

How to get reviews history

I'm using the Upsource API to get the revisions and reviews. Does anyone know which method to use to get the reviews summary? Review Summary I've tried getReviewSummaryChanges, getReviewSummaryDiscussions, but I didn't get what I needed. Thank you
0
votes
1 answer

Connection refused when trying to login with Intellij IDEA Upsource plugin

I'm trying to login to an Intellij Upsource server using the Upsource Integration plugin. After configuring the Upsource URL an clicking on "Test connection" the browser is opened and I'm prompted to login to the Upsource server. This fails with a…
Erik Finnman
  • 1,459
  • 18
  • 25
0
votes
1 answer

Setting up UpSource behind IIS Reverse Proxy for HTTPS ~ TypeError: Failed to fetch

I am trying to set up UpSource, along with YouTrack, TeamCity and Hub, over https on a single server using a reverse IIS Proxy. The situation is as follows: The http version of UpSource is located at http://server.company.com:8081/upsource and…
Kira Resari
  • 1,718
  • 4
  • 19
  • 50
0
votes
1 answer

Configure Upsource to inspect PHP

Upsource supports inspections and I am trying to configure them. I have created the Project_Default.xml file under git. How do I go about inspecting PHP code in upsource?
funivan
  • 3,323
  • 1
  • 14
  • 19
0
votes
1 answer

Upsource external links behaviour

I have two projects in our team upsource. They are set up in the same way. And I set external link at both projects like this In both projects PyCharm detects these links and they acts like links that lead to our redmine (but I need to scroll to…
Alwx
  • 187
  • 3
  • 11