From 10edce763b1e504648dbd3efaeb094e8c3660178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 8 Oct 2018 00:17:48 +0100 Subject: [PATCH 01/31] Update Readme.md Added Commit Suggest --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 61f5f67..2dcd80c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Bnhassin GitHub Page "Hello World" +Recommendations +https://github.com/bnhassin/bnhassin.github.io/tree/99989150c0e28ab5dd6b07caa90037da5e0f5834 From 7ade7081ca53b666045d29296345beded63e11b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 8 Oct 2018 01:21:05 +0100 Subject: [PATCH 02/31] Load "Rename Recommendations to Load" --- recommendations => load | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recommendations => load (100%) diff --git a/recommendations b/load similarity index 100% rename from recommendations rename to load From 56db03c07270f63df725eee6f688c37ea8856406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 26 Nov 2018 22:06:49 +0100 Subject: [PATCH 03/31] Added Slack Notifications Pushing to the GitHub Channel Messages Enabling --- .yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yml b/.yml index 998641b..9c2739f 100644 --- a/.yml +++ b/.yml @@ -1,2 +1,4 @@ git remote add origin https://github.com/bnhassin/bnhassin.github.io.git git push -u origin master + notifications: + slack: librariesio:JOIa3Eg56FXVdYmcdNOp0gqH From 46147315ed3966aba7a109e9a24edd50999c4928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sun, 27 Jan 2019 21:35:15 +0100 Subject: [PATCH 04/31] Create ContributingMd New File ContributingMD --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ + From 6617cc404a810661e0d2bc4ad4088aecfa2d1aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Wed, 30 Jan 2019 22:12:22 +0100 Subject: [PATCH 05/31] Create Gitiles Allow Gitiles Configuration --- gitiles | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gitiles diff --git a/gitiles b/gitiles new file mode 100644 index 0000000..473f977 --- /dev/null +++ b/gitiles @@ -0,0 +1,2 @@ +[gitiles] + allowOriginRegex = http://localhost From 453814464d6ba9b1f18d1f9c26cc9c06c9a093ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Wed, 30 Jan 2019 22:21:06 +0100 Subject: [PATCH 06/31] Updates Gitiles Add new command configuration --- gitiles | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitiles b/gitiles index 473f977..911f37e 100644 --- a/gitiles +++ b/gitiles @@ -1,2 +1,4 @@ [gitiles] allowOriginRegex = http://localhost +[markdown] + allowiframe = https://google.com/ From 42faa9856e65d3df1efa0a587c78a93ff2d7869b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Wed, 13 Feb 2019 20:40:35 +0100 Subject: [PATCH 07/31] Update gitiles Pushed to the master branch new command --- gitiles | 1 + 1 file changed, 1 insertion(+) diff --git a/gitiles b/gitiles index 911f37e..b88aa86 100644 --- a/gitiles +++ b/gitiles @@ -2,3 +2,4 @@ allowOriginRegex = http://localhost [markdown] allowiframe = https://google.com/ +git push origin HEAD:refs/for/master From edc3763783b4a1b66aa688281da6ef0f04bfde73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Wed, 13 Feb 2019 21:37:09 +0100 Subject: [PATCH 08/31] Update gitiles Repos Initializing --- gitiles | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitiles b/gitiles index b88aa86..b86581c 100644 --- a/gitiles +++ b/gitiles @@ -3,3 +3,5 @@ [markdown] allowiframe = https://google.com/ git push origin HEAD:refs/for/master +git clone https://gerrit.googlesource.com/gerrit && (cd gerrit && f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f) +git clone https://gerrit.googlesource.com/gerrit From 85a9ae63d7612000becd062ff98d87d475a23321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Wed, 13 Feb 2019 21:40:29 +0100 Subject: [PATCH 09/31] Update gitiles Meta Config Pushed --- gitiles | 1 + 1 file changed, 1 insertion(+) diff --git a/gitiles b/gitiles index b86581c..fbb3f55 100644 --- a/gitiles +++ b/gitiles @@ -5,3 +5,4 @@ git push origin HEAD:refs/for/master git clone https://gerrit.googlesource.com/gerrit && (cd gerrit && f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f) git clone https://gerrit.googlesource.com/gerrit +git push origin HEAD:refs/for/refs/meta/config From a95f95e0f8076f1fdf3ab90d506d1438ef5be2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sat, 9 Mar 2019 00:50:01 +0100 Subject: [PATCH 10/31] Create Filed Add and Authorised RP --- Filed | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Filed diff --git a/Filed b/Filed new file mode 100644 index 0000000..ac0336f --- /dev/null +++ b/Filed @@ -0,0 +1,2 @@ +mkdir WORKING_DIRECTORY +cd WORKING_DIRECTORY From 0e998424d33001cd90f85b14ada58591db2eaa99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sat, 9 Mar 2019 00:56:19 +0100 Subject: [PATCH 11/31] Update gitiles Add and Authorized RP --- gitiles | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitiles b/gitiles index fbb3f55..2c41ea2 100644 --- a/gitiles +++ b/gitiles @@ -6,3 +6,5 @@ git push origin HEAD:refs/for/master git clone https://gerrit.googlesource.com/gerrit && (cd gerrit && f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f) git clone https://gerrit.googlesource.com/gerrit git push origin HEAD:refs/for/refs/meta/config +mkdir WORKING_DIRECTORY +cd WORKING_DIRECTORY From cf2c76562aad8c94daba83ff01cc9284c5c4bcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sat, 9 Mar 2019 01:06:59 +0100 Subject: [PATCH 12/31] Update Filed Add and Authorized RP --- Filed | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Filed b/Filed index ac0336f..bf266af 100644 --- a/Filed +++ b/Filed @@ -1,2 +1,10 @@ mkdir WORKING_DIRECTORY cd WORKING_DIRECTORY +[gitiles] + allowOriginRegex = http://localhost +[markdown] + allowiframe = https://google.com/ +git push origin HEAD:refs/for/master +git clone https://gerrit.googlesource.com/gerrit && (cd gerrit && f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f) +git clone https://gerrit.googlesource.com/gerrit +git push origin HEAD:refs/for/refs/meta/config From 7abaf87493e5ce2af48e69e1d3021817b1bfd659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 27 May 2019 00:03:51 +0100 Subject: [PATCH 13/31] Set up initial Added all commits master branch --- initial | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 initial diff --git a/initial b/initial new file mode 100644 index 0000000..614403b --- /dev/null +++ b/initial @@ -0,0 +1,6 @@ + +git add --all + +git commit -m "Initial commit" + +git push -u origin master From aabf8afc59efe05304feb77643751d0a6c688cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Thu, 13 Jun 2019 19:59:07 +0100 Subject: [PATCH 14/31] Create SSH-Listing Following Present Existing SSH Keys --- SSH-Listing | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 SSH-Listing diff --git a/SSH-Listing b/SSH-Listing new file mode 100644 index 0000000..5dddf0b --- /dev/null +++ b/SSH-Listing @@ -0,0 +1,2 @@ +$ ls -al ~/.ssh +# Lists the files in your .ssh directory, if they exist From 3fd6a9020a149848d66f417d2026a46cfcaa7232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Tue, 27 Aug 2019 22:28:31 +0100 Subject: [PATCH 15/31] Index.HTML Create file index --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..cb77d45 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +bnhassin.github.io/index.html From c16f1c57750022a03815af68eece3ba3e389c950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sun, 1 Sep 2019 15:25:10 +0100 Subject: [PATCH 16/31] Update Index File Setup for Index --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index cb77d45..1630336 100644 --- a/index.html +++ b/index.html @@ -1 +1,8 @@ bnhassin.github.io/index.html +Bnhassin GitHub Page + +"Hello World" + +Recommendations + +https://github.com/bnhassin/bnhassin.github.io/tree/99989150c0e28ab5dd6b07caa90037da5e0f5834 From bb812a318c34f17a8ce079283422b850b03d9800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sat, 21 Sep 2019 00:08:08 +0100 Subject: [PATCH 17/31] Update branch Latest --- master | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 master diff --git a/master b/master new file mode 100644 index 0000000..614403b --- /dev/null +++ b/master @@ -0,0 +1,6 @@ + +git add --all + +git commit -m "Initial commit" + +git push -u origin master From 07623ee9469afc701fe8d5237f620a53e0336e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 28 Oct 2019 21:07:41 +0100 Subject: [PATCH 18/31] jekyll.yml Pushed for HTML jekyll file --- .github/workflows/jekyll.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/jekyll.yml diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 0000000..cc87942 --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -0,0 +1,16 @@ +name: Jekyll site CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Build the site in the jekyll/builder container + run: | + docker run \ + -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ + jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future" From 7145a8a88faa463f6c07599dec7ad7dc6d9633c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Tue, 27 Oct 2020 13:55:29 +0100 Subject: [PATCH 19/31] Insert code Statcounter step install to website --- website/code | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 website/code diff --git a/website/code b/website/code new file mode 100644 index 0000000..43a7950 --- /dev/null +++ b/website/code @@ -0,0 +1,17 @@ + + + + +View My Stats From 534c3d91ebb17ea28abf536d678ea54bdb1db8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Tue, 27 Oct 2020 14:57:58 +0100 Subject: [PATCH 20/31] Create code Statcounter provide access code website --- website/code | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/code b/website/code index 43a7950..d818735 100644 --- a/website/code +++ b/website/code @@ -15,3 +15,5 @@ class="statcounter" src="https://c.statcounter.com/12417465/0/cfacc19e/0/" alt="Web Analytics Made Easy - StatCounter"> View My Stats + + From b34e0b7e88ef68e9f570dc028d51a3977e1b2245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Tue, 27 Oct 2020 19:15:26 +0100 Subject: [PATCH 21/31] website/code Statcounter add Manuel code website --- website/code | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/code b/website/code index d818735..642927b 100644 --- a/website/code +++ b/website/code @@ -17,3 +17,5 @@ alt="Web Analytics Made Easy - StatCounter"> View My Stats +> +[View in Slack](https://bnhassin.slack.com/archives/DAT2QF61Y/p1603807080000100) From 06d1e01013714530b874f3994377a48bec9c23ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Wed, 28 Oct 2020 22:39:19 +0100 Subject: [PATCH 22/31] Edit load Code website load filed --- load | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/load b/load index 7cfdd37..84aea16 100644 --- a/load +++ b/load @@ -1,3 +1,23 @@ + + + + +View My +Stats + + -#bnhassin.github.io -https://github.com/librariesio/libraries.io/issues/2229 From 92c152bd08c501ba86fb6fea8a494a87577b1deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Thu, 29 Oct 2020 14:53:04 +0100 Subject: [PATCH 23/31] Create Docs Add Docs folder to GitHub Page --- docs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs diff --git a/docs b/docs new file mode 100644 index 0000000..6301465 --- /dev/null +++ b/docs @@ -0,0 +1,3 @@ +$ mkdir docs +# Creates a new folder called docs +$ cd docs From 402dae96890c6c859954400b22c5ab41f013b3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Wed, 21 Apr 2021 23:32:58 +0100 Subject: [PATCH 24/31] Create events Latest Open source Github user --- . github/workflows/events | 1692 +++++++++++++++++++++++++++++++++++++ 1 file changed, 1692 insertions(+) create mode 100644 . github/workflows/events diff --git a/. github/workflows/events b/. github/workflows/events new file mode 100644 index 0000000..b7f62f3 --- /dev/null +++ b/. github/workflows/events @@ -0,0 +1,1692 @@ +[ + { + "id": "15798779782", + "type": "CommitCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/comments/49039283", + "html_url": "https://github.com/bnhassin/kuma/commit/0d385e4ddf6be188ab71149d61cade811dbddfb9#commitcomment-49039283", + "id": 49039283, + "node_id": "MDEzOkNvbW1pdENvbW1lbnQ0OTAzOTI4Mw==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "position": null, + "line": null, + "path": null, + "commit_id": "0d385e4ddf6be188ab71149d61cade811dbddfb9", + "created_at": "2021-04-02T19:25:40Z", + "updated_at": "2021-04-02T19:25:40Z", + "author_association": "OWNER", + "body": "Commit Comment in [https://github.com/bnhassin/kuma/commit/0d385e4ddf6be188ab71149d61cade811dbddfb9]" + } + }, + "public": true, + "created_at": "2021-04-02T19:25:40Z" + }, + { + "id": "15798704357", + "type": "CommitCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/comments/49038980", + "html_url": "https://github.com/bnhassin/kuma/commit/d1d3ee82dc51036f7c3f20374aabaf1c2182ca1a#commitcomment-49038980", + "id": 49038980, + "node_id": "MDEzOkNvbW1pdENvbW1lbnQ0OTAzODk4MA==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "position": null, + "line": null, + "path": null, + "commit_id": "d1d3ee82dc51036f7c3f20374aabaf1c2182ca1a", + "created_at": "2021-04-02T19:15:47Z", + "updated_at": "2021-04-02T19:15:47Z", + "author_association": "OWNER", + "body": "Commit Comment : [https://github.com/bnhassin/kuma/commit/d1d3ee82dc51036f7c3f20374aabaf1c2182ca1a]" + } + }, + "public": true, + "created_at": "2021-04-02T19:15:47Z" + }, + { + "id": "15798464246", + "type": "IssueCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "repository_url": "https://api.github.com/repos/bnhassin/kuma", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/labels{/name}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/comments", + "events_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/events", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "id": 843632332, + "node_id": "MDExOlB1bGxSZXF1ZXN0NjAyOTg3ODQ0", + "number": 23, + "title": "Bump pygments from 2.1.1 to 2.7.4 in /requirements", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "labels": [ + { + "id": 1459613221, + "node_id": "MDU6TGFiZWwxNDU5NjEzMjIx", + "url": "https://api.github.com/repos/bnhassin/kuma/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 4, + "created_at": "2021-03-29T17:54:06Z", + "updated_at": "2021-04-02T18:45:37Z", + "closed_at": null, + "author_association": "NONE", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/kuma/pulls/23", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "diff_url": "https://github.com/bnhassin/kuma/pull/23.diff", + "patch_url": "https://github.com/bnhassin/kuma/pull/23.patch" + }, + "body": "Bumps [pygments](https://github.com/pygments/pygments) from 2.1.1 to 2.7.4.\n
\nRelease notes\n

