File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 # Format PR
2121 format_check :
2222 name : Checks Source Code Formatting
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - name : Checkout Repository
2626 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2626 # #########################################################################################
2727 build :
2828 name : Build & Publish
29- runs-on : ubuntu-20 .04
29+ runs-on : ubuntu-24 .04
3030 steps :
3131 - name : Checkout Repository
3232 uses : actions/checkout@v4
@@ -133,7 +133,7 @@ jobs:
133133 prep_next_release :
134134 name : Prep Next Release
135135 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
136- runs-on : ubuntu-20 .04
136+ runs-on : ubuntu-24 .04
137137 needs : [ build ]
138138 steps :
139139 # Checkout development
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' development'
7+ workflow_dispatch :
78
89# Unique group name per workflow-branch/tag combo
910concurrency :
2324 # #########################################################################################
2425 format :
2526 name : Code Auto-Formatting
26- runs-on : ubuntu-20 .04
27+ runs-on : ubuntu-24 .04
2728 steps :
2829 - uses : actions/checkout@v4
2930
Original file line number Diff line number Diff line change 1010jobs :
1111 tests :
1212 name : Tests
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 env :
1515 DB_USER : root
1616 DB_PASSWORD : root
3535 - coldboxVersion : " be"
3636 cfengine : " adobe@2023"
3737 experimental : true
38+ - coldboxVersion : " be"
39+ cfengine : " boxlang@1"
40+ experimental : true
3841 steps :
3942 - name : Checkout Repository
4043 uses : actions/checkout@v4
5457 - name : Setup CommandBox CLI
5558 uses : Ortus-Solutions/setup-commandbox@v2.0.1
5659
60+ - name : Update Commandbox Boxlang Module
61+ if : ${{ matrix.cfengine == 'boxlang@1' }}
62+ run :
63+ box install --force commandbox-boxlang
64+
5765 # Not Needed in this module
5866 # - name: Setup Environment For Testing Process
5967 # run: |
Original file line number Diff line number Diff line change @@ -17,4 +17,7 @@ logs/**
1717# don't put token
1818test-harness /config /token.cfm
1919test-harness /.env
20- /modules /
20+ /modules /
21+ # Local server configs (test artifacts)
22+ server-sentry- * .json
23+ test-harness /server-sentry- * .json
Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ component {
7373 " platform" : " cfml" ,
7474 " logger" : ( ! isNull ( controller ) ? controller .getSetting ( " appName" ) : " sentry" ),
7575 " userInfoUDF" : " " ,
76- " extraInfoUDFs" : {}
76+ " extraInfoUDFs" : {}, // these two settings may be added but they
77+ " showJavaStackTrace" : false ,
78+ " throwOnPostError" : false
7779 };
7880
7981 // Try to look up the release based on a box.json
Original file line number Diff line number Diff line change 11{
22 "name" :" Sentry" ,
33 "author" :" Ortus Solutions <info@ortussolutions.com>" ,
4- "version" :" 2.1.5 " ,
4+ "version" :" 2.1.6 " ,
55 "slug" :" sentry" ,
66 "type" :" modules" ,
77 "homepage" :" https://github.com/coldbox-modules/sentry" ,
You can’t perform that action at this time.
0 commit comments