Skip to content

Releases: NetrunnerDB/netrunnerdb-api-server

api-preview-0.8.5.1

27 Feb 02:54
d93ce1a
Compare
Choose a tag to compare

A caching change and mostly backend dep and development changes changes.

What's Changed

  • Update the add-card-to-test-fixtures.sh to use raw_cards.yml by @plural in #353
  • Bump net-imap from 0.5.1 to 0.5.6 by @dependabot in #354
  • Bump rack from 2.2.8.1 to 2.2.11 by @dependabot in #355
  • Update rails and fix a deprecation warning. by @plural in #357
  • Fix issue with empty project import for RawPrinting. by @plural in #358
  • Fix validation field name for RawCard. by @plural in #359
  • Cache public resource rendering for a week. by @plural in #360
  • Update all outdated gems aside from rubocop. by @plural in #361
  • Update rubocop and fix new violations. by @plural in #362
  • Bump nokogiri from 1.18.2 to 1.18.3 by @dependabot in #363

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

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