Links

Changelog

UI v9.78.1 (2023/03/28)

  • Fix issue where associated Agents were not showing on the Artifactory integration details table in the administrative Agents screen.

UI v9.78.0 (2023/03/28)

  • add copy resulting lines to hunks
  • Resolved bug that was setting all recipe runs from the UI to Low priority. Recipe runs now use Normal priority.

UI v9.77.0 (2023/03/27)

  • add more confirmation dialogues
  • add ability to disable keyboard shortcuts

UI v9.76.1 (2023/03/24)

  • Bug fixes and other improvements.

UI v9.76.0 (2023/03/24)

  • add option for running recipes with low priority
  • add filter to organzation and repository group selector menu

UI v9.75.0 (2023/03/24)

  • add administrative reports page to download usage reports

UI v9.74.1 (2023/03/23)

  • Bug fixes and other improvements.

UI v9.74.0 (2023/03/23)

Recipe results

The Data Tables button is now ever present on the page along side the familiar Commit option. As a note the button will be disabled until a Recipe run has completed.
API examples button has been pulled up from a collapsable portion of the summary and into a more familiar and consistant place on the page.
The Replay recipe and Cancel run buttons have been consolidated into one location on the screen in part to make room for the Api example button.

Repository details

We've cleaned up the Repository details screen to align with page titles on other pages as well as making the API examples consistently located.
Language composition chart now contains more colors to help distinguish various languages.

Moderne CLI

Now you can download a Zip archive of Moderne CLI tools.

Organizations

Users will not be prompted for confirmation before removing repository.

UI v9.73.0 (2023/03/20)

  • use totalRepositoriesInProgress from graphql

UI v9.71.0 (2023/03/15)

  • We have changed the name "Catalog" to "Marketplace" and given it a new icon. We hope the use of the word "Marketplace" reflects the community aspect of "Recipe" development.
  • Recipes can now have maintainers associated with them. This has been added to the graphQL API and the UI will render them in a special contributor's section on the recipe details page if present:

UI v9.70.0 (2023/03/15)

  • We have added operating system detection to custom tailor the user experience. The first place to use this is the CLI download dialogue which now will default the instruction set selected based on your operating system. This should reduce the confusion on what instruction to use.
  • Various bug fixes and improvements

UI v9.69.0 (2023/03/13)

API Examples

We improved how we surface GraphQL API examples to make it easier to include multiple types of calls on a single page in one location where it's consistent to find

UI v9.68.0 (2023/03/09)

  • Try CLI curl example now uses URL from API Gateway
  • Various bug fixes

UI v9.67.0 (2023/03/09)

  • Recipe results table now supports sorting by the four different marker count columns: info, debug, warn, and error.
  • Recipe artifacts can now only be updated by those with the administrative rights within the UI.
  • Various bug fixes.

UI v9.66.0 (2023/03/08)

Now you can download the Moderne CLI from your SaaS Instance.

Recipe builder

We've rearranged a few of the buttons to make some actions clearer to the customer. New Recipe took the place of the Import YAML button, which was moved to the YAML preview. New Recipe will reset the state for the Recipe builder so you can start on your new endevaours.

Recipe refresh

Spring is right around the corner and we've been doing a little bit of cleaning to make the recipe page cleaner and more consistent with the rest of the site.

Download the Moderne CLI

Go to the Help menu → Try Moderne CLI

UI v9.65.0 (2023/03/03)

In our continual efforts to integrate the new organizations service we have redesigned the top navigation bar. You will now find plenty of space for displaying longer organization and repository group names as well as improvements to all drop downs menus. \
Notably, source management control connections have been moved into a new profile section in the avatar dropdown. Additionally, the redesigned top navigation bar is more accommodating of smaller device screens.

UI v9.64.0 (2023/03/02)

Up until now repository groups have been stored in the users' localStorage on their browser. If users had large amounts of groups with large lists of repositories they would approach the limits of their localStorage (typically 5-10 Mb). We have now switch to using IndexedDB for this purpose which will not run into these same thresholds and provides faster reads and writes for large objects.

