Skip to content

Commit

Permalink
[CLP] Remove GitHub Components (#179)
Browse files Browse the repository at this point in the history
* remove github backend

* remove frontend github

* Fix cms cron task

* Fix elgtm error
  • Loading branch information
Dnouv committed Aug 2, 2022
1 parent 71c5611 commit 28fc640
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 912 deletions.
24 changes: 0 additions & 24 deletions app/components/github/contributorslist.js

This file was deleted.

56 changes: 0 additions & 56 deletions app/components/github/githubissueslist.js

This file was deleted.

62 changes: 0 additions & 62 deletions app/components/github/githubpullreqeusts.js

This file was deleted.

61 changes: 0 additions & 61 deletions app/components/github/githubrepo.js

This file was deleted.

17 changes: 0 additions & 17 deletions app/components/github/index.js

This file was deleted.

27 changes: 0 additions & 27 deletions app/lib/github.js

This file was deleted.

83 changes: 0 additions & 83 deletions app/pages/github/index.js

This file was deleted.

6 changes: 1 addition & 5 deletions cms/config/cron.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';
const { getLatestCommunityActivity } = require("./fetchTopPosts");
const { githubKit } = require("./github");
const { updateSpeakerData } = require('./speaker')
const { getLatestCommunityActivity } = require('./fetchTopPosts')
/**
* Cron config that gives you an opportunity
* to run scheduled jobs.
Expand All @@ -26,7 +25,4 @@ module.exports = {
'*/60 * * * * *': () => {
updateSpeakerData();
},
'*/* 10 * * * *': () => {
githubKit('RocketChat','RC4Community',['issues','contributors','pulls']);
}
};
Loading

0 comments on commit 28fc640

Please sign in to comment.