Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrapbox: 指定したページが更新されても通知が来ないようにする #229

Draft
wants to merge 45 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
3af7d47
scrapbox: dummy commit for draft pull request
pizzacat83 Jan 15, 2020
72aec15
scrapbox: implement mute of notifications
pizzacat83 Jan 15, 2020
6b48a20
scrapbox: implement maskAttachment
pizzacat83 Jan 15, 2020
1bf5b2c
scrapbox: type return value of maskAttachment
pizzacat83 Jan 15, 2020
c7dd4dd
scrapbox: implement isMuted
pizzacat83 Jan 15, 2020
8a2141e
scrapbox: don't show images
pizzacat83 Jan 15, 2020
5ca1d05
scrapbox: [WIP] add test for mute
pizzacat83 Jan 15, 2020
b6c6f6b
bcr: [Test Not Passing] mock axios
pizzacat83 Jan 17, 2020
4b93a9a
scrapbox: fix tests
pizzacat83 Jan 19, 2020
e5a0d0e
scrapbox: fix tests
pizzacat83 Jan 19, 2020
1444120
scrapbox: update .env.sample
pizzacat83 Jan 19, 2020
3c092fd
scrapbox: use (decode|encode)URIComponent
pizzacat83 Jan 27, 2020
2528f13
scrapbox: change URL of webhook
pizzacat83 Jan 27, 2020
13895cf
scrapbox: handle errors
pizzacat83 Jan 27, 2020
5ee0278
lib/fastify: add constructor of fastify for unit test
pizzacat83 Feb 22, 2020
fbe0c7e
scrapbox: 1 API request per notification
pizzacat83 Feb 23, 2020
b8d06ef
lib/fastify: add test for fastifyDevConstructor
pizzacat83 Feb 23, 2020
9b6a7fe
lib/scrapbox: add some functions
pizzacat83 Feb 24, 2020
70e3e86
add package eslint-plugin-jest
pizzacat83 Feb 25, 2020
6457b81
Merge remote-tracking branch 'origin/master' into scrapbox-mute-some-…
pizzacat83 Feb 25, 2020
3ac7c6b
lib/scrapbox: add scrapbox wrapper class
pizzacat83 Mar 3, 2020
6943983
lib/scrapbox: add tests for Page & fix bugs
pizzacat83 Mar 3, 2020
db48f9f
lib/scrapbox: add tests for fetchScrapboxUrl
pizzacat83 Mar 3, 2020
1c9178d
lib/scrapbox: add tests for getPageUrlRegExp
pizzacat83 Mar 3, 2020
f3aab4e
scrapbox: use lib/scrapbox
pizzacat83 Mar 3, 2020
c257e5c
welcome: use lib/scrapbox
pizzacat83 Mar 3, 2020
2d5045d
scrapbox: mock lib/scrapbox in tests
pizzacat83 Mar 3, 2020
a4c5590
scrapbox: implement splitAttachments
pizzacat83 Mar 4, 2020
1244809
lib/scrapbox: cache calls of getPageUrlRegExp
pizzacat83 Mar 4, 2020
d3b9f5a
scrapbox: add helper class for tests
pizzacat83 Mar 4, 2020
c83d003
scrapbox: reimplement mute
pizzacat83 Mar 4, 2020
5f6b6ad
lib/scrapbox: fix unintended nullable
pizzacat83 Mar 4, 2020
cbc5f2f
scrapbox: fix eslintrc
pizzacat83 Mar 4, 2020
93aadce
scrapbox: lint
pizzacat83 Mar 4, 2020
8ed67dc
lib/scrapbox: getPageUrlRegExp -> pageUrlRegExp and isPageOfProject
pizzacat83 Mar 4, 2020
6e16349
scrapbox: add doc
pizzacat83 Mar 4, 2020
2cead8b
scrapbox: split files
pizzacat83 Mar 5, 2020
a20913e
Merge remote-tracking branch 'origin/master' into scrapbox-mute-some-…
pizzacat83 Mar 5, 2020
f435b6d
scrapbox/mute: add text: '' in image attachments
pizzacat83 Mar 5, 2020
2e717b0
lib/scrapbox: refactoring
pizzacat83 Mar 9, 2020
90e2ba8
scrapbox/mute: add comments
pizzacat83 Mar 9, 2020
c2977de
scrapbox: delete unnecessary mock
pizzacat83 Mar 9, 2020
17642d4
scrapbox: remove dummy data not used in test
pizzacat83 Mar 9, 2020
2c20353
scrapbox/mute: better variable name
pizzacat83 Mar 9, 2020
c3f17a0
small refactoring
pizzacat83 Mar 9, 2020
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
scrapbox: fix eslintrc
  • Loading branch information
pizzacat83 committed Mar 4, 2020
commit cbc5f2faffa465a04324ff19a75b2873338cf47d
5 changes: 1 addition & 4 deletions scrapbox/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@hakatashi",
"extends": ["plugin:jest/recommended", "@hakatashi"],
"parser": "@typescript-eslint/parser",
"env": {
"jest/globals": true
},
"plugins": [
"jest"
],
Expand Down