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

Implementing Repository Management actions + Database changes. #3836

Merged
merged 47 commits into from
Sep 19, 2024

Commits on Aug 13, 2024

  1. Refining Repository Management's UI. (#3557)

    * Adding the Repository tool
    
    * WIP
    
    * View is set up.  Test ata as well.
    
    * Aligning columns.  Adding column spacing.
    
    * Reverting this change
    
    * Update tools/RepositoryManagement/DevHome.RepositoryManagement/Strings/en-us/Resources.resw
    
    Co-authored-by: Kristen Schau <[email protected]>
    
    * Adressing comments
    
    * Revert "Reverting this change"
    
    This reverts commit 711dd78.
    
    * Moving to experimental
    
    * Disabling by default
    
    * Removing from experimental.  Addressing comments.
    
    * Reverting to main
    
    * Update tools/RepositoryManagement/DevHome.RepositoryManagement/DevHome.RepositoryManagement.csproj
    
    Co-authored-by: Kristen Schau <[email protected]>
    
    * Update tools/RepositoryManagement/DevHome.RepositoryManagement/Extensions/ServiceExtensions.cs
    
    Co-authored-by: Kristen Schau <[email protected]>
    
    * Removing duplicate xaml code
    
    * Adding to the mermaid diagram
    
    * Got lost in the shuffle
    
    * Removing a refrence
    
    ---------
    
    Co-authored-by: Kristen Schau <[email protected]>
    dhoehna and krschau authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fc754c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52afbf View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Adding EF core, database project, and some usage. (#3674)

    * WIP
    
    * EF works.  Can save data.
    
    * Can read and write. :)
    
    * Repos are added when cloned.
    
    * Putting save/load into a different class
    
    * Adding default values
    
    * Cleaning up names and using statements
    
    * More comments
    
    * Removing refrence to the public nuget
    
    * Restoring the nuget config
    
    * Adding a test.  Better defining dates
    
    * Adding some tests
    
    * More comments.
    
    * Better path comparison.
    
    * Removing unused equals code
    
    * Adding more comments.  Making new migrations
    dhoehna authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7d00a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd2f925 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'user/dhoehna/RepositoryManagementFeature' of https://gi…

    …thub.com/microsoft/devhome into user/dhoehna/RepositoryManagementFeature
    dhoehna committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6775301 View commit details
    Browse the repository at this point in the history
  4. Moving this to experimental

    dhoehna committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9d77f68 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. WIP

    dhoehna committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    17cc488 View commit details
    Browse the repository at this point in the history
  2. Some telemetry and logging

    dhoehna committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    66f6978 View commit details
    Browse the repository at this point in the history
  3. THings build again.

    dhoehna committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8606981 View commit details
    Browse the repository at this point in the history
  4. Returning this back

    dhoehna committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    241bcee View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    234af67 View commit details
    Browse the repository at this point in the history
  2. Can update

    dhoehna committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    038c65b View commit details
    Browse the repository at this point in the history
  3. Almost done with open in FE

    dhoehna committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e45e669 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    0d39cd6 View commit details
    Browse the repository at this point in the history
  2. Open in CMD works. :)

    dhoehna committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d6f4f44 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e3b552e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d628c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    d23a431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b7b72e View commit details
    Browse the repository at this point in the history
  3. WIP

    dhoehna committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d73857d View commit details
    Browse the repository at this point in the history
  4. Move Repository done.

    dhoehna committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    87a1a38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5395f4c View commit details
    Browse the repository at this point in the history
  6. Adding _items

    dhoehna committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    022977a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    7fe619c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5655157 View commit details
    Browse the repository at this point in the history
  3. Deleting a repository.

    dhoehna committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2ef3922 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    2c44c31 View commit details
    Browse the repository at this point in the history
  2. Cleaning up the code

    dhoehna committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cfa8f9a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    0c00fca View commit details
    Browse the repository at this point in the history
  2. All the buttons do something.

    dhoehna committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4135ec4 View commit details
    Browse the repository at this point in the history
  3. Removing 'local'

    dhoehna committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5d0d7d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Making sure the test works

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e1b38ba View commit details
    Browse the repository at this point in the history
  2. New test works

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9220814 View commit details
    Browse the repository at this point in the history
  3. Another TODO

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ce627ce View commit details
    Browse the repository at this point in the history
  4. Fixing more things before PR.

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b8fd941 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13367f8 View commit details
    Browse the repository at this point in the history
  6. MOre un used usings.

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    73f6563 View commit details
    Browse the repository at this point in the history
  7. Another Todo

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cc6f2ba View commit details
    Browse the repository at this point in the history
  8. Anotehr TODO

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3441e1c View commit details
    Browse the repository at this point in the history
  9. Changing a comment

    dhoehna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f30435e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Update database/DevHome.Database/DatabaseModels/RepositoryManagement/…

    …Repository.cs
    
    Co-authored-by: Branden Bonaby <[email protected]>
    dhoehna and bbonaby authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f674f74 View commit details
    Browse the repository at this point in the history
  2. Comments

    dhoehna committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2a09abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    689e310 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36a9009 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. What is in a name?

    dhoehna committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fc6fca5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Adressing comments

    dhoehna committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    95bd037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd14ae3 View commit details
    Browse the repository at this point in the history