Commit Graph

3 Commits

Author SHA1 Message Date
Camden Cheek
539a5e2b38
Chore: construct logger inside dbtest.NewDB (#57549)
construct logger inside dbtest.NewDB
2023-10-11 20:41:11 -05:00
Noah S-C
8f08f5716c
monitors: show every users' code monitors to admins (#54981)
Closes https://github.com/sourcegraph/sourcegraph/issues/50898

<details>
<summary>Screenshot from site-admin user view</summary>


![image](https://github.com/sourcegraph/sourcegraph/assets/18282288/3a9f54de-af07-4874-867b-6f61ececfb19)

</details>


## Test plan

Added storybook test, unit tests & manual local testing
2023-07-24 12:11:15 +00:00
Camden Cheek
c836d6a333
Backend: remove EnterpriseDB (#54699)
This moves a bunch of stuff out of enterprise. Notably, the final result
is `EnterpriseDB` no longer exists. This is one of the biggest sticking
points for moving other stuff out of the `enterprise` directory, so this
should help speed up future cleanups.
2023-07-06 20:03:31 -06:00