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

Added build folder action #6615

Merged

Commits on Aug 6, 2024

  1. Added build folder action

    You can't build folder, you can only sync it. Building could be much faster. For example in our project sync of entire folder takes x2 time more than build. I've already added this feature to my local Bazel plugin. I've added button to compile directory below the partial sync. It would be great if we can contribute it
    kitbuilder587 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    90f0f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e79303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1cacd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f6938 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    4bd7d29 View commit details
    Browse the repository at this point in the history
  2. button name change

    kitbuilder587 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f3e1697 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8bab9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0bb22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab1234 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. review remarks fix

    kitbuilder587 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    86df84e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Update CompileCorrespondingBuildFilesAction.java

    Project Status API integration with bazel for CLion (bazelbuild#6585)
    
    Integration with the new Project Status Widget that is added in CLion 242.
    
    Implement py imports handling (bazelbuild#6606)
    
    Some `py_...` rules allow for an `imports` attribute. The attribute
    allows control over how the Python files are vended in terms of
    modules. This change will mean that the use of the `imports`
    attribute in Bazel targets is reflected in how the modules are
    auto-completed and recognized in the IDE.
    
    Update CompileCorrespondingBuildFilesAction.java
    
    button name change
    
    Update CompileCorrespondingBuildFilesAction.java
    
    Added build folder action
    
    Update BlazeBuildService.java
    
    review remarks fix
    kitbuilder587 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9f87422 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    925f9c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8562252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a59c674 View commit details
    Browse the repository at this point in the history
  4. serial not expand

    kitbuilder587 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    83d41eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6f9515 View commit details
    Browse the repository at this point in the history
  6. revert

    kitbuilder587 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ec81777 View commit details
    Browse the repository at this point in the history