UI v9.63.0 (2023/02/27)

The interactive origin icon now includes links:\
We added some quality of life changes on various forms to have focus be automatically brought to the first field, for example when adding or editing a repository group.

UI v9.62.0 (2023/02/24)

Improve support for organizations defined in thee organization service.

UI v9.61.0 (2023/02/24)

We have added the ability to see repository origin details from the diff page via the interactive origin icon:
GitHub links on recipe details for OpenRewrite recipes (v9.35.0) previously linked to a search interface to find the origin on GitHub. These have now been updated with direct links to the source.

UI v9.60.0 (2023/02/23)

All file downloads have been standardized to use our async download manager for a more consistent experience.\

UI v9.59.0 (2023/02/23)

Add more support for organization as we shift focus on the new organization service:
  • UI will now use commit options defined by the organization service
  • Recipe runs in the UI and GraphQL can now use organization ID
We have also added recipe IDs to the list of recipes in the catalog to save time for those seeking them by preventing the need to drill down into each individual recipe details page.

UI v9.58.0 (2023/02/16)

Optimize the UI's use of GraphQL queries.

UI v9.57.0 (2023/02/15)

Added more data table driven Jupyter lite notebooks. Currently supported:
  • org.openrewrite.maven.table.DependenciesInUse:
    • dependency-usage-violin.ipynb
    • dependency-usage.ipynb
  • org.openrewrite.table.ParseFailures:
    • parse-failures.ipynb
  • org.openrewrite.table.RecipeRunStats:
    • recipe-visit-all-performance.ipynb
    • recipe-visitor-performance.ipynb
  • org.openrewrite.table.SourcesFileResults:
    • composite-recipe-results.ipynb

UI v9.56.0 (2023/02/14)

Repository Groups has been refreshed. The global menu will now separate Organizations that are defined by either the Moderne Agent or your implementation of the Moderne Organization service and Repository groups that are locally curated collections of repositories.
We've also added some visual touches to better group icons in the top navigation as well as providing you with a quick visual cue of the current selection.

UI v9.51.0 (2023/02/01)

A new option has been added to the Pull Request form to allow or disallow the reopening of closed pull requests.
See how to run against the API link has been added to the commit form as well. This will show the GraphQL for the action.

UI v9.46.0 (2023/01/21)

Data tables: Recipes can now emit tabular data according to a schema that they define.

UI v9.44.0 (2023/01/21)

Repository quick view

Hover over the info icon to quickly view more information including the commit that the artifact was generated from and when it was ingested into the platform.

UI v9.41.0 (2023/01/17)

Removal of the default repository group All

Moderne SaaS no longer provides a default named repository group called All that represents all ingested repositories. Customers can define their own named repository group through Agent to provide this functionality. See the example below.
{
"All": {
"name": "All",
"repositories": null
},
"Default": {
"name": "Default",
"repositories": [...]
}
}

UI v9.39.0 (2023/01/11)

Actions moved to left

Actions for grids are now presented on the left-hand side of the table.

UI v9.37.0 (2023/01/10)

Bitbucket Cloud support

Repositories hosted on Bitbucket Cloud are now supported. This requires additional configuration through your agent.

UI v9.35.0 (2022/12/30)

Admin token management

We have added the ability for admins to view and revoke Moderne personal access tokens of any user. There is now a new Access tokens page under the admin navigations:
\

Improved keyboard shortcuts

While addressing some keyboard shortcuts that were reported to conflict with certain browsers we overhauled the keyboard shortcuts to primarily use single key commands and added more. These commands will not fire if the focus of the browser is in a text input or any control like field. Additionally, we have provided a new short cut cheat sheet that is activated with shift+?
We want to improve users and recipe authors' experience finding source code for a particular recipe. We have added on the recipe details pages a link on OpenRewrite recipes that will use a specialized GitHub search query to find the source. We have plans to expand this functionality in the future.\

