hensei-api/lib/tasks
Justin Edmund 0d5d4d5f59
Jedmund/import (#167)
* Move app/helpers/granblue_wiki to lib/parsers/wiki

This clears up the namespace beginning with "Granblue"

* Removed some top-level Granblue libs

DataImporter and DownloadManager exist inside of the PostDeployment namespace now so these files are redundant

* Fix Downloaders namespace

Our namespace was singular Downloader, now it is plural Downloaders to match the folder name

* Fix import paths

* DownloadManager was moved to downloaders/
* import_data task now uses the PostDeployment version of DataImporter

* Update application.rb

Eager-Load/Autoload the lib/ folder

* Update cors.rb

Add Granblue website and Extension ID to CORS

* Add transformers

Transformers take raw data from Granblue Fantasy and transforms them into hensei-compatible JSON. Transformers heavily borrow from vazkii/hensei-transfer.

* Add ImportController and route

This adds the controller that handles creating a full party from transformed Granblue Fantasy data
2025-01-17 12:02:12 -08:00
..
.keep Restart on Rails 2020-09-14 18:30:54 -07:00
deploy.rake Update post-deploy script and Rails credentials (#155) 2025-01-15 14:56:38 -08:00
download_all_images.rake February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
download_images.rake Create pipeline for importing data via PRs (#148) 2025-01-13 05:33:04 -08:00
export_accessories.rake February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
export_all.rake February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
export_character.rake Update tasks 2022-12-24 14:16:45 -08:00
export_job.rake June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
export_summon.rake Add support for weapon transcendence (#142) 2024-01-15 14:05:17 -08:00
export_weapon.rake Update tasks 2022-12-24 14:16:45 -08:00
import_data.rake Jedmund/import (#167) 2025-01-17 12:02:12 -08:00