-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGED
169 lines (127 loc) · 5.92 KB
/
CHANGED
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
2022-06-07 - Bump fhem/fhem-controls-actions from 2.0.3 to 2.1.0 (#57)
Bumps [fhem/fhem-controls-actions](https://github.com/fhem/fhem-controls-actions) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/fhem/fhem-controls-actions/releases)
- [Commits](https://github.com/fhem/fhem-controls-actions/compare/v2.0.3...v2.1.0)
---
updated-dependencies:
- dependency-name: fhem/fhem-controls-actions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-23 - Bump actions/checkout from 2.4.0 to 3 (#48)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-25 - Bump fhem/fhem-controls-actions from 2.0.2 to 2.0.3 (#44)
Bumps [fhem/fhem-controls-actions](https://github.com/fhem/fhem-controls-actions) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/fhem/fhem-controls-actions/releases)
- [Commits](https://github.com/fhem/fhem-controls-actions/compare/v2.0.2...v2.0.3)
---
updated-dependencies:
- dependency-name: fhem/fhem-controls-actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-07 - Merge pull request #41 from HomeAutoUser/master_pc_Tabs
Update 98_unittest.pm
2021-11-03 - Update 98_unittest.pm
* Perl-Critic, revised hard tabs
2021-11-03 - Bump actions/checkout from 2.3.5 to 2.4.0 (#40)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 - Bump fhem/fhem-controls-actions from 2.0.1 to 2.0.2 (#37)
Bumps [fhem/fhem-controls-actions](https://github.com/fhem/fhem-controls-actions) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/fhem/fhem-controls-actions/releases)
- [Commits](https://github.com/fhem/fhem-controls-actions/compare/v2.0.1...v2.0.2)
---
updated-dependencies:
- dependency-name: fhem/fhem-controls-actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 - Bump actions/checkout from 2.3.4 to 2.3.5 (#38)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 - Dclone crash fix (#12)
Added Eval around dclone and added test to verify dclone
2021-05-19 - Merge branch 'master' into dclone-crashFix
2021-05-19 - modified device under test
2021-01-24 - Ghactions test (#11)
* run test in github actions
* Update versions and add dependabot config
* Run Update Workflow only if needed
2021-01-24 - Merge branch 'ghactions-test' of github.com:fhem/UnitTest into ghactions-test
2021-01-24 - Run Update Workflow only if needed
2021-01-24 - Renamed travis yml
2021-01-24 - Merge branch 'master' into ghactions-test
2021-01-24 -
- added dependabot config
- run github actions workflow and also on pull requests
- update perl verson matrix
2020-05-10 - makefile
fixed sort
2020-05-10 - Merge branch 'master' of github.com:fhem/UnitTest
2020-05-09 - src/test-runner.sh
reduced sleep between checks if test is finished from 1sec to 200 ms
2020-05-09 - 98_unittest.pm
Save module refs as real coderefs
regex to split define arguments
reduced delay calling test from 100ms to 10ms
2020-01-20 - makefile
removed shutdown restart between tests - this scales very bad
2020-01-19 - 98_unittest.pm
Adapted logmessage for fork / mainprocess version
2020-01-11 - test-runner.sh
removed shutdown restart because this starts perl without devel::cover
makefile
Implemented a shutdown and a new process of fhem (takes very long time)
2020-01-11 - test-runner.sh
switch from rereadcfg to shutdownrestat
2020-01-08 - test-runner.sh
script will send a "rereadcfg" before loading of every testfile
this will provide a defined config before starting a test
2020-01-05 - src/fhemcl.sh
Optimizes speed by moving url-encode out of bash into curl command which has very much faster implementation
2020-01-04 - 98_unittest.pm
reduced time to start test vom 1 sec to 0.1 sec
2019-12-15 - Corrected filename of controls_unittest.txt (#8)
* Corrected filename of controls_unittest.txt
2019-12-15 - Merge branch 'master' into patch-controls
2019-12-15
- bugfix: check if target IsDevice is true
- feature: Create controls and CHANGED file via githubactions instead of travis ci