Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fdb7b6c
version bump
lmajano Nov 15, 2022
ed20332
🐛 FIX: Update GHA to avoid deprecated syntax (#67)
michaelborn Dec 20, 2022
37ab311
New [Contributing](CONTRIBUTING.md) guidelines
lmajano Apr 13, 2023
640990f
Consolidated Adobe 2021 scripts into the server scripts
lmajano Apr 13, 2023
10e934a
- Fix for `tasks.json` file to include no recursion
lmajano Apr 13, 2023
dcb2a35
- New github support templates
lmajano Apr 13, 2023
c9d306f
New github action versions and consolidation of actions
lmajano Apr 13, 2023
aad99e2
Apply cfformat changes
lmajano Apr 13, 2023
4d455fc
fixing ci
lmajano Apr 13, 2023
1bd4424
Merge branch 'development' of github.com:coldbox-modules/cbvalidation…
lmajano Apr 13, 2023
f11af04
- #71 - ValidationManager errors when returning `validatedKeys` due t…
lmajano Apr 13, 2023
e56689e
more trying
lmajano Apr 13, 2023
e0e9626
resolves #45 - `Type` validator needs to be able to validate against …
lmajano Apr 13, 2023
9e6db4c
adding debugging
lmajano Apr 13, 2023
05bcdb7
more tests
lmajano Apr 13, 2023
8af1b1d
more tests
lmajano Apr 13, 2023
c0e4cd5
oops
lmajano Apr 13, 2023
5ff9220
ok done
lmajano Apr 13, 2023
c41d816
ok prepping for new and improved master release
lmajano Apr 13, 2023
9f74b1f
oops
lmajano Apr 13, 2023
7c89c03
adding coldbox be testing
lmajano Apr 14, 2023
a594ee6
fixing be builds
lmajano Apr 14, 2023
0efc5f9
typos
lmajano Apr 14, 2023
5e1497b
- The way custom validators are retrieved so they are ColdBox 7+ comp…
lmajano Apr 14, 2023
b215ca0
Apply cfformat changes
lmajano Apr 14, 2023
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
Prev Previous commit
Next Next commit
ok done
  • Loading branch information
lmajano committed Apr 13, 2023
commit 5ff9220feedf04d5fa3e533926b45e314c0e5622
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
uses: ./.github/workflows/release.yml
secrets: inherit
with:
doTests: false
doTests: true
snapshot: true
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![cbvalidation CI](https://github.com/coldbox-modules/cbvalidation/actions/workflows/ci.yml/badge.svg)](https://github.com/coldbox-modules/cbvalidation/actions/workflows/ci.yml)
[![cbvalidation CI](https://github.com/coldbox-modules/cbvalidation/actions/workflows/snapshot.yml/badge.svg)](https://github.com/coldbox-modules/cbvalidation/actions/workflows/snapshot.yml)

# WELCOME TO THE COLDBOX VALIDATION MODULE

Expand Down