-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beamline Groups & Filtering #203
Conversation
Codecov Report
@@ Coverage Diff @@
## master #203 +/- ##
==========================================
+ Coverage 68.64% 70.21% +1.57%
==========================================
Files 72 84 +12
Lines 2411 3307 +896
==========================================
+ Hits 1655 2322 +667
- Misses 756 985 +229
Continue to review full report at Codecov.
|
89d4733
to
55076cf
Compare
323e9ec
to
8763fe4
Compare
66e4d78
to
5ffbc50
Compare
I made a tentative to remove the need to have I basically added the I moved the commit for that in a separate branch : 194bc8a Feel free to have a look and take it if it seems good to you. |
…e generic location
4d8e16c
to
cdb03e7
Compare
Implements the fundamental authorisation schema:
Also implements some of the core resources and authorises them as above.
Moves the legacy resources to
/legacy
to avoid collision and make clear these are deprecated for removal, as well as moving some files into a legacy folder to be clear about their status tooCloses #213
Closes #166