-
Notifications
You must be signed in to change notification settings - Fork 0
DT-107: Enable local devtools usage and project self-registration - #107
Merged
Merged
DT-107: Enable local devtools usage and project self-registration #107abdotop merged 11 commits into
abdotop merged 11 commits into
Conversation
abdotop
abdotop
reviewed
Apr 7, 2026
output: deploymentOutput,
description: 'Create a new deployment',
}),
'POST/api/deployment/local': route({
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the port or a slug to identify the deployment
'POST/api/deployment/local': route({ .... if (!DeploymentsCollection.get('dev')) { await DeploymentsCollection.insert({ projectId: 'local', url: input.port, // or slug ..... }) } }, input: OBJ({ endpoint: optional(STR('Full href of the SQL endpoint')),port: NUM() }), // or slug }),
abdotop
abdotop
reviewed
Apr 7, 2026
STR,
} from '@01edu/api/validator'
import { createCollection } from '/api/lib/json_store.ts'
import { isLocal } from '/api/lib/env.ts'
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not used
abdotop
abdotop
approved these changes
Apr 7, 2026
@abdotop
abdotop
left a comment
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Juste fix lint and conflict
kigiri
force-pushed
the
WIP-local-env
branch
2 times, most recently
from
April 9, 2026 13:47
1ec6bb2 to
b77df56
Compare
...ompose for local environment
...pose and XML configs, and fix lint, type, and test issues.
@abdotop
abdotop
changed the title
(削除) WIP (削除ここまで)
(追記) DT-107: Enable local devtools usage and project self-registration (追記ここまで)
Jun 3, 2026
kigiri
marked this pull request as ready for review
June 3, 2026 09:25
abdotop
force-pushed
the
WIP-local-env
branch
2 times, most recently
from
June 4, 2026 23:02
3405112 to
b67bfd4
Compare
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
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.
No description provided.