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

[3373] Docs - Create set of Rider run configs for internal dev #3396

Merged
merged 5 commits into from
May 21, 2024

Commits on May 20, 2024

  1. Added cli/.run folder to share run-configs through Rider (its similar…

    … to sharing a Postman library between a team); Added --beamable-dev flag to NewMicroservice command (will create the SAMS with the BeamableDev dockerfile)
    
    - Moved set-packages.sh script into repo root and added sync-rider-run-settings.sh script to root as well (to share run-configs across team) as a form of discoverability and workflow improvement
    - Updated template project to contain two Dockerfiles one for beamable developers and another for customers; the BeamableDev one sets us up to build microservice images that reference our own locally built nuget packages
    PedroRauizBeamable committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3b7d398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5665735 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    1a07c37 View commit details
    Browse the repository at this point in the history
  2. permissions nonsense

    chrisbeamable committed May 21, 2024
    Configuration menu
    Copy the full SHA
    49cda58 View commit details
    Browse the repository at this point in the history
  3. fix issue that would make it impossible to create microservices with …

    …the new CLI version but an older template.
    PedroRauizBeamable committed May 21, 2024
    Configuration menu
    Copy the full SHA
    597f571 View commit details
    Browse the repository at this point in the history