maliming
9062d8fda2
Remove owl.carousel packages
2 weeks ago
Ma Liming
1389800200
Merge pull request #26005 from abpframework/maliming/replace-owl-carousel-with-swiper
Replace owl.carousel with Swiper
2 weeks ago
maliming
3e6d0b1b4b
Remove remaining owl arrow handlers from blog.js
2 weeks ago
maliming
e674972f70
Merge branch 'dev' into maliming/replace-owl-carousel-with-swiper
2 weeks ago
Ma Liming
7d262a64ff
Merge pull request #26010 from abpframework/maliming/datepicker-cleanup
Vendor patched copies of bootstrap-datepicker and daterangepicker files
2 weeks ago
Ma Liming
296ff53a53
Merge pull request #26006 from abpframework/maliming/vendor-jquery-validation-unobtrusive
Ship a patched copy of `jquery.validate.unobtrusive.js` in `@abp/jquery-validation-unobtrusive`
2 weeks ago
Ma Liming
2b96067223
Merge pull request #26002 from abpframework/maliming/remove-jquery-form-toastr-packs
Remove orphan jquery-form and toastr npm packages
2 weeks ago
Ma Liming
d88e1048f5
Merge pull request #26001 from abpframework/maliming/replace-timeago
Replace `timeago` with `timeago.js`
2 weeks ago
maliming
2d589c75e3
Merge remote-tracking branch 'origin/dev' into maliming/replace-timeago
2 weeks ago
Ma Liming
c551f8ad94
Merge pull request #26000 from abpframework/maliming/remove-malihu-scrollbar
Remove `malihu-custom-scrollbar-plugin` and use native scrollbars
2 weeks ago
Volosoft Agent
0e9fa198db
Merge pull request #26031 from abpframework/auto-merge-forward/rel-10.7-to-dev-5
Auto-merge forward rel-10.7 → dev
2 weeks ago
github-actions[bot]
76eea90595
Merge remote-tracking branch 'origin/rel-10.7' into auto-merge-forward/rel-10.7-to-dev-5
2 weeks ago
Ma Liming
1aba7fa40a
Merge pull request #26026 from abpframework/maliming/pin-select2-4013
Pin `select2` to 4.0.13
2 weeks ago
Ma Liming
7288e5a444
Merge pull request #26016 from nazem0/dev
Add IQueryable projection support to read-only application services
2 weeks ago
maliming
c0b78d8632
Show a reusable projection in the asynchronous hook sample
2 weeks ago
Volosoft Agent
cfa8575f81
Merge pull request #26030 from abpframework/auto-merge-forward/rel-10.7-to-dev-4
Auto-merge forward rel-10.7 → dev
2 weeks ago
Volosoft Agent
14148670f5
Merge pull request #26029 from abpframework/skoc/harden-github-actions
Harden GitHub Actions: Angular timeout and checkout v4
2 weeks ago
maliming
dfeb830255
Clarify the query projection contract in the documentation
2 weeks ago
maliming
be8f078ea9
Keep the ambient cancellation token out of the entity paths
* Only the projected GetAsync passes it, that is the path Repository.GetAsync already covered
* Assert a single data query so a materialize-then-project implementation can not pass
* Opting out of the projection brings the entity based overrides back
2 weeks ago
selmankoc
7001556c19
Harden GitHub Actions against hung jobs.
Add job timeouts and cancel-in-progress concurrency, and bump checkout to v4 so workflows cannot sit on GitHub-hosted runners until the 6h default limit.
Co-authored-by: Cursor <cursoragent@cursor.com>
2 weeks ago
maliming
c24a0e3b50
Keep checking the authorization policies while projecting
* The projection only replaces the DTO creation, the filters and the policies still apply
2 weeks ago
maliming
7ac1bc668e
Document the query projection
2 weeks ago
maliming
3da29b2b35
Add asynchronous hooks and rename the query projection API
* IQueryProjector replaces IQueryableMapper, the hooks can await other queries to join them
* A projection must return one row per entity, the total count and the paging come before it
* Pass the ambient cancellation token and detect the missing entity for value type DTOs
2 weeks ago
maliming
6588e5797b
Pin select2 to 4.0.13
2 weeks ago
maliming
d6876b8571
Rename the query projection API
* IQueryableMapper pairs with IObjectMapper, CreateEntityQueryAsync with CreateFilteredQueryAsync
2 weeks ago
maliming
e3127db7e0
Point to the mapping libraries for the query projection sample
2 weeks ago
maliming
f00d7df56c
Assert the projected SQL and fix the Mapperly sample in the docs
* RequiredMappingStrategy.Target avoids an RMG020 warning per unmapped entity property
2 weeks ago
maliming
029cc7de47
Fix query projection for CrudAppService and register projection mappers
* Fall back to GetEntityByIdAsync when a by-id query can not be created
* Expose IQueryProjectionMapper implementations like IObjectMapper does
* Document query projection and cover EF Core, MongoDB and Mapperly
2 weeks ago
Mohamed Nazem
331e3f03d5
refactor: remove redundant query projection mapper base class
2 weeks ago
Mohamed Nazem
e3f60c2a6a
revert :
checking Use(Object/List)ProjectionMapper before resolving the mapper
2 weeks ago
Mohamed Nazem
632addf8e8
checking Use(Object/List)ProjectionMapper before resolving the mapper
2 weeks ago
Volosoft Agent
d2a0076535
Merge pull request #26022 from abpframework/auto-merge-forward/rel-10.7-to-dev-3
Auto-merge forward rel-10.7 → dev
2 weeks ago
github-actions[bot]
4163fca3d8
Merge remote-tracking branch 'origin/rel-10.7' into auto-merge-forward/rel-10.7-to-dev-3
2 weeks ago
Volosoft Agent
f51cfdcd0b
Merge pull request #26021 from abpframework/auto-merge-forward/rel-10.6-to-rel-10.7-2
Auto-merge forward rel-10.6 → rel-10.7
2 weeks ago
github-actions[bot]
9dcf1aaadf
Merge remote-tracking branch 'origin/rel-10.6' into auto-merge-forward/rel-10.6-to-rel-10.7-2
2 weeks ago
Volosoft Agent
13c20b091c
Merge pull request #26020 from abpframework/skoc10-patch-3
Rename auto-pr.yml to auto-merge-forward.yml
2 weeks ago
selman koc
491e319a54
Rename auto-pr.yml to auto-merge-forward.yml
2 weeks ago
Volosoft Agent
8f75906efc
Merge pull request #26019 from abpframework/auto-merge-forward/rel-10.7-to-dev-1
Auto-merge forward rel-10.7 → dev
2 weeks ago
github-actions[bot]
c44d59bede
Merge remote-tracking branch 'origin/rel-10.7' into auto-merge-forward/rel-10.7-to-dev-1
2 weeks ago
Volosoft Agent
a5a43ec4c0
Merge pull request #26018 from abpframework/skoc/auto
Add auto-merge forward workflow and remove legacy PR workflow
2 weeks ago
selmankoc
409636852e
Add auto-merge forward workflow and remove legacy PR workflow
2 weeks ago
Mohamed Nazem
98d54c33dc
space between namespace and usings
2 weeks ago
Mohamed Nazem
2ce16a7bb8
GetEntityByIdQueryAsync : null check
2 weeks ago
Mohamed Nazem
9b371db770
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2 weeks ago
Mohamed Nazem
a07484570f
feat: add IQueryable DTO projection support to read-only application services
2 weeks ago
maliming
9416a0d19a
Merge branch 'dev' into maliming/datepicker-cleanup
2 weeks ago
maliming
331e66ad6a
Merge branch 'dev' into maliming/replace-owl-carousel-with-swiper
2 weeks ago
maliming
a6599f47aa
Merge branch 'dev' into maliming/vendor-jquery-validation-unobtrusive
2 weeks ago
maliming
0ed69b5c16
Merge branch 'dev' into maliming/remove-jquery-form-toastr-packs
2 weeks ago
maliming
c9aa8f9343
Merge branch 'dev' into maliming/replace-timeago
2 weeks ago