-
Notifications
You must be signed in to change notification settings - Fork 0
Jason/extract local dev package #270
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
Open
jasonmorais
wants to merge
55
commits into
main
Choose a base branch
from
jason/extract-local-dev-package
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
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
f78c3be
initial commit for verify
jasonmorais 09e9ab0
staging changes for portless modification - using worktree as an env …
jasonmorais b4db123
fixes for e2e tests along with overall pattern cleanup
jasonmorais 2d54c57
overall improvements to workspace files, along with implementation of…
jasonmorais 6c415ea
small fixes for build file issue
jasonmorais 395bfcd
small improvements based on my comments, simplified overcomplicated l…
jasonmorais 628694e
Merge branch 'main' of github.com:CellixJs/cellixjs into jason/portle…
jasonmorais 372b674
Merge remote-tracking branch 'origin/main' into jason/portless-worktrees
jasonmorais 1522602
retrigger build
jasonmorais 843f3d0
sourcery suggestions pt1
jasonmorais c184d92
sourcery suggestions reound 2 - reusability
jasonmorais fabfb36
Update readme.md
jasonmorais 0b76477
undo tsc to tsgo
jasonmorais 110f771
fix serenity pattern - use task pattern instead of interaction
jasonmorais ba94849
initial commit for verify
jasonmorais 9be2b2d
modularize serenity framework in a way that can be more easily used b…
jasonmorais 865a5c3
reviewed changes on local with opus 4.8, made some adjustments from j…
jasonmorais c0ab794
made changes regarding infrastructure patterns, simplified what was n…
jasonmorais de71fea
Merge remote-tracking branch 'origin/main' into jason/serenity-framew…
jasonmorais a44fbe9
small refactor for test server pattern in api
jasonmorais 0c1ae41
small adjustments based on codex review
jasonmorais efa9134
initial commit for verify
jasonmorais dfdfb15
initial script extraction - wip
jasonmorais 0f53ffc
progress - cleaned up cellix package and created ocom package for loc…
jasonmorais 84b7285
made some improvements to patterns for server startup based on api, w…
jasonmorais b3d9969
some adjustments to package pattern
jasonmorais 6ebc9ce
Merge remote-tracking branch 'origin/jason/serenity-framework-refacto…
jasonmorais b5840ea
Merge remote-tracking branch 'origin/main' into jason/portless-worktrees
jasonmorais b28f193
restart build - snyk error, unrelated
jasonmorais 1fc06a6
Merge origin/jason/portless-worktrees into jason/serenity-framework-r…
jasonmorais 58234a1
Merge remote-tracking branch 'origin/main' into jason/portless-worktrees
jasonmorais e6d1675
Merge remote-tracking branch 'origin/jason/serenity-framework-refacto…
jasonmorais 8aa14d0
adjusted local dev patterns to follow object pattern and extract majo…
jasonmorais 8d1edc2
small adjustents to pattern for easier readability
jasonmorais 31cda3b
made clearer path for how worktree conversion was done - logic was a …
jasonmorais 65c5cd4
Merge origin/jason/portless-worktrees into jason/serenity-framework-r…
jasonmorais 81b337a
small adjustments for readability and stopped export of unused extern…
jasonmorais 5c507b4
Merge remote-tracking branch 'origin/main' into jason/serenity-framew…
jasonmorais ea2b6a2
pipeline fix
jasonmorais 4770730
small readabiliyy improvements
jasonmorais e5ba661
Merge remote-tracking branch 'origin/main' into jason/serenity-framew…
jasonmorais 9c556be
copilot suggestions
jasonmorais 2c14eec
retry pipeline due to non explicit error
jasonmorais 7d0782e
Merge origin/jason/serenity-framework-refactor into jason/extract-loc…
jasonmorais 7f099e6
Address PR #270 review feedback: exit-code clobbering and duplicated …
jasonmorais 8a435b1
fix merge conflicts
jasonmorais 4b2dcfd
small fixes
jasonmorais a9f581c
security fix
jasonmorais ad4a95a
second attempt for security fix
jasonmorais cbd2a9d
small adjustments based on gpt 5.5 internal review, fix import
jasonmorais c53e669
resolve merge conflicts
jasonmorais dd56e31
removal of redudant flag for worktree in worktree command
jasonmorais a20138e
Merge remote-tracking branch 'origin/main' into jason/extract-local-d…
jasonmorais 0dd81fc
fix vulnerability
jasonmorais 232c87b
small sourcery feedback adjustment, and small fix for storybook creat…
jasonmorais File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| import { AzuriteDevRunner } from '@cellix/local-dev'; | ||
|
|
||
| new AzuriteDevRunner().start(); |
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| import { AzureFunctionsDevRunner } from '@cellix/local-dev'; | ||
| import { buildOcomApiLocalSettings } from '@ocom/local-dev-config'; | ||
|
|
||
| new AzureFunctionsDevRunner({ | ||
| localSettings: buildOcomApiLocalSettings(), | ||
| }).start(); |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| import { AzureFunctionsLocalSettings } from '@cellix/local-dev'; | ||
| import { buildOcomApiLocalSettings } from '@ocom/local-dev-config'; | ||
|
|
||
| new AzureFunctionsLocalSettings(buildOcomApiLocalSettings()).sync(); |
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
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| import { DocusaurusDevRunner } from '@cellix/local-dev'; | ||
|
|
||
| new DocusaurusDevRunner().start(); |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.