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

Implement org membership based auth #147

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

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    ff713a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c702b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    7f631f9 View commit details
    Browse the repository at this point in the history
  2. please the fmt god

    MobiusCraftFlip authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    22db5e3 View commit details
    Browse the repository at this point in the history
  3. please the fmt godsv

    MobiusCraftFlip authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1c9a104 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Oct 15, 2023

  1. Nightly build workflow (UpliftGames#148)

    * Nightly workflow
    magnalite authored and MobiusCraftFlip committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    3d3d047 View commit details
    Browse the repository at this point in the history
  2. Update subcommand (UpliftGames#140)

    * Refactored TempProject into its own module and started on tests
    
    * Created test projects with a diamond-graph
    This will allow us to test the update tool in all expected situations
    - One dependency added/removed
    - One dependency updated
    - Transitive dependencies changed
    
    It's also a nice addition for testing any other commands as well.
    
    * Added to primary-registry
    Metadata and zipped up
    
    * Built the update subcommand.
    
    * Lockfiles need to be written!
    
    * Fixed misspelling of dependency_changes
    
    * Reverted test_registry arg back to invisible
    
    * Changed target_packages to package_specs
    Clarity?
    
    * Downgrading was added as a concept
    
    * Added lockfile method to view packages as packageIds
    
    * Installs the new packages now, forgor.
    
    * No longer throws if missing lockfile
    It will generate a new one instead based on the
    manifest.
    
    * Clarity on the filtering process for try_to_use
    
    * Added needed imports
    -- they got stashed by accident
    
    * Made the clippy happy and fixed grammar mistakes
    
    * Delete root from registry
    They're not packages to be consumed.
    
    * Add new tests, almost done with them all so far.
    
    * Added the rest of snapshots missing
    
    * Testing now works, yay!
    
    * Deleted testing code by mistake and forgot snap
    They say to run your tests before push..
    This is why.
    
    * Appleasing the formatter
    Import in the wrong order...
    Extra newline at the end...
    
    * Made it look... *pretty* and cleaned messes
    
    * another blood sarciface for rust fmt
    
    * Doing final cleanups per comments upstream
    
    * The gods demand it, another formatter sacrifice
    
    Co-authored-by: magnalite <[email protected]>
    
    * The coolness must be toned down.
    
    * A little silly mistake indeed
    Seemingly forgot to filter out packages to update for try_to_use.
    instead it kept them and got rid of everything else.
    
    ---------
    
    Co-authored-by: magnalite <[email protected]>
    2 people authored and MobiusCraftFlip committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    981b8b8 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    magnalite authored and MobiusCraftFlip committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6d434c8 View commit details
    Browse the repository at this point in the history
  4. Fix nightly builds (UpliftGames#152)

    * Initial copy of upload action
    
    * Pivot to svenstaro/upload-release-action
    
    * Finalise nightly text
    magnalite authored and MobiusCraftFlip committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6f89079 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d4a3d3 View commit details
    Browse the repository at this point in the history
  6. Update CONTRIBUTING.md

    magnalite authored and MobiusCraftFlip committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9fb0bd0 View commit details
    Browse the repository at this point in the history
  7. Add status badge to README.md

    magnalite authored and MobiusCraftFlip committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1b9f99f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4434c1f View commit details
    Browse the repository at this point in the history