1. 11 Mar, 2024 1 commit
  2. 08 Mar, 2024 2 commits
  3. 07 Mar, 2024 3 commits
  4. 06 Mar, 2024 2 commits
  5. 05 Mar, 2024 1 commit
  6. 04 Mar, 2024 2 commits
    • Andrew Walker's avatar
      Fix error message for errors umounting sysdataset (#13283) · 3ac1b2aa
      Andrew Walker authored
      This commit does the following:
      
      1. Fixes a bug whereby query for processes owned by paths would not
         list the paths within the `paths` variable in output
      2. Adds ability to pass a parameter to include files opened by
         the middlewared process in the output to assist in troubleshooting
         issues where the middlewared process is what is preventing system
         dataset umount from occuring.
      3. Passes new parameter when handling errors during systemdataset
         setup.
      4. Parses the recursive umount error message for the dataset that failed
         and pass that to the call to look up processes.
      3ac1b2aa
    • M. Rehan's avatar
  7. 01 Mar, 2024 2 commits
    • Caleb St. John's avatar
      NAS-127612 / 24.10 / Remove unnecessary keys in webui.enclosure.dashboard endpoint (#13263) · f1479e3a
      Caleb St. John authored
      * remove unnecessary keys from webui.enclosure.dashboard
      
      * dont convert rotation rate to str
      f1479e3a
    • Andrew Walker's avatar
      NAS-127627 / 24.10 / improve audit.query performance (#13271) · 4cfaebd4
      Andrew Walker authored
      This commit improves performance of the audit.query endpoint in the following ways:
      1. Majority of combinations of query-filters and query-options are now passed directly
          to auditbackend.query where they are converted into SQL. This avoids having
          to manipulate potentially very large lists within filter_list.
      2. Parse user-provided `query-filters` to look for opportunities to limit the
          number of audit databases we query.
      3. When multiple databases are the target of a particular audit.query call,
          perform the queries concurrently via asyncio.gather.
      4cfaebd4
  8. 29 Feb, 2024 5 commits
  9. 28 Feb, 2024 5 commits
  10. 27 Feb, 2024 6 commits
  11. 26 Feb, 2024 6 commits
  12. 24 Feb, 2024 1 commit
  13. 23 Feb, 2024 3 commits
  14. 22 Feb, 2024 1 commit