data_importer/app
2022-04-19 00:18:29 -05:00
..
assets init commit rails new data_importer 2022-03-30 22:12:56 -05:00
channels/application_cable init commit rails new data_importer 2022-03-30 22:12:56 -05:00
controllers if you create a text file at ./data/github_usernames.txt with one username per line GithubUserImporter will use this data to import a GithubUser for each one 2022-04-11 20:53:20 -05:00
helpers make json rendering for cpes and cves 2022-04-04 13:18:03 -05:00
jobs init commit rails new data_importer 2022-03-30 22:12:56 -05:00
mailers init commit rails new data_importer 2022-03-30 22:12:56 -05:00
models if you create a text file at ./data/github_usernames.txt with one username per line GithubUserImporter will use this data to import a GithubUser for each one 2022-04-11 20:53:20 -05:00
views if you create a text file at ./data/github_usernames.txt with one username per line GithubUserImporter will use this data to import a GithubUser for each one 2022-04-11 20:53:20 -05:00
workers added cvemon in a worker now with upsert_all 2022-04-19 00:18:29 -05:00