Skip to content
Snippets Groups Projects
  1. Aug 19, 2022
    • Antoine Lambert's avatar
      mailmap: Move feature into a dedicated django application · f58181ed
      Antoine Lambert authored
      Move all templates, views, urls and commands related to the mailmap
      feature into its dedicated django application.
      
      Please note that the initial migration will not perform any database
      operations as the tables have already been created by the swh.web.auth
      django application the mailmap feature was previously located at.
      
      Related to T4398
      f58181ed
    • Antoine Lambert's avatar
      Update swh-web django applications configuration and setup · 0306c23d
      Antoine Lambert authored
      Towards reorganizing swh-web features into multiple django applications,
      introduce the following changes regarding their settings:
      
      - Declare a fixed set of base django apps and enable to add extra ones
        through configuration
      
      - Add application templates directory to django templates search paths
      
      - Automatically register URLs of selected django applications
      
      - Inject swh-web django app names in templates to check a feature is enabled
      
      Related to T4398
      0306c23d
  2. Aug 18, 2022
  3. Aug 17, 2022
  4. Aug 12, 2022
    • Antoine Lambert's avatar
      add_forge_now: Add last_{moderator, modified_date} fields to Request · 27e448ca
      Antoine Lambert authored
      Previously, the last moderator and modification date for an Add Forge Now
      request were retrieved by the model serializer.
      
      While it is enough for display, it prevents to sort the requests by last
      modification date when using datatables.
      
      So prefer to add the last_moderator and last_modified_date to the Request
      model instead and update their values when a new RequestHistory model
      is created.
      
      When running migrations, existing requests stored in production database
      will have the values of these new fields set according to their history.
      27e448ca
  5. Aug 10, 2022
  6. Aug 04, 2022
  7. Jul 21, 2022
  8. Jul 20, 2022
  9. Jul 13, 2022
  10. Jul 12, 2022
  11. Jul 11, 2022
  12. Jul 07, 2022
  13. Jul 06, 2022
  14. Jun 30, 2022
Loading