-
Allow code review comments on binary files
It would be cool to be able to add comments for binary files when doing a code review - e.g. for UE4 blueprints (.uasset) after looking at the blueprint diff of the files.
12 votes -
Default changeset query for xlinks is weirdly narrow
When adding a new xlink to a project, you must select a target changeset to track on the linked repository. When you open the dialog box, the default search query is this:
find changeset where date > '5/27/2020' on repository '<repo_name>@<server_name>:<port>
(today is 6/26/2020)
For some reason it always defaults to only show changesets from less than 1 month in the past. Seeing as xlink is primarily used for reusable, modular code, this means there is almost never any changesets shown. So in order to find the latest changeset you have to click "Advanced" and remove the date clause manually.
…
1 vote -
6 votes
-
Jira Next-Gen project integration
Plastic integration with Jira Next-Gen projects is broken. There is no way to send data back to Jira projects from Plastic. There should be a Jira plug-in to make the set up for this not only possible but easy.
6 votes -
Using GMaster: Would like to wrap text in Difference window
I am confused: Is GMaster a subproduct of Plastic SCM ???
1 vote -
Don't create empty commits in xlink upon merge-to
If I complete these steps:
1. Create repos B and A
2. Commit file foo to repo B (this becomes cs1)
3. Create xlink /b in repo A as -> cs1@/main@B (writable)
4. Create branch /main/task001@A
5. Checkin several files without touching /bI can then complete my task branch like this:
6. Switch workspace to /main@A
7. Merge from /main/task001After this, B will still have only one branch and one changeset, because no changes were made inside of /b. Wonderful!
Alternately, I can complete my task branch like this:
6. Merge-To from /main/task001 into /main@AThis is a…
3 votes -
Add "Merge Query Rule" to conditional format
In the Plastic GUI, "Add format" provides the following options:
- Branches with pending merges
- Active branch in this workspace
- Custom branch query rule
- Custom changeset query rule
- Custom label query rule
cm find, however, supports additional objects beyond "branch", "changeset", and "query". I would like to highlight changesets that contain merge-links from a specific branch, but currently the only way for me to do that is to run the query in the command-line, use the query results to apply attributes, and then use the attributes for a rule that colors the changeset. It would be more straightforward if I could…
2 votes -
Integrate git sync into sync view
I would like to be able to mirror a client's Git repository, create a new branch, and then pull changes from the Git repository without pushing my unfinished/proprietary/scratch/experimental branch.
I have also, from time to time, found myself wanting to clone just a single branch from Git, exclude some branches from Git, or pull everything without pushing anything. All of this is possible in Plastic sync view with Plastic repos, so I thought it would be better to suggest integrating the two instead of suggesting to add these features independently to git-sync.
2 votes -
Support wildcards in gitserver.conf's export.repo option
For example,
export.repo=foo
export.repo=bar
export.repo=git mirrors/*1 vote -
Embedded Custom Diff
When it comes to text files, the embedded diff viewer is extremely helpful, allowing me to quickly click between files and see what changed. While it is possible to specify external tools for diffing non-text files, it is currently not possible to do so with the same ease of use or convenience. Embedded Diff and Custom Diff are currently mutually exclusive.
This request is to add an extensibility mechanism for the embedded diff viewer. I am thinking of this similarly to Windows' IFilter mechanism that allows custom preview renderers to be specified for any file type.
For example, if I…
3 votes -
Disable Downloading Cloaked Files In A Merge
When doing a merge that involves a change in a cloaked file (only in the incoming change) the changes are downloaded when resolving conflicts .
Please add an option to not even show cloaked files coming in from merges or at least to not download them.
35 votes -
2FA and IP Whitelisting for Cloud
For security purposes, it would be nice to be able to have extra security when logging in or to verify who has access to the repository. Something similar to what Bitbucket or Github Implement would be nice.
9 votes -
code review
Code Reviews: when responding to a code review, rather than copying and pasting a magic UID into the changelist comment, it would be preferable to be able to browse and select an already submitted changelist that closes a particular comment in a code review.
3 votes -
FIle in use error
It would be nice if Plastic threw an error/message saying "File already in use" when trying to merge a binary file with changes only in source contributor(for my specific case), when the file being merged is opened by another application. Right now it fails to merge the file, keeping it in the Pending Changes view, and never merging it or alerting the user that there is an issue.
1 vote -
Branch name in properties
I'd like to see the branch name in the side panel > Properties view as well.
3 votes -
Branch Explorer - Adjust text size of "branch bubble" in settings
In branch explorer I zoomed a bit of, to have a greater overview. Unfortunately, the text bubbles above each branch getting smaller. So it's quite hard to read it then.
Could it be possible to adjust the size in the side panel > Display options?
3 votes -
Add Mac support for UE4 plugin
Currently the plugin (https://github.com/SRombauts/UE4PlasticPlugin) is only working with windows, it would add value to your service if you could get it to support Mac as well.
3 votes -
Distribute the .NET Core server for Linux ARM
It would be neat if you distributed you .NET Core server for ARM Linux so we can easily install it in embedded hardware such as a Raspberry Pi.
Extra points for a package to install from apt / yum / zypper and so on!
3 votes -
A complete dark theme for windows cloud client
Look that this beautiful theme you have for MacOS - https://www.plasticscm.com/download/releasenotes/7.0.16.2815
Please get me that for windows.
The pending changes / branch view is burning a hole into my eyes.
26 votesOn it!
We started the development of this feature. Please keep tuned because we are going to release much more!
-
In Changesets view, also show files in change set
In the Changesets view, have a split view, that shows the filenames of the files in that change set.
The view could be just like you use in the Pending Changes view, where the split is resizable, with the top half showing change sets, and the bottom showing the files in the changeset currently selected. That way you can quickly arrow up/down through the change sets and see the files instantly in that set.
If you want to get to the diffing tool, you still need to double click the changeset. This is only about showing the files in the…
9 votes
- Don't see your idea?