Help us improve Gearset
We love getting feedback from our users on how we can make Gearset even better. Post your ideas for improvements, new features, and bug fixes alike, and vote for others – let us know what’s important to you.
375 results found
-
Support "Test Suites" for CI
Hello, Could we make a suggestion for an enhancement? For CI Unit Test jobs, could we have a Test Suite option?
4 votesYou can now specify test suites to run in CI jobs. In each CI run, Gearset will run the tests belonging to those test suites.
Feel free to drop us a message on the in-app chat with any feedback you have on running tests suites in a CI job!
Tom
-
Provide reporting capabilities for Deployment History
Our executive sponsor for Gearset has asked me to provide him with some metrics around our Gearset usage. Specifically, we would like to be able to have access to some of the data that already exists in the Deployment History section, but in a format where we could report on it. Ideally, we'd be able to show how many deployments to production, how many components deployed in those packages, frequency of production deployments in a given timeframe, etc.
This would be a very valuable feature for us so that we can ensure our executive leadership team is briefed on the…4 votesThe deployment history can now be exported as a CSV file that will enable you to create the metrics you’re looking for.
Regards,
The Gearset Team
-
Output information after CI Job regarding problem analyzer skipping some component deployment
I would like to get some information from the problem analyzer after a CI Job completes as it seems like if it detects a problem during the job it skips deploying some of the components, like user permissions.
5 votesYou can now see this under [View problem analysis fixes] for each CI job run.
-
Add "is empty" operator to data deployment filters
Add the empty operator or allow for '' or an equivalent to be considered a value for filtering while using the data loader, this would allow to use filters like where accountid='' or equivalent
1 voteYou can now use the is empty and is not empty filters on nillable fields.
-
Have "You're Using a New Version of Gearset" Open in a New Tab
The tab that shows "You're Using a New Version of Gearset" should open in a new tab. Sometimes I click it to see the release notes and end up losing work.
2 votesIt now opens as a smaller pop-up window and will prevent you potentially losing work.
-
Notify Slack when deployment is successful
I would like to inform Slack on when a manual deployment is successful or failed. It will tell me what the source environment and what was the destination environment. It will also tell me if what the success/fail ratio of the tests that were run.
30 votesYou can ask Gearset to post to Slack or MS Teams when a manual deployment succeeds or fails to all or specific connections (including orgs and Git). See more:
-
When searching for a custom object name and the '__c' is included, nothing is returned.
If the search term ends in '__c', drop that when conducting the search.
1 voteYou can add __c to your search term now. Thanks for the suggestion.
-
Be able to sort/filter Validation Failures during Deployments
Like how it used to be, when I could see all the Validation Failures on one screen. I'd just Snipping Tool them, head Back to Results and fix them, quick and easy. Now the Failures are scattered within the Successes with no way to filter or sort them.
1 vote -
Enable deployment of unmanaged packages and Lightning Bolt Solutions from one Salesforce Sandbox to Another.
Enable deployment of unmanaged packages and Lightning Bolt Solutions from one Salesforce Sandbox to Another.
1 vote -
Export PMD rulesets/configuration as xml file
This would allow us to configure our rules in Gearset and then apply the same ruleset during our local development. Until we can upload our own xml config file, please add the ability to export the Gearset rules instead.
see related idea: https://gearset.uservoice.com/forums/283474-help-us-improve-gearset/suggestions/34668196-allow-pmd-to-be-configured-by-uploading-a-xml-file
2 votesYou can now export the pmd rules as xml by going to the static code analysis rules page:
https://app.gearset.com/static-code-analysis-rule-sets -
add support for Live Agent and Einstein Chat Bot
We're using Live Agent and Einstein Chat bot but there is no way to deploy this in Gearset. Per Metadata API v43.0, these objects can be retrieved and deployed:
- Bot
- BotVersion
- EmbeddedServiceBranding
- EmbeddedServiceConfig
- EmbeddedServiceLiveAgent
- LiveAgentSettings
- LiveChatAgentConfig
- LiveChatButton
- LiveChatDeployment
- LiveChatSensitiveDataRule
since we use Gearset for all deploys to source and to orgs; omitting LiveAgent and chat bots means we don't have a consistent way of maintaining truth
2 votes -
Provide a desktop notification from browser when a validation or comparison is completed
It would great if browser notifications could be created/enabled to notify a user when a validation or comparison is complete when the user is off the the browser tab where the validation or compare is happening.
2 votes -
Integrate Gearset with Bamboo
Would be important to be able to integrate Gearset with an existing CI Tool like Bamboo, Jankins. (e.g an Bamboo Action or a generic Rest API which can be used by Bamboo or other 3rd party apps)
3 votesThis is now possible since we have released our API, which is available to everyone with an Enterprise license! Please see https://docs.gearset.com/en/articles/6099550-getting-started-with-the-gearset-api for more details. If anyone has feedback or suggestions, please contact us via the in-app widget.
-
Allow us to configure a push notification when comparisons are done.
It would be great if we could configure a notification when a comparison completes. Sometimes comparisons take a long time!
7 votes -
Fix Datetime sort order in the Changed On filter list
The list of selectable dates is alphabetically sorted: Apr, Aug, Dec, Feb, Jan, ...
Sorting by the temporal value would be more useful.
1 vote -
Show source Org records count for each object so that we can decide on how much of it can be moved and how much of filter is needed
Show source Org records count for each object so that we can decide on how much of it can be moved and how much of filter is needed. Moreover after all object are select with filters for movement, please show the total number of records that will be migrated across all selection and its related objects. This will tell us if we are exceeding the limit of 10000 and do we need to split.
2 votesHi,
When you select objects for a data deployment, you’ll now see how many records the source contains for that object. This will also take into account any filters you have on the object.
We’d love to hear if this is useful or if there’s more you need – please get in touch via the in-app chat!
Tom
-
CI job edit - unable to change value of checkbox Filter By package.xml
everything else is editable; this checkbox is not
1 vote -
Upgrade to PMD 6
PMD 6 includes useful stuff like allowing annotations in the code to suppress warnings. It would be great to be on that version.
Stephen told me via the support chat that it wasn't simple to just upgrade, so I thought I would submit it as a feature request.
2 votesHi Aidan,
We’ve now upgraded to PMD 6.3 which includes support for suppressing warnings.
Regards,
Stephen
-
Allow default repo to be set in Manage Connections and use in Comparison
This does not appear to work.
- Setup connection to source control GitHub that your user credentials includes multiple repos (in my use case, there are about 100)
- Do a Comparison, in the target list of repos, you will see all 100
- Select your repo (say repo #77). Do the Comparison
- Logout
- Login. Repeat step 2.
RESULT: repo#77 is not defaulted. You have to reselect it.
Either fix the aforementioned issue so the repo you most recently used is 'sticky' or allow specification of a default repo on the Connections page for each repository type.
1 vote -
Allow multiple ownership in Gearset
Currently only the creator (owner) of Schedule Test, Monitor Orgs and Manage Orgs can edit these activities. It would be helpful if we could designate more than 1 Owner for these activities. Similar to granting access to the various orgs (Comparison, Validation& Deployment) it makes sense to also include an Owner access as well.
If this is not possible, having a transfer ownership button would be helpful for each activity.
Thanks!
16 votes
- Don't see your idea?