Skip to content

Commit

Permalink
update links to reporanger
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Mar 7, 2022
1 parent 6b70d88 commit 9085bc9
Show file tree
Hide file tree
Showing 10 changed files with 217 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LOG_LEVEL=debug
REDIS_PORT=
REDIS_HOST=

# Sentry DSN https://sentry.io/dawn-5x/repo-ranger/
# Sentry DSN https://sentry.io/reporanger-5x/repo-ranger/
# Probot will automatically initialize Sentry: https://probot.github.io/docs/configuration/
SENTRY_DSN=

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"author": "Mike Fix",
"license": "UNLICENSED",
"repository": "https://github.com/mfix22/ranger.git",
"repository": "https://github.com/reporanger/ranger.git",
"scripts": {
"dev": "nodemon --exec \"probot run ./index.js\"",
"start": "probot run --sentry-dsn $SENTRY_DSN --log-level $LOG_LEVEL --redis-url $REDIS_URL ./index.js",
Expand Down
13 changes: 0 additions & 13 deletions site/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,3 @@ section {
.last-modified {
text-align: center;
}

.hire-dawn {
background: #008f5a;
color: #002c1c;
text-align: center;
padding: 0.8rem 1.25rem;
border-radius: 4px;
margin-top: 2rem;
}

.hire-dawn a {
color: #002c1c;
}
2 changes: 1 addition & 1 deletion site/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>Privacy Policy</h1>

<h4 id="general-information">General Information</h4>
<p>
Ranger is owned and operated by Dawn Labs LLC. Ranger ("we", "us" or "our") applies this
Ranger ("we", "us" or "our") applies this
policy to the Subscriber (the "Subscriber", "user", you" or "your"). By using Ranger, you
expressly consent to the data handling practices described in this notice.
</p>
Expand Down
30 changes: 15 additions & 15 deletions site/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h4 id="use">Use License</h4>
<li>
<p>
Permission is granted to temporarily download one copy of the materials (information or
software) on Dawn Labs' website for personal, non-commercial transitory viewing only. This
software) on Rangers' website for personal, non-commercial transitory viewing only. This
is the grant of a license, not a transfer of title, and under this license you may not:
</p>
</li>
Expand All @@ -74,7 +74,7 @@ <h4 id="use">Use License</h4>
</li>
<li>
<p>
attempt to decompile or reverse engineer any software contained on Dawn Labs' website;
attempt to decompile or reverse engineer any software contained on Rangers' website;
</p>
</li>
<li><p>remove any copyright or other proprietary notations from the materials; or</p></li>
Expand All @@ -87,7 +87,7 @@ <h4 id="use">Use License</h4>
<li>
<p>
This license shall automatically terminate if you violate any of these restrictions and
may be terminated by Dawn Labs at any time. Upon terminating your viewing of these
may be terminated by Ranger at any time. Upon terminating your viewing of these
materials or upon the termination of this license, you must destroy any downloaded
materials in your possession whether in electronic or printed format.
</p>
Expand All @@ -98,7 +98,7 @@ <h4 id="disclaimer">Disclaimer</h4>
<ol type="a">
<li>
<p>
The materials on Dawn Labs' website are provided on an 'as is' basis. Dawn Labs makes no
The materials on Rangers' website are provided on an 'as is' basis. Ranger makes no
warranties, expressed or implied, and hereby disclaims and negates all other warranties
including, without limitation, implied warranties or conditions of merchantability,
fitness for a particular purpose, or non-infringement of intellectual property or other
Expand All @@ -107,7 +107,7 @@ <h4 id="disclaimer">Disclaimer</h4>
</li>
<li>
<p>
Further, Dawn Labs does not warrant or make any representations concerning the accuracy,
Further, Ranger does not warrant or make any representations concerning the accuracy,
likely results, or reliability of the use of the materials on its website or otherwise
relating to such materials or on any sites linked to this site.
</p>
Expand All @@ -116,34 +116,34 @@ <h4 id="disclaimer">Disclaimer</h4>

<h4 id="limitations">Limitations</h4>
<p>
In no event shall Dawn Labs or its suppliers be liable for any damages (including, without
In no event shall Ranger or its suppliers be liable for any damages (including, without
limitation, damages for loss of data or profit, or due to business interruption) arising out
of the use or inability to use the materials on Dawn Labs' website, even if Dawn Labs or a
Dawn Labs authorized representative has been notified orally or in writing of the possibility
of the use or inability to use the materials on Rangers' website, even if Ranger or a
Ranger authorized representative has been notified orally or in writing of the possibility
of such damage. Because some jurisdictions do not allow limitations on implied warranties, or
limitations of liability for consequential or incidental damages, these limitations may not
apply to you.
</p>

<h4 id="accuracy">Accuracy of Materials</h4>
<p>
The materials appearing on Dawn Labs' website could include technical, typographical, or
photographic errors. Dawn Labs does not warrant that any of the materials on its website are
accurate, complete or current. Dawn Labs may make changes to the materials contained on its
website at any time without notice. However Dawn Labs does not make any commitment to update
The materials appearing on Rangers' website could include technical, typographical, or
photographic errors. Ranger does not warrant that any of the materials on its website are
accurate, complete or current. Ranger may make changes to the materials contained on its
website at any time without notice. However Ranger does not make any commitment to update
the materials.
</p>

<h4 id="links">Links</h4>
<p>
Dawn Labs has not reviewed all of the sites linked to its website and is not responsible for
Ranger has not reviewed all of the sites linked to its website and is not responsible for
the contents of any such linked site. The inclusion of any link does not imply endorsement by
Dawn Labs of the site. Use of any such linked website is at the user's own risk.
Ranger of the site. Use of any such linked website is at the user's own risk.
</p>

<h4 id="modifications">Modifications</h4>
<p>
Dawn Labs may revise these terms of service for its website at any time without notice. By
Ranger may revise these terms of service for its website at any time without notice. By
using this website you are agreeing to be bound by the then current version of these terms of
service.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pull/labeled.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module.exports.process = (robot) => async ({
// TODO remove this. Currently check suites like https://github.com/NLog/NLog/pull/3296/checks are being
// queued and never concluding. You can see that in this API response:
// https://api.github.com/repos/NLog/Nlog/commits/2c8f7471648f22fa5dc9bf6db53e96fae061fc0a/check-suites
// Corresponding issue: https://github.com/mfix22/ranger/issues/60
// Corresponding issue: https://github.com/reporanger/ranger/issues/60
s.conclusion !== null
)
) {
Expand Down
131 changes: 66 additions & 65 deletions test/fixtures/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ module.exports = ({
payload: {
action,
comment: {
url: 'https://api.github.com/repos/dawnlabs/test-issue-bot/issues/comments/448738894',
html_url: 'https://github.com/mfix22/test-issue-bot/issues/54#issuecomment-448738894',
issue_url: 'https://api.github.com/repos/dawnlabs/test-issue-bot/issues/54',
url: 'https://api.github.com/repos/reporanger/test-issue-bot/issues/comments/448738894',
html_url: 'https://github.com/reporanger/test-issue-bot/issues/54#issuecomment-448738894',
issue_url: 'https://api.github.com/repos/reporanger/test-issue-bot/issues/54',
id: 448738894,
node_id: 'MDEyOklzc3VlQ29tbWVudDQ0ODczODg5NA==',
user: {
Expand Down Expand Up @@ -44,12 +44,12 @@ module.exports = ({
body,
},
issue: {
url: 'https://api.github.com/repos/dawnlabs/test-issue-bot/issues/55',
repository_url: 'https://api.github.com/repos/dawnlabs/test-issue-bot',
labels_url: 'https://api.github.com/repos/dawnlabs/test-issue-bot/issues/55/labels{/name}',
comments_url: 'https://api.github.com/repos/dawnlabs/test-issue-bot/issues/55/comments',
events_url: 'https://api.github.com/repos/dawnlabs/test-issue-bot/issues/55/events',
html_url: 'https://github.com/mfix22/test-issue-bot/issues/55',
url: 'https://api.github.com/repos/reporanger/test-issue-bot/issues/55',
repository_url: 'https://api.github.com/repos/reporanger/test-issue-bot',
labels_url: 'https://api.github.com/repos/reporanger/test-issue-bot/issues/55/labels{/name}',
comments_url: 'https://api.github.com/repos/reporanger/test-issue-bot/issues/55/comments',
events_url: 'https://api.github.com/repos/reporanger/test-issue-bot/issues/55/events',
html_url: 'https://github.com/reporanger/test-issue-bot/issues/55',
id: 392784673,
node_id: 'MDU6SXNzdWUzOTI3ODQ2NzM=',
number: number,
Expand Down Expand Up @@ -78,7 +78,7 @@ module.exports = ({
{
id: 910420477,
node_id: 'MDU6TGFiZWw5MTA0MjA0Nzc=',
url: 'https://api.github.com/repos/dawnlabs/test-issue-bot/labels/duplicate',
url: 'https://api.github.com/repos/reporanger/test-issue-bot/labels/duplicate',
name: 'duplicate',
color: 'cfd3d7',
default: true,
Expand All @@ -99,77 +99,78 @@ module.exports = ({
repository: {
id: 130609983,
name: 'test-issue-bot',
full_name: 'mfix22/test-issue-bot',
full_name: 'reporanger/test-issue-bot',
owner: {
login: 'mfix22',
login: 'reporanger',
id: 8397708,
avatar_url: 'https://avatars0.githubusercontent.com/u/8397708?v=4',
gravatar_id: '',
url: 'https://api.github.com/users/mfix22',
html_url: 'https://github.com/mfix22',
followers_url: 'https://api.github.com/users/mfix22/followers',
following_url: 'https://api.github.com/users/mfix22/following{/other_user}',
gists_url: 'https://api.github.com/users/mfix22/gists{/gist_id}',
starred_url: 'https://api.github.com/users/mfix22/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/mfix22/subscriptions',
organizations_url: 'https://api.github.com/users/mfix22/orgs',
repos_url: 'https://api.github.com/users/mfix22/repos',
events_url: 'https://api.github.com/users/mfix22/events{/privacy}',
received_events_url: 'https://api.github.com/users/mfix22/received_events',
url: 'https://api.github.com/users/reporanger',
html_url: 'https://github.com/reporanger',
followers_url: 'https://api.github.com/users/reporanger/followers',
following_url: 'https://api.github.com/users/reporanger/following{/other_user}',
gists_url: 'https://api.github.com/users/reporanger/gists{/gist_id}',
starred_url: 'https://api.github.com/users/reporanger/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/reporanger/subscriptions',
organizations_url: 'https://api.github.com/users/reporanger/orgs',
repos_url: 'https://api.github.com/users/reporanger/repos',
events_url: 'https://api.github.com/users/reporanger/events{/privacy}',
received_events_url: 'https://api.github.com/users/reporanger/received_events',
type: 'User',
site_admin: false,
},
private: isPrivate,
html_url: 'https://github.com/mfix22/test-issue-bot',
html_url: 'https://github.com/reporanger/test-issue-bot',
description: null,
fork: false,
url: 'https://api.github.com/repos/mfix22/test-issue-bot',
forks_url: 'https://api.github.com/repos/mfix22/test-issue-bot/forks',
keys_url: 'https://api.github.com/repos/mfix22/test-issue-bot/keys{/key_id}',
url: 'https://api.github.com/repos/reporanger/test-issue-bot',
forks_url: 'https://api.github.com/repos/reporanger/test-issue-bot/forks',
keys_url: 'https://api.github.com/repos/reporanger/test-issue-bot/keys{/key_id}',
collaborators_url:
'https://api.github.com/repos/mfix22/test-issue-bot/collaborators{/collaborator}',
teams_url: 'https://api.github.com/repos/mfix22/test-issue-bot/teams',
hooks_url: 'https://api.github.com/repos/mfix22/test-issue-bot/hooks',
issue_events_url: 'https://api.github.com/repos/mfix22/test-issue-bot/issues/events{/number}',
events_url: 'https://api.github.com/repos/mfix22/test-issue-bot/events',
assignees_url: 'https://api.github.com/repos/mfix22/test-issue-bot/assignees{/user}',
branches_url: 'https://api.github.com/repos/mfix22/test-issue-bot/branches{/branch}',
tags_url: 'https://api.github.com/repos/mfix22/test-issue-bot/tags',
blobs_url: 'https://api.github.com/repos/mfix22/test-issue-bot/git/blobs{/sha}',
git_tags_url: 'https://api.github.com/repos/mfix22/test-issue-bot/git/tags{/sha}',
git_refs_url: 'https://api.github.com/repos/mfix22/test-issue-bot/git/refs{/sha}',
trees_url: 'https://api.github.com/repos/mfix22/test-issue-bot/git/trees{/sha}',
statuses_url: 'https://api.github.com/repos/mfix22/test-issue-bot/statuses/{sha}',
languages_url: 'https://api.github.com/repos/mfix22/test-issue-bot/languages',
stargazers_url: 'https://api.github.com/repos/mfix22/test-issue-bot/stargazers',
contributors_url: 'https://api.github.com/repos/mfix22/test-issue-bot/contributors',
subscribers_url: 'https://api.github.com/repos/mfix22/test-issue-bot/subscribers',
subscription_url: 'https://api.github.com/repos/mfix22/test-issue-bot/subscription',
commits_url: 'https://api.github.com/repos/mfix22/test-issue-bot/commits{/sha}',
git_commits_url: 'https://api.github.com/repos/mfix22/test-issue-bot/git/commits{/sha}',
comments_url: 'https://api.github.com/repos/mfix22/test-issue-bot/comments{/number}',
'https://api.github.com/repos/reporanger/test-issue-bot/collaborators{/collaborator}',
teams_url: 'https://api.github.com/repos/reporanger/test-issue-bot/teams',
hooks_url: 'https://api.github.com/repos/reporanger/test-issue-bot/hooks',
issue_events_url:
'https://api.github.com/repos/reporanger/test-issue-bot/issues/events{/number}',
events_url: 'https://api.github.com/repos/reporanger/test-issue-bot/events',
assignees_url: 'https://api.github.com/repos/reporanger/test-issue-bot/assignees{/user}',
branches_url: 'https://api.github.com/repos/reporanger/test-issue-bot/branches{/branch}',
tags_url: 'https://api.github.com/repos/reporanger/test-issue-bot/tags',
blobs_url: 'https://api.github.com/repos/reporanger/test-issue-bot/git/blobs{/sha}',
git_tags_url: 'https://api.github.com/repos/reporanger/test-issue-bot/git/tags{/sha}',
git_refs_url: 'https://api.github.com/repos/reporanger/test-issue-bot/git/refs{/sha}',
trees_url: 'https://api.github.com/repos/reporanger/test-issue-bot/git/trees{/sha}',
statuses_url: 'https://api.github.com/repos/reporanger/test-issue-bot/statuses/{sha}',
languages_url: 'https://api.github.com/repos/reporanger/test-issue-bot/languages',
stargazers_url: 'https://api.github.com/repos/reporanger/test-issue-bot/stargazers',
contributors_url: 'https://api.github.com/repos/reporanger/test-issue-bot/contributors',
subscribers_url: 'https://api.github.com/repos/reporanger/test-issue-bot/subscribers',
subscription_url: 'https://api.github.com/repos/reporanger/test-issue-bot/subscription',
commits_url: 'https://api.github.com/repos/reporanger/test-issue-bot/commits{/sha}',
git_commits_url: 'https://api.github.com/repos/reporanger/test-issue-bot/git/commits{/sha}',
comments_url: 'https://api.github.com/repos/reporanger/test-issue-bot/comments{/number}',
issue_comment_url:
'https://api.github.com/repos/mfix22/test-issue-bot/issues/comments{/number}',
contents_url: 'https://api.github.com/repos/mfix22/test-issue-bot/contents/{+path}',
compare_url: 'https://api.github.com/repos/mfix22/test-issue-bot/compare/{base}...{head}',
merges_url: 'https://api.github.com/repos/mfix22/test-issue-bot/merges',
archive_url: 'https://api.github.com/repos/mfix22/test-issue-bot/{archive_format}{/ref}',
downloads_url: 'https://api.github.com/repos/mfix22/test-issue-bot/downloads',
issues_url: 'https://api.github.com/repos/mfix22/test-issue-bot/issues{/number}',
pulls_url: 'https://api.github.com/repos/mfix22/test-issue-bot/pulls{/number}',
milestones_url: 'https://api.github.com/repos/mfix22/test-issue-bot/milestones{/number}',
'https://api.github.com/repos/reporanger/test-issue-bot/issues/comments{/number}',
contents_url: 'https://api.github.com/repos/reporanger/test-issue-bot/contents/{+path}',
compare_url: 'https://api.github.com/repos/reporanger/test-issue-bot/compare/{base}...{head}',
merges_url: 'https://api.github.com/repos/reporanger/test-issue-bot/merges',
archive_url: 'https://api.github.com/repos/reporanger/test-issue-bot/{archive_format}{/ref}',
downloads_url: 'https://api.github.com/repos/reporanger/test-issue-bot/downloads',
issues_url: 'https://api.github.com/repos/reporanger/test-issue-bot/issues{/number}',
pulls_url: 'https://api.github.com/repos/reporanger/test-issue-bot/pulls{/number}',
milestones_url: 'https://api.github.com/repos/reporanger/test-issue-bot/milestones{/number}',
notifications_url:
'https://api.github.com/repos/mfix22/test-issue-bot/notifications{?since,all,participating}',
labels_url: 'https://api.github.com/repos/mfix22/test-issue-bot/labels{/name}',
releases_url: 'https://api.github.com/repos/mfix22/test-issue-bot/releases{/id}',
deployments_url: 'https://api.github.com/repos/mfix22/test-issue-bot/deployments',
'https://api.github.com/repos/reporanger/test-issue-bot/notifications{?since,all,participating}',
labels_url: 'https://api.github.com/repos/reporanger/test-issue-bot/labels{/name}',
releases_url: 'https://api.github.com/repos/reporanger/test-issue-bot/releases{/id}',
deployments_url: 'https://api.github.com/repos/reporanger/test-issue-bot/deployments',
created_at: '2018-04-22T21:40:03Z',
updated_at: '2018-04-22T23:48:13Z',
pushed_at: '2018-04-22T21:40:03Z',
git_url: 'git://github.com/mfix22/test-issue-bot.git',
ssh_url: 'git@github.com:mfix22/test-issue-bot.git',
clone_url: 'https://github.com/mfix22/test-issue-bot.git',
svn_url: 'https://github.com/mfix22/test-issue-bot',
git_url: 'git://github.com/reporanger/test-issue-bot.git',
ssh_url: 'git@github.com:reporanger/test-issue-bot.git',
clone_url: 'https://github.com/reporanger/test-issue-bot.git',
svn_url: 'https://github.com/reporanger/test-issue-bot',
homepage: null,
size: 0,
stargazers_count: 0,
Expand Down
Loading

0 comments on commit 9085bc9

Please sign in to comment.