Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement Static Site Generation (SSG) feature#10

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Kocal wants to merge1 commit into7.3
base:7.3
Choose a base branch
Loading
fromstatic-site-generation

Conversation

Kocal
Copy link
Collaborator

...

@KocalKocalforce-pushed thestatic-site-generation branch from432ae67 to3ad1e9aCompareFebruary 13, 2025 12:09
@tBibauttBibautforce-pushed thestatic-site-generation branch 2 times, most recently from405b576 to2e25ef3CompareMarch 14, 2025 16:03
@tBibauttBibautforce-pushed thestatic-site-generation branch from2e25ef3 toaf81029CompareMarch 30, 2025 15:10
$this
->setDescription('Generates static pages')
->addOption(
'filterPattern',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

snake case

* @author Thomas Bibaut <bibaut.t@gmail.com>
*/
#[AsCommand(name: 'static-site-generation:generate', description: 'Generates the static site')]
final class StaticSiteGenerationGenerateCommand extends Command
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

invokable command


class StaticUriProviderTest extends TestCase
{
public function testProvideUris(): void
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
publicfunction testProvideUris():void
publicfunction testProvideUris()

@@ -154,6 +154,9 @@ protected function parseRoute(RouteCollection $collection, string $name, array $
if (isset($config['stateless'])) {
$defaults['_stateless'] = $config['stateless'];
}
if (isset($config['static_generation'])) {
$defaults['_static_generation'] = $config['static_generation'];
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

test loader

@@ -20,6 +20,7 @@
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/filesystem": "^7.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"symfony/filesystem":"^7.1",
"symfony/filesystem":"^7.4",

@tBibauttBibautforce-pushed thestatic-site-generation branch fromaf81029 to7816ddfCompareJune 19, 2025 11:52
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tBibauttBibauttBibaut left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Kocal@tBibaut

[8]ページ先頭

©2009-2025 Movatter.jp