Skip to content

Evolveum/midpoint-studio

Repository files navigation

MidPoint Studio

1. Overview

Plugin for Intellij Idea to help identity engineers customize MidPoint identity management solution by Evolveum.

2. Features

  • MidPoint objects manipulation

    • Browse, upload objects

    • Execute tasks, actions

    • Test resources

  • Documentation generator

  • Debugger for Groovy scripts expressions

  • IDE editor capabilities

    • Completions

    • Annotations

    • Reference integrity checks

    • Random OID generator

    • Schema documentation

    • File Templates

  • Support for multiple environments

  • Log browser

    • Local

    • Via SSH

  • Master password encryption for passwords and other secret values

3. Documentation

Documentation is available here.

4. Installation

It’s available in JetBrains Marketplace here. Installation steps:

  1. Start Intellij Idea (Community/Ultimate)

  2. Go to menu File → Settings (Preferences) → Plugins

  3. For stable releases, they are directly available

    1. Search for "MidPoint Studio" → Install

  4. For snapshot releases

    1. Go to Manage plugin repositories

    2. Add repository https://plugins.jetbrains.com/plugins/Snapshot/list

    3. Save & Close dialog

    4. Search for "MidPoint Studio" → Install

5. Issues, Bugs

You’re welcome to file bugs, new feature request or other issues in our issue tracker Jira. Please don’t forget add this information to new issue:

  • Add component Studio

  • Describe plugin version and Intellij version, OS related information

  • Attach necessary logs, e.g. idea.log ⇒ can be found using menu Help → Show log in Finder

6. Development Notes

6.1. Git Branches

  • Development branch → master

  • Snapshots → snapshot

  • Releases → stable

6.2. Versions and Releases

  • Snapshot builds → <major.minor.patch>-snapshot-<build_number>, e.g. 4.6.2-snapshot-60

  • Releases → <major.minor.patch>, e.g. 4.6.2

Versioning scheme for major and minor version aligns to MidPoint releases. MidPoint Studio release 4.6.* will use 4.6 libraries from MidPoint project.

Each type of release (snapshot, stable) is published to JetBrains Marketplace.

6.3. Logging settings

Intellij Idea logs to file studio-idea-plugin/build/idea-sandbox/system/log/idea.log. Logging settings can be changed during runtime via top menu Help/Debug Log Settings by adding packages/classes on each line in format:

  • #LOGGER to log LOGGER (package or class) on DEBUG level

  • #LOGGER:trace to log LOGGER (package or class) on TRACE level

7. License

Project is licensed under Apache Licence 2.0. See LICENSE file for more details.