Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skate Plugin Settings Checkbox Enhancement #448

Closed
wants to merge 32 commits into from

Commits on Jun 27, 2023

  1. Add ChangelogParser

    Katherine Liu committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9ee9356 View commit details
    Browse the repository at this point in the history
  2. Write tests for ChangelogParser

    Katherine Liu committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f9a0fcf View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    cb8dab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8bdc6b View commit details
    Browse the repository at this point in the history
  3. Add comments

    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9a04906 View commit details
    Browse the repository at this point in the history
  4. spotless Apply

    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4ff0d3c View commit details
    Browse the repository at this point in the history
  5. Update ChangeLogParser.kt readability.

    Co-authored-by: Zac Sweers <[email protected]>
    kateliu20 and ZacSweers authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7839e03 View commit details
    Browse the repository at this point in the history
  6. Using Raw Strings for readability

    Co-authored-by: Zac Sweers <[email protected]>
    kateliu20 and ZacSweers authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e88b058 View commit details
    Browse the repository at this point in the history
  7. merge comments and function names

    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c7bcdaf View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/kl/change_log_parser' into kl/ch…

    …ange_log_parser
    
    # Conflicts:
    #	skate-plugin/src/test/kotlin/com/slack/sgp/intellij/ChangeLogParserTest.kt
    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    85f12da View commit details
    Browse the repository at this point in the history
  9. merge comments and function names

    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0e4f3be View commit details
    Browse the repository at this point in the history
  10. remove the word "test" in all the test functions

    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    06f3b2a View commit details
    Browse the repository at this point in the history
  11. Documentation added for ChangelogParser

    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    37f1b00 View commit details
    Browse the repository at this point in the history
  12. Raw Strings

    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8bd4eea View commit details
    Browse the repository at this point in the history
  13. Change test for one entry but no previous entries, original input had…

    … two entries
    Katherine Liu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    af7b9b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. allow for html parsing

    Katherine Liu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    25b11bd View commit details
    Browse the repository at this point in the history
  2. change css for markdown file

    Katherine Liu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b1bd591 View commit details
    Browse the repository at this point in the history
  3. add italics

    Katherine Liu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4068600 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. markdown style with css style sheet rules

    Katherine Liu committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cad5bba View commit details
    Browse the repository at this point in the history
  2. add codeblock formatting

    Katherine Liu committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7caf5b1 View commit details
    Browse the repository at this point in the history
  3. fix padding / margins

    Katherine Liu committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d45568a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. merge conflicts

    Katherine Liu committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    61b1957 View commit details
    Browse the repository at this point in the history
  2. run spotless

    Katherine Liu committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0a62c70 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    e26d91e View commit details
    Browse the repository at this point in the history
  2. Deleted MarkdownStyle.kt because it is now unnecessary, ran spotless …

    …and added docs
    Katherine Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2a4348d View commit details
    Browse the repository at this point in the history
  3. Remove java versions

    Katherine Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1580f11 View commit details
    Browse the repository at this point in the history
  4. Update skate-plugin/build.gradle.kts to .add

    Co-authored-by: Zac Sweers <[email protected]>
    kateliu20 and ZacSweers authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    728a44a View commit details
    Browse the repository at this point in the history
  5. Added clearer comments, removed nits

    Katherine Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ef81fb1 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/kl/markdown_rendering' into kl/m…

    …arkdown_rendering
    Katherine Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c153bb4 View commit details
    Browse the repository at this point in the history
  7. Add disposable for when tool window is closed

    Katherine Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    89e8992 View commit details
    Browse the repository at this point in the history
  8. Checkbox text wraps onto the next line

    Katherine Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fd03bf1 View commit details
    Browse the repository at this point in the history
  9. Added doc to SkateConfigUI

    Katherine Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7cc88fd View commit details
    Browse the repository at this point in the history