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

Adding 'Don't show again' button to ef core tools warning, resolves #213 #216

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    429bac0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/featu…

    …res/eftools/SuppressEfCoreToolsInstallation.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    00b5308 View commit details
    Browse the repository at this point in the history
  2. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/start…

    …up/EfCoreStartupListener.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    174a571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060bdea View commit details
    Browse the repository at this point in the history
  4. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/state…

    …/CommonOptionsStateService.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7d3d6ae View commit details
    Browse the repository at this point in the history
  5. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/state…

    …/CommonOptionsStateService.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5bc3079 View commit details
    Browse the repository at this point in the history
  6. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/featu…

    …res/eftools/SuppressEfCoreToolsInstallation.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c669795 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fix typo

    Nepp3r committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0ed0b5d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Use Product.Root file as an indication that we are in the internal build

    GitOrigin-RevId: 334c005cbeb916ccdb8598bd61f08fc23170d0da
    denis417 authored and intellij-monorepo-bot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    eda611a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. [RIDER] Change update thread for actions related on project model inf…

    …ormation from dataContext
    
    GitOrigin-RevId: 392ac43d59b3da35a10835677e9642db376ff601
    Nikita.Lyubimov authored and intellij-monorepo-bot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6d669f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. migrate rider-efcore to new rdgen approach

    GitOrigin-RevId: 97967dccb602ee711c5418e251b17863f2d83d9c
    mfilippov authored and intellij-monorepo-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a9f347a View commit details
    Browse the repository at this point in the history
  2. fix .gitignore and cleanup

    GitOrigin-RevId: fddeaad6fe1bb1a64ffa4f669aa31cd8bb39056c
    mfilippov authored and intellij-monorepo-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    80aef57 View commit details
    Browse the repository at this point in the history
  3. cleanup fotTea plugin

    GitOrigin-RevId: 9903f1b73af81c86ef033e833a0238e420c806ce
    mfilippov authored and intellij-monorepo-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9fe352e View commit details
    Browse the repository at this point in the history
  4. unify efcore plugin settings

    GitOrigin-RevId: 6e725a5a34b98dfd76a005af7c0a99a22f96a164
    mfilippov authored and intellij-monorepo-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    09aad3a View commit details
    Browse the repository at this point in the history
  5. Rider EFCore plugin: move the generated sources

    GitOrigin-RevId: 6497993234a86cf5bbf1deef8b95e308deaf3062
    ForNeVeR authored and intellij-monorepo-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ea5a723 View commit details
    Browse the repository at this point in the history
  6. Rider EFCore plugin: new way of detecting internal builds

    GitOrigin-RevId: 56fc10c1a588ed500ceeee7a2b1bbdf4a0a45691
    ForNeVeR authored and intellij-monorepo-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ca2baa4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Rider EFCore plugin: migrate to IntelliJ Platform Gradle Plugin v2

    GitOrigin-RevId: 5214d2ca0eeba5d0935ab63d9be9f13aed93db21
    ForNeVeR authored and intellij-monorepo-bot committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ba7321a View commit details
    Browse the repository at this point in the history
  2. [dotnet] Update help topic IDs

    GitOrigin-RevId: eac047b28146e18f1970ba665b6243ec1a0ff63b
    dmimat authored and intellij-monorepo-bot committed May 7, 2024
    Configuration menu
    Copy the full SHA
    21558e6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. [nuget]: Bump NuGet libs version

    GitOrigin-RevId: a20ac80375574a02de9da478f8ba717c821fb99a
    seclerp authored and intellij-monorepo-bot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5e40749 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/start…

    …up/EfCoreStartupListener.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp authored May 20, 2024
    Configuration menu
    Copy the full SHA
    4921917 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. IJPL-149476 remove unneeded and not correct "<idea-version since-buil…

    …d="_PLACEHOLDER_" />"
    
    GitOrigin-RevId: 903817ebc27f13c10dc6c8df78c3d7375eab0a78
    develar authored and seclerp committed May 21, 2024
    Configuration menu
    Copy the full SHA
    af3dfa3 View commit details
    Browse the repository at this point in the history
  2. Rider EFCore Plugin: fix plugin.xml inspections

    GitOrigin-RevId: c00a865567ddd4ebb94aaa234c97a42e9dd88c0c
    ForNeVeR authored and seclerp committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8bf799d View commit details
    Browse the repository at this point in the history
  3. Rider EFCore: enable JBR for OSS builds

    GitOrigin-RevId: d7702d00a64cfa3a53ce5171eb5d8e74e7568828
    ForNeVeR authored and seclerp committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4b6a828 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. [rider] Add RiderTestDataMarker with testData paths in every module w…

    …ith Rider tests
    
    GitOrigin-RevId: 2d469bc2f9f9cbf5fb3b5649f4379c3e349344b9
    Konstantin343 authored and seclerp committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9f89c88 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. [rider] Move intellij.rider.plugins.efCore testData

    GitOrigin-RevId: 4dfd0973d96ec855545c6ea35e514986154c3625
    Konstantin343 authored and seclerp committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fba2aea View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. reindent all project files

    GitOrigin-RevId: 5688ab331df2eb319d2e33148adb4273fb9c3d19
    mfilippov authored and seclerp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    75bb9dc View commit details
    Browse the repository at this point in the history
  2. unify ProjectReference item group

    GitOrigin-RevId: 9f5fe9d3fb20be9327f9734e5e29a25aa3e79760
    mfilippov authored and seclerp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4cbf86d View commit details
    Browse the repository at this point in the history
  3. reformat PackageReference item group

    GitOrigin-RevId: 0b0afa972c2adab391114ddc7335d5d5678201e6
    mfilippov authored and seclerp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    14a87cd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Bump constants to 243

    # Conflicts:
    # 	rider/ide/resources/idea/RiderApplicationInfo.xml
    
    GitOrigin-RevId: 839e4fd7eca086979a595b1def0712e6cf8685db
    Ilia Kirianovskii authored and seclerp committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bd3a883 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    07ce676 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Cleanup PropertyGroup elements in project files

    GitOrigin-RevId: be17d071edcb357dc940da538570cf2c0342c490
    mfilippov authored and seclerp committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a55afa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. rider-efcore: migrate to IntelliJ Platform Gradle Plugin v2 beta 8

    GitOrigin-RevId: 61ab4902a06f86eccd4bd83e802229a508ba02c0
    ForNeVeR authored and seclerp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d8b3c8b View commit details
    Browse the repository at this point in the history
  2. rider-efcore: Gradle cleanup

    GitOrigin-RevId: 73cbb66c07d9f2c79ff4a24ccc72c8d8539cce49
    ForNeVeR authored and seclerp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    726d8d4 View commit details
    Browse the repository at this point in the history
  3. Update rd

    GitOrigin-RevId: 27857aed6054c3da58ef8cc51993f9d69ada0651
    Iliya-usov authored and seclerp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e3b75f5 View commit details
    Browse the repository at this point in the history
  4. NuGet 6.9.20240506.130 -> 6.10.20240726.136

    GitOrigin-RevId: a8af2ee0e8781400ef545dcfaa26f84a80a3a0ab
    Rizzen authored and seclerp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7ae507a View commit details
    Browse the repository at this point in the history
  5. [ef-core]: Fix RIDER-112371: Relax rules for appsettings.json and `…

    …secrets.json` parsing, allow trailing commas
    seclerp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4ffae4f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. [dotnet] obsolete default ctor of SolutionComponentAttribute

    GitOrigin-RevId: 4b6208f49f9f3601a13497525aa80f51a5c791f1
    Nikita Popov authored and seclerp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    975a723 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. migrate ActionPlaces.isPopupPlace usages

    GitOrigin-RevId: 6caf1344423c8142a549d507c19e4ea40a721284
    gregsh authored and seclerp committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    21f5726 View commit details
    Browse the repository at this point in the history
  2. drop ActionPlaces.isMainToolbar usages

    GitOrigin-RevId: 071f16160dc8b9cea9bd1b85bd15e7fb8ea91061
    gregsh authored and seclerp committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6149860 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. [project] pruning FileChooserDescriptor overrides (IJPL-150176 prer…

    …equisite)
    
    `BrowseFolderRunnable` and `*WithBrowseButton` family: getting rid of separate "title" and "description" parameters in favor of the chooser descriptor object, to avoid cloning the latter down the road.
    
    GitOrigin-RevId: 33ec5968a1db953c60848974135055c288accf85
    trespasserw authored and seclerp committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a8e866f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. autofix

    GitOrigin-RevId: 7d8ae94e4cd47d7d5a78c5654d3a577d305d5877
    Rizzen authored and seclerp committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5d29f17 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. IJ-CR-146078 extract intellij.platform.bootstrap

    GitOrigin-RevId: b79efc92829111228e83058e54381d8e02116b6f
    develar authored and seclerp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5af946d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Upgrade JetBrains.NuGet.* to v6.12.20241007.141 (NP-1760)

    GitOrigin-RevId: acb6f7201ee7f8c92e7d8485fa80ae5fb51a4fab
    Ilia Kirianovskii authored and seclerp committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3e40c23 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Bump NuGet.Client 6.12.20241007.141 -> 6.12.20241010.144

    GitOrigin-RevId: 5af1bffbb2e90af41248754da4344a7ce1c55215
    Rizzen authored and seclerp committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dda3d82 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. .NET: update Rd to 2024.3.0

    GitOrigin-RevId: 69ad6f8c300a593df89d105deb052058ecfef65a
    ForNeVeR authored and seclerp committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f05004f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb1020 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Bump constants to 251

    # Conflicts:
    # 	rider/ide/resources/idea/RiderApplicationInfo.xml
    
    GitOrigin-RevId: 25ee62e33bb1a8ea36920c47b6c7ecca842b8287
    Ilia Kirianovskii authored and seclerp committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fe794a9 View commit details
    Browse the repository at this point in the history
  2. [efcore]: Fix RIDER-118684: Support .NET 9 projects

    GitOrigin-RevId: c13148c738013ab541f39991d1dfb5c7713f795a
    seclerp committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a155d33 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    4ce98e2 View commit details
    Browse the repository at this point in the history
  2. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/featu…

    …res/eftools/SuppressEfCoreToolsInstallation.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b39956c View commit details
    Browse the repository at this point in the history
  3. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/start…

    …up/EfCoreStartupListener.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1ff4e9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab6d52 View commit details
    Browse the repository at this point in the history
  5. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/state…

    …/CommonOptionsStateService.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    02f1a16 View commit details
    Browse the repository at this point in the history
  6. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/state…

    …/CommonOptionsStateService.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7f3871d View commit details
    Browse the repository at this point in the history
  7. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/featu…

    …res/eftools/SuppressEfCoreToolsInstallation.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    32d712b View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Nepp3r committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c6a4307 View commit details
    Browse the repository at this point in the history
  9. Update src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/start…

    …up/EfCoreStartupListener.kt
    
    Co-authored-by: Andrii Rublov <seclerp.dev@gmail.com>
    Nepp3r and seclerp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    28bd964 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'DisEfCoreToolsNot' of github.com:Nepp3r/rider-efcore in…

    …to DisEfCoreToolsNot
    Nepp3r committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2dc2998 View commit details
    Browse the repository at this point in the history