UI v9.31.0 (2022/12/16)

Support for adding applicability tests to builder recipes

The "Add to builder" button now has an additional drop-down to support adding the current recipe to the builder as an applicability test.
These tests currently come in two variants:
  • singleSource - The custom recipe will only be run on those source files that would have been changed by all singleSource test recipes.
  • anySource - The custom recipe will run on all source files if there would have been a change from all anySource tests. Not all anySource tests have to change the same file; as long as there would be one change from each test then the custom recipe would be run.
For more information on applicability test see the OpenRewrite documentation.

UI v9.29.0 (2022/12/14)

Show error when recipe no longer exists

UI v9.28.0 (2022/12/10)

Origin and base branch added to commit results table

UI v9.26.0 (2022/12/09)

Patch and commit are now disabled if there are no results to commit

UI v9.25.0 (2022/12/08)

Add error details to errors in diffs

An Error card shows the code where the error was discovered, the error message, and now a new section called details that will show any extra details like stack traces. Additionally, the copy button in the upper right of the card now copies all sections as a string of Markdown to your copy buffer.

UI v9.24.0 (2022/12/02)

Create a new repository group from existing

Add see how to run GraphQL to more locations

This has been added to the following pages:
  • recent commits
  • commit jobs
  • organizations
  • workers
  • quarantine

UI v9.23.0 (2022/11/30)

Ignore whitespace changes

You can now hide whitespace changes from diffs via the Settings menu

UI v9.21.0 (2022/11/18)

Viewing result diffs

Now it's even easier to filter down the result set to only those diffs that include errors from the result diff menu bar.

UI v9.15.0 (2022/11/03)

Status page

We have added a status page `/status` that displays a general summary of the site's health.

Enhanced marker info

Recipe run results summary view now has the option to view the number of markers returned for each repository.
This can also be viewed in the extended summary.

UI v9.14.0 (2022/11/02)

Named repository groups

Previously repository selection was performed at recipe run time. Now users will create named repository groups that will drive what repositories recipes are run against and what repositories are shown on the Organizations page. The group in use will be visible in the header. Groups can also be created from the repositories of a recipe run. There is also a All group by default that is all the repositories of the tenant. The named groups are initially stored in the browser's local storage.
Running a recipe
Screen Shot 2022-10-27 at 3 19 15 PM
Repository group menu
From this menu, users can change their selection, create a new grouping, or navigate to the management page for all their groups.
Repository group creation
Organization view filtered
As shown above, only repositories defined in the user's repository group are displayed.
Recipe run group creation
Screenshot 2022-10-28 at 1 22 22 PM
New groups can be created from the selected rows of a recipe run.

UI v9.11.0 (2022/10/24)

Only show error hunks

In addition to using Moderne for running recipes, it is also common to use the built-in debugging tools for recipe development.
Previously, the Only show errors a toggle would limit diffs to only those containing errors. For large files with multiple hunks of changes, this behavior still required recipe authors to manually search for the errors that surfaced. We have changed this behavior so that Only show errors will now cause only the hunks with errors to render.

UI v9.8.0

Commit job status

Previously the Recent Commit Job page only reported the overall status of job completion. We now surface the number of successful, failed, or jobs with no changes.

UI v9.7.0

More markers!

We have increased the types of markers we annotate and surface in the diff view of the UI. Previously the new markers will now render as squiggly lines with an icon. If there are additional details, it will allow you to click in to see those details: ou may have noticed search markers displaying like this:\
In addition to search markers, we will render info/debug, warnings, and errors in a similar way:

UI v9.5.0

Improved recipe deployment

Deploying recipe artifacts now has an improved asynchronous experience. We've added the recipe artifact state and last deployment time to increase the visibility around the freshness of a recipe artifact.Notable changes to the Moderne platform
View recipe artifact state and last deployment time.

UI v9.4.0

Moderne update notice

If there is a Moderne update in the middle of your browser session, you should now see a prompt to refresh your page to ensure you have the latest version available.