Skip to content

Releases: NetrunnerDB/netrunnerdb-api-server

api-preview-0.8.5.0

07 Jan 03:53
ae9acb0
Compare
Choose a tag to compare

What's Changed

  • Add basic import and storage for card face info. by @plural in #341
  • Don't use the card subtypes for faces. by @plural in #343
  • Add card face data to unified_cards. by @plural in #342
  • Expose layout_id on card resource. by @plural in #345
  • Make faces 0-indexed. by @plural in #346
  • Expose card faces as an array of objects on cards. by @plural in #344
  • Import printing faces and update unified_printings. by @plural in #347
  • Fix face columns to be properly normalized in unified_printings. by @plural in #348
  • Expose faces on printings. by @plural in #349
  • Compact the card_subtype_ids array on card faces. by @plural in #350
  • Add images to printing faces. Refactor images method. by @plural in #351

Full Changelog: api-preview-0.8.4.8...api-preview-0.8.5.0

api-preview-0.8.4.8

26 Dec 16:59
0212c33
Compare
Choose a tag to compare

What's Changed

  • Allow unicode characters for spaces and bare strings in search. by @plural in #333
  • Lightly strip input text to allow matches from unicode input. by @plural in #335
  • Bump rails-html-sanitizer from 1.6.0 to 1.6.1 by @dependabot in #336
  • Update rubocop version and fix new lint issues. by @plural in #338
  • Bump actionpack from 7.1.4.1 to 7.1.5.1 by @dependabot in #337
  • Update debug gem. by @plural in #339
  • Fix relationship problem for illustrators <-> printings. by @plural in #340

Full Changelog: api-preview-0.8.4.7...api-preview-0.8.4.8

api-preview-0.8.4.7

24 Nov 18:04
9accc4b
Compare
Choose a tag to compare

What's Changed

  • Add monkeypatch to File.exists? until rspec_api_documentation is upda… by @plural in #329
  • Add total counts to resource index responses by @plural in #330
  • Optimize a few things for snapshots. by @plural in #331
  • Remove unneeded include for CardPool to speed up response there. by @plural in #332

Full Changelog: api-preview-0.8.4.6...api-preview-0.8.4.7

api-preview-0.8.4.6

16 Nov 03:20
11900c0
Compare
Choose a tag to compare

What's Changed

  • Set ruby version in both places in the docker file. by @plural in #327

Full Changelog: api-preview-0.8.4.5...api-preview-0.8.4.6

api-preview-0.8.4.5

16 Nov 03:08
2baf622
Compare
Choose a tag to compare

What's Changed

Full Changelog: api-preview-0.8.4.4...api-preview-0.8.4.5

api-preview-0.8.4.4

07 Nov 01:10
3a238f7
Compare
Choose a tag to compare

What's Changed

  • Delete decklist_cards instead of nullifying. Add transaction to import. by @plural in #323

Full Changelog: api-preview-0.8.4.3...api-preview-0.8.4.4

api-preview-0.8.4.3

02 Nov 20:16
fe81e97
Compare
Choose a tag to compare

What's Changed

Full Changelog: api-preview-0.8.4.2...api-preview-0.8.4.3

api-preview-0.8.4.2

26 Oct 05:13
8b12d4f
Compare
Choose a tag to compare

What's Changed

  • Add version tags to docker compose file. by @plural in #310
  • Bump rexml from 3.3.3 to 3.3.6 by @dependabot in #311
  • Add bullet gem for n+1 query detection and fix issues found. by @plural in #312
  • Bump google-protobuf from 3.25.2 to 3.25.5 by @dependabot in #313
  • Bump puma from 5.6.8 to 5.6.9 by @dependabot in #314
  • Update Puma for API Server to 6.4 by @plural in #315
  • Bump actiontext from 7.1.3.4 to 7.1.4.1 by @dependabot in #316
  • Sort {card_cycle,card_set,printing}_{ids,names} fields for cards + printings by @plural in #318
  • Use DB attributes to avoid unneccessary queries from relations. by @plural in #319

Full Changelog: api-preview-0.8.4.1...api-preview-0.8.4.2

api-preview-0.8.4.1

11 Aug 15:48
aa28a3d
Compare
Choose a tag to compare

User-facing change: API Docs for Reviews and relationships.

What's Changed

  • Update credentials.yml.enc. by @plural in #302
  • Ignore master key file. by @plural in #304
  • Add a TODO to turn on blocking lint once the app is clean. by @plural in #303
  • Add postgresql-client tooling to devcontainer. by @plural in #305
  • Remove docker compose version indicators. by @plural in #306
  • Update rubocop settings and fix all open rubocop errors. by @plural in #307
  • Enable rubocop lint checks on Github. by @plural in #308
  • Regenerate API docs with reviews. by @plural in #309

Full Changelog: api-preview-0.8.4...api-preview-0.8.4.1

api-preview-0.8.4

06 Aug 04:41
a185aa5
Compare
Choose a tag to compare

User-facing changes:

  • Update for object relationships.
  • Card review and comment support!
  • API Docs have been regenerated

Internal changes:

  • More testing
  • Version bumps
  • Cleaning up some stuff we aren't using any more.

Changelog

  • Update code coverage action version. by @plural in #286
  • Add {card,printing} <-> card_pool relationships by @plural in #287
  • Combine coverage reports from unit and rspec tests. by @plural in #288
  • Clean up lint errors for all files in app/models. by @plural in #289
  • Fix lint errors for app/controllers by @plural in #290
  • Remove some boilerplate files not needed for this project. by @plural in #291
  • Fix lint issues for resources. by @plural in #292
  • Fix lint issues for test/ and spec/ dirs. by @plural in #293
  • Fix lint issues in lib/ dir. by @plural in #294
  • Update docs for new {card,printing} <-> card pool relationships. by @plural in #295
  • Remove the krakend rake task. We're not going to need it. by @plural in #298
  • Id takes a card slot by @plural in #299
  • Reviews Endpoint Initial Scaffold by @talha-ahsan in #296
  • Bump rexml from 3.3.2 to 3.3.3 by @dependabot in #300

Full Changelog: api-preview-0.8.3...api-preview-0.8.4