Skip to content

Releases: flora-pm/flora-server

v1.0.21

01 Nov 22:41
Compare
Choose a tag to compare
  • Add htmx polling for page reload #579
  • Show last upload or revision date in packsge listings #580
  • Add CI check for missing FK indexes #605
  • Add more logging statements when importing packages #778

v1.0.20 -- Hotfix release

01 Nov 22:41
Compare
Choose a tag to compare
  • Sort and limit the amount of releases in the DB instead of Flora #567

v1.0.19

24 Jul 20:13
Compare
Choose a tag to compare
  • Log and re-import packages with zero dependencies #553
  • Have explicit version ARGS in docker for tools #557
  • Remove the enqueueImportJob function #558
  • Store archive hashes #560
  • Implement tracing with zipkin #564
  • Parametrise tracing options #566

v1.0.18

18 May 12:45
Compare
Choose a tag to compare
  • Add @horizon namespace (#498)
  • Signal deprecations and revision dates in version listing page (#548)
  • Introduce changelog-d in the release process.
  • Remove the last @apply from tailwind (#550)
  • Use GHC 9.6.5 and Souffle Datalog 2.2 for development (#552)

v0.1.17

26 Mar 16:17
f200778
Compare
Choose a tag to compare

What's Changed

  • Add exe: search modifier to look up packages by executable name (#529)
  • Add a link to the search documentation under the main search bar (#532)
  • Add a link to the general documentation in the navbar (#537)

v1.0.16

26 Feb 09:57
Compare
Choose a tag to compare

What's Changed

  • [FLORA-512] Add badge component for custom build type by @tchoutri in #517
  • [NO-ISSUE] Reword authentication by @tchoutri in #522

Full Changelog: v1.0.15...v1.0.16

v1.0.15

17 Feb 21:14
Compare
Choose a tag to compare

What's Changed

  • [FLORA-434] Show 3 numbers in version if using 0x versioning scheme. by @a-02 in #490
  • [FLORA-491] Deduplicate dependencies listed in package overview by @tchoutri in #492
  • [NO-ISSUE] Use Sel for password hashing by @tchoutri in #493
  • [NO-ISSUE] Delete data from test tables instead of dropping the DB by @tchoutri in #494

New Contributors

  • @a-02 made their first contribution in #490

Full Changelog: v1.0.14...v1.0.15

Flora 1.0.14 – Now going meta-index!

13 Dec 16:35
Compare
Choose a tag to compare

With this release, Flora is now able to process other package repositories.

On flora.pm we will start with indexing the Cardano packages. See https://flora.pm/documentation/namespaces for more information.

The search bar also gains modifiers, including one that allows you to restrict a package search to a specific namespace.
See https://flora.pm/documentation/search-features for more. information.

What's Changed

  • Colourise in red deprecation markers on the package page (#438)
  • Added more matches to the natural language processing category (#440)
  • Allow package imports from multiple repositories (#444)
  • Add a page on namespaces in the documentation (#451)
  • Add initial support for hosting package tarballs (#452)
  • Show depended on components in dependencies page (#464)
  • Add search bar for reverse dependencies (#476)
  • Support non Hackage repo URLs (#479)
  • Add description field in package index (#486)
  • Introduce search bar modifiers (#487)

New Contributors

  • @LemonjamesD made their first contribution 🎉

Flora 1.0.13

17 Sep 11:37
50e39c5
Compare
Choose a tag to compare

What's Changed

  • Exclude deprecated releases from latest versions and search (#373)
  • Add namespace browsing (#375)
  • Overhaul the nix setup of flora and adjust the docs accordingly (#369)
  • Allow importing from index tarballs and incremental importing (#387)
  • Introduce a public API (#415)
  • Fixed text color for header and button in login page (#418)
  • Fix mismatching OpenSearch names (#427)
  • Fix the margins of the search bar in mobile view (#430)
  • Have proper breadcrumbs for the package page title (#431)
  • Configure the API gateway (#432)

New Contributors

Full Changelog: v1.0.12...v1.0.13

Flora 1.0.12

04 Apr 18:41
Compare
Choose a tag to compare
  • Limit the display of versions on package pages (#358)
  • Speed-up package(s) import using bounded concurrency (#360)
  • Fix the display of latest viable version when viewing a deprecated release (fd96294)