hensei-api/config
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
..
environments Assorted updates (#146) 2025-01-08 12:19:19 -08:00
initializers Jedmund/import (#167) 2025-01-17 12:02:12 -08:00
locales Add doorkeeper files 2020-09-25 10:53:06 -07:00
application.rb Jedmund/import (#167) 2025-01-17 12:02:12 -08:00
boot.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
cable.yml Restart on Rails 2020-09-14 18:30:54 -07:00
credentials.yml.enc Update post-deploy script and Rails credentials (#155) 2025-01-15 14:56:38 -08:00
database.yml Update database.yml 2023-01-03 18:34:20 -08:00
definitions.rb Add definitions.rb for solargraph 2020-09-25 10:51:54 -07:00
environment.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
puma.rb Restart on Rails 2020-09-14 18:30:54 -07:00
routes.rb Jedmund/import (#167) 2025-01-17 12:02:12 -08:00
spring.rb Restart on Rails 2020-09-14 18:30:54 -07:00
storage.yml Restart on Rails 2020-09-14 18:30:54 -07:00