Skip to content
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

[@powerpages][5x5] Update Webpage Content and Create Site Records on DV #1073

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9b03e50
Refactor CreateSiteHelper to include poplulate record call
Nov 13, 2024
9ed7bac
Add PowerPages site and component models, constants, and entity names
Nov 15, 2024
b5eff91
Enhance CreateSiteCommand to include extension context and add Readon…
Nov 20, 2024
17aaad6
Implement EditableFileSystemProvider for site page editing and update…
Nov 22, 2024
b9d7301
Integrate CreateSiteCommand into CommandRegistry and update related c…
Nov 22, 2024
8b32d09
Disable copy functionality in EditableFileSystemProvider implementation
Nov 22, 2024
2636dcd
Remove ReadonlyFileSystemProvider implementation
Nov 22, 2024
7b26d08
Add telemetry constant for previewing site pages and refactor related…
Nov 22, 2024
66240c4
Refactor CommandRegistry and add command registration utility for cha…
Nov 22, 2024
255c97e
Add constants for site creation parameters and refactor NL2SiteServic…
Nov 22, 2024
7653622
Refactor CreateSiteCommand and CreateSiteHelper to use structured opt…
Nov 25, 2024
537414c
Add error telemetry constant for previewing site pages and handle err…
Nov 26, 2024
0f73785
Rename fileContentMap to _fileContentMap for consistency and clarity …
Nov 26, 2024
ba1dde6
Implement multi-step input for site creation and register command for…
Nov 27, 2024
04aa45e
Merge branch 'main' of https://github.com/microsoft/powerplatform-vsc…
Nov 27, 2024
f921e3b
Enhance copilot availability checks and update response structure in …
Nov 27, 2024
22dc98f
Add site creation inputs and environment info interfaces; refactor Cr…
Nov 27, 2024
32bb589
Add eslint directive for sitePages property in IPreviewSitePagesConte…
Nov 28, 2024
9df6e81
Add PowerPages site and component models, constants, and entity names
Nov 15, 2024
898470c
CreateSiteManager
Nov 18, 2024
e9b31e6
Enhance CreateSiteHelper and CreateSiteManager to accept orgUrl param…
Nov 22, 2024
3bd245d
Remove copyright comment from CreateSiteConstants.ts
Nov 29, 2024
e47e0e2
Add HTTP methods constants and refactor CreateSiteUtils for HTTP requ…
Nov 29, 2024
c4883f9
Merge branch 'users/amitjoshi/@powerpagesCreateSiteRecordsOnDV' of ht…
Dec 3, 2024
81bf921
Comment out websiteId in createSite return object
Dec 3, 2024
0b57401
Add page constants and refactor site data handling in CreateSite modu…
Dec 6, 2024
1d9a209
Enhance Command interface and PowerPagesChatParticipant to utilize Ed…
Dec 6, 2024
d596ee9
Throw an error if intelligence API endpoint is not provided in create…
Dec 10, 2024
e900b16
Merge branch 'main' into users/amitjoshi/@powerpagesCreateSiteRecords…
Dec 16, 2024
926df6a
[PowerPages] Update localization strings for site creation and improv…
Dec 16, 2024
7cb62de
Refactor site creation utilities and enhance progress notifications
Jan 2, 2025
0952760
[PowerPages] Add input validation to site creation process to prevent…
Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comment out websiteId in createSite return object
  • Loading branch information
amitjoshi committed Dec 3, 2024
commit 81bf9212a8c8b407527758d237eea3f62e5d3c16
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ export const createSite = async (createSiteOptions: ICreateSiteOptions) => {

return {
siteName,
websiteId,
//websiteId,
siteDescription,
};
};