531 results found
-
make the download link for "you need dokan.dll" clickable
When I choose "Mount this changeset in Plastic Drive", I get a long and confusing text message because I do not yet have dokan.dll installed. The text message contains a long URL with the download location.
Even if you are not going to make the installation process automatic, you could still reduce friction by making the download URL clickable. This makes the URL stand out from the rest of the text, and makes 'the right choice' easier.
3 votes -
"annotate" restricted to a single branch
Problem:
I'm on /main and would like to know when the change of a specific piece of code has entered /main. Annotate just tells me when and where this change happened first, but it's close to impossible to track the merge path through branch explorer or revision tree.What would really help:
Just annotate on /main (or any other branch, should'nt make any difference) and tell me the /main changesets at which certain lines entered the game.3 votes -
3 votes
-
Add download progress bar for merge operationgs
Really love the progress bar when you switch changesets want to see it in more places, especially the merge from changeset screen, hard to know when my 10GB of assets that I'm merging from are finished downloading until the merge window's start popping up.
3 votes -
Have the dashed marker in the Branch Explorer for ANY Pending Changes
Currently the "virtual changeset", marked by a dashed circle around your home, will only appear if you have checked out items. However, if you use the "no-checkout"-workflow, you can have changed items that are not checked out, which are pending changes that prevent you from switching branches and so on.
But the Branch Explorer currently does not show this to you, suggesting that everything is "clean", i.e. you do not have any Pending Changes.IMHO, there is no reason to distinguish between "checked out" and "changed" items here, the Branch Explorer should show the dashed marker if you have either.
3 votes -
Add Source Indexer support for Microsoft Source Server (and Symbol Server)
First: I'm no expert on this, but this is how I understand it.
Debuggers (WinDbg and VS) on Windows use Symbol Servers for getting the correct .pdb file and Source Servers to get the correct source code while debugging a minidump. This enables debugging of code that you currently don't have in your workspace.
While Plastic SCM has no contact with Symbol Servers, it should have with Source Servers.
You may read about it here: https://docs.microsoft.com/en-us/windows/desktop/debug/source-server-and-source-indexingIn short:
Debuggers will ask the Symbol Server for the debugging symbols and then the Source Server for the source files.
To make this…3 votes -
Apply bookmarking functionality to Changesets view as well
Extend the Toggle, Goto Next/Prev and Clear Bookmarks functionality from the Branch Explorer to the Changesets view (and possibly the Branches view) as well. The set of bookmarks should be shared between all the views and filtered accordingly...
For this to be really useful we first need to get this other uservoice fixed:
3 votes -
Use internal viewer by default instead of "Open file"
The internal source code viewer is used for displaying diffs only. Add an option to always use it instead of the "Open" / "Open with" to open a single file.
Why:
— when browsing a changeset, displaying files that only exist in the source xor destination gives the user a totally different UX than the when a diff is displayed
— when double-clicking on a file in the "browse repository" view, a heavy-weight application such as Visual Studio is launched, instead of a quick and easy text file viewer.In both cases it is slow and impractical.
3 votes -
Renaming of Repositories
When renaming a repository, workspaces created from this repository break. It would be handy if they would automatically retarget to the new name.
Additionally, renaming a repository will also break with trigger filters, it would also be handy if they would automatically retarget :)3 votes -
Add support for Atlassian Crowd Authentication
And SSO with Crowd in the webUI.
Or at least a way to write our own authentication plugins.3 votes -
Automatically update workspace when when newer changesets in a branch
When you sync and pull a branch from the repository from the cloud, you have to manually open the Workspace Explorer and then press Update Workspace button to update the files to the newest changeset. Our productivity would improve if the workspace files would be updated immediately upon sync and pull.
3 votes -
Support Git-LFS for better workflow with Git
Currently we were unable to move many of our repo to plastic because they all uses LFS.
We could, by copying files from git "workspace" directly into the checkout workspace, overwrite those pointer files, do a checkin and get thoses files info plastic's repo.
But that will break many of our parterner's workflow, since they still uses git, and we obviously can't force them all to use plastic.3 votes -
Code Review: improvements to better support iterative review
Posted to the forums as it allows better formatting. Please see this forum post: https://forum.plasticscm.com/topic/20707-code-review-improvements-to-better-support-iterative-review/
3 votes -
Skip success notification on Sync to Cloud Progress window
If everything goes well, and my push of changes to the cloud server doens't have any issues, the "Replication synchronization" window should close itself. It's annoying to have to click "Close" every time I push
3 votes -
Git Sync with local folder
Git Sync is currently hardcoded to work over SSH. Please support using a local file path to sync with bare, local repositories.
3 votes -
Allow users to "keep exclusive checkout" after checking in the file in PlasticSCM UI
A checkbox similar to the one in Gluon that allows you to keep the files locked during checkin.
3 votes -
Separate File Lock Database from Repository
Currently our team is using Plastic Cloud since we have a mix of in-office and remote workers. But as our project grows larger the update / branch switching time grows.
We would like to have an internal office copy of the repository that frequently syncs with the cloud copy but then our external team would be pointing to a different repository which breaks the file locks which are half the reason we are using Plastic over other source control solutions.
We could have our external team VPN into our local network but our local bandwidth is not the most ideal…
3 votes -
only show real changes when diffing changesets
I diff two changesets from different branches in Branch Explorer. Most of the time, the list of files includes entries that show NO MODIFICATION when selected. That is simply ANNOYING. If there is a use case where the list of files that received identical modifications is desired, PLEASE MAKE THIS AN OPTION rather than spamming the list by default.
3 votes -
Add environment variable for owner of labeled changeset
We use an email service to send users a message when a changeset is labeled. We use e.g. "D" as Discarded, for labeling this changeset as bad.
Currently you can't get the owner of the labeled changeset from the environment variable in the after-mklabel trigger. Also you can't get the id of the changeset.
Workaround would be, to use a cm find label with the given label name and repository to fand the label and the changeset id to get the owner of the changeset. I don't know why but this is currently not working inside of our trigger logic.…
3 votes -
Add ability to locally remove branch with no affect on stored repo
When I use a local repo, i should to download all branch-related data locally. Then i don't need it anymore (for example, it is rejected branch or we totally switch to the new parallel branch, or something else). But I have no ability to locally remove them. I fully understand that deleting branches from repo could cause troubles for whole tree, but what if i remove only local copy of that changesets/branches?
Of course I can locally remove all changesets and then whole branch, but it is such uncomfortable and if later i will want to switch back - it…
3 votes
- Don't see your idea?