Giter Club home page Giter Club logo

Comments (20)

leantk avatar leantk commented on May 18, 2024 3

Hi @hnabbasi,

We currently still don't have checkin policies in place but they are high on our priority list to get to next. Sorry for the inconvenience!

from azure-devops-intellij.

leantk avatar leantk commented on May 18, 2024 1

Thanks for testing it! The next release (which should be in the next 2 weeks) will have the update so you can upgrade to it and keep the same behavior.

from azure-devops-intellij.

jpricket avatar jpricket commented on May 18, 2024

Hi Kate,

Thanks for reporting this issue and providing the logs. We have a fix for the TFVC menu being disabled along with a few other fixes. Those should be going out soon. If we can determine what caused your error here, we will get a fix ready for that problem as well.

Thanks for trying it out and helping us improve the product.
Jason

from azure-devops-intellij.

bubblef avatar bubblef commented on May 18, 2024

@jpricketMSFT Hi, Jason.
I updated the plugin to 1.109.0. Now I can add nothing to source control. I change classes, add new items. "Add" is disabled and there are not my changes in Version control window tool.
In logs I can see only warnings:

14:11:58.464 |  WARN | ea.tfvc.core.TFSChangeProvider | Failed to get changes from command line. root=/Users/.../AppTFVC/.idea/.idea.AppTFVC/.idea/.name
java.lang.RuntimeException: TF14079: The item U:\Users\...\AppTFVC\.idea\.idea.AppTFVC\.idea\.name is not part of your workspace.  Please perform a get operation on this item.

	at com.microsoft.alm.plugin.external.commands.Command.throwIfError(Command.java:333)
	at com.microsoft.alm.plugin.external.commands.StatusCommand.parseOutput(StatusCommand.java:57)
	at com.microsoft.alm.plugin.external.commands.StatusCommand.parseOutput(StatusCommand.java:23)
	at com.microsoft.alm.plugin.external.commands.Command$1.completed(Command.java:142)
	at com.microsoft.alm.plugin.external.ToolRunner$ListenerProxy.completed(ToolRunner.java:289)
	at com.microsoft.alm.plugin.external.ToolRunner$ProcessWaiter.run(ToolRunner.java:327)

Maybe I do something wrong?

Also, does your plugin support Gated Check-in?

from azure-devops-intellij.

jpricket avatar jpricket commented on May 18, 2024

@bubblef - It looks like you are getting an error from the status command when it tries to parse the output from the command line. Did you change the command line client in any way? It could be a bug, but I am not seeing that error here. The log file should show the command line used to call status as well. Can you try running that command line directly and see what response you get?

No Gated Check-in support right now. Sorry.

Thanks,
Jason

from azure-devops-intellij.

bubblef avatar bubblef commented on May 18, 2024

Hi Jason,
Sorry for the delay.
No, I didn't change the command line client.
I create a new class (IDEA highlights it with a blue color). I run a command to get a status and I get only this:
<?xml version="1.0" encoding="utf-8"?><status/> (the same is in the log file)
So, there are no changes for VCS.
It is reproduced on Mac OS. I updated IDEA to 2016.3.

from azure-devops-intellij.

jpricket avatar jpricket commented on May 18, 2024

Hi Kate,
Can you confirm if your workspace is a Server or Local workspace? We don't fully support Server workspaces yet. For Local workspaces, the status call should detect the new file and return it as a possible add.
Thanks,
Jason

from azure-devops-intellij.

bubblef avatar bubblef commented on May 18, 2024

Hi, Jason!
I updated the plugin to 1.111.0 and I do not have any issues. It works well so far 😺

from azure-devops-intellij.

jpricket avatar jpricket commented on May 18, 2024

This is awesome! Thanks for letting us know.

from azure-devops-intellij.

hnabbasi avatar hnabbasi commented on May 18, 2024

Hi, is gated check-in supported yet?

from azure-devops-intellij.

 avatar commented on May 18, 2024

Hello,
This morning when I tried to commit changes I got that same error, and received an update for the plugin after the updates I receive this error:

`-- JAVA_EXCEPTION --- javax.ws.rs.NotAuthorizedException: HTTP 401 Unauthorized at com.microsoft.alm.plugin.idea.tfvc.core.TFSVcs.getServerContext(TFSVcs.java:275) at com.microsoft.alm.plugin.idea.tfvc.core.TFSFileListener$1.run(TFSFileListener.java:78) at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:267) at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:726) at com.intellij.openapi.progress.impl.CoreProgressManager$6.run(CoreProgressManager.java:410) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:176) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:556) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:501) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:66) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:163) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$null$9(ApplicationImpl.java:594) at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:334) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)

`

any help?

from azure-devops-intellij.

 avatar commented on May 18, 2024

I temporally found a fix for this.
I simply, switched server from manage workspace from TFVC menu , reconnect to the same server , chosen same workspace, got an error message "I can't choose the same exisitng workspace" , clicked ok, tried to checkin file, committed file successfully.

from azure-devops-intellij.

 avatar commented on May 18, 2024

Also I found out that it's a problem with the TFS plugin doesn't store my credentials, every time I close rider.

when I did the temporarily fix I found my credentials in place. but if I rested the application, it will loose them.

any help with that ?
screen shot 2017-08-23 at 11 35 42 am

from azure-devops-intellij.

leantk avatar leantk commented on May 18, 2024

Hi @minaaboud,

Thanks for reporting the issue. I am aware of the credentials not being saved on the IDE restarting. I'm currently looking into that. Other than that, is everything else working for you? The NotAuthorizedException was because your credentials couldn't be found so it was correct of you reload the workspace using the Manage Workspaces dialog. That allows you to re-enter your credentials when they can't be found. They should be saved though and like I said I'm working on that fix.

Thanks,
-Leah

from azure-devops-intellij.

 avatar commented on May 18, 2024

Thanks guys, you rock, waiting the updates.

from azure-devops-intellij.

 avatar commented on May 18, 2024

Everything else is working just fine :), so far. been using the IDE for a week.

from azure-devops-intellij.

leantk avatar leantk commented on May 18, 2024

Hi @minaaboud,

The same problem was reported with issue #95. I just attached a newer version of the plugin there with a fix to test out for the password problem. Could you please test it if you have a chance and let me know if it works for you.

Thanks,
-Leah

from azure-devops-intellij.

 avatar commented on May 18, 2024

okay, will do.

from azure-devops-intellij.

 avatar commented on May 18, 2024

It's working just fine. I hope you push this updates so all get it 👍 👍 👍

from azure-devops-intellij.

robertbradleyux avatar robertbradleyux commented on May 18, 2024

@leantk Like @hnabbasi I'm also waiting for gated check in support and would be happy to help once you have something you'd like tested.

from azure-devops-intellij.

Related Issues (20)

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.