-
-
Notifications
You must be signed in to change notification settings - Fork 29
Copi #1191
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Productive. Reliable. Fast. A productive web framework that does not compromise speed or maintainability. Available tasks: mix phx.digest # Digests and compresses static files mix phx.digest.clean # Removes old versions of static assets. mix phx.gen.cert # Generates a self-signed certificate for HTTPS testing mix phx.gen.channel # Generates a Phoenix channel mix phx.gen.context # Generates a context with functions around an Ecto schema mix phx.gen.embedded # Generates an embedded Ecto schema file mix phx.gen.html # Generates controller, views, and context for an HTML resource mix phx.gen.json # Generates controller, views, and context for a JSON resource mix phx.gen.live # Generates LiveView, templates, and context for a resource mix phx.gen.presence # Generates a Presence tracker mix phx.gen.schema # Generates an Ecto schema and migration file mix phx.gen.secret # Generates a secret mix phx.new # Creates a new Phoenix v1.5.9 application mix phx.new.ecto # Creates a new Ecto project within an umbrella project mix phx.new.web # Creates a new Phoenix web project within an umbrella project mix phx.routes # Prints all routes mix phx.server # Starts applications and their servers as it's defaulting to the old way
Modified YAML formats for other languages.
…roup them by suit
…game state updates
…highest scoring card in round bonus, fixes #7
…ywhere in the frontend
… more clear for everyone
…n use mocks in unit tests
…ests. Those tests will be fixed in a separate PR
Feature/selecting suits to play
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ssets/braces-3.0.3 Bump braces from 3.0.2 to 3.0.3 in /assets
rewtd
approved these changes
Apr 22, 2025
rewtd
approved these changes
Apr 22, 2025
@rewtd Some of the commits from copi lack committ signature. Should we ignore it, or should I rewrite the git history and sign all the non-signed commits? I wonder whether it is better to leave it as it is since rewriting the git history while moving existing commits between repositories usually are a royal pain in the a**. |
Yeah. Let’s relax the requirements to bring it in.
…On Wed, 23 Apr 2025 at 08:33, Uncle Joe ***@***.***> wrote:
@rewtd <https://github.com/rewtd> Some of the commits from copi lack
committ signature. Should we ignore it, or should I rewrite the git history
and sign all the non-signed commits? I wonder whether it is better to leave
it as it is since rewriting the git history while moving existing commits
between repositories usually are a royal pain in the a**.
—
Reply to this email directly, view it on GitHub
<#1191 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABORWT2MBKPJY7BH2ELMBDT22464NAVCNFSM6AAAAAB3UL6RBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMRTGMZTOMBXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
*sydseter* left a comment (OWASP/cornucopia#1191)
<#1191 (comment)>
@rewtd <https://github.com/rewtd> Some of the commits from copi lack
committ signature. Should we ignore it, or should I rewrite the git history
and sign all the non-signed commits? I wonder whether it is better to leave
it as it is since rewriting the git history while moving existing commits
between repositories usually are a royal pain in the a**.
—
Reply to this email directly, view it on GitHub
<#1191 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABORWT2MBKPJY7BH2ELMBDT22464NAVCNFSM6AAAAAB3UL6RBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMRTGMZTOMBXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In this pull-request:
Adding the copi source with history to the cornucopia repository.