Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

connected disconnected state removal #3803

Closed
wants to merge 36 commits into from

Commits on Sep 6, 2021

  1. X

    drahnr committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    0c576f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. fixup proc macro

    drahnr committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    9b10894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a90b59 View commit details
    Browse the repository at this point in the history
  3. cleanup warnings

    drahnr committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    04b48ea View commit details
    Browse the repository at this point in the history
  4. split new partial

    drahnr committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    8f738dc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. cleanup: overseer residue

    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    9457019 View commit details
    Browse the repository at this point in the history
  2. spellcheck

    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    b5a3f5f View commit details
    Browse the repository at this point in the history
  3. fixin

    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    b9d1cf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ded22d View commit details
    Browse the repository at this point in the history
  5. Now all malus & tests can be ported to the builder pattern.

    Obsoletes `Overseer::new`, `AllSubsystemsGen` derive macro, `AllSubsystems`.
    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    ed10d78 View commit details
    Browse the repository at this point in the history
  6. spellcheck

    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f895214 View commit details
    Browse the repository at this point in the history
  7. adjust tests, minor fixes

    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    4865bdf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cac23e View commit details
    Browse the repository at this point in the history
  9. add forgotten file dummy.rs

    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f95761d View commit details
    Browse the repository at this point in the history
  10. remove residue

    drahnr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d212767 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. good news everyone!

    drahnr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    00015d4 View commit details
    Browse the repository at this point in the history
  2. spellcheck

    drahnr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f7990be View commit details
    Browse the repository at this point in the history
  3. spellcheck

    drahnr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    9ef9b2e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into bernhard-overseer-c…

    …onnected-disconnected-removal
    drahnr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    363231f View commit details
    Browse the repository at this point in the history
  5. address review comments

    drahnr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    618fb53 View commit details
    Browse the repository at this point in the history
  6. fixup imports

    drahnr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    8ec0361 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fb3a70 View commit details
    Browse the repository at this point in the history
  8. make it conditional

    drahnr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    814a18f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. fixup docs

    drahnr committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    de6f89a View commit details
    Browse the repository at this point in the history
  2. reduce import

    drahnr committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1eda912 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin' into bernhard-overseer-connecte…

    …d-disconnected-removal
    drahnr committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    05f3155 View commit details
    Browse the repository at this point in the history
  4. spellcheck

    drahnr committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1ef6d3b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Merge remote-tracking branch 'origin/master' into bernhard-overseer-c…

    …onnected-disconnected-removal
    drahnr committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    8334908 View commit details
    Browse the repository at this point in the history
  2. chore: fmt

    drahnr committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    6acee9f View commit details
    Browse the repository at this point in the history
  3. hide basics

    drahnr committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    2f60f54 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Merge remote-tracking branch 'origin/master' into bernhard-overseer-c…

    …onnected-disconnected-removal
    drahnr committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9e58be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be948fd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Merge remote-tracking branch 'origin' into bernhard-overseer-connecte…

    …d-disconnected-removal
    drahnr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    a10f0f1 View commit details
    Browse the repository at this point in the history
  2. chore: fmt

    drahnr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e84e6f4 View commit details
    Browse the repository at this point in the history
  3. chore: spellcheck / nlprules

    drahnr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    eee560a View commit details
    Browse the repository at this point in the history
  4. fixup malus variant-a

    drahnr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2e1257f View commit details
    Browse the repository at this point in the history