307 results found
-
Add support for Visual Studio 2022
VS 2022 is officially released now, so plastic scm should provide an extension, just like VS 2019.
1 voteDone!
Please check: https://www.plasticscm.com/download/releasenotes/10.0.16.6419?term=2022#10.0.16.6419-new-1
And, we are eager to get feedback so contact support if you want to share what you think about the plugin.
-
Tree branch view in Gluon
Artists may find it easier to navigate.
7 votesIt’s already available.
You can use the Explore Workspace to use a “List” view or a “Tree” view.
Please check the attached images.
-
Linux code Reviews interface
Please, code reviews on linux are not available on GTK Client, and WEBUI is subpar compared with the new code reviews system.
Please, be so kind to implement it as linux users are very limited and forced to install a Windows VM only for plastic :(134 votesDone!
We are super happy to keep progressing with the new cross platform GUI, PlasticX.
Please enroll the beta program to start doing the code reviews in Linux! https://forum.plasticscm.com/forum/41-announcements/
Also! WebUI client has been upgraded so online code reviews are now better as well, for example, we have just added multiple reviewers!
-
Enable the Custom "Open With ..." options in the code review and changeset diff window
Currently the Custom options for "Open With ..." only work in the Workspace Explorer view. If I am performing a code review or changeset diff and there are new binary files in that changeset, then "External Diff" does not work (as there are no previous versions to diff with), so I'd like to be able to use my custom open on the binary file in order to view it. Note that my custom open requires some command line arguments, so selecting the app to open the file with is not enough.
3 votes[New] 9.0.16.4556
Windows – Plastic: use custom applications to open files in Differences and Code review
In Plastic Preferences you configure custom “Open with…” options which then appear in the context menu for items in the Workspace explorer. We have now added the same options to the context menu in the diff and the Code review windows. -
Display full file path (Gluon)
It'd be nice to have quick access to the resolved workspace file path from within Gluon (maybe just another field within the file details, under Name for instance)
This would be useful for being able to quickly open or share files - currently the workaround is to 'open in explorer' and copy the path from there.
3 votes[New] 7.0.16.2877
Plastic & Gluon for Windows/linux/macOS: Added the full path in the item preview file properties. -
Display the client version number somewhere (Gluon)
As far as I can tell, the version number of the Gluon client isn't displayed anywhere. I'd expect it to be in Title area where "Plastic gluon" is displayed, as there's no real menu where the About convention could be followed.
1 voteDone! We are happy to announce you can now check the version at the “About” from in Gluon.
[New]
Gluon for Windows: We added an option menu button in the top right corner that allows you to display the preferences and the about dialogs.Gluon for Linux: We added a button in the left sidebar that displays the about dialog.
-
Make Webhooks
I would like for you to add webhooks into plastic scm cloud.
22 votesDone!
Please check: https://blog.plasticscm.com/2020/06/web-triggers-for-plastic-scm-cloud.html
-
Plugin for Rider
Please support for Rider VCS plugin. Could be adapted easily from existing IntelliJ plugin to support Rider?
70 votes -
Inform user that pending changes have not been refreshed when Checkin button pressed.
Occasionally I forget to refresh the pending changes view before a Checkin. This is annoying as immediately after the checkin operation then view automatically refreshes, sometimes revealing changes that missed the checkin!
1 voteAuto-refresh option does it.
-
Advanced LDAP Support
Plastic currently only supports basic LDAP integration.
In real-world scenarios, things aren't as clear cut and simple.
I propose extending LDAP support in the following ways:- Support secure LDAP (LDAPs). Including self-signed certificates on the LDAPs server.
- Ability to specify Root DN.
- Ability to specify User search Base.
- Ability to specify User search filter (ie, something like sAMAccountName={0}).
- Ability to Specify Group Search Base.
- Ability to Specify Group Search Filter ((& (cn={0}) (objectclass=group) ))
- Group Membership definitions (can optimize with memberOf property).
- Configurable Local Caching of credentials, TTL etc ....
47 votesHi,
We have released the following task. it’s compatible with the new .NET Core Plastic server:
[New] 9.0.16.4227
Server: secure LDAP connections now supported on port 636
We added support to the Plastic server for SSL connections to your LDAP server.
Configure your server (using the “plasticd configure” command, or the web based administration tool) to switch the LDAP port from 389 to 636 to take advantage of a secure connection to LDAP, assuming your LDAP server is configured to support this.
Regards,
Carlos.
-
"Cherry pick" to
Just like the "advanced merge to", allow the user to cherry pick to any branch.
This allow the user to avoid switching to the branch he want to cherry pick to, which can be very time consuming (reimporting workspace in a game engine for exemple).
36 votesYes, you can do it from the CLI, but you need to enable the server-side merge functionality.
The client and the server version must be 7.0.16.2077 or newer. You also need to enable the server-side merge functionality (in-preview) adding the following setting on the client.conf. Check how to do it on the release notes: https://www.plasticscm.com/download/releasenotes/7.0.16.2077
After that, you will be able to perform a cherrypick using the merge-to. Example:
cm m br:/main/task —to=br:/main —cherrypicking —merge -c=“merge-to cherrypick example”Best regards
Borja
-
Add Gluon support for Linux
Our entire team are going Linux only for development since Epic now support it with Unreal 4, so support for Gluon on Linux would be wonderful for us.
10 votesDone! Check Plastic SCM 7.0 :-)
-
Conclusive documention in `cm find -?`
cm find -?
directs the user to https://www.plasticscm.com/documentation/cmfind/plastic-scm-version-control-query-system-guide.shtmlUnfortunately, that documentation isn't nearly as useful as it could be. It lacks a conclusive list of object types, it lacks a conclusive list of searchable/printable properties, and those that it does list are scattered throughout examples and explanations. We need a simple, no-frills lookup table because we don't know the source code like you do.
cm showfindobjects
seems like a step in the right direction, but it's missing object types and properties that are listed in the online documentation.Trying to figure out something like "given a file path, how do…
3 votesWe greatly improved cm showfindobjects thanks to your heads up :-)
We plan to continue doing more and more improvements, so your feedback will be welcome.
https://www.plasticscm.com/download/releasenotes/7.0.16.2637
-
make diff window close with ctrl-w / ctrl-f4
At least on WIn10 I can't close diff tabs (ctrl-d) using the standard keyboard shortcuts.
2 votes[Bug] 7.0.16.2878
Plastic for Windows: The diff tab couldn’t be closed using the default shortcuts Ctrl+W/Ctrl+F4. Now it’s fixed.[Bug] 7.0.16.2878
Plastic for Windows: Using the tab key to navigate controls did not work in the diff viewer when it was embedded in the pending changes view. Now it’s fixed. -
Ctrl+backspace should delete whole words (Gluon)
It'd be great if ctrl+backspace could delete whole words in the commit message (as implemented in Plastic SCM), rather than unknown character symbol
1 vote -
don't show files in pending changes that have not changed
Whenever there are files that have been touched but actually are identical ("files are identical"), I do not want them listed under pending changes. At least it would help to have the option to "undo changes" on all files that have not changed to make them disappear from the list. Scanning through the list of pending changes is cumbersome if you have to walk through all untouched files with 200-500ms refresh time every time.
3 votes -
plastic.transformerrules suggestions
It'd be nice if you could add a couple of extra features to plastic.transformerrules:
- wildcards (for example: rm /data/*.psd
- space handling: rm "/data/dir with spaces/hugefile.bin"
- handle missing files (as far as I know it stops the update process now)
33 votesA good one to have, point taken.
Meanwhile, cloaked will do.
-
Add environment variable for added/changed comment on edit review trigger
We use an email service to send the assignee of a created code review a message.
Also the creator of the code review gets a message if the review is changed (using the after-editreview trigger). This is also triggered if the assignee adds a comment to the code review, but there is no possibility to get the comment to add it to the email.So it would be nice to add the comment (if there is any) as variable .
3 votes[New] 7.0.16.2407
before-editreview and after-editreview triggers: Two new environment variables are available for the before and after editreview triggers regarding the review comments:
PLASTIC_REVIEW_COMMENT and PLASTIC_REVIEW_COMMENT_ACTION. The first one contains the comment that fired the trigger, and the second one reflects the action on the comment “Created”, “Edited”, or “Deleted”. These variables will be empty if the action that fired the trigger is changing the code review status or the assignee. -
Jira integration should be able to transition issues through Jira workflow and maintain all data
Jira integration should be able to transition an issue once it is checked in to PlasticSCM with a tag like [FIXED], and then this will move the issue in Jira to the 'Ready for QA' column in the workflow. It should maintain in the information who committed the change, the changeset, any details available.
42 votesGlad to say, this feature is available starting on release 6.0.16.1515, published today. For further information on how it works, check the release notes available here: https://www.plasticscm.com/download/releasenotes/6.0.16.1515
-
Please make all release notes findable on your website
Many times I find that the most complete, or the ONLY, documentation on some features in Plastic SCM can be found in the release notes. (Example: the "multi-screen diff" feature is mentioned but nowhere explained.)
Additionally, on forums and uservoices etc a specific release note may be mentioned for reference.
Unfortunately, it seems that many of the in-between release notes disappear from the web after a while, or at least they are very hard to find.
With all this in mind, please make it easy to find every Plastic SCM release note ever issued! ;)
8 votesWe did it! Now release notes are findable too :-)
- Don't see your idea?