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

Does Jetbrains Upsource have an API?

Would like to write some integration for Upsource, does it have an API ? I can't seem to find one. Perhaps the creators could answer if there is or will be one ?
7wp
  • 12,505
  • 20
  • 77
  • 103
9
votes
3 answers

How to proxy WebSockets in Traefik?

I'm trying to set up Upsource to work behind Traefik: https://www.jetbrains.com/help/upsource/proxy-configuration.html traefik is listening to port 8008 and 8443 (since 80/443 will be used for another): --entryPoints='Name:http Address::8008…
quanta
  • 3,960
  • 4
  • 40
  • 75
7
votes
1 answer

Upsource with Gitlab integration

I need Gitlab integration in Upsource, something similar to available Github integration. As there is no feature for this yet, I've tried to write simple proxy which 'translates' request to Github API for Gitlab API. Similarly it translates…
lukjar
  • 73
  • 2
  • 5
6
votes
1 answer

How to set 'Redirect URIs' in the service settings in Hub

I can access upsource locally using http://pcname:42424/projectname/view. Trying to access it using the IP eg. http://192.168.1.42:42424/projectname/view yields OAuth 2.0 Error unauthorized_client: Unregistered Redirect URI. Client service …
Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169
5
votes
1 answer

Change Project ID in JetBrain's Upsource

After creating project in the JetBrain's Upsource, in edit project "Project ID" is gray, how I can change it?
SnowStorm
  • 335
  • 1
  • 5
  • 18
4
votes
1 answer

Upsource and SonarQube

Has anyone managed to get SonarQube working with Upsource? I have downloaded the upsource-sonar-plugin-0.1-SNAPSHOT.jar plugin for SonarQube and set the following in my SonarQube setting file that I add via the /s switch
Tanzy
  • 650
  • 5
  • 30
4
votes
3 answers

Cannot launch upsource from docker image

Trying to launch upsource on docker container via instructions on https://www.jetbrains.com/help/upsource/docker-installation.html docker run -it --name upsource -v /Users/rudskoy/desktop/upsource/data/:/opt/upsource/data -v…
Vlad Rudskoy
  • 677
  • 3
  • 7
  • 24
3
votes
1 answer

How to sync Upsource comments with GitLab discussions

I have integrated Upsource with Gitlab, by providing OAuth details, now I'm able to fetch the repository, all merge requests and any comments which are happening with an active MR. But if I'm writing a message from Upsource, it doesn't synchronise…
Vadim Salajan
  • 145
  • 1
  • 9
2
votes
0 answers

Upsource: Merge reviews don't show anything in Review summary

I have Upsource running on a private server on my own in a Docker container. It is linked to a Github repo. The settings are very basic, just a few files extensions are ignored, because it's a Unity Project (no need to review .meta files for…
2
votes
0 answers

Unable to access upsource from browser: ssl-no-cypher-overlap error

I have downloaded latest Hub (2018.4) and Upsource (2018.2) from jetbrains website. I have successfully configured both a gentoo machine with https access and Upsource accessing the external Hub. I have followed the same steps to replicate the…
Alienpenguin
  • 967
  • 1
  • 9
  • 28
2
votes
0 answers

Upsource with TeamCity build on Pull request

I have project hosted on Bitbucket and I'm using Upsource for reviews/pull requests. Is there a way how to setup TeamCity to build branch which is on review? I saw guide fro the Github which is sadly not applicable to Bitbucket since adding…
Lukas Forst
  • 802
  • 1
  • 8
  • 25
2
votes
2 answers

Trying to access UpSource over https via IIS Reverse Proxy returns an empty page

I am currently trying to set up various Jetbrains services for use via https by using an IIS reverse proxy. The complete intended setup should looks somewhat like this: TeamCity: https://server.company.com ->…
Kira Resari
  • 1,718
  • 4
  • 19
  • 50
2
votes
1 answer

Is it possible to have commits from different projects in Upsource for code review?

My team is exploring upsource as our review tool. But I can't find a way of adding commits from different projects in one review. Is is possible to do that in upsource? That is a really import feature for large projects.
2
votes
1 answer

Upsource with GitLab as Oauth

I'm running GitLab on local address http://192.168.0.18/. Upsource is running on http://192.168.0.11/. I've added Upsource application as admin on GitLab. I've set client id and secret token as GitLab said. Authorization is set to…
deem
  • 1,252
  • 1
  • 19
  • 38
2
votes
1 answer

Upsource Error: Github Url not Detected when using github enterprise server

Can't figure how to resolve an error when trying to setup upsource on EC2 where everything is fine except when trying to integrate with GitHub. I simply use ssh for authentication and then input my GitHub url…
horatio1701d
  • 8,809
  • 14
  • 48
  • 77
1
2 3 4