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

[feature] build_flags support in project view #194

Merged
merged 22 commits into from
Apr 11, 2022
Merged

[feature] build_flags support in project view #194

merged 22 commits into from
Apr 11, 2022

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    13576ac View commit details
    Browse the repository at this point in the history
  2. better option

    abrams27 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    eb4ab51 View commit details
    Browse the repository at this point in the history
  3. list section parser

    abrams27 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    bc7f38e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0db7e17 View commit details
    Browse the repository at this point in the history
  5. project view parser update

    abrams27 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    726da1c View commit details
    Browse the repository at this point in the history
  6. usage

    abrams27 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    5e94f8f View commit details
    Browse the repository at this point in the history
  7. readme update

    abrams27 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    65f37b8 View commit details
    Browse the repository at this point in the history
  8. changelog update

    abrams27 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c9f1c56 View commit details
    Browse the repository at this point in the history
  9. rebase

    abrams27 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d8ec714 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. format

    abrams27 committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6e3e147 View commit details
    Browse the repository at this point in the history
  2. fix

    abrams27 committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    51bf294 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Merge remote-tracking branch 'origin/master' into issue-175

    # Conflicts:
    #	executioncontext/projectview/src/test/java/org/jetbrains/bsp/bazel/projectview/model/ProjectViewTest.java
    #	executioncontext/projectview/src/test/java/org/jetbrains/bsp/bazel/projectview/model/sections/ProjectViewListSectionTest.java
    #	executioncontext/projectview/src/test/java/org/jetbrains/bsp/bazel/projectview/parser/ProjectViewParserImplTest.java
    #	executioncontext/projectview/src/test/java/org/jetbrains/bsp/bazel/projectview/parser/sections/ProjectViewListSectionParserTest.java
    abrams27 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    af328ec View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. rebase fix

    abrams27 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b5a97af View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge remote-tracking branch 'origin/master' into issue-175

    # Conflicts:
    #	CHANGELOG.md
    #	bazelrunner/src/main/java/org/jetbrains/bsp/bazel/bazelrunner/BazelRunner.java
    #	server/src/main/java/org/jetbrains/bsp/bazel/server/BazelBspServer.java
    #	server/src/main/java/org/jetbrains/bsp/bazel/server/bsp/config/ServerArgsProjectViewProvider.java
    abrams27 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    82ef77f View commit details
    Browse the repository at this point in the history
  2. cleanup

    abrams27 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    72d2502 View commit details
    Browse the repository at this point in the history
  3. Rename .java to .kt

    abrams27 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ba91f41 View commit details
    Browse the repository at this point in the history
  4. tests are in kotlin 1

    abrams27 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    2b6c9c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. i love kotlin

    abrams27 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7ea7b66 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into issue-175

    # Conflicts:
    #	bazelrunner/src/main/java/org/jetbrains/bsp/bazel/bazelrunner/BazelRunner.java
    #	executioncontext/projectview/src/main/java/org/jetbrains/bsp/bazel/projectview/parser/ProjectViewParserImpl.java
    #	executioncontext/projectview/src/test/java/org/jetbrains/bsp/bazel/projectview/parser/ProjectViewParserImplTest.java
    #	junit5.bzl
    #	server/src/main/java/org/jetbrains/bsp/bazel/server/BazelBspServer.java
    abrams27 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3105314 View commit details
    Browse the repository at this point in the history
  3. merge fix

    abrams27 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7965dec View commit details
    Browse the repository at this point in the history
  4. merge fix 2

    abrams27 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c5c1615 View commit details
    Browse the repository at this point in the history
  5. format

    abrams27 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c6c0238 View commit details
    Browse the repository at this point in the history