Skip to content

Commit 75b1c7c

Browse files
Yang-33github-actions
andauthored
Bye line things (#726)
line/line-openapi#112 is a cleanup PR for line things, but it appears to break several tests by deleting this change. Let’s remove those tests beforehand. and more, this change updates our versioning in README. - We'll release changes as a patch version when we close features due to some business reasons. Note we clean up webhook code for line things in another PR. --------- Co-authored-by: github-actions <[email protected]>
1 parent 97c42ae commit 75b1c7c

File tree

3 files changed

+29
-224
lines changed

3 files changed

+29
-224
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ News: https://developers.line.biz/en/news/
222222
## Versioning
223223

224224
This project respects semantic versioning.
225+
- See https://semver.org/
225226

226-
See http://semver.org/
227-
227+
However, if a feature that was publicly released is discontinued for business reasons and becomes completely unusable, we will release changes as a patch release.
228228

229229
## Contributing
230230

docs/classes/LINE-Parser-Tests-EventRequestParserTest.html

Lines changed: 4 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2 class="phpdocumentor-content__title">
149149
<aside class="phpdocumentor-element-found-in">
150150
<abbr class="phpdocumentor-element-found-in__file" title="src/parser/test/EventRequestParserTest.php"><a href="files/src-parser-test-eventrequestparsertest.html"><abbr title="src/parser/test/EventRequestParserTest.php">EventRequestParserTest.php</abbr></a></abbr>
151151
:
152-
<span class="phpdocumentor-element-found-in__line">33</span>
152+
<span class="phpdocumentor-element-found-in__line">31</span>
153153

154154
</aside>
155155

@@ -218,7 +218,7 @@ <h4 class="phpdocumentor-element__name" id="property_json">
218218
<aside class="phpdocumentor-element-found-in">
219219
<abbr class="phpdocumentor-element-found-in__file" title="src/parser/test/EventRequestParserTest.php"><a href="files/src-parser-test-eventrequestparsertest.html"><abbr title="src/parser/test/EventRequestParserTest.php">EventRequestParserTest.php</abbr></a></abbr>
220220
:
221-
<span class="phpdocumentor-element-found-in__line">35</span>
221+
<span class="phpdocumentor-element-found-in__line">33</span>
222222

223223
</aside>
224224

@@ -766,74 +766,6 @@ <h4 class="phpdocumentor-element__name" id="property_json">
766766
]
767767
}
768768
},
769-
{
770-
&quot;type&quot;:&quot;things&quot;,
771-
&quot;mode&quot;:&quot;active&quot;,
772-
&quot;timestamp&quot;:12345678901234,
773-
&quot;source&quot;:{
774-
&quot;type&quot;:&quot;user&quot;,
775-
&quot;userId&quot;:&quot;userid&quot;
776-
},
777-
&quot;webhookEventId&quot;:&quot;testwebhookeventid&quot;,
778-
&quot;deliveryContext&quot;:{
779-
&quot;isRedelivery&quot;:false
780-
},
781-
&quot;replyToken&quot;:&quot;replytoken&quot;,
782-
&quot;things&quot;:{
783-
&quot;deviceId&quot;:&quot;t2c449c9d1&quot;,
784-
&quot;type&quot;: &quot;link&quot;
785-
}
786-
},
787-
{
788-
&quot;type&quot;:&quot;things&quot;,
789-
&quot;mode&quot;:&quot;active&quot;,
790-
&quot;timestamp&quot;:12345678901234,
791-
&quot;source&quot;:{
792-
&quot;type&quot;:&quot;user&quot;,
793-
&quot;userId&quot;:&quot;userid&quot;
794-
},
795-
&quot;webhookEventId&quot;:&quot;testwebhookeventid&quot;,
796-
&quot;deliveryContext&quot;:{
797-
&quot;isRedelivery&quot;:false
798-
},
799-
&quot;replyToken&quot;:&quot;replytoken&quot;,
800-
&quot;things&quot;:{
801-
&quot;deviceId&quot;:&quot;t2c449c9d1&quot;,
802-
&quot;type&quot;: &quot;unlink&quot;
803-
}
804-
},
805-
{
806-
&quot;type&quot;: &quot;things&quot;,
807-
&quot;mode&quot;:&quot;active&quot;,
808-
&quot;timestamp&quot;:12345678901234,
809-
&quot;source&quot;:{
810-
&quot;type&quot;:&quot;user&quot;,
811-
&quot;userId&quot;:&quot;userid&quot;
812-
},
813-
&quot;webhookEventId&quot;:&quot;testwebhookeventid&quot;,
814-
&quot;deliveryContext&quot;:{
815-
&quot;isRedelivery&quot;:false
816-
},
817-
&quot;replyToken&quot;:&quot;replytoken&quot;,
818-
&quot;things&quot;: {
819-
&quot;type&quot;: &quot;scenarioResult&quot;,
820-
&quot;deviceId&quot;: &quot;t2c449c9d1&quot;,
821-
&quot;result&quot;: {
822-
&quot;scenarioId&quot;: &quot;dummy_scenario_id&quot;,
823-
&quot;revision&quot;: 2,
824-
&quot;startTime&quot;: 1547817845950,
825-
&quot;endTime&quot;: 1547817845952,
826-
&quot;resultCode&quot;: &quot;success&quot;,
827-
&quot;bleNotificationPayload&quot;: &quot;AQ==&quot;,
828-
&quot;actionResults&quot;: [
829-
{
830-
&quot;type&quot;: &quot;binary&quot;,
831-
&quot;data&quot;: &quot;/w==&quot;
832-
}
833-
]
834-
}
835-
}
836-
},
837769
{
838770
&quot;type&quot;:&quot;message&quot;,
839771
&quot;mode&quot;:&quot;active&quot;,
@@ -1215,7 +1147,7 @@ <h4 class="phpdocumentor-element__name" id="method_testParseEventRequest">
12151147
<aside class="phpdocumentor-element-found-in">
12161148
<abbr class="phpdocumentor-element-found-in__file" title="src/parser/test/EventRequestParserTest.php"><a href="files/src-parser-test-eventrequestparsertest.html"><abbr title="src/parser/test/EventRequestParserTest.php">EventRequestParserTest.php</abbr></a></abbr>
12171149
:
1218-
<span class="phpdocumentor-element-found-in__line">1001</span>
1150+
<span class="phpdocumentor-element-found-in__line">931</span>
12191151

12201152
</aside>
12211153

@@ -1285,7 +1217,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSignature">
12851217
<aside class="phpdocumentor-element-found-in">
12861218
<abbr class="phpdocumentor-element-found-in__file" title="src/parser/test/EventRequestParserTest.php"><a href="files/src-parser-test-eventrequestparsertest.html"><abbr title="src/parser/test/EventRequestParserTest.php">EventRequestParserTest.php</abbr></a></abbr>
12871219
:
1288-
<span class="phpdocumentor-element-found-in__line">1845</span>
1220+
<span class="phpdocumentor-element-found-in__line">1718</span>
12891221

12901222
</aside>
12911223

0 commit comments

Comments
 (0)