Right now, to update the outdated files in my crucible review, I navigate to individual files, see if the file is outdated(by looking out for 'File Outdated' link) and then add the latest revision to the review if I were the author/moderator. I'll like to know if I could update all the outdated files in a review in one click assuming I'm aware of what I do.
I did read into their docs about this, but there was no mention of such a thing. Do you all update the files individually as well? Any plugins out there that could help me update all outdated files in my crucible review?
Related
As per the instruction provided in this link renamed one of the gerrit project. However now don't see this project changes in Open, Merged, Abandoned list. Something is wrong in the process of renaming?
Our gerrit version is - 2.13 and offline indexing will impact the productivity. Online is it possible to perform this particular project and changes indexing only?
You could try these two related options:
gerrit index start
gerrit index changes
Note: your Gerrit version is really old, you should think seriously in an update to a newer one.
We have a maven package published to Bintray and linked to Jcenter.
In version 1.1.0 we've added a new artifact to the package: koptional-reactor-extensions, and uploaded release to Bintray.
All the artifacts are visible on Bintray without problems: https://dl.bintray.com/gojuno/maven/com/gojuno/koptional/
However Jcenter only shows artifacts that were already published and does not show koptional-reactor-extensions: https://jcenter.bintray.com/com/gojuno/koptional/
Neither Bintray's Gradle plugin nor Bintray web ui shows why it does not show up and how can we link new artifact to the Jcenter, this is very, very confusing.
P.S. Previously I was able to solve similar issue only by asking a question on StackOverflow so I'm doing it here again (I've also contacted Bintray through Inbox on website but with no luck).
And to be clear, I've never had such problems with oss.sonatype.org.
Thank you for your submitting this issue.
We have managed to resolve the issue you were experiencing.
The issue occurred due to the reason of artifactID that was not approved.
Usually in order to add packages to JCenter, we add only packages under 'groupID/groupID/artifactID'. Usually we approve only one path for package, but since we wanted to expedite the resolution for your issue we decided to approve the package with only groupID. (i.e /com/gojuno/koptional).
This means that all three artifactIDs (koptional, koptional-reactor-extensions, koptional-rxjava2-extensions) are now approved and synced to JCenter.
We hope this clarifies. Please let us know if you encounter any other issues.
Best Regards,
Yonatan Brand
JFrog Support
This is more than likely a very simple question but I can not find the answer via any of my google searches.
I am trying to update a word document via the TFS web portal. I have tried via VS2010 as well and get the same issues. Once I attempt to open the document as "Edit", I get a notice "This file is locked for editing by MYDOMAIN\myusername".
Looking online, I have found several articles stating I need to delete the file on my workspace, but I can not find the file since it is not in the Source Control section of TFS.
Is there a way to cancel my lock on the file so that I can edit the file?
If you are using TFS2010, you can try to undo anyone's checkout with the following command:
tf undo {file path} /workspace:{workspace};{username}
Details please refer this blog How to force undo checkout? #TFS
You can also use the Status Sidekick of TFS Sidekicks tool and unlock the files which are checked out.
Detail steps you can refer the answer from Tim Partridge in this similar question How to unlock a file from someone else in Team Foundation Server
To help anyone that may have issues with this in the future, I was able to correct this issue in Windows 10 by clicking on the icon for File Upload Center and canceling the attempt to upload the document.
Once I restarted my computer, I was able to open the file and edit with no issues.
I'm developing a CI (Continuous Integration) for my application.
So, I'm using Jenkins with HockeyApp (equal to TestFlyApp).
The problem is that HopckeyApp only accepts new versions of an application if it different versions from the last one added, else it gives me an error of already existing version, and no update.
I was reading about the apple tool Agvtool to update the value CFBundleShortVersionString.
My main problems are,
how to do this in Jenkins automatically.
How to update the project repository (Git in my case),for the next build it knowing which is the last version that was updated, or any other option to keep track of the last version updated.
I am trying to do this, but other approach will be accepted has well.
Thanks in advance.
It is recommended to update the CFBundleVersion and not the CFBundleShortVersionString, see http://support.hockeyapp.net/kb/how-tos/how-to-do-versioning-for-beta-versions-on-ios-or-mac
The following blog posts goes through the whole setup and also shows how to automatically update the version number using git tags: http://monitzer.com/?p=75
Here is another approach using git to update the version number: https://gist.github.com/3395649
I need a version of PBears thtmlviewer that will work in DelphiXE.
I found the Google code page (http://code.google.com/p/thtmlviewer) where is is now supported but I cannot figure out where/how to download a version I can use.
I also cannot figure out how to even ask someone on that website.
Am I missing something obvious or is there no download available yet?
Steve...
There don't appear to be any downloads set up, but you can obtain the source with SVN, as described on the Source tab.
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://thtmlviewer.googlecode.com/svn/trunk/ thtmlviewer-read-only
It's a bit simpler than Google Code describes if you download and install TortoiseSVN. It adds SVN functionality into Windows Explorer. Then just go to where you want to download the code to, right-click and select "SVN Checkout...", and enter http://thtmlviewer.googlecode.com/svn/trunk/ as the URL of repository, set a checkout folder, and hit OK, and it'll download the code for you.
You can find the latest downloads at http://code.google.com/p/thtmlviewer/downloads/list now :)