-
Notifications
You must be signed in to change notification settings - Fork 105
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
MobiusCraftFlip
wants to merge
14
commits into
UpliftGames:main
Choose a base branch
from
MobiusCraftFlip:org-login
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff713a3 - Browse repository at this point
Copy the full SHA ff713a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c702b - Browse repository at this point
Copy the full SHA 04c702bView commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f631f9 - Browse repository at this point
Copy the full SHA 7f631f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22db5e3 - Browse repository at this point
Copy the full SHA 22db5e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c9a104 - Browse repository at this point
Copy the full SHA 1c9a104View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49fee58 - Browse repository at this point
Copy the full SHA 49fee58View commit details
Commits on Oct 15, 2023
-
Nightly build workflow (UpliftGames#148)
* Nightly workflow
Configuration menu - View commit details
-
Copy full SHA for 3d3d047 - Browse repository at this point
Copy the full SHA 3d3d047View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 981b8b8 - Browse repository at this point
Copy the full SHA 981b8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d434c8 - Browse repository at this point
Copy the full SHA 6d434c8View commit details -
Fix nightly builds (UpliftGames#152)
* Initial copy of upload action * Pivot to svenstaro/upload-release-action * Finalise nightly text
Configuration menu - View commit details
-
Copy full SHA for 6f89079 - Browse repository at this point
Copy the full SHA 6f89079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4a3d3 - Browse repository at this point
Copy the full SHA 0d4a3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb0bd0 - Browse repository at this point
Copy the full SHA 9fb0bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9f99f - Browse repository at this point
Copy the full SHA 1b9f99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4434c1f - Browse repository at this point
Copy the full SHA 4434c1fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.