Skip to content
Snippets Groups Projects
  1. Jun 25, 2022
    • Matt's avatar
      Update analaytics foreign key migration to use batch operationg to support... · 2ade649a
      Matt authored
      Update analaytics foreign key migration to use batch operationg to support sqlite. Add name to constraint to fix future migrations
      
      Issue #153
      2ade649a
    • Matt's avatar
      fix: Update analaytics foreign key to module version to perform no action when... · 757b500e
      Matt authored
      fix: Update analaytics foreign key to module version to perform no action when module version is removed.
      
      This functionality is handled by the application, to perform removal of analytics when module version is removed or to migrate them when it is replaced
      Add default migration script for change to foreign key
      
      Issue #153
      757b500e
    • Matt's avatar
      feat: Update module version deletion to remove any analytics and update... · 2ee18e96
      Matt authored
      feat: Update module version deletion to remove any analytics and update re-creation of module version to migrate analytics to new module version ID
      
      Create method in AnalyticsEngine to delete analytics associated with module version, used during module version deletion and method to migrate analaytics from one module version to another.
      Update delete method of ModuleVersion to, by default, delete associated analytics.
      Update create_db_row of module version to disable analaytics delete and to perform analytics migration after creation of new module version row.
      Update tests to test the migration and deletion of analytics.
      
      Issue #153
      2ee18e96
    • Matt's avatar
      Merge branch 'release/v2.13.0' into 'main' · c3ed8e13
      Matt authored
      Release 2.13.0
      
      Closes #145 and #146
      
      See merge request !148
      c3ed8e13
  2. Jun 24, 2022
  3. Jun 23, 2022
  4. Jun 21, 2022
  5. Jun 15, 2022
  6. Jun 14, 2022
    • semantic-release-bot's avatar
      chore(release): 2.12.0 [skip ci] · 6fefb5cd
      semantic-release-bot authored
      # [2.12.0](v2.11.0...v2.12.0) (2022-06-14)
      
      ### Bug Fixes
      
      * **test:** Use assert_equal method in module search selenium tests to allow the counting of result cards to be retries, as the cards may not yet be populated on the page ([a4b47164](a4b47164)), closes [#125](#125)
      * Update namespace page to include internal modules. ([245693b6](245693b6)), closes [#125](#125)
      * Update namespace page to show error when no modules exist or namespace does not exist. ([4470af66](4470af66)), closes [#125](#125)
      
      ### Features
      
      * Convert namespace list page to use API calls to obtain list of namespaces. ([9d5308a1](9d5308a1)), closes [#125](#125)
      v2.12.0
      6fefb5cd
    • Matt's avatar
      Merge branch... · 5e96a8e1
      Matt authored
      Merge branch '125-update-namespace-module-provider-lists-and-counts-in-ui-to-only-include-those-with-published' into 'main'
      
      Resolve "Update namespace/module/provider lists and counts in UI to only include those with published and non-beta versions"
      
      Closes #125
      
      See merge request !142
      5e96a8e1
  7. Jun 13, 2022
  8. Jun 12, 2022