Sourced from pygments's releases.

\n
\n

2.7.4

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

2.7.3

\n\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from pygments's changelog.

\n
\n

Version 2.7.4

\n

(released January 12, 2021)

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

Version 2.7.3

\n

(released December 6, 2020)

\n\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 4d555d0 Bump version to 2.7.4.
  • \n
  • fc3b05d Update CHANGES.
  • \n
  • ad21935 Revert "Added dracula theme style (#1636)"
  • \n
  • e411506 Prepare for 2.7.4 release.
  • \n
  • 275e34d doc: remove Perl 6 ref
  • \n
  • 2e7e8c4 Fix several exponential/cubic complexity regexes found by Ben Caller/Doyensec
  • \n
  • eb39c43 xquery: fix pop from empty stack
  • \n
  • 2738778 fix coding style in test_analyzer_lexer
  • \n
  • 02e0f09 Added 'ERROR STOP' to fortran.py keywords. (#1665)
  • \n
  • c83fe48 support added for css variables (#1633)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.1.1&new-version=2.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bnhassin/kuma/network/alerts).\n\n
", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/comments/812661452", + "html_url": "https://github.com/bnhassin/kuma/pull/23#issuecomment-812661452", + "issue_url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "id": 812661452, + "node_id": "MDEyOklzc3VlQ29tbWVudDgxMjY2MTQ1Mg==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2021-04-02T18:45:37Z", + "updated_at": "2021-04-02T18:45:37Z", + "author_association": "OWNER", + "body": "> @dependabot rebase\n> \n\n[Committed](https://github.com/bnhassin/kuma/pull/23/commits/0d385e4ddf6be188ab71149d61cade811dbddfb9)", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-04-02T18:45:37Z" + }, + { + "id": "15798453483", + "type": "IssueCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "repository_url": "https://api.github.com/repos/bnhassin/kuma", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/labels{/name}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/comments", + "events_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/events", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "id": 843632332, + "node_id": "MDExOlB1bGxSZXF1ZXN0NjAyOTg3ODQ0", + "number": 23, + "title": "Bump pygments from 2.1.1 to 2.7.4 in /requirements", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "labels": [ + { + "id": 1459613221, + "node_id": "MDU6TGFiZWwxNDU5NjEzMjIx", + "url": "https://api.github.com/repos/bnhassin/kuma/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 3, + "created_at": "2021-03-29T17:54:06Z", + "updated_at": "2021-04-02T18:44:15Z", + "closed_at": null, + "author_association": "NONE", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/kuma/pulls/23", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "diff_url": "https://github.com/bnhassin/kuma/pull/23.diff", + "patch_url": "https://github.com/bnhassin/kuma/pull/23.patch" + }, + "body": "Bumps [pygments](https://github.com/pygments/pygments) from 2.1.1 to 2.7.4.\n
\nRelease notes\n

Sourced from pygments's releases.

\n
\n

2.7.4

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

2.7.3

\n\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from pygments's changelog.

\n
\n

Version 2.7.4

\n

(released January 12, 2021)

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

Version 2.7.3

\n

(released December 6, 2020)

\n\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 4d555d0 Bump version to 2.7.4.
  • \n
  • fc3b05d Update CHANGES.
  • \n
  • ad21935 Revert "Added dracula theme style (#1636)"
  • \n
  • e411506 Prepare for 2.7.4 release.
  • \n
  • 275e34d doc: remove Perl 6 ref
  • \n
  • 2e7e8c4 Fix several exponential/cubic complexity regexes found by Ben Caller/Doyensec
  • \n
  • eb39c43 xquery: fix pop from empty stack
  • \n
  • 2738778 fix coding style in test_analyzer_lexer
  • \n
  • 02e0f09 Added 'ERROR STOP' to fortran.py keywords. (#1665)
  • \n
  • c83fe48 support added for css variables (#1633)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.1.1&new-version=2.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bnhassin/kuma/network/alerts).\n\n
", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/comments/812660981", + "html_url": "https://github.com/bnhassin/kuma/pull/23#issuecomment-812660981", + "issue_url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "id": 812660981, + "node_id": "MDEyOklzc3VlQ29tbWVudDgxMjY2MDk4MQ==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2021-04-02T18:44:15Z", + "updated_at": "2021-04-02T18:44:15Z", + "author_association": "OWNER", + "body": "@dependabot rebase\n", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-04-02T18:44:15Z" + }, + { + "id": "15798268809", + "type": "IssueCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "repository_url": "https://api.github.com/repos/bnhassin/kuma", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/labels{/name}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/comments", + "events_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/events", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "id": 843632332, + "node_id": "MDExOlB1bGxSZXF1ZXN0NjAyOTg3ODQ0", + "number": 23, + "title": "Bump pygments from 2.1.1 to 2.7.4 in /requirements", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "labels": [ + { + "id": 1459613221, + "node_id": "MDU6TGFiZWwxNDU5NjEzMjIx", + "url": "https://api.github.com/repos/bnhassin/kuma/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 1, + "created_at": "2021-03-29T17:54:06Z", + "updated_at": "2021-04-02T18:21:39Z", + "closed_at": null, + "author_association": "NONE", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/kuma/pulls/23", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "diff_url": "https://github.com/bnhassin/kuma/pull/23.diff", + "patch_url": "https://github.com/bnhassin/kuma/pull/23.patch" + }, + "body": "Bumps [pygments](https://github.com/pygments/pygments) from 2.1.1 to 2.7.4.\n
\nRelease notes\n

Sourced from pygments's releases.

\n
\n

2.7.4

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

2.7.3

\n\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from pygments's changelog.

\n
\n

Version 2.7.4

\n

(released January 12, 2021)

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

Version 2.7.3

\n

(released December 6, 2020)

\n\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 4d555d0 Bump version to 2.7.4.
  • \n
  • fc3b05d Update CHANGES.
  • \n
  • ad21935 Revert "Added dracula theme style (#1636)"
  • \n
  • e411506 Prepare for 2.7.4 release.
  • \n
  • 275e34d doc: remove Perl 6 ref
  • \n
  • 2e7e8c4 Fix several exponential/cubic complexity regexes found by Ben Caller/Doyensec
  • \n
  • eb39c43 xquery: fix pop from empty stack
  • \n
  • 2738778 fix coding style in test_analyzer_lexer
  • \n
  • 02e0f09 Added 'ERROR STOP' to fortran.py keywords. (#1665)
  • \n
  • c83fe48 support added for css variables (#1633)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.1.1&new-version=2.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bnhassin/kuma/network/alerts).\n\n
", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/comments/812652075", + "html_url": "https://github.com/bnhassin/kuma/pull/23#issuecomment-812652075", + "issue_url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "id": 812652075, + "node_id": "MDEyOklzc3VlQ29tbWVudDgxMjY1MjA3NQ==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2021-04-02T18:21:39Z", + "updated_at": "2021-04-02T18:21:39Z", + "author_association": "OWNER", + "body": "> sudo: required\n> branches:\n> only:\n> - master\n> cache: pip\n> language: python\n> python:\n> - \"2.7\"\n> services:\n> - docker\n> - memcached\n> env:\n> matrix:\n> - TOXENV=py27\n> - TOXENV=flake8\n> - TOXENV=docs\n> - TOXENV=locales DOCKER_COMPOSE_VERSION=1.9.0\n> - TOXENV=docker DOCKER_COMPOSE_VERSION=1.9.0 UID=0\n> global:\n> - DJANGO_SETTINGS_MODULE=kuma.settings.travis\n> - DEBIAN_FRONTEND=noninteractive\n> - DATABASE_URL=mysql://root:kuma@localhost:3306/kuma\n> - CFLAGS=-O0\n> matrix:\n> allow_failures:\n> - env: TOXENV=locales DOCKER_COMPOSE_VERSION=1.9.0\n> before_install:\n> - scripts/travis-install\n> - pip install -U pip\n> install:\n> - pip install -r requirements/travis.txt\n> - if [[ $TOXENV == 'py27' ]]; then ansible-playbook -vvv --tags=mysql,pipeline --connection=local --inventory-file=provisioning/inventory provisioning/travis.yml; fi\n> - nvm install 6\n> - nvm use 6\n> script: tox -v\n> after_failure:\n> - dmesg | tail\n> after_success:\n> - codecov\n> notifications:\n> irc:\n> channels:\n> - \"irc.mozilla.org#mdndev\"\n> on_success: always\n> on_failure: always\n> use_notice: true\n> \n\n[Comment](https://github.com/bnhassin/kuma/pull/23#issuecomment-812647997)", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-04-02T18:21:39Z" + }, + { + "id": "15798190925", + "type": "IssueCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "repository_url": "https://api.github.com/repos/bnhassin/kuma", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/labels{/name}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/comments", + "events_url": "https://api.github.com/repos/bnhassin/kuma/issues/23/events", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "id": 843632332, + "node_id": "MDExOlB1bGxSZXF1ZXN0NjAyOTg3ODQ0", + "number": 23, + "title": "Bump pygments from 2.1.1 to 2.7.4 in /requirements", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "labels": [ + { + "id": 1459613221, + "node_id": "MDU6TGFiZWwxNDU5NjEzMjIx", + "url": "https://api.github.com/repos/bnhassin/kuma/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-03-29T17:54:06Z", + "updated_at": "2021-04-02T18:12:24Z", + "closed_at": null, + "author_association": "NONE", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/kuma/pulls/23", + "html_url": "https://github.com/bnhassin/kuma/pull/23", + "diff_url": "https://github.com/bnhassin/kuma/pull/23.diff", + "patch_url": "https://github.com/bnhassin/kuma/pull/23.patch" + }, + "body": "Bumps [pygments](https://github.com/pygments/pygments) from 2.1.1 to 2.7.4.\n
\nRelease notes\n

Sourced from pygments's releases.

\n
\n

2.7.4

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

2.7.3

\n\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from pygments's changelog.

\n
\n

Version 2.7.4

\n

(released January 12, 2021)

\n
    \n
  • \n

    Updated lexers:

    \n
      \n
    • \n

      Apache configurations: Improve handling of malformed tags (#1656)

      \n
    • \n
    • \n

      CSS: Add support for variables (#1633, #1666)

      \n
    • \n
    • \n

      Crystal (#1650, #1670)

      \n
    • \n
    • \n

      Coq (#1648)

      \n
    • \n
    • \n

      Fortran: Add missing keywords (#1635, #1665)

      \n
    • \n
    • \n

      Ini (#1624)

      \n
    • \n
    • \n

      JavaScript and variants (#1647 -- missing regex flags, #1651)

      \n
    • \n
    • \n

      Markdown (#1623, #1617)

      \n
    • \n
    • \n

      Shell

      \n
        \n
      • Lex trailing whitespace as part of the prompt (#1645)
      • \n
      • Add missing in keyword (#1652)
      • \n
      \n
    • \n
    • \n

      SQL - Fix keywords (#1668)

      \n
    • \n
    • \n

      Typescript: Fix incorrect punctuation handling (#1510, #1511)

      \n
    • \n
    \n
  • \n
  • \n

    Fix infinite loop in SML lexer (#1625)

    \n
  • \n
  • \n

    Fix backtracking string regexes in JavaScript/TypeScript, Modula2\nand many other lexers (#1637)

    \n
  • \n
  • \n

    Limit recursion with nesting Ruby heredocs (#1638)

    \n
  • \n
  • \n

    Fix a few inefficient regexes for guessing lexers

    \n
  • \n
  • \n

    Fix the raw token lexer handling of Unicode (#1616)

    \n
  • \n
  • \n

    Revert a private API change in the HTML formatter (#1655) --\nplease note that private APIs remain subject to change!

    \n
  • \n
  • \n

    Fix several exponential/cubic-complexity regexes found by\nBen Caller/Doyensec (#1675)

    \n
  • \n
  • \n

    Fix incorrect MATLAB example (#1582)

    \n
  • \n
\n

Thanks to Google's OSS-Fuzz project for finding many of these bugs.

\n

Version 2.7.3

\n

(released December 6, 2020)

\n\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 4d555d0 Bump version to 2.7.4.
  • \n
  • fc3b05d Update CHANGES.
  • \n
  • ad21935 Revert "Added dracula theme style (#1636)"
  • \n
  • e411506 Prepare for 2.7.4 release.
  • \n
  • 275e34d doc: remove Perl 6 ref
  • \n
  • 2e7e8c4 Fix several exponential/cubic complexity regexes found by Ben Caller/Doyensec
  • \n
  • eb39c43 xquery: fix pop from empty stack
  • \n
  • 2738778 fix coding style in test_analyzer_lexer
  • \n
  • 02e0f09 Added 'ERROR STOP' to fortran.py keywords. (#1665)
  • \n
  • c83fe48 support added for css variables (#1633)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.1.1&new-version=2.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bnhassin/kuma/network/alerts).\n\n
", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/comments/812647997", + "html_url": "https://github.com/bnhassin/kuma/pull/23#issuecomment-812647997", + "issue_url": "https://api.github.com/repos/bnhassin/kuma/issues/23", + "id": 812647997, + "node_id": "MDEyOklzc3VlQ29tbWVudDgxMjY0Nzk5Nw==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2021-04-02T18:12:24Z", + "updated_at": "2021-04-02T18:12:24Z", + "author_association": "OWNER", + "body": "sudo: required\nbranches:\n only:\n - master\ncache: pip\nlanguage: python\npython:\n - \"2.7\"\nservices:\n - docker\n - memcached\nenv:\n matrix:\n - TOXENV=py27\n - TOXENV=flake8\n - TOXENV=docs\n - TOXENV=locales DOCKER_COMPOSE_VERSION=1.9.0\n - TOXENV=docker DOCKER_COMPOSE_VERSION=1.9.0 UID=0\n global:\n - DJANGO_SETTINGS_MODULE=kuma.settings.travis\n - DEBIAN_FRONTEND=noninteractive\n - DATABASE_URL=mysql://root:kuma@localhost:3306/kuma\n - CFLAGS=-O0\nmatrix:\n allow_failures:\n - env: TOXENV=locales DOCKER_COMPOSE_VERSION=1.9.0\nbefore_install:\n - scripts/travis-install\n - pip install -U pip\ninstall:\n - pip install -r requirements/travis.txt\n - if [[ $TOXENV == 'py27' ]]; then ansible-playbook -vvv --tags=mysql,pipeline --connection=local --inventory-file=provisioning/inventory provisioning/travis.yml; fi\n - nvm install 6\n - nvm use 6\nscript: tox -v\nafter_failure:\n - dmesg | tail\nafter_success:\n - codecov\nnotifications:\n irc:\n channels:\n - \"irc.mozilla.org#mdndev\"\n on_success: always\n on_failure: always\n use_notice: true\n", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-04-02T18:12:24Z" + }, + { + "id": "15121470343", + "type": "IssueCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/18", + "repository_url": "https://api.github.com/repos/bnhassin/kuma", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/issues/18/labels{/name}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/issues/18/comments", + "events_url": "https://api.github.com/repos/bnhassin/kuma/issues/18/events", + "html_url": "https://github.com/bnhassin/kuma/pull/18", + "id": 803914721, + "node_id": "MDExOlB1bGxSZXF1ZXN0NTY5NzY2MzQ2", + "number": 18, + "title": "Bump httplib2 from 0.9.2 to 0.19.0 in /requirements", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "labels": [ + { + "id": 1459613221, + "node_id": "MDU6TGFiZWwxNDU5NjEzMjIx", + "url": "https://api.github.com/repos/bnhassin/kuma/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 3, + "created_at": "2021-02-08T20:25:07Z", + "updated_at": "2021-02-09T13:55:20Z", + "closed_at": null, + "author_association": "NONE", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/kuma/pulls/18", + "html_url": "https://github.com/bnhassin/kuma/pull/18", + "diff_url": "https://github.com/bnhassin/kuma/pull/18.diff", + "patch_url": "https://github.com/bnhassin/kuma/pull/18.patch" + }, + "body": "Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.9.2 to 0.19.0.\n
\nChangelog\n

Sourced from httplib2's changelog.

\n
\n

0.19.0

\n

auth: parse headers using pyparsing instead of regexp\nhttplib2/httplib2#182

\n

auth: WSSE token needs to be string not bytes\nhttplib2/httplib2#179

\n

0.18.1

\n

explicit build-backend workaround for pip build isolation bug\n"AttributeError: 'module' object has no attribute 'legacy'" on pip install\nhttplib2/httplib2#169

\n

0.18.0

\n

IMPORTANT security vulnerability CWE-93 CRLF injection\nForce %xx quote of space, CR, LF characters in uri.\nSpecial thanks to Recar https://github.com/Ciyfly for discrete notification.\nhttps://cwe.mitre.org/data/definitions/93.html

\n

0.17.4

\n

Ship test suite in source dist\nhttplib2/httplib2#168

\n

0.17.3

\n

IronPython2.7: relative import iri2uri fixes ImportError\nhttplib2/httplib2#163

\n

0.17.2

\n

python3 + debug + IPv6 disabled: https raised\n"IndexError: Replacement index 1 out of range for positional args tuple"\nhttplib2/httplib2#161

\n

0.17.1

\n

python3: no_proxy was not checked with https\nhttplib2/httplib2#160

\n

0.17.0

\n

feature: Http().redirect_codes set, works after follow(_all)_redirects check\nThis allows one line workaround for old gcloud library that uses 308\nresponse without redirect semantics.\nhttplib2/httplib2#156

\n

0.16.0

\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 81e80d0 v0.19.0 release
  • \n
  • c3aed1e fix release script, interactive part
  • \n
  • bd9ee25 parse auth headers using pyparsing instead of regexp
  • \n
  • 33090ab initial fuzz testing integration with OSS-Fuzz
  • \n
  • 595e248 auth: WSSE token needs to be string not bytes
  • \n
  • 9bf300c v0.18.1 release
  • \n
  • cb2940a explicit build-backend workaround pip build isolation bug 6264
  • \n
  • 94f48ef check-manifest build tool
  • \n
  • 828c26d Security Policy
  • \n
  • 8373177 v0.18.0 release
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=httplib2&package-manager=pip&previous-version=0.9.2&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bnhassin/kuma/network/alerts).\n\n
", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/comments/775954555", + "html_url": "https://github.com/bnhassin/kuma/pull/18#issuecomment-775954555", + "issue_url": "https://api.github.com/repos/bnhassin/kuma/issues/18", + "id": 775954555, + "node_id": "MDEyOklzc3VlQ29tbWVudDc3NTk1NDU1NQ==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2021-02-09T13:55:20Z", + "updated_at": "2021-02-09T13:55:20Z", + "author_association": "OWNER", + "body": "@dependabot recreate", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-02-09T13:55:21Z" + }, + { + "id": "15121351269", + "type": "PullRequestReviewEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "action": "created", + "review": { + "id": 586559064, + "node_id": "MDE3OlB1bGxSZXF1ZXN0UmV2aWV3NTg2NTU5MDY0", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "body": "Reviewed", + "commit_id": "463110fedd37552c2d06e64afa6c5f0f992bdbe6", + "submitted_at": "2021-02-09T13:46:49Z", + "state": "commented", + "html_url": "https://github.com/bnhassin/kuma/pull/18#pullrequestreview-586559064", + "pull_request_url": "https://api.github.com/repos/bnhassin/kuma/pulls/18", + "author_association": "OWNER", + "_links": { + "html": { + "href": "https://github.com/bnhassin/kuma/pull/18#pullrequestreview-586559064" + }, + "pull_request": { + "href": "https://api.github.com/repos/bnhassin/kuma/pulls/18" + } + } + }, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/kuma/pulls/18", + "id": 569766346, + "node_id": "MDExOlB1bGxSZXF1ZXN0NTY5NzY2MzQ2", + "html_url": "https://github.com/bnhassin/kuma/pull/18", + "diff_url": "https://github.com/bnhassin/kuma/pull/18.diff", + "patch_url": "https://github.com/bnhassin/kuma/pull/18.patch", + "issue_url": "https://api.github.com/repos/bnhassin/kuma/issues/18", + "number": 18, + "state": "open", + "locked": false, + "title": "Bump httplib2 from 0.9.2 to 0.19.0 in /requirements", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "body": "Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.9.2 to 0.19.0.\n
\nChangelog\n

Sourced from httplib2's changelog.

\n
\n

0.19.0

\n

auth: parse headers using pyparsing instead of regexp\nhttplib2/httplib2#182

\n

auth: WSSE token needs to be string not bytes\nhttplib2/httplib2#179

\n

0.18.1

\n

explicit build-backend workaround for pip build isolation bug\n"AttributeError: 'module' object has no attribute 'legacy'" on pip install\nhttplib2/httplib2#169

\n

0.18.0

\n

IMPORTANT security vulnerability CWE-93 CRLF injection\nForce %xx quote of space, CR, LF characters in uri.\nSpecial thanks to Recar https://github.com/Ciyfly for discrete notification.\nhttps://cwe.mitre.org/data/definitions/93.html

\n

0.17.4

\n

Ship test suite in source dist\nhttplib2/httplib2#168

\n

0.17.3

\n

IronPython2.7: relative import iri2uri fixes ImportError\nhttplib2/httplib2#163

\n

0.17.2

\n

python3 + debug + IPv6 disabled: https raised\n"IndexError: Replacement index 1 out of range for positional args tuple"\nhttplib2/httplib2#161

\n

0.17.1

\n

python3: no_proxy was not checked with https\nhttplib2/httplib2#160

\n

0.17.0

\n

feature: Http().redirect_codes set, works after follow(_all)_redirects check\nThis allows one line workaround for old gcloud library that uses 308\nresponse without redirect semantics.\nhttplib2/httplib2#156

\n

0.16.0

\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 81e80d0 v0.19.0 release
  • \n
  • c3aed1e fix release script, interactive part
  • \n
  • bd9ee25 parse auth headers using pyparsing instead of regexp
  • \n
  • 33090ab initial fuzz testing integration with OSS-Fuzz
  • \n
  • 595e248 auth: WSSE token needs to be string not bytes
  • \n
  • 9bf300c v0.18.1 release
  • \n
  • cb2940a explicit build-backend workaround pip build isolation bug 6264
  • \n
  • 94f48ef check-manifest build tool
  • \n
  • 828c26d Security Policy
  • \n
  • 8373177 v0.18.0 release
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=httplib2&package-manager=pip&previous-version=0.9.2&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bnhassin/kuma/network/alerts).\n\n
", + "created_at": "2021-02-08T20:25:07Z", + "updated_at": "2021-02-09T13:46:49Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "6b55400e2a77d604309c7e2a8f2803e586d126b4", + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + { + "id": 1459613221, + "node_id": "MDU6TGFiZWwxNDU5NjEzMjIx", + "url": "https://api.github.com/repos/bnhassin/kuma/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + } + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/bnhassin/kuma/pulls/18/commits", + "review_comments_url": "https://api.github.com/repos/bnhassin/kuma/pulls/18/comments", + "review_comment_url": "https://api.github.com/repos/bnhassin/kuma/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/issues/18/comments", + "statuses_url": "https://api.github.com/repos/bnhassin/kuma/statuses/463110fedd37552c2d06e64afa6c5f0f992bdbe6", + "head": { + "label": "bnhassin:dependabot/pip/requirements/httplib2-0.19.0", + "ref": "dependabot/pip/requirements/httplib2-0.19.0", + "sha": "463110fedd37552c2d06e64afa6c5f0f992bdbe6", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 83500929, + "node_id": "MDEwOlJlcG9zaXRvcnk4MzUwMDkyOQ==", + "name": "kuma", + "full_name": "bnhassin/kuma", + "private": false, + "owner": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/bnhassin/kuma", + "description": "bnhassin/kuma - Libraries. io", + "fork": true, + "url": "https://api.github.com/repos/bnhassin/kuma", + "forks_url": "https://api.github.com/repos/bnhassin/kuma/forks", + "keys_url": "https://api.github.com/repos/bnhassin/kuma/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bnhassin/kuma/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bnhassin/kuma/teams", + "hooks_url": "https://api.github.com/repos/bnhassin/kuma/hooks", + "issue_events_url": "https://api.github.com/repos/bnhassin/kuma/issues/events{/number}", + "events_url": "https://api.github.com/repos/bnhassin/kuma/events", + "assignees_url": "https://api.github.com/repos/bnhassin/kuma/assignees{/user}", + "branches_url": "https://api.github.com/repos/bnhassin/kuma/branches{/branch}", + "tags_url": "https://api.github.com/repos/bnhassin/kuma/tags", + "blobs_url": "https://api.github.com/repos/bnhassin/kuma/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bnhassin/kuma/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bnhassin/kuma/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bnhassin/kuma/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bnhassin/kuma/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bnhassin/kuma/languages", + "stargazers_url": "https://api.github.com/repos/bnhassin/kuma/stargazers", + "contributors_url": "https://api.github.com/repos/bnhassin/kuma/contributors", + "subscribers_url": "https://api.github.com/repos/bnhassin/kuma/subscribers", + "subscription_url": "https://api.github.com/repos/bnhassin/kuma/subscription", + "commits_url": "https://api.github.com/repos/bnhassin/kuma/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bnhassin/kuma/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bnhassin/kuma/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bnhassin/kuma/contents/{+path}", + "compare_url": "https://api.github.com/repos/bnhassin/kuma/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bnhassin/kuma/merges", + "archive_url": "https://api.github.com/repos/bnhassin/kuma/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bnhassin/kuma/downloads", + "issues_url": "https://api.github.com/repos/bnhassin/kuma/issues{/number}", + "pulls_url": "https://api.github.com/repos/bnhassin/kuma/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bnhassin/kuma/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bnhassin/kuma/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/labels{/name}", + "releases_url": "https://api.github.com/repos/bnhassin/kuma/releases{/id}", + "deployments_url": "https://api.github.com/repos/bnhassin/kuma/deployments", + "created_at": "2017-03-01T02:12:59Z", + "updated_at": "2019-10-20T11:47:55Z", + "pushed_at": "2021-02-08T20:25:10Z", + "git_url": "git://github.com/bnhassin/kuma.git", + "ssh_url": "git@github.com:bnhassin/kuma.git", + "clone_url": "https://github.com/bnhassin/kuma.git", + "svn_url": "https://github.com/bnhassin/kuma", + "homepage": "https://libraries.io/github/bnhassin/kuma", + "size": 182364, + "stargazers_count": 1, + "watchers_count": 1, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 12, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 0, + "open_issues": 12, + "watchers": 1, + "default_branch": "master" + } + }, + "base": { + "label": "bnhassin:master", + "ref": "master", + "sha": "c3d4548f84404fd3b6fff4b6fd7a00ed8b47fe6a", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 83500929, + "node_id": "MDEwOlJlcG9zaXRvcnk4MzUwMDkyOQ==", + "name": "kuma", + "full_name": "bnhassin/kuma", + "private": false, + "owner": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/bnhassin/kuma", + "description": "bnhassin/kuma - Libraries. io", + "fork": true, + "url": "https://api.github.com/repos/bnhassin/kuma", + "forks_url": "https://api.github.com/repos/bnhassin/kuma/forks", + "keys_url": "https://api.github.com/repos/bnhassin/kuma/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bnhassin/kuma/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bnhassin/kuma/teams", + "hooks_url": "https://api.github.com/repos/bnhassin/kuma/hooks", + "issue_events_url": "https://api.github.com/repos/bnhassin/kuma/issues/events{/number}", + "events_url": "https://api.github.com/repos/bnhassin/kuma/events", + "assignees_url": "https://api.github.com/repos/bnhassin/kuma/assignees{/user}", + "branches_url": "https://api.github.com/repos/bnhassin/kuma/branches{/branch}", + "tags_url": "https://api.github.com/repos/bnhassin/kuma/tags", + "blobs_url": "https://api.github.com/repos/bnhassin/kuma/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bnhassin/kuma/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bnhassin/kuma/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bnhassin/kuma/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bnhassin/kuma/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bnhassin/kuma/languages", + "stargazers_url": "https://api.github.com/repos/bnhassin/kuma/stargazers", + "contributors_url": "https://api.github.com/repos/bnhassin/kuma/contributors", + "subscribers_url": "https://api.github.com/repos/bnhassin/kuma/subscribers", + "subscription_url": "https://api.github.com/repos/bnhassin/kuma/subscription", + "commits_url": "https://api.github.com/repos/bnhassin/kuma/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bnhassin/kuma/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bnhassin/kuma/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bnhassin/kuma/contents/{+path}", + "compare_url": "https://api.github.com/repos/bnhassin/kuma/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bnhassin/kuma/merges", + "archive_url": "https://api.github.com/repos/bnhassin/kuma/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bnhassin/kuma/downloads", + "issues_url": "https://api.github.com/repos/bnhassin/kuma/issues{/number}", + "pulls_url": "https://api.github.com/repos/bnhassin/kuma/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bnhassin/kuma/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bnhassin/kuma/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/labels{/name}", + "releases_url": "https://api.github.com/repos/bnhassin/kuma/releases{/id}", + "deployments_url": "https://api.github.com/repos/bnhassin/kuma/deployments", + "created_at": "2017-03-01T02:12:59Z", + "updated_at": "2019-10-20T11:47:55Z", + "pushed_at": "2021-02-08T20:25:10Z", + "git_url": "git://github.com/bnhassin/kuma.git", + "ssh_url": "git@github.com:bnhassin/kuma.git", + "clone_url": "https://github.com/bnhassin/kuma.git", + "svn_url": "https://github.com/bnhassin/kuma", + "homepage": "https://libraries.io/github/bnhassin/kuma", + "size": 182364, + "stargazers_count": 1, + "watchers_count": 1, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 12, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 0, + "open_issues": 12, + "watchers": 1, + "default_branch": "master" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/bnhassin/kuma/pulls/18" + }, + "html": { + "href": "https://github.com/bnhassin/kuma/pull/18" + }, + "issue": { + "href": "https://api.github.com/repos/bnhassin/kuma/issues/18" + }, + "comments": { + "href": "https://api.github.com/repos/bnhassin/kuma/issues/18/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/bnhassin/kuma/pulls/18/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/bnhassin/kuma/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/bnhassin/kuma/pulls/18/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/bnhassin/kuma/statuses/463110fedd37552c2d06e64afa6c5f0f992bdbe6" + } + }, + "author_association": "NONE", + "auto_merge": null, + "active_lock_reason": null + } + }, + "public": true, + "created_at": "2021-02-09T13:46:50Z" + }, + { + "id": "15121310446", + "type": "IssueCommentEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 83500929, + "name": "bnhassin/kuma", + "url": "https://api.github.com/repos/bnhassin/kuma" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/18", + "repository_url": "https://api.github.com/repos/bnhassin/kuma", + "labels_url": "https://api.github.com/repos/bnhassin/kuma/issues/18/labels{/name}", + "comments_url": "https://api.github.com/repos/bnhassin/kuma/issues/18/comments", + "events_url": "https://api.github.com/repos/bnhassin/kuma/issues/18/events", + "html_url": "https://github.com/bnhassin/kuma/pull/18", + "id": 803914721, + "node_id": "MDExOlB1bGxSZXF1ZXN0NTY5NzY2MzQ2", + "number": 18, + "title": "Bump httplib2 from 0.9.2 to 0.19.0 in /requirements", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "labels": [ + { + "id": 1459613221, + "node_id": "MDU6TGFiZWwxNDU5NjEzMjIx", + "url": "https://api.github.com/repos/bnhassin/kuma/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-02-08T20:25:07Z", + "updated_at": "2021-02-09T13:43:50Z", + "closed_at": null, + "author_association": "NONE", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/kuma/pulls/18", + "html_url": "https://github.com/bnhassin/kuma/pull/18", + "diff_url": "https://github.com/bnhassin/kuma/pull/18.diff", + "patch_url": "https://github.com/bnhassin/kuma/pull/18.patch" + }, + "body": "Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.9.2 to 0.19.0.\n
\nChangelog\n

Sourced from httplib2's changelog.

\n
\n

0.19.0

\n

auth: parse headers using pyparsing instead of regexp\nhttplib2/httplib2#182

\n

auth: WSSE token needs to be string not bytes\nhttplib2/httplib2#179

\n

0.18.1

\n

explicit build-backend workaround for pip build isolation bug\n"AttributeError: 'module' object has no attribute 'legacy'" on pip install\nhttplib2/httplib2#169

\n

0.18.0

\n

IMPORTANT security vulnerability CWE-93 CRLF injection\nForce %xx quote of space, CR, LF characters in uri.\nSpecial thanks to Recar https://github.com/Ciyfly for discrete notification.\nhttps://cwe.mitre.org/data/definitions/93.html

\n

0.17.4

\n

Ship test suite in source dist\nhttplib2/httplib2#168

\n

0.17.3

\n

IronPython2.7: relative import iri2uri fixes ImportError\nhttplib2/httplib2#163

\n

0.17.2

\n

python3 + debug + IPv6 disabled: https raised\n"IndexError: Replacement index 1 out of range for positional args tuple"\nhttplib2/httplib2#161

\n

0.17.1

\n

python3: no_proxy was not checked with https\nhttplib2/httplib2#160

\n

0.17.0

\n

feature: Http().redirect_codes set, works after follow(_all)_redirects check\nThis allows one line workaround for old gcloud library that uses 308\nresponse without redirect semantics.\nhttplib2/httplib2#156

\n

0.16.0

\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 81e80d0 v0.19.0 release
  • \n
  • c3aed1e fix release script, interactive part
  • \n
  • bd9ee25 parse auth headers using pyparsing instead of regexp
  • \n
  • 33090ab initial fuzz testing integration with OSS-Fuzz
  • \n
  • 595e248 auth: WSSE token needs to be string not bytes
  • \n
  • 9bf300c v0.18.1 release
  • \n
  • cb2940a explicit build-backend workaround pip build isolation bug 6264
  • \n
  • 94f48ef check-manifest build tool
  • \n
  • 828c26d Security Policy
  • \n
  • 8373177 v0.18.0 release
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=httplib2&package-manager=pip&previous-version=0.9.2&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bnhassin/kuma/network/alerts).\n\n
", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/bnhassin/kuma/issues/comments/775946055", + "html_url": "https://github.com/bnhassin/kuma/pull/18#issuecomment-775946055", + "issue_url": "https://api.github.com/repos/bnhassin/kuma/issues/18", + "id": 775946055, + "node_id": "MDEyOklzc3VlQ29tbWVudDc3NTk0NjA1NQ==", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2021-02-09T13:43:50Z", + "updated_at": "2021-02-09T13:43:50Z", + "author_association": "OWNER", + "body": "@dependabot rebase", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-02-09T13:43:51Z" + }, + { + "id": "15095609440", + "type": "PullRequestReviewEvent", + "actor": { + "id": 1473765, + "login": "bnhassin", + "display_login": "bnhassin", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?" + }, + "repo": { + "id": 229335720, + "name": "bnhassin/github-slideshow", + "url": "https://api.github.com/repos/bnhassin/github-slideshow" + }, + "payload": { + "action": "created", + "review": { + "id": 585005714, + "node_id": "MDE3OlB1bGxSZXF1ZXN0UmV2aWV3NTg1MDA1NzE0", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "body": "Marked as reviewed by @bnhassin ", + "commit_id": "cbb3e549f0be20b9e8501bb857bf44f9019f1493", + "submitted_at": "2021-02-07T11:49:44Z", + "state": "commented", + "html_url": "https://github.com/bnhassin/github-slideshow/pull/3#pullrequestreview-585005714", + "pull_request_url": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3", + "author_association": "OWNER", + "_links": { + "html": { + "href": "https://github.com/bnhassin/github-slideshow/pull/3#pullrequestreview-585005714" + }, + "pull_request": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3" + } + } + }, + "pull_request": { + "url": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3", + "id": 355930715, + "node_id": "MDExOlB1bGxSZXF1ZXN0MzU1OTMwNzE1", + "html_url": "https://github.com/bnhassin/github-slideshow/pull/3", + "diff_url": "https://github.com/bnhassin/github-slideshow/pull/3.diff", + "patch_url": "https://github.com/bnhassin/github-slideshow/pull/3.patch", + "issue_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues/3", + "number": 3, + "state": "open", + "locked": false, + "title": "Create PR", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "body": "GitHub Learning Steps to Reproducing add #1, #2 , #3", + "created_at": "2019-12-20T22:44:19Z", + "updated_at": "2021-02-07T11:49:44Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "7fcbb625b6ed961da9a44b0031c2d3e68121509f", + "assignee": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "assignees": [ + { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + } + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + { + "id": 1872470220, + "node_id": "MDU6TGFiZWwxODcyNDcwMjIw", + "url": "https://api.github.com/repos/bnhassin/github-slideshow/labels/dependencies", + "name": "dependencies", + "color": "0366d6", + "default": false, + "description": "Pull requests that update a dependency file" + }, + { + "id": 1745955424, + "node_id": "MDU6TGFiZWwxNzQ1OTU1NDI0", + "url": "https://api.github.com/repos/bnhassin/github-slideshow/labels/documentation", + "name": "documentation", + "color": "0075ca", + "default": true, + "description": "Improvements or additions to documentation" + }, + { + "id": 1745955427, + "node_id": "MDU6TGFiZWwxNzQ1OTU1NDI3", + "url": "https://api.github.com/repos/bnhassin/github-slideshow/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3/commits", + "review_comments_url": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3/comments", + "review_comment_url": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues/3/comments", + "statuses_url": "https://api.github.com/repos/bnhassin/github-slideshow/statuses/cbb3e549f0be20b9e8501bb857bf44f9019f1493", + "head": { + "label": "bnhassin:feature", + "ref": "feature", + "sha": "cbb3e549f0be20b9e8501bb857bf44f9019f1493", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 229335720, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjkzMzU3MjA=", + "name": "github-slideshow", + "full_name": "bnhassin/github-slideshow", + "private": false, + "owner": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/bnhassin/github-slideshow", + "description": "A robot powered training repository :robot:", + "fork": false, + "url": "https://api.github.com/repos/bnhassin/github-slideshow", + "forks_url": "https://api.github.com/repos/bnhassin/github-slideshow/forks", + "keys_url": "https://api.github.com/repos/bnhassin/github-slideshow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bnhassin/github-slideshow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bnhassin/github-slideshow/teams", + "hooks_url": "https://api.github.com/repos/bnhassin/github-slideshow/hooks", + "issue_events_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues/events{/number}", + "events_url": "https://api.github.com/repos/bnhassin/github-slideshow/events", + "assignees_url": "https://api.github.com/repos/bnhassin/github-slideshow/assignees{/user}", + "branches_url": "https://api.github.com/repos/bnhassin/github-slideshow/branches{/branch}", + "tags_url": "https://api.github.com/repos/bnhassin/github-slideshow/tags", + "blobs_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bnhassin/github-slideshow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bnhassin/github-slideshow/languages", + "stargazers_url": "https://api.github.com/repos/bnhassin/github-slideshow/stargazers", + "contributors_url": "https://api.github.com/repos/bnhassin/github-slideshow/contributors", + "subscribers_url": "https://api.github.com/repos/bnhassin/github-slideshow/subscribers", + "subscription_url": "https://api.github.com/repos/bnhassin/github-slideshow/subscription", + "commits_url": "https://api.github.com/repos/bnhassin/github-slideshow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bnhassin/github-slideshow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bnhassin/github-slideshow/contents/{+path}", + "compare_url": "https://api.github.com/repos/bnhassin/github-slideshow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bnhassin/github-slideshow/merges", + "archive_url": "https://api.github.com/repos/bnhassin/github-slideshow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bnhassin/github-slideshow/downloads", + "issues_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues{/number}", + "pulls_url": "https://api.github.com/repos/bnhassin/github-slideshow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bnhassin/github-slideshow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bnhassin/github-slideshow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bnhassin/github-slideshow/labels{/name}", + "releases_url": "https://api.github.com/repos/bnhassin/github-slideshow/releases{/id}", + "deployments_url": "https://api.github.com/repos/bnhassin/github-slideshow/deployments", + "created_at": "2019-12-20T21:01:20Z", + "updated_at": "2020-12-17T09:17:48Z", + "pushed_at": "2020-12-23T22:04:08Z", + "git_url": "git://github.com/bnhassin/github-slideshow.git", + "ssh_url": "git@github.com:bnhassin/github-slideshow.git", + "clone_url": "https://github.com/bnhassin/github-slideshow.git", + "svn_url": "https://github.com/bnhassin/github-slideshow", + "homepage": "https://libraries.io/github/bnhassin/github-slideshow", + "size": 1697, + "stargazers_count": 0, + "watchers_count": 0, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 4, + "watchers": 0, + "default_branch": "feature" + } + }, + "base": { + "label": "bnhassin:master", + "ref": "master", + "sha": "b38108e7c7a4cd04d6273111f8696dc56108aaa6", + "user": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 229335720, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjkzMzU3MjA=", + "name": "github-slideshow", + "full_name": "bnhassin/github-slideshow", + "private": false, + "owner": { + "login": "bnhassin", + "id": 1473765, + "node_id": "MDQ6VXNlcjE0NzM3NjU=", + "avatar_url": "https://avatars.githubusercontent.com/u/1473765?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bnhassin", + "html_url": "https://github.com/bnhassin", + "followers_url": "https://api.github.com/users/bnhassin/followers", + "following_url": "https://api.github.com/users/bnhassin/following{/other_user}", + "gists_url": "https://api.github.com/users/bnhassin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bnhassin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bnhassin/subscriptions", + "organizations_url": "https://api.github.com/users/bnhassin/orgs", + "repos_url": "https://api.github.com/users/bnhassin/repos", + "events_url": "https://api.github.com/users/bnhassin/events{/privacy}", + "received_events_url": "https://api.github.com/users/bnhassin/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/bnhassin/github-slideshow", + "description": "A robot powered training repository :robot:", + "fork": false, + "url": "https://api.github.com/repos/bnhassin/github-slideshow", + "forks_url": "https://api.github.com/repos/bnhassin/github-slideshow/forks", + "keys_url": "https://api.github.com/repos/bnhassin/github-slideshow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bnhassin/github-slideshow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bnhassin/github-slideshow/teams", + "hooks_url": "https://api.github.com/repos/bnhassin/github-slideshow/hooks", + "issue_events_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues/events{/number}", + "events_url": "https://api.github.com/repos/bnhassin/github-slideshow/events", + "assignees_url": "https://api.github.com/repos/bnhassin/github-slideshow/assignees{/user}", + "branches_url": "https://api.github.com/repos/bnhassin/github-slideshow/branches{/branch}", + "tags_url": "https://api.github.com/repos/bnhassin/github-slideshow/tags", + "blobs_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bnhassin/github-slideshow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bnhassin/github-slideshow/languages", + "stargazers_url": "https://api.github.com/repos/bnhassin/github-slideshow/stargazers", + "contributors_url": "https://api.github.com/repos/bnhassin/github-slideshow/contributors", + "subscribers_url": "https://api.github.com/repos/bnhassin/github-slideshow/subscribers", + "subscription_url": "https://api.github.com/repos/bnhassin/github-slideshow/subscription", + "commits_url": "https://api.github.com/repos/bnhassin/github-slideshow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bnhassin/github-slideshow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bnhassin/github-slideshow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bnhassin/github-slideshow/contents/{+path}", + "compare_url": "https://api.github.com/repos/bnhassin/github-slideshow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bnhassin/github-slideshow/merges", + "archive_url": "https://api.github.com/repos/bnhassin/github-slideshow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bnhassin/github-slideshow/downloads", + "issues_url": "https://api.github.com/repos/bnhassin/github-slideshow/issues{/number}", + "pulls_url": "https://api.github.com/repos/bnhassin/github-slideshow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bnhassin/github-slideshow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bnhassin/github-slideshow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bnhassin/github-slideshow/labels{/name}", + "releases_url": "https://api.github.com/repos/bnhassin/github-slideshow/releases{/id}", + "deployments_url": "https://api.github.com/repos/bnhassin/github-slideshow/deployments", + "created_at": "2019-12-20T21:01:20Z", + "updated_at": "2020-12-17T09:17:48Z", + "pushed_at": "2020-12-23T22:04:08Z", + "git_url": "git://github.com/bnhassin/github-slideshow.git", + "ssh_url": "git@github.com:bnhassin/github-slideshow.git", + "clone_url": "https://github.com/bnhassin/github-slideshow.git", + "svn_url": "https://github.com/bnhassin/github-slideshow", + "homepage": "https://libraries.io/github/bnhassin/github-slideshow", + "size": 1697, + "stargazers_count": 0, + "watchers_count": 0, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 4, + "watchers": 0, + "default_branch": "feature" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3" + }, + "html": { + "href": "https://github.com/bnhassin/github-slideshow/pull/3" + }, + "issue": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/issues/3" + }, + "comments": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/issues/3/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/pulls/3/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/bnhassin/github-slideshow/statuses/cbb3e549f0be20b9e8501bb857bf44f9019f1493" + } + }, + "author_association": "OWNER", + "auto_merge": null, + "active_lock_reason": null + } + }, + "public": true, + "created_at": "2021-02-07T11:49:44Z" + } +] + +https://api.github.com/users/bnhassin/events From 6f5b9d249fb7f10df4bd078706b1dc7759b5e0d5 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Mon, 13 Sep 2021 01:16:53 +0000 Subject: [PATCH 25/31] Add Gitter badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2dcd80c..b9e4284 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # bnhassin.github.io + +[![Join the chat at https://gitter.im/bnhassin/repos](https://badges.gitter.im/bnhassin/repos.svg)](https://gitter.im/bnhassin/repos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + bnhassin.github.io/index.html Bnhassin GitHub Page From eb03149b7835d0238a50cc355ee4ddd5c7582323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 29 Aug 2022 00:57:21 +0100 Subject: [PATCH 26/31] create snapcraft.yaml Enable yaml build to my snaps bnhassin --- snap/snapcraft.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..e890490 --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,19 @@ + + # After registering a name on build.snapcraft.io, commit an uncommented line: + # name: bnhassin + version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' + summary: Single-line elevator pitch for your amazing snap # 79 char long summary + description: | + This is my-snap's description. You have a paragraph or two to tell the + most important story about your snap. Keep it under 100 words though, + we live in tweetspace and your description wants to look good in the snap + store. + + grade: devel # must be 'stable' to release into candidate/stable channels + confinement: devmode # use 'strict' once you have the right plugs and slots + + parts: + my-part: + # See 'snapcraft plugins' + plugin: nil + From 04c6f58886ff7367f857354913fe095aa870570d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 29 Aug 2022 01:32:45 +0100 Subject: [PATCH 27/31] Update and rename snapcraft.yaml to snapcraft.yml Enable build to my snaps bnhassin --- snap/snapcraft.yaml | 19 ------------------- snap/snapcraft.yml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 snap/snapcraft.yaml create mode 100644 snap/snapcraft.yml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index e890490..0000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,19 +0,0 @@ - - # After registering a name on build.snapcraft.io, commit an uncommented line: - # name: bnhassin - version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' - summary: Single-line elevator pitch for your amazing snap # 79 char long summary - description: | - This is my-snap's description. You have a paragraph or two to tell the - most important story about your snap. Keep it under 100 words though, - we live in tweetspace and your description wants to look good in the snap - store. - - grade: devel # must be 'stable' to release into candidate/stable channels - confinement: devmode # use 'strict' once you have the right plugs and slots - - parts: - my-part: - # See 'snapcraft plugins' - plugin: nil - diff --git a/snap/snapcraft.yml b/snap/snapcraft.yml new file mode 100644 index 0000000..eab4ed3 --- /dev/null +++ b/snap/snapcraft.yml @@ -0,0 +1,18 @@ + # After registering a name on build.snapcraft.io, commit an uncommented line: + # name: bnhassin + version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' + summary: Single-line elevator pitch for your amazing snap # 79 char long summary + description: | + This is my-snap's description. You have a paragraph or two to tell the + most important story about your snap. Keep it under 100 words though, + we live in tweetspace and your description wants to look good in the snap + store. + + grade: devel # must be 'stable' to release into candidate/stable channels + confinement: devmode # use 'strict' once you have the right plugs and slots + + parts: + my-part: + # See 'snapcraft plugins' + plugin: nil + From 231dff0c1c165d067b29a3c1d462c93d26e8e649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Mon, 29 Aug 2022 02:38:41 +0100 Subject: [PATCH 28/31] Snap bnhassin Build into a snap --- snap/bnhassin | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 snap/bnhassin diff --git a/snap/bnhassin b/snap/bnhassin new file mode 100644 index 0000000..8b535f2 --- /dev/null +++ b/snap/bnhassin @@ -0,0 +1,11 @@ +$ snapcraft +Using 'snap/snapcraft.yaml': Project assets will be searched for from the 'snap' directory. +Launching a VM. +Launched: snapcraft-my-snap-name +[...] +Pulling my-part +Building my-part +Staging my-part +Priming my-part +Snapping 'my-snap-name' | +Snapped my-snap-name_0.1_amd64.snap From 68897264170cadfcbc65ada77db044a04882ac09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sat, 4 Feb 2023 23:09:34 +0100 Subject: [PATCH 29/31] cryptoapis-cb-index Domain name verification index filed --- cryptoapis-cb.txt/index | 1 + 1 file changed, 1 insertion(+) create mode 100644 cryptoapis-cb.txt/index diff --git a/cryptoapis-cb.txt/index b/cryptoapis-cb.txt/index new file mode 100644 index 0000000..0f1cee0 --- /dev/null +++ b/cryptoapis-cb.txt/index @@ -0,0 +1 @@ +cryptoapis-cb-c3d40d814080682c612ab16fcfb97d0bdd3cf43959671ec2e5546e770204d618.txt From 37bddaad4f21117dc49d8731197bc327f3a39196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sat, 4 Feb 2023 23:28:41 +0100 Subject: [PATCH 30/31] index.html Matrix event value copied --- cryptoapis-cb.txt/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 cryptoapis-cb.txt/index.html diff --git a/cryptoapis-cb.txt/index.html b/cryptoapis-cb.txt/index.html new file mode 100644 index 0000000..fb90d1f --- /dev/null +++ b/cryptoapis-cb.txt/index.html @@ -0,0 +1 @@ +following:
https://bnhassin.cb.id/cryptoapisverifydomain
https://bnhassin.cb.id/cryptoapisverifydomain.txt
https://bnhassin.cb.id/cryptoapisverifydomain.html
https://cryptoapisverifydomain.bnhassin.cb.id From d510544ea850a3220dd5342d3293f7b6c38bada0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Sat, 4 Feb 2023 23:31:03 +0100 Subject: [PATCH 31/31] Crypto Api Verification following: https://bnhassin.cb.id/cryptoapisverifydomain https://bnhassin.cb.id/cryptoapisverifydomain.txt https://bnhassin.cb.id/cryptoapisverifydomain.html https://cryptoapisverifydomain.bnhassin.cb.id --- cryptoapis-cb.txt/cryptoapisverifydomain.txt.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 cryptoapis-cb.txt/cryptoapisverifydomain.txt.html diff --git a/cryptoapis-cb.txt/cryptoapisverifydomain.txt.html b/cryptoapis-cb.txt/cryptoapisverifydomain.txt.html new file mode 100644 index 0000000..c34cd4f --- /dev/null +++ b/cryptoapis-cb.txt/cryptoapisverifydomain.txt.html @@ -0,0 +1 @@ +cryptoapis-cb-c3d40d814080682c612ab16fcfb97d0bdd3cf43959671ec2e5546e770204d618 \ No newline at end of file