Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
56caf25
feat(blazorui): add missing tests for BitPullToRefresh component #117…
msynk Nov 21, 2025
b8f2a91
feat(blazorui): add missing tests for BitSwipeTrap #11712 (#11713)
msynk Nov 22, 2025
6b935a3
feat(blazorui): add missing tests for BitCalendar #11714 (#11715)
msynk Nov 22, 2025
14185a7
feat(blazorui): add missing tests of BitScrollablePane #11716 (#11717)
msynk Nov 22, 2025
a7c2303
feat(blazorui): add missing tests for BitSwiper #11718 (#11719)
msynk Nov 22, 2025
7a6457b
feat(blazorui): add missing tests of BitTimeline #11720 (#11721)
msynk Nov 22, 2025
894853c
feat(github): update total package downloads #11722 (#11723)
msynk Nov 22, 2025
890299b
feat(blazorui): add missing tests of loading components #11724 (#11725)
msynk Nov 22, 2025
402c354
feat(blazorui): add missing BitAppShell tests #11726 (#11727)
msynk Nov 22, 2025
7a3313a
feta(blazorui): add tests for BitErrorBoundary #11728 (#11729)
msynk Nov 23, 2025
5b0ce82
feat(blazorui): add unit tests of BitFlag #11730 (#11731)
msynk Nov 23, 2025
ad38c39
feat(blazorui): develop unit tests for BitInfiniteScrolling component…
msynk Nov 23, 2025
341ec84
feat(deps): update project dependencies #11736 (#11737)
ysmoradi Nov 23, 2025
c21f355
feat(blazorui): implement BitMarkdownEditor tests #11734 (#11735)
msynk Nov 23, 2025
68989c5
feat(templates): AppComponentBase now inherits from OwningComponentBa…
ysmoradi Nov 23, 2025
f72cf7e
feat(infra): use MsTestRunner instead of VsTestRunner in bitplatform …
ysmoradi Nov 23, 2025
f0b8678
feat(templates): improve bit Boilerplate test project configuration #…
ysmoradi Nov 23, 2025
8e37940
feat(blazorui): add missing tests of BitMarkdownViewer #11740 (#11742)
msynk Nov 25, 2025
499781a
feat(blazorui): add missing units tests of BitMessageBox #11748 (#11749)
msynk Nov 25, 2025
5aaca72
feat(blazorui): develop unit tests for BitModalService #11750 (#11751)
msynk Nov 25, 2025
a164e7a
feat(blazorui): add tests for BitNavPanel #11752 (#11753)
msynk Nov 25, 2025
a3f0b5b
feat(blazorui): add tests of BitPdfReader #11754 (#11755)
msynk Nov 26, 2025
4874691
feat(deps): update project dependencies #11757 (#11758)
ysmoradi Nov 26, 2025
21a7ab3
feat(templates): use auto-clone feature of the fusion cache to preven…
ysmoradi Nov 26, 2025
5989e7c
feat(blazorui): add missing tests to BitProPanel test file #11761 (#1…
msynk Nov 27, 2025
d851f67
feat(templates): applied changes in bit Boilerplate for further offli…
ysmoradi Nov 29, 2025
39c261b
feat(templates): add doc for OwningComponentBase to bit Boilerplate #…
ysmoradi Nov 29, 2025
6a77c7e
feat(blazorui): add missing tests of BitRichTextEditor component #117…
msynk Nov 29, 2025
4717b4e
feat(blazorui): remove hot-reload related settings from the vs settin…
msynk Nov 30, 2025
946e926
feat(blazorui): add missing TabIndex parameter to BitComponentBase #1…
msynk Nov 30, 2025
d62044e
feat(besql): configure bit Besql dbContext so it can resolve scoped s…
ysmoradi Nov 30, 2025
832e496
feat(prerelease): v-10.2.0-pre-01 #11777 (#11778)
ysmoradi Nov 30, 2025
ba95b82
feat(blazorui): apply BitActionButton improvements #11781 (#11782)
msynk Dec 1, 2025
f131c6f
feat(blazorui): rename ReversedIcon to IconPosition in BitActionButto…
msynk Dec 1, 2025
5dda6f3
feat(tooling): improved bit resx translator logging configuration #11…
ysmoradi Dec 2, 2025
a63e75a
feat(blazorui): apply some improvements to Overview page of demo webs…
msynk Dec 2, 2025
55ef404
feat(templates): add sync feature to bit Boilerplate client app offli…
ysmoradi Dec 2, 2025
8511c41
feat(prerelease): v-10.2.0-pre-02 #11790 (#11791)
msynk Dec 2, 2025
2b4f5d1
feat(release): v-10.2.0 #11792 (#11795)
msynk Dec 3, 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
33 changes: 0 additions & 33 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,39 +144,6 @@ jobs:
npm install -g @azure/static-web-apps-cli
swa deploy --deployment-token ${{ secrets.ADMINPANEL_ASW_TOKEN }} --env production --app-location client/wwwroot

deploy_api_blazor:
name: deploy api + blazor
needs: build_api_blazor
runs-on: ubuntu-24.04
environment:
name: 'production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:

- name: Retrieve server bundle
uses: actions/download-artifact@v6
with:
name: server-web-bundle

- name: Retrieve AppleAuthKey.p8
run: echo "${{ secrets.APPSTORE_API_KEY_PRIVATE_KEY_ADMIN }}" > AppleAuthKey.p8

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.APP_SERVICE_NAME }}
slot-name: 'production'
publish-profile: ${{ secrets.ADMINPANEL_AZURE_APP_SERVICE_PUBLISH_PROFILE }}
package: .

- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@v0.3.0
env:
CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

build_blazor_hybrid_windows:
name: build blazor hybrid (windows)
runs-on: windows-2025
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/blazorui.demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,36 +56,6 @@ jobs:
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
needs: build_api_blazor
runs-on: ubuntu-24.04
environment:
name: 'production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:

- name: Retrieve server bundle
uses: actions/download-artifact@v6
with:
name: server-bundle

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.APP_SERVICE_NAME }}
slot-name: 'production'
publish-profile: ${{ secrets.COMPONENTS_AZURE_APP_SERVICE_PUBLISH_PROFILE }}
package: .

- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@v0.3.0
env:
CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

build_blazor_hybrid_windows:
name: build blazor hybrid (windows)
runs-on: windows-2025
Expand Down
32 changes: 1 addition & 31 deletions .github/workflows/platform.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,4 @@ jobs:
with:
name: server-bundle
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
needs: build_api_blazor
runs-on: ubuntu-24.04
environment:
name: 'production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:

- name: Retrieve server bundle
uses: actions/download-artifact@v6
with:
name: server-bundle

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.APP_SERVICE_NAME }}
slot-name: 'production'
publish-profile: ${{ secrets.BITPLATFORM_AZURE_APP_SERVICE_PUBLISH_PROFILE }}
package: .

- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@v0.3.0
env:
CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
include-hidden-files: true # Required for wwwroot/.well-known folder
33 changes: 0 additions & 33 deletions .github/workflows/sales-module-demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,39 +82,6 @@ jobs:
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
needs: build_api_blazor
runs-on: ubuntu-24.04
environment:
name: 'production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:

- name: Retrieve server bundle
uses: actions/download-artifact@v6
with:
name: server-bundle

- name: Retrieve AppleAuthKey.p8
run: echo "${{ secrets.APPSTORE_API_KEY_PRIVATE_KEY_SALES }}" > AppleAuthKey.p8

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: 'bit-sales'
slot-name: 'production'
publish-profile: ${{ secrets.SALES_AZURE_APP_SERVICE_PUBLISH_PROFILE }}
package: .

- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@v0.3.0
env:
CLOUDFLARE_ZONE: ${{ secrets.BITPLATFORM_DEV_CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

build_blazor_hybrid_windows:
name: build blazor hybrid (windows)
runs-on: windows-2025
Expand Down
32 changes: 1 addition & 31 deletions .github/workflows/sales.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,4 @@ jobs:
with:
name: server-bundle
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
needs: build_api_blazor
runs-on: ubuntu-24.04
environment:
name: 'production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:

- name: Retrieve server bundle
uses: actions/download-artifact@v6
with:
name: server-bundle

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.APP_SERVICE_NAME }}
slot-name: 'production'
publish-profile: ${{ secrets.BITSERVICES_AZURE_APP_SERVICE_PUBLISH_PROFILE }}
package: .

- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@v0.3.0
env:
CLOUDFLARE_ZONE: ${{ secrets.BITSERVICES_COMPANY_CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
include-hidden-files: true # Required for wwwroot/.well-known folder
Loading
Loading