Skip to content

Commit

Permalink
fix failed tests, class comment, remove methods without senders
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Cram committed Aug 2, 2022
1 parent 07f17df commit 5e7c5be
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 27 deletions.
1 change: 1 addition & 0 deletions Squello-Core.package/SPBAuthenticator.class/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Checks if github token is valid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "mcr 8/2/2022 22:57",
"instvars" : [
"boardProvider",
"token",
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions Squello-Core.package/SPBGithubAPI.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"deleteLabel:fromIssue:user:repo:" : "lo 7/13/2022 19:45",
"deleteRequestToURL:withData:" : "mcr 5/28/2022 00:28",
"getRequestToURL:" : "mcr 8/2/2022 18:21",
"getRequestToURLHeaderOnly:" : "mcr 8/2/2022 18:21",
"getRequestToURLWithoutAuth:" : "mcr 8/2/2022 20:01",
"getUser:" : "jh 6/1/2022 00:11",
"getWebhookChanges:" : "jh 6/26/2022 13:22",
"listPossibleAssigneesForUser:repo:" : "mcr 5/28/2022 00:47",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
running
setUp

auth := SPBAuthenticationForm new.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
},
"instance" : {
"setUp" : "jh 6/3/2022 20:57",
"setUp" : "mcr 8/2/2022 23:01",
"tearDown" : "jh 6/3/2022 20:57",
"testActionToken" : "lo 7/13/2022 19:27",
"testActionUsername" : "lo 7/13/2022 19:22",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"commentStamp" : "",
"instvars" : [
"auth" ],
"name" : "SPBUserAuthTests",
"name" : "SPBAuthenticationFormTests",
"pools" : [
],
"super" : "TestCase",
Expand Down

This file was deleted.

0 comments on commit 5e7c5be

Please sign in to comment.