Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dirkgroot/structurizr-dsl-intellij-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3-alpha
Choose a base ref
...
head repository: dirkgroot/structurizr-dsl-intellij-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 16 commits
  • 57 files changed
  • 2 contributors

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    b7536ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from dirkgroot/changelog-update-v0.1.3-alpha

    Changelog update - `v0.1.3-alpha`
    dirkgroot authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d681be6 View commit details
    Browse the repository at this point in the history
  3. Bump version number

    dirkgroot committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4525fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    05ac0fc View commit details
    Browse the repository at this point in the history
  2. Add basic parser

    dirkgroot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    458a208 View commit details
    Browse the repository at this point in the history
  3. Integrate identifier assignment with existing statements

    This makes it more straightforward to generate blocks for auto
    formatting.
    dirkgroot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    db76d07 View commit details
    Browse the repository at this point in the history
  4. Parse lines which contain only identifiers

    This is needed, so the `animation` block is correctly parsed.
    dirkgroot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c01d377 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #34 from dirkgroot/add-parser

    Add basic parser
    dirkgroot authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    469093c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0093f04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f297db4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13d2fc1 View commit details
    Browse the repository at this point in the history
  9. Refactoring

    - Move formatting tests to a separate `formatter` package
    - Rename `StructurizrDSLParserTest` to `StructurizrDSLCodeInsightTest`,
      because it can be used for more than just testing the parser
    dirkgroot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bc9731f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7b9a69 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #35 from dirkgroot/add-auto-formatting

    Add support for IntelliJ's "Reformat Code" command
    dirkgroot authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    926f328 View commit details
    Browse the repository at this point in the history
  12. Update version to 0.2.0

    Dropped the `-alpha` suffix, because I think the plugin is ready to be
    published to JetBrains' default plugin repository, making it available
    to all JetBrains Marketplace users.
    dirkgroot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3d3287a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac3127c View commit details
    Browse the repository at this point in the history
Loading