94 packages tagged with “history”
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
Audit trail integrated with NHibernate.
Sammy.js is a tiny JavaScript framework developed to ease the pain and provide a basic structure for developing JavaScript applications. Sammy tries to achieve this by providing a small core framework and an ever-growing list of plugins for specific functionality. The core includes a simple API for defining applications which are made up primarily of routes and events. By driving application development around a small and specific API, Sammy attempts to keep your code organized while still allowing a lot of breathing room to define your own style and structure.
This is supporting package for Quartzmin
This is supporting package for SilkierQuartz
An extractor from Audit history for entities fields.
Can be used to parse Markdown documents and transforms them to other formats. Rendering architecture is pluggable, extensible and customizable. This library includes rendering to HTML, plain text, and portable Markdown. Additional libraries provide rendering support to other formats. The library can also compare Markdown documents, and provide Markdown-based difference documents, showing how one version of a document is edited to produce a second version. For a description of the Markdown flavour supported by the parser, see: https://waher.se/Markdown.md
Provides AutoHistory utilities for Microsoft.EntityFrameworkCore.
Perform rollback transactions of audit history
Knockout Utilities Extensions to simplify Knockout app development
Routing extension for ScaleJS base on history.js v1.8b2
Navigation for ASP.NET is a unique take on state management in ASP.NET applications that puts the Url back into the WUrld Wide Web
Reactive undo/redo framework for .NET.
Provides soft deletion and audit trail for your .Net EF Core solution
A simple browser history for ASP.NET MVC. Download and browse to <project url>/History See ReadMe_MVCBrowser.txt
A small history toolkit. Supports saving states, undo, and redo. States are saved as serialized JSON objects, via the Newtonsoft.Json library.
This component can keep complete history of data starting from creation of the Record to Deletion. The component also provide insight on Data changes, i.e who modify, what modify. Click on Project Site link to get Step by Step implementation guide.
This is supporting package for Quartzmon. It is the fork of Recent History Plugin with custom history stores enabled.
PInvoke API (methods, structures and constants) imported from Windows FhSvcCtl.dll.
This is supporting package for Quartzmon
Configurable tool to automate audit logging for SQL server databases- with special handling of schema changes
A lightweight, flexible and easy to use do/undo/redo implementation based on immutable objects for .NET.
Stack-like structure with predefined capacity.
Builds release history notes from unreleased pull requests on GitHub, GitLab, Azure DevOps Services / Server, BitBucket Cloud and Bitbucket Server and optionally posts them to a markdown file, Atlassian Confluence and Slack.
To record your web application visit history and api request history! How to use it: 0. dependance:EF,JQuery,Bootstrap 1. Open your web root(ex: asp.net mvc is open Global.asax.cs) 2. to add this code as bellow using LF.RequestSky; protected void Application_Start() { AreaRegistration.RegisterAllAreas(); FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); RouteConfig.RegisterRoutes(RouteTable.Routes); BundleConfig.RegisterBundles(BundleTable.Bundles); RequestListenner listenner = new RequestListenner("your project namespace", "dbcontext name", "table schema"=dbo); var res = listenner.AddInAsync().Result; } void Application_EndRequest(object sender, EventArgs e) { var t = RequestListenner.AddRequestAsync(Request, Response); } 3. then you can get your datas from this link ---> http://your server/application name/RequestSky/ 1.1.0 ---> Add Request chart 1.1.2 ---> fix max json length 1.1.3 ---> fix big data request
ASP .NET MVC AJAX Pager control with URL history navigation
用于Vue单页面应用,使用VueRouter的History模式下,通过AspNetCore提供文件服务。
Common functionality for ASP.Net MVC applications - configuration, generic controller, generic repository, generic version history controller, access denied attribute, account management.