-
Notifications
You must be signed in to change notification settings - Fork 354
Comparing changes
Open a pull request
base repository: hyperjumptech/grule-rule-engine
base: v1.10.6
head repository: hyperjumptech/grule-rule-engine
compare: master
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe6b585 - Browse repository at this point
Copy the full SHA fe6b585View commit details
Commits on Aug 9, 2022
-
model: Add MatchString function to Json DAL (#321)
Adds the MatchString Function to String values in JSON DAL to maintain parity with the Go DAL
Configuration menu - View commit details
-
Copy full SHA for ccb8967 - Browse repository at this point
Copy the full SHA ccb8967View commit details -
feat: add authentication suport for git resource bundle (#318)
Allows basic or tokened auth for git when creating a resource bundle
Configuration menu - View commit details
-
Copy full SHA for f6f3acf - Browse repository at this point
Copy the full SHA f6f3acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4eea1a - Browse repository at this point
Copy the full SHA e4eea1aView commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 620083c - Browse repository at this point
Copy the full SHA 620083cView commit details
Commits on Aug 20, 2022
-
* Update Function_cn.md * Update Tutorial_cn.md sync with en version * update json fact link url * update tutorial cn
Configuration menu - View commit details
-
Copy full SHA for af7f088 - Browse repository at this point
Copy the full SHA af7f088View commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6cbdf38 - Browse repository at this point
Copy the full SHA 6cbdf38View commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5cd1de4 - Browse repository at this point
Copy the full SHA 5cd1de4View commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 79615dc - Browse repository at this point
Copy the full SHA 79615dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7463cc6 - Browse repository at this point
Copy the full SHA 7463cc6View commit details -
Removed contributor list from README. Visitor can easily see this list from the right pane Contributor
Configuration menu - View commit details
-
Copy full SHA for a1e5bf2 - Browse repository at this point
Copy the full SHA a1e5bf2View commit details -
Removed badge of travis CI and CircleCI as we only use github action for our CI
Configuration menu - View commit details
-
Copy full SHA for fe3da11 - Browse repository at this point
Copy the full SHA fe3da11View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ad047 - Browse repository at this point
Copy the full SHA f1ad047View commit details
Commits on Dec 15, 2022
-
Issue-309|Fixed append for JsonDataAccessLayer (#341)
Co-authored-by: Rajat Paliwal <Rajat.Paliwal@sophos.com>
Configuration menu - View commit details
-
Copy full SHA for b4475ad - Browse repository at this point
Copy the full SHA b4475adView commit details -
* Include fix #339 * Includes some code for the playground yet it was not yet fixed. * Increased go version to 1.18
Configuration menu - View commit details
-
Copy full SHA for 2134fd5 - Browse repository at this point
Copy the full SHA 2134fd5View commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cd4086 - Browse repository at this point
Copy the full SHA 5cd4086View commit details -
feat: update to go 1.19 (#348)
Co-authored-by: Ferdinand Neman <ferdinand.neman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5a9fc72 - Browse repository at this point
Copy the full SHA 5a9fc72View commit details
Commits on Mar 15, 2023
-
Bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.…
…1.0 (#362) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191011191535-87dc89f01550 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 064b4f6 - Browse repository at this point
Copy the full SHA 064b4f6View commit details -
Bump golang.org/x/net from 0.0.0-20210805182204-aaa1db679c0d to 0.7.0 (…
…#365) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210805182204-aaa1db679c0d to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8274ea9 - Browse repository at this point
Copy the full SHA 8274ea9View commit details
Commits on Aug 16, 2023
-
Catch panics during rule evaluation and return an error (#374)
* Catch panics during rule evaluation and return an error * add can for clarity
Configuration menu - View commit details
-
Copy full SHA for d368b53 - Browse repository at this point
Copy the full SHA d368b53View commit details -
* fix typo in GRL_JSON_en.md * fix typo in Function_en.md * fix typo in FAQ_en.md * fix more typos and grammar * fix typo in grl_json_en --------- Co-authored-by: Ferdinand Neman <ferdinand.neman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8d28435 - Browse repository at this point
Copy the full SHA 8d28435View commit details -
Passes nlreturn linting (#392)
* Passes nlreturn linting * Fixed go mod and go sum * removed linting * Fixed imports on editor/Main.go and editor/StaticRoute.go * Increased workflow to use go 1.20 * Fixing a little bit on Github Action * Fixit to go 1.20 in workflow --------- Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
Configuration menu - View commit details
-
Copy full SHA for 887d19b - Browse repository at this point
Copy the full SHA 887d19bView commit details -
Chore/linting added golangci-lint configuration and some linting run. (…
…#393) * Added noctx linting check. Loading URL resource are now should be finished in 30 minutes * Added varnamelen linting * Added more linting module --------- Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
Configuration menu - View commit details
-
Copy full SHA for 50e649d - Browse repository at this point
Copy the full SHA 50e649dView commit details -
Increased golang.org/x/net to v0.7.0 (#394)
Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
Configuration menu - View commit details
-
Copy full SHA for 332a254 - Browse repository at this point
Copy the full SHA 332a254View commit details
Commits on Aug 28, 2023
-
* Removed panic in JSON Resouce handling code. Some method signature impacted * removed all panic * Removed panic on json tools related * Removed panic from Working Memory * Removed panic from Working Memory part 2 * Removed panic from JsonDom.go * Worked trying to remove all bad panic --------- Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
Configuration menu - View commit details
-
Copy full SHA for 3765de3 - Browse repository at this point
Copy the full SHA 3765de3View commit details
Commits on Aug 29, 2023
-
Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
Configuration menu - View commit details
-
Copy full SHA for cb643c1 - Browse repository at this point
Copy the full SHA cb643c1View commit details -
* Now ExecuteWithContext and fetchMatchingRule are not allow nil KnowledgeBase * Fixed concurrency test that seems number overflows uint, and added NilKnowledgeBasePanic_test.go --------- Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
Configuration menu - View commit details
-
Copy full SHA for 8da01ee - Browse repository at this point
Copy the full SHA 8da01eeView commit details -
Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
Configuration menu - View commit details
-
Copy full SHA for eb4f61d - Browse repository at this point
Copy the full SHA eb4f61dView commit details
Commits on Sep 19, 2023
-
Added attempt to show rule name when Rule entry fails (#408)
Co-authored-by: Ferdinand Neman <ferdinand@hyperjump.tech>
1Configuration menu - View commit details
-
Copy full SHA for 7272ef7 - Browse repository at this point
Copy the full SHA 7272ef7View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4e90fe - Browse repository at this point
Copy the full SHA e4e90feView commit details
There are no files selected for viewing