Skip to content

Releases: unfoldingWord/dcs

v1.21.10-dcs

15 Apr 10:58
Compare
Choose a tag to compare

Release of Gitea v1.21.10 with DCS Customizations:

See the CHANGELOG for changes.

DCS Fixes:

  • Fixes info icon in explore repo search as it wasn't appearing before.

v1.21.4-dcs

20 Jan 07:53
Compare
Choose a tag to compare

Release of Gitea v1.21.4 with DCS Customizations:

See the CHANGELOG for changes.

DCS Features:

  • Release API endpoints allow for showing only releases that are in the catalog
  • All tags and branches get entries in the door43_metadata table which is shown on a Repo's Metadata page
  • Door43 Metadata is shown in a release response object of the API endpoint
  • Metadata Type is shown on the UI Explore Repo page results
  • "resource" is removed from a Catalog Entry's response in favor of "abbreviation"

v1.21.2-dcs

11 Dec 21:08
Compare
Choose a tag to compare

Release of Gitea v1.21.2 with DCS Customizations:

See the CHANGELOG for changes.

DCS Features:

  • Better converts SB flavors to subjects
  • Adds properties to repo/catalog metadata in API results:
    • Adds flavor type
    • Adds flavor
    • Adds abbreviation
  • Allows searching on the above

v1.21.1-dcs

02 Dec 15:51
Compare
Choose a tag to compare

Release of Gitea v1.21.1 with DCS Customizations:

See the CHANGELOG for [breaking] changes, fixes and new features of v1.21.0 and v1.21.1

DCS Features:

  • New home (about) and tools page
  • New catalog view
  • New logos
  • Info about merge conflicts in PR response object

v1.20.5-dcs

10 Oct 16:29
Compare
Choose a tag to compare

Release of Gitea v1.20.5 with DCS customizations. Upgrades to Gitea v1.20.5. See the CHANGELOG for Gitea changes.

DCS ENHANCEMENTS:

  • Updates the /api/v1/catalog/list/owners to give user objects instead of just the owner's name (BREAKING)
  • Adds back in the CLI command for generating door43metadata (run ./gitea door43metadata --help for more info)
  • Updates/Fixes Catalog Search/List with more information
  • Adds "Spam Users" to the filter of the administration user page
  • Updates explore/repos to have Language and Subject and # Tags

v1.20.4-dcs

01 Oct 10:11
Compare
Choose a tag to compare

Release of Gitea v1.20.4 with DCS customizations. Upgrades to Gitea v1.20.4. See the CHANGELOG for Gitea changes.

Fixes:

  • Puts back release JSON attachments for remote files
  • Removes unneeded code

Features:

  • Adds the /api/v1/languages/langnames.json and /api/v1/languages/langnames_keyed.json endpoints. See the "languages" in the swagger for more details: https://git.door43.org/api/swagger
  • Allows catalog API search endpoint to search for all branches with stage=branch&includeHistory=1
  • Uses Github actions to build docker image for release

v1.20.3-dcs

29 Aug 17:51
Compare
Choose a tag to compare

Release of Gitea v1.20.3 with DCS customizations. Upgrades to Gitea v1.20.3. See the CHANGELOG for Gitea changes.

Bug fix:

  • Fixed books listed in a Scripture Burrito's metadata.
  • UI Explore / Catalog / Org pages were NOT searching by subject (was being ignored).
  • Catalog release badges now appear on repo listing pages
  • Fixes assets in Release property of Catalog Entries so they show in catalog search API results
  • Fixes includeHistory to properly show all releases in catalog search API results
  • Fixes languages, subjects and owners catalog API endpoints so they show data
  • Fixes catalog property of repo API response object to be properly populated

v1.20.2-dcs

20 Aug 01:46
Compare
Choose a tag to compare

Release of Gitea v1.20.2 with DCS Customizations:

See the CHANGELOG for [breaking] changes, fixes and new features of v1.18.X, v1.19.X, v1.20.0, v1.20.1 and v1.20.2

DCS Features:

  • This introduces MULTIPLE metadata types to the DCS Catalog (formally Catalog Next): SB (Scripture Burrito), RC (Resource Container, which was previously the only one validated and catalogued), TS (translationStudio) and TC (translationCore). Metadata Type and Metadata Version can be used to query the catalog and used on the Explore page. See the help given in the search button info icon at https://git.door43.org/explore/repos or in the API swagger.
  • For a Release to be catalogued, the tag must either start with v# (v and a number) or a year (4 digits) to be accepted as a release, as other releases for some repos were not actual releases, but tests and stages.
  • Scripture Burrito metadata.json files are also validated by the Scripture Burrito schema found here.
  • A new "Metadata" page has been added to the repo page (top tabs) so you can view what metadata each branch or release has. For example: https://git.door43.org/unfoldingWord/en_tn/metadata
  • A new status bar icon has been added for the metadata type and version as well, next to the repo's language status on the repo home page. It is clickable to search for other repos of the same metadata type.
image

v1.17.4a-dcs

12 Jan 14:25
Compare
Choose a tag to compare

Release of v1.17.4 Gitea plus patches plus fixes to DCS:

Fixes:

  • Fixes bug with TSV columns

Features:

  • Adds a banner for DCS test instances

v1.17.4-dcs

28 Dec 19:00
Compare
Choose a tag to compare

Release of Gitea v1.17.4 with DCS customizations