TFS plugin to use with PyCharm - tfs

I am looking for a free source code management TFS plugin to use with the PyCharm IDE. I've been looking around and cannot seem to get anything to work properly.

Please try TFS Integration.
Based on the description in the page it should be compatible with PyCharm
Compatible with: IntelliJ IDEA PhpStorm WebStorm PyCharm
RubyMine AppCode GoLand Rider
Also this for your reference : Using TFS Integration
UPDATE:
It supports PyCharm Community Edition, refer to this link for details : https://plugins.jetbrains.com/plugin/4578-tfs-integration/update/12400.
That's the only plugin for PyCharm for now. The IntelliJ IDEA is required So, you can have a try for IntelliJ IDEA Community Edition to check if that works for you.

Related

(Jira Software Server) IntelliJ won't recognize the atlassian imports

We are currently using Jira Software Server (version 8.7.1) and have tried running our code in the Script Console on IntelliJ. But it seems to have a problem recognizing the imported classes although we made sure to specify the correct directory for it to import them.
These are the errors we get while running the scriptrunner code in IntelliJ
We are at loss here and we would really appreciate your help!

Cannot install RoboVM plugin on IntelliJ Idea

IntelliJ Idea fails when trying to install RoboVM plugin. I found these errors in the log:
Caused by: java.net.UnknownHostException: download.robovm.org
It must be a problem of the server, because I cannot access with an Internet browser either:
download.robovm.org’s server IP address could not be found
I know it maybe a temporal issue, but just in case, do you know if the project has been discontinued or something alike?
Thanks in advance,
RoboVM is no more, Probably his server, IP address is not active/working.
Try MobiDevelop, a fork of RoboVM. This fork is based on the last open-source version of RoboVM.
Plugins for IntelliJ IDEA/Android Studio
IntelliJ IDEA plugin snapshot builds
IntelliJ IDEA plugin release builds

What Versions of MS does Artifactory Support?

I am looking for some more specific support details.
I have managed to persuade our management to use Artifactory.
We currently use the following, mostly for WinForms development. We have several dozen products we support.
Visual Studio 2015 Enterprise
TFS 2012 on Prem (working to persuade management to upgrade this soon)
NuGet 3.5. with Project.JSon
I am just not sure if Artifactory can support some of the older tools we use. I can't find any details on their website that are version specific. It just says it supports "TFS".
I read mention in some samples of Packages.config, but we got rid of those bad boys some time ago. Project.json is much better. Once we move to VS 2017 the project.json goes away too.
Does Artifactory support TFS 2012? Project.Json files?
Artifactory NuGet support is agnostic of how you manage your project, the only requirement is that your builds use supported clients (like the one integrated into VS). You can deploy and resolve your own packages or have Artifactory proxy a remote location (as long as it supports the NuGet API)
TFS support is provided by the MSBuild Artifactory Plugin which collects info from your build and also enables you to resolve dependencies via Artifactory, and deploy build artifacts.
If you are on TFS2012, it's still using XAML build. Which means you need to use MSBuild Artifactory Plugin.
The MSBuild Artifactory Plugin is installed as a "Project
Template" using Visual Studio as follows:
Under Tools, choose Extensions and Updates..., select the Visual Studio Gallery source under the Online section, and run a search for
"Artifactory".
Select Artifactory Template Package extension found, and click Install.
So, instead of TFS version limitation, it should be more related to VS version.
And according to the Artifactory Template Package in VisualStudio Marketplace, which including VS2015.

Jenkins slave machine Windows configuration

I am very new to Jenkins and sort of new to build .net application, but the guy left team so I have been assigned to do this. I have read tons of articles online about setting up Jenkins master, but little about slave configuration. The guy created a new slave and connect with Jenkins master successfully before he left. And he told me that slave is responsible for 1) downloading source code from TFS server and 2) building them.
now my issue is what do I need to install in the slave machine( windows system) to be able to perform that two tasks?
1) for downloading source code, do I need to install TFS client on slave ?
2) for building source code, do I need to install MSbuild or entire Visual studio ?
Thank you very much !
Assuming you installed a recent version of the Team Foundation Server Plugin, then no TFS Client is required (see https://github.com/jenkinsci/tfs-plugin#400-and-later-new).
Depending on what you are building, installing Visual Studio maybe required or not. In my experience, only a limited set of project types build with just MSBuild and without Visual Studio. There are hacks or supported tips but they work only in specific cases: YMMV.
The new Build Tools for Visual Studio 2017 RC are making this requirement a thing of the past: if you can migrate your code to Visual Studio 2017 you will be able to use them.

Is there any Eclipse/Aptana Studio plugin for ChicagoBoss?

Hi I'm a newbie chicago boss developer, Have switched from Django. Can one tell me if there is a ChicagoBoss plugin in Eclipse or in Aptana?
That's the only editor I like for development. I have already installed erlang plugin.
As far as I know, there is no plugin for ChicagoBoss in Eclipse nor Aptana,
but IntelliJ offers a great support for Erlang.
IntelliJ Community edition:
http://www.jetbrains.com/idea/download/
The Erlang plugin is constantly evolving:
http://ignatov.github.io/intellij-erlang/
Unfortunately JavaScript support is an Ultimate Edition feature, so you probably want to code javascript in your preferred editor and Erlang in IntelliJ Community Edition...

Resources