Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeyu
/
SmartStoreNET
Public
forked from
smartstore/SmartStoreNET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SmartStoreNET
src
Libraries
SmartStore.Core
Data
on
2.x
User selector
All users
All time
Commit history
Commits on May 12, 2015
Minor fix
muratcakir
committed
1454e43
View commit details
Copy full SHA for 1454e43
View code at this point
Browse repository at this point
Commits on May 7, 2015
Implemented 'Expand()' extension methods for IQueryable, encapsulating EF's Include(). Makes IRepository.Expand() obsolete.
muratcakir
committed
a14a71c
View commit details
Copy full SHA for a14a71c
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
Perf: added batch flushing behaviour to DefaultLogger (batch size 50). Also stopped logging missing language resources after 50 calls to prevent performance drop with incomplete language packs.
muratcakir
committed
48562f5
View commit details
Copy full SHA for 48562f5
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Added BeginTransaction() and UseTransaction() methods to IDbContext
muratcakir
committed
004fea5
View commit details
Copy full SHA for 004fea5
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Implemented app migrations. Currently required to map plugin names right before app initialize.
muratcakir
committed
f817f18
View commit details
Copy full SHA for f817f18
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Merge branch '2.x' into feature/providers
Show description for aa1bc43
muratcakir
committed
aa1bc43
View commit details
Copy full SHA for aa1bc43
View code at this point
Browse repository at this point
Commits on Aug 12, 2014
System info: Show name of the data provider, show (assembly) creation date (to easier detect beta versions)
mgesing
committed
5de8003
View commit details
Copy full SHA for 5de8003
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
#382 Feed plugins: More options and improvements
mgesing
committed
95a1913
View commit details
Copy full SHA for 95a1913
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
(Perf) New property IDbContext.ForceNoTracking: ensures that IRepository<T>.Table always returns an 'AsNoTracking()' query. Perfect for long running processes (like export), where large data sets g…
Show description for 33f6b9a
muratcakir
committed
33f6b9a
View commit details
Copy full SHA for 33f6b9a
View code at this point
Browse repository at this point
(Perf) Added property AutoAttachEnabled to IDbContext. If 'false', entities created by stored procs do not get attached to the ObjectContext anymore (useful for long running processes like catalog …
Show description for 2cdd456
muratcakir
committed
2cdd456
View commit details
Copy full SHA for 2cdd456
View code at this point
Browse repository at this point
Commits on May 30, 2014
Perf: significantly increased excel import performance. "ProcessSlugs" could slow down the import with NEW products (thus new seo slugs).
muratcakir
committed
7b1bb25
View commit details
Copy full SHA for 7b1bb25
View code at this point
Browse repository at this point
Commits on May 2, 2014
Installation fix: Setup fails with exception "Value cannot be null. Parameter name: stream" on certain environments
muratcakir
committed
482a9f3
View commit details
Copy full SHA for 482a9f3
View code at this point
Browse repository at this point
Commits on Apr 4, 2014
Final cleanup
muratcakir
committed
a957ea5
View commit details
Copy full SHA for a957ea5
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Finalized async excel import: localization, report generation, fixes, cleanup
muratcakir
committed
076217c
View commit details
Copy full SHA for 076217c
View code at this point
Browse repository at this point
Commits on Mar 22, 2014
DB hooks: better performance and files reorganized
muratcakir
committed
71378f3
View commit details
Copy full SHA for 71378f3
View code at this point
Browse repository at this point
Commits on Mar 21, 2014
* Added interface ISoftDeletable
Show description for aec328e
muratcakir
committed
aec328e
View commit details
Copy full SHA for aec328e
View code at this point
Browse repository at this point
Perf: more optimizations
muratcakir
committed
dd700bb
View commit details
Copy full SHA for dd700bb
View code at this point
Browse repository at this point
Commits on Mar 20, 2014
* Moved IEventPublisher to SmartStore.Core
Show description for 97994ff
muratcakir
committed
97994ff
View commit details
Copy full SHA for 97994ff
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
* Perf: added async support to event consumers
Show description for 9137297
muratcakir
committed
9137297
View commit details
Copy full SHA for 9137297
View code at this point
Browse repository at this point
Commits on Mar 12, 2014
Perf: increased installation speed
muratcakir
committed
9257407
View commit details
Copy full SHA for 9257407
View code at this point
Browse repository at this point
Commits on Mar 11, 2014
Seed data for installation
muratcakir
committed
410b973
View commit details
Copy full SHA for 410b973
View code at this point
Browse repository at this point
Commits on Mar 8, 2014
More EF 6 Migrations
muratcakir
committed
9c184f7
View commit details
Copy full SHA for 9c184f7
View code at this point
Browse repository at this point
More EF Migrations
muratcakir
committed
5217706
View commit details
Copy full SHA for 5217706
View code at this point
Browse repository at this point
Commits on Mar 7, 2014
EF 6 refactoring: further changes to Migrations infrastructure
muratcakir
committed
e83e40b
View commit details
Copy full SHA for e83e40b
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
EF 6 refactoring: general simplification and Migrations support (initial commit)
muratcakir
committed
8a2ac55
View commit details
Copy full SHA for 8a2ac55
View code at this point
Browse repository at this point
Commits on Feb 18, 2014
* Implemented 'PaymentMethodBase' abstract class to simplify payment plugin development and avoid redundant code
Show description for ef887d3
muratcakir
committed
ef887d3
View commit details
Copy full SHA for ef887d3
View code at this point
Browse repository at this point
Commits on Feb 15, 2014
* Finalized ExcelImportAsync (both service and controller)
Show description for 640d71a
muratcakir
committed
640d71a
View commit details
Copy full SHA for 640d71a
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
Excel import: Added 'ImportResult' return type to import method and reorganized some types.
muratcakir
committed
4301d67
View commit details
Copy full SHA for 4301d67
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Excel Import: completely rewritten Excel import routines to make it smarter and faster
Show description for 05d6074
muratcakir
committed
05d6074
View commit details
Copy full SHA for 05d6074
View code at this point
Browse repository at this point
Commits on Jan 10, 2014
Merge branch '1.x' into feature/improved-product-structure
Show description for 4ba74c0
mgesing
committed
4ba74c0
View commit details
Copy full SHA for 4ba74c0
View code at this point
Browse repository at this point
Commits on Jan 9, 2014
Restore fulltextsearch
Michael-Herzog
committed
5845d86
View commit details
Copy full SHA for 5845d86
View code at this point
Browse repository at this point
Commits on Jan 7, 2014
Added utility class 'DbContextScope' (easier definition of DbContext options within a using block)
muratcakir
committed
756a124
View commit details
Copy full SHA for 756a124
View code at this point
Browse repository at this point
Perf: Implemented IRepository.TableUntracked property
muratcakir
committed
03a3c82
View commit details
Copy full SHA for 03a3c82
View code at this point
Browse repository at this point
Commits on Jan 6, 2014
Product\ProductVariant testing... solved several issues
mgesing
committed
0e45939
View commit details
Copy full SHA for 0e45939
View code at this point
Browse repository at this point
Commits on Nov 20, 2013
Implemented 'DetachEntity' for DbContext
muratcakir
committed
7108726
View commit details
Copy full SHA for 7108726
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.