Skip to content
Snippets Groups Projects
  1. Nov 22, 2024
  2. Nov 21, 2024
    • Konrad Mohrfeldt's avatar
      feat: add re-usable validator mixin for write permissions · 3ff518fa
      Konrad Mohrfeldt authored
      We have introduced a system for custom field write permissions that
      allows administrators to control which users can write specific fields
      in steering.
      
      This system is based on specific model permissions in the form of:
      	{app_label}.edit__{model_name}__{field_name}
      
      This mixin makes it easy to check said permissions simply by including
      it as part of the serializer.
      3ff518fa
  3. Nov 20, 2024
  4. Nov 15, 2024
  5. Nov 13, 2024
  6. Nov 12, 2024
  7. Nov 04, 2024
  8. Nov 01, 2024
  9. Oct 30, 2024
  10. Oct 28, 2024
  11. Oct 08, 2024
  12. Sep 18, 2024
  13. Aug 01, 2024
  14. Jul 31, 2024
  15. Jul 27, 2024
    • Konrad Mohrfeldt's avatar
      feat: add debug application-state endpoint · 0d6038bf
      Konrad Mohrfeldt authored
      This new endpoint allows clients to easily purge steering’s application
      state. It is primarily designed for use in integration tests as outlined
      in aura#387.
      
      The endpoint is available in debug mode so that developers can inspect
      the schema. However, any request to it is denied unless the
      OPERATING_MODE environment variable is set to "tests". This is a
      precaution for administrators that use the debug mode to analyze
      application issues in production.
      0d6038bf
  16. Jul 24, 2024
  17. Jul 18, 2024
  18. Jul 17, 2024
Loading