-
Notifications
You must be signed in to change notification settings - Fork 93
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
Issue/3330 Metadata creation tool & Storage api #3334
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ccb5706 - Browse repository at this point
Copy the full SHA ccb5706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4529c - Browse repository at this point
Copy the full SHA 3e4529cView commit details
Commits on Mar 14, 2022
-
fix: no need & should not return user's current org as root node -- i…
…t should be decided by auth policy
Configuration menu - View commit details
-
Copy full SHA for c1b6bd2 - Browse repository at this point
Copy the full SHA c1b6bd2View commit details -
remove obsolete resource
registry/record
& relevant records defined…… in schema v1.7
Configuration menu - View commit details
-
Copy full SHA for d11d3c0 - Browse repository at this point
Copy the full SHA d11d3c0View commit details -
remove obsolete
object/dataset/published/updateLicenseInfo
& `objec……t/dataset/published/updateNonLicenseInfo`
Configuration menu - View commit details
-
Copy full SHA for 25040d9 - Browse repository at this point
Copy the full SHA 25040d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 147685f - Browse repository at this point
Copy the full SHA 147685fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 897743e - Browse repository at this point
Copy the full SHA 897743eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ee839 - Browse repository at this point
Copy the full SHA b4ee839View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 60aabbd - Browse repository at this point
Copy the full SHA 60aabbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65292fe - Browse repository at this point
Copy the full SHA 65292feView commit details -
explicitly remove 'object/dataset/published/updateLicenseInfo' & 'obj…
…ect/dataset/published/updateNonLicenseInfo' operation
Configuration menu - View commit details
-
Copy full SHA for a45c4d2 - Browse repository at this point
Copy the full SHA a45c4d2View commit details -
- remove userId based query so all datasets the user has access will …
…be shown. - rename tab to Datasets from "My Datasets" - hide add tab when user has no create permission
Configuration menu - View commit details
-
Copy full SHA for 3483df0 - Browse repository at this point
Copy the full SHA 3483df0View commit details -
check user access to metadata creation function by permissions to all…
…ow no-admin user access
Configuration menu - View commit details
-
Copy full SHA for f9e3a37 - Browse repository at this point
Copy the full SHA f9e3a37View commit details -
adjust draft dataset definition in policy: allow records without `dat…
…aset-draft` to be considered as a draft dataset (when publishing.state = "draft").
Configuration menu - View commit details
-
Copy full SHA for 5f69586 - Browse repository at this point
Copy the full SHA 5f69586View commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0328123 - Browse repository at this point
Copy the full SHA 0328123View commit details -
Configuration menu - View commit details
-
Copy full SHA for b623c74 - Browse repository at this point
Copy the full SHA b623c74View commit details -
- move record auth logic to parametered rule
- add rule for resource storage/bucket & storage/object (file)
Configuration menu - View commit details
-
Copy full SHA for 176ad03 - Browse repository at this point
Copy the full SHA 176ad03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83ca72 - Browse repository at this point
Copy the full SHA e83ca72View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfea4f9 - Browse repository at this point
Copy the full SHA bfea4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 624d474 - Browse repository at this point
Copy the full SHA 624d474View commit details -
- add skipAuth option to storage api chart
- create AuthDecisionQueryClient and passing on to apiRouter
Configuration menu - View commit details
-
Copy full SHA for eddc7cb - Browse repository at this point
Copy the full SHA eddc7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed3604 - Browse repository at this point
Copy the full SHA 1ed3604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb7d0b - Browse repository at this point
Copy the full SHA 7fb7d0bView commit details
Commits on Mar 21, 2022
-
- add registry api
getByIdInFull
- apply new auth model enforcement to storage API
Configuration menu - View commit details
-
Copy full SHA for 46bc984 - Browse repository at this point
Copy the full SHA 46bc984View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f74c4 - Browse repository at this point
Copy the full SHA b9f74c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ab276 - Browse repository at this point
Copy the full SHA b7ab276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868c3b2 - Browse repository at this point
Copy the full SHA 868c3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5086b - Browse repository at this point
Copy the full SHA ee5086bView commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82a7caf - Browse repository at this point
Copy the full SHA 82a7cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a1a9c - Browse repository at this point
Copy the full SHA 14a1a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 166445a - Browse repository at this point
Copy the full SHA 166445aView commit details
Commits on Mar 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1c1c41e - Browse repository at this point
Copy the full SHA 1c1c41eView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3ba4f3 - Browse repository at this point
Copy the full SHA a3ba4f3View commit details -
- add storage resource / operations to sql migration file
- adjust require permission for upload - remove `prettier` from storage-api module
Configuration menu - View commit details
-
Copy full SHA for 007ea5f - Browse repository at this point
Copy the full SHA 007ea5fView commit details -
- restore POST /upload/:bucket* as we still need it for UI for now
- will remove it after switch to presigned url based upload
Configuration menu - View commit details
-
Copy full SHA for 622abd2 - Browse repository at this point
Copy the full SHA 622abd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c724bc8 - Browse repository at this point
Copy the full SHA c724bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c8031 - Browse repository at this point
Copy the full SHA 38c8031View commit details
Commits on Mar 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0731a46 - Browse repository at this point
Copy the full SHA 0731a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4295b - Browse repository at this point
Copy the full SHA 6f4295bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 976aa2c - Browse repository at this point
Copy the full SHA 976aa2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c41e0f4 - Browse repository at this point
Copy the full SHA c41e0f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e258c - Browse repository at this point
Copy the full SHA 65e258cView commit details
Commits on Mar 28, 2022
-
- bug fix: authDecisionClient should set Content-Type header to json when post json data
Configuration menu - View commit details
-
Copy full SHA for e6a0ef2 - Browse repository at this point
Copy the full SHA e6a0ef2View commit details -
- make sure delete storage response 200 when the storage object doesn…
…'t exist (without verify access control). We need this as it will make frontend error handling / implementation easier - add more test cases
Configuration menu - View commit details
-
Copy full SHA for 355370f - Browse repository at this point
Copy the full SHA 355370fView commit details -
- #3339 update DB migration script for default role setup
- fix comment typo in policy files
Configuration menu - View commit details
-
Copy full SHA for e453206 - Browse repository at this point
Copy the full SHA e453206View commit details -
Configuration menu - View commit details
-
Copy full SHA for b235334 - Browse repository at this point
Copy the full SHA b235334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91862b7 - Browse repository at this point
Copy the full SHA 91862b7View commit details -
- fix: orgUnit read API should use partial eval
- fix: AspectQueryValue: the default always run in a switch block - fix: getTableColumnName - fix: add round bracet to sql generated from auth decision - update CustodianDropdown & OrgUnitDropdown error text
Configuration menu - View commit details
-
Copy full SHA for 17bcbc8 - Browse repository at this point
Copy the full SHA 17bcbc8View commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e68718 - Browse repository at this point
Copy the full SHA 7e68718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c11ae - Browse repository at this point
Copy the full SHA 86c11aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a25a9e - Browse repository at this point
Copy the full SHA 8a25a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de510c - Browse repository at this point
Copy the full SHA 0de510cView commit details
Commits on Mar 30, 2022
-
#3340 speed up the opa AST evaluate by proactively set
input.
refer……ence as not resolvable
Configuration menu - View commit details
-
Copy full SHA for 7d0d230 - Browse repository at this point
Copy the full SHA 7d0d230View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89a801 - Browse repository at this point
Copy the full SHA b89a801View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6e58e - Browse repository at this point
Copy the full SHA ac6e58eView commit details -
- upgrade react-redux to 7.2.4 - OrgUnitsPage make sure user see current assigned orgunit as root
Configuration menu - View commit details
-
Copy full SHA for a6d1081 - Browse repository at this point
Copy the full SHA a6d1081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b5a01 - Browse repository at this point
Copy the full SHA 40b5a01View commit details
Commits on Mar 31, 2022
-
- use "@magda/typescript-common/dist/ServerError" instead to avoid du…
…plication - add topDownPathTo api
Configuration menu - View commit details
-
Copy full SHA for 98dd521 - Browse repository at this point
Copy the full SHA 98dd521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2947dd0 - Browse repository at this point
Copy the full SHA 2947dd0View commit details -
- adjust the feature behinds the feature flags
- create a more generic orgUnit dropdown - fix topDownPathTo api
Configuration menu - View commit details
-
Copy full SHA for 55ab007 - Browse repository at this point
Copy the full SHA 55ab007View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a0c2e - Browse repository at this point
Copy the full SHA c9a0c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2516c - Browse repository at this point
Copy the full SHA dd2516cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 666a50f - Browse repository at this point
Copy the full SHA 666a50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ead4559 - Browse repository at this point
Copy the full SHA ead4559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d80b9 - Browse repository at this point
Copy the full SHA 72d80b9View commit details -
turned off approval workflow & publish to dga for test site deploymen…
…t (still on for master deployment)
Configuration menu - View commit details
-
Copy full SHA for 09d27c3 - Browse repository at this point
Copy the full SHA 09d27c3View commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56d3c76 - Browse repository at this point
Copy the full SHA 56d3c76View commit details -
#3340 reduce no. of rules in PE result further by filter out "impossi…
…ble rules". Plus, we will also filter out duplicate expressions.
Configuration menu - View commit details
-
Copy full SHA for c850404 - Browse repository at this point
Copy the full SHA c850404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648b710 - Browse repository at this point
Copy the full SHA 648b710View commit details
Commits on Apr 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8582752 - Browse repository at this point
Copy the full SHA 8582752View commit details