8bd78d7764
Add version field
2023-01-25 20:03:00 -08:00
159439a67e
Rename to version
2023-01-25 20:02:56 -08:00
c70290d6d5
Add primary key to migration
2023-01-25 19:30:06 -08:00
caf357a84d
Add support for AppUpdates
...
* Added model
* Added blueprint
* Added method to ApiController
* Added route
2023-01-25 19:27:49 -08:00
7911374c1e
Add updates table
2023-01-25 19:12:29 -08:00
bc14ac80ec
Update rake task for manaturas
2023-01-25 18:56:52 -08:00
404720d259
Add relation to Party and output in Blueprint
2023-01-24 02:38:09 -08:00
7d142ada54
Add accessory_id to Party and enable saving
...
Saves without validation right now
2023-01-24 02:11:54 -08:00
ea7650a9bb
Add controller, blueprint and route for JobAccessories
2023-01-23 20:52:20 -08:00
c474d8030b
Add rake task for downloading job accessory images
2023-01-23 20:52:10 -08:00
0ff7e7a8dd
Add JobAccessory model and add type to schema
...
We need type because we don't want to hardcode job ids in scripts
2023-01-23 20:52:06 -08:00
7de4bb6863
Add job accessories table
2023-01-23 17:03:41 -08:00
95748db677
Merge pull request #53 from jedmund/add-host-to-rails7
...
Add host to development environment file
2023-01-23 01:20:56 -08:00
90f2f6e390
Add host to development environment file
2023-01-23 01:20:39 -08:00
1f785d4695
Merge pull request #52 from jedmund/rails7
...
Properly update to Rails 7
2023-01-23 01:02:45 -08:00
3ced0c6523
Upgrade to rails 7
2023-01-23 01:01:08 -08:00
5b7a61c3bb
Add sprockets to gemfile
2023-01-23 00:53:57 -08:00
7d7c96df80
Merge pull request #51 from jedmund/fix-staging-2023012302
...
Attempt to fix staging by updating gems
2023-01-23 00:44:11 -08:00
cbfe7ce2da
Attempt to fix staging by updating gems
2023-01-23 00:42:55 -08:00
bb7d32d262
Merge pull request #50 from jedmund/fix-staging-20230123
...
Attempt to fix staging (2023-01-23)
2023-01-23 00:01:43 -08:00
31240936ab
Move bootsnap back
2023-01-23 00:00:56 -08:00
fcbf97fe0a
Recreate schema.rb
2023-01-23 00:00:38 -08:00
6bf100a830
Merge pull request #49 from jedmund/fix-staging-20230122
...
Attempt to fix staging (2023-01-22)
2023-01-22 23:48:18 -08:00
ec0549cd18
Merge branch 'staging' into fix-staging-20230122
2023-01-22 23:48:11 -08:00
098fdbffa8
Attempt moving Gemfile
2023-01-22 23:45:49 -08:00
a1967bbd2c
Merge pull request #46 from jedmund/job-icons
...
Adds support for Granblue IDs on Jobs
2023-01-22 23:15:39 -08:00
99578d33ee
Merge branch 'staging' into job-icons
2023-01-22 23:15:31 -08:00
0797306569
Merge pull request #47 from jedmund/transcendence
...
Adds support for transcendence
2023-01-22 23:14:40 -08:00
559f30226d
Merge pull request #45 from jedmund/summon-renewal
...
Update summon grid features
2023-01-22 23:13:08 -08:00
ee7085f65e
Merge branch 'staging' into summon-renewal
2023-01-22 23:12:57 -08:00
9fea1350b3
Merge pull request #39 from jedmund/remix-teams
...
Implements remixing teams
2023-01-22 23:10:05 -08:00
6ecc2a706c
Merge branch 'staging' into remix-teams
2023-01-22 23:09:55 -08:00
d91fd72431
Merge pull request #38 from jedmund/character-mods
...
Implements mods on GridCharacter
2023-01-22 23:08:59 -08:00
ed76afe44c
Add granblue_id to Job output
2023-01-22 22:31:25 -08:00
4ee65aecd3
Add Rake task for creating a list of Job icon URLs
2023-01-22 22:25:02 -08:00
67146e3ab3
Add Granblue ID instead of slug
2023-01-22 21:59:43 -08:00
54948e4435
Add slug to Jobs table
2023-01-22 21:56:08 -08:00
a8a0a5944c
Merge branch 'summon-renewal' into transcendence
2023-01-22 21:24:28 -08:00
d343adeca3
Merge branch 'character-mods' into summon-renewal
2023-01-22 21:24:14 -08:00
bd15d91cdd
Fix grid character creation
...
Grid characters were only replacing the character when replacing an existing character, so the mods were persisted. This creates a new GridCharacter every time a replacement happens and destroys the old one.
2023-01-22 21:24:00 -08:00
5460a1d167
Reset transcendence step on uncap
2023-01-22 21:02:19 -08:00
b248fb62ea
Add transcendence_step to output
2023-01-22 21:02:06 -08:00
717c08ea8f
Update summon task to download XLB images
2023-01-22 21:01:58 -08:00
422651668e
Permit transcendence_step
2023-01-22 20:41:24 -08:00
8c1fae02d4
Add update method to GridSummonsController
2023-01-22 20:37:52 -08:00
bb79f68a2c
Remove extraneous code
2023-01-22 20:37:15 -08:00
cfee8b0b31
Support for frontend transcendence
...
Set transcendence step when updating uncap level
2023-01-22 19:58:45 -08:00
cf270f0243
Add XLB and stats to JSON output
2023-01-22 19:57:57 -08:00
65d8024476
Add XLB stat fields
2023-01-22 19:57:49 -08:00
67cc1138e6
Implements limits on GridSummons
2023-01-21 18:44:25 -08:00