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
2
votes
2 answers

Commit to a repository in GitLab not updating issue states in YouTrack

I've got UpSource, YouTrack and Hub setup. I have a project called "Overhaul" which has two services UpSource and YouTrack. Both are connected via VCS. UpSource recieves everything that happens within the repository yet when I want to update an…
Yates
  • 532
  • 7
  • 23
2
votes
1 answer

Is it possible to assign code review to random reviewer(s) in JetBrains Upsource?

That would be useful so that good coding practices get spread more efficiently amongst the users. If the users can just pick who will review then they might end up choosing people who agree with their ways of doing things: good or bad. So allowing…
Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169
2
votes
3 answers

Change port of Jetbrain Upsource

First, i googled about the issue, but couldn't find anything. Issue: On installation, i changed the port to 8081. But now its used by another app. So, is there any way to change port of upsource? (Linux)
Saad Abdullah
  • 2,252
  • 3
  • 29
  • 42
2
votes
2 answers

How do you enable HTTPS in Jetbrains Upsource 2.0

I'm evaluating Upsource, Jetbrain's source code review tool. There is nothing in the docs or in the 2.0 distribution (that I can find) explaining how to enable SSL/TLS. How can this be done? We can't serve up source code except over HTTPS!
Travis Spencer
  • 2,231
  • 16
  • 26
2
votes
0 answers

upsource usage in project with code generation

I'm trying to use Upsource code review tool for my java/maven project. We are using JOOQ, and it produces a lot of generated classes during project compilation, and these classes are not stored in vcs. And if some class uses JOOQ-generated classes,…
NullPointer
  • 924
  • 14
  • 27
2
votes
2 answers

How to limit revision indexing to a certain date?

When creating a new project there is a message saying Initial indexing of history requires significant resources, while having full history is usually not necessary for the purposes of code review. We have to import a large project with many…
yohlulz
  • 143
  • 1
  • 10
1
vote
0 answers

Post-commit review in Azure DevOps like in Upsource

Is this possible to do a post-commit reviews in Azure DevOps like in JetBrains' Upsource? We're thinking about migration to DevOps from other git service and we'd still like to have 2 branches (master/develop) without a need of creating feature…
myszor
  • 85
  • 9
1
vote
1 answer

JetBrains Upsource throwing unknown host error while connecting GCP cloud source repositories URL | SSH connection

I'm trying to connect to google cloud Cloud source repositories to Jet Brains upsource in windows. I'm facing an unknown host error. I followed the gcloud documentation below for ssh…
Debugger
  • 690
  • 1
  • 18
  • 41
1
vote
1 answer

No option to create pull request from Upsource

First time using Upsource and according to the documentation we should have an option to create pull requests from it. However, not sure why it would not appear? I see the branch fine from github but the PR dropdown is not there. This is what I…
Francislainy Campos
  • 3,462
  • 4
  • 33
  • 81
1
vote
0 answers

Forbidden file import from GitLab to Upsource

I have an instance of Upsource (2018.2.1154) integrated with self-hosted GitLab and auth plugin enabled. Commits, comments, merge requests and branches synchronize properly, but file contents are somehow forbidden from being shown. Displayed error…
Naan
  • 521
  • 1
  • 11
  • 28
1
vote
0 answers

Upsource .jvmoptions and JVM max heap size

I want to change the heap size made available to the multiple Upsource processes (frontend, cassandra, etc) when running it in a docker container. I'm trying to make the configuration by using the documented manual approach which is basically to…
Alberto
  • 301
  • 2
  • 9
1
vote
1 answer

How to connect youtrack, upsource and teamcity to hub all running as docker containers on the same machine

Since we are a small team we want to put JetBrains' Hub, Youtrack, Upsource and Teamcity as docker containers (all on the same machine for now). Docker is running on Photon OS 2.0 running on ESXi 6.7. Nginx in another container acts as a DNS proxy…
Holly
  • 1,305
  • 2
  • 15
  • 30
1
vote
1 answer

Add all commits from GitLab merge request to Upsource review

I have GitLab MR and I want to review these changes in Upsource (I want to merge the changes from feature to rc). feature contains commits 2, 4, 6, 8. But when I clicked Create branch review on my MR branch, not all committs from MR were exported to…
beta-tank
  • 390
  • 1
  • 4
  • 17
1
vote
1 answer

VirtualBox redirects to localhost when loading JetBrains Upsource

I've hit a brick wall and can't get past it as there isn't too much information out there on this problem. I have a VirtualBox on my Windows machine running Ubuntu with JetBrains Hub and Upsource installed on it. For making it public I am using…
DailyDev
  • 11
  • 3
1
vote
1 answer

Upsource Webhooks and JIRA

I am working on automating the code review process in my team. My objectives are: When a review is created, assign it to two random developers Automatically update the JIRA item, and assign them to the developers who were assigned as reviewers in…
Vin Shahrdar
  • 1,151
  • 1
  • 12
  • 30