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

#514 Add Gradle editor #564

Closed
wants to merge 24 commits into from
Closed

#514 Add Gradle editor #564

wants to merge 24 commits into from

Commits on Sep 8, 2017

  1. eclipse#514 Add Gradle editor

    eclipse#560 Add editor contribution
    
    Signed-off-by: Christophe Moine <christophe.moine@free.fr>
    cmoine committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    a000335 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Restore compatibility with Spring Tool Suite

    The FixedRequestAttributesBuilder class was removed in the 2.1.0
    release, even though it's used by existing STS releases. To resolve
    the situation we re-added and deprecateted this class.
    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    3ab6670 View commit details
    Browse the repository at this point in the history
  2. Revert Guava dependency to version 15.0

    The Spring Tool Suite has a dependency to Guava 15 and to Buildship.
    Due to how the dependencies are currently set up, the only way to
    make STS and Buildship work together is to use Guava 15 everywhere.
    
    This reverts commit c7f47e5.
    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    202f93b View commit details
    Browse the repository at this point in the history
  3. Update e47 SDK version

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    c2515f4 View commit details
    Browse the repository at this point in the history
  4. Use correct project dir when executing tasks

    This commit fixes a regression introduced in Buildship 2.1. The
    new preferences API ignored the project location and always
    executed all tasks on the root project. As a result, task selectors
    were always executed on all projects, even if they were started from
    a subproject.
    
    The fix changes the RunConfiguration interface such that it references
    a project config as opposed to a build configuration.
    
    This commit fixes eclipse#520
    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    1abe15b View commit details
    Browse the repository at this point in the history
  5. Project configuration can read absolute root project locations again

    Until 2.1 Buildship accepted absolute root project location in the
    import preferences.
    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    8708c24 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    d9c3710 View commit details
    Browse the repository at this point in the history
  7. Add test coverage for task execution

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    cd38d67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a8f398 View commit details
    Browse the repository at this point in the history
  9. Update tooling-commons to 0.19.3

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    77a862d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05b14a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bcb72ce View commit details
    Browse the repository at this point in the history
  12. Project task is executed on root project

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    b1ef9e2 View commit details
    Browse the repository at this point in the history
  13. Improve disabled task explanation

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    d9038b3 View commit details
    Browse the repository at this point in the history
  14. Adjust task enablement

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    166fd90 View commit details
    Browse the repository at this point in the history
  15. Increment version from 2.1.2 to 2.1.3

    Gradleware Git Bot authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    5201a50 View commit details
    Browse the repository at this point in the history
  16. double click to expand or collapse the folder node in tasks view

    Signed-off-by: Andy Wu <andy.wu@liferay.com>
    AndyWu2015 authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    7e465b6 View commit details
    Browse the repository at this point in the history
  17. Simplify task view tests

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    ed1a41c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0069e0d View commit details
    Browse the repository at this point in the history
  19. Update icons for Open build scans action

    donat authored and cmoine committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    7d3b01d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    74a15c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. eclipse#514 Add Gradle editor

    eclipse#560 Add editor contribution
    
    Signed-off-by: Christophe Moine <christophe.moine@free.fr>
    cmoine committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    d0883d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Get rid of the GenericEditor, because it doesn't allow several partition

    types + Reuse Java syntax color highlighting
    
    Signed-off-by: Christophe Moine <christophe.moine@free.fr>
    cmoine committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    b529d38 View commit details
    Browse the repository at this point in the history
  2. Get rid of the GenericEditor, because it doesn't allow several partition

    types + Reuse Java syntax color highlighting
    
    Signed-off-by: Christophe Moine <christophe.moine@free.fr>
    cmoine committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    b399d19 View commit details
    Browse the repository at this point in the history