Skip to content
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

[DAPS, Foxx] - 1180 refactor Part 2 authz #1224

Merged
merged 74 commits into from
Jan 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
d8e0d2d
Remove useless comments
JoshuaSBrown Dec 19, 2024
feb5865
Add repo class
JoshuaSBrown Dec 19, 2024
1dddc59
Apply formatting
JoshuaSBrown Dec 19, 2024
e0a62f7
Merge branch '1180-refactor-authz' into add-support-for-authz-lookup
JoshuaSBrown Dec 20, 2024
dc29840
unit_repo test to CMakeLists.txt
JoshuaSBrown Dec 20, 2024
138a36c
Merge branch '1180-refactor-authz' into add-support-for-authz-lookup
JoshuaSBrown Dec 20, 2024
df3dc1f
Fix entry for testing foxx repo
JoshuaSBrown Dec 20, 2024
33a6254
Add repo tests
JoshuaSBrown Dec 20, 2024
10f1e34
Added more unit tests for the authz module
JoshuaSBrown Dec 30, 2024
f7a161f
Merge branch '1180-refactor-authz' into add-support-for-authz-lookup
JoshuaSBrown Dec 30, 2024
68828e4
Update core/database/foxx/api/authz.js
JoshuaSBrown Dec 30, 2024
d272932
Removed additional spaces.
JoshuaSBrown Dec 30, 2024
ad684dc
Update core/database/foxx/tests/repo.test.js
JoshuaSBrown Dec 30, 2024
c0b0085
Update core/database/foxx/api/authz.js
JoshuaSBrown Dec 30, 2024
adfccc6
Fix authz strategy call
JoshuaSBrown Dec 30, 2024
3f3903a
Update core/database/foxx/api/authz.js
JoshuaSBrown Dec 30, 2024
3a04af9
Merge remote-tracking branch 'origin/add-support-for-authz-lookup' in…
JoshuaSBrown Dec 30, 2024
f81bc28
Standardize error throw calls
JoshuaSBrown Dec 30, 2024
4fbf514
Fix key check
JoshuaSBrown Dec 30, 2024
ae5dcef
Fix premature ; in test expect call
JoshuaSBrown Dec 30, 2024
07fc637
Correct unit tests
JoshuaSBrown Dec 31, 2024
8089e1a
Merge branch '1180-refactor-authz' into add-support-for-authz-lookup
JoshuaSBrown Jan 2, 2025
5e572bd
Merge branch '1180-refactor-authz' into add-support-for-authz-lookup
JoshuaSBrown Jan 2, 2025
e919b44
Update authz.test.js
JoshuaSBrown Jan 2, 2025
97eab94
Add better comments around database method
JoshuaSBrown Jan 2, 2025
73c7f8c
Apply formatting
JoshuaSBrown Jan 2, 2025
5c800ed
Address merge conflicts
JoshuaSBrown Jan 2, 2025
1f99bb9
Fix syntax change
JoshuaSBrown Jan 2, 2025
a263250
Address formatting of jquery file
JoshuaSBrown Jan 6, 2025
72e7c69
add more descriptive posix path error message
JoshuaSBrown Jan 6, 2025
3aa31af
Remove redundant password file creation command
JoshuaSBrown Jan 6, 2025
62f3586
Address jsdoc and typo in description
JoshuaSBrown Jan 7, 2025
f2cdfc2
Remove outdated comments
JoshuaSBrown Jan 7, 2025
1f521ca
Make comments JSDoc compliant
JoshuaSBrown Jan 7, 2025
bf4abd7
Address merge conflict
JoshuaSBrown Jan 8, 2025
049b1f8
Address formatting inconsistency
JoshuaSBrown Jan 8, 2025
7555914
Merge pull request #1196 from ORNL/add-support-for-authz-lookup
JoshuaSBrown Jan 9, 2025
eb5f961
Merge branch '1180-refactor-authz' of github.com:ORNL/DataFed into 11…
JoshuaSBrown Jan 11, 2025
d85dccb
Add missing argument form strategy method call
JoshuaSBrown Jan 13, 2025
2f6e767
Merge branch '1180-refactor-authz' of github.com:ORNL/DataFed into 11…
JoshuaSBrown Jan 13, 2025
ad3f203
Apply prettier
JoshuaSBrown Jan 13, 2025
fbe4323
Address ai suggestion about better error message
JoshuaSBrown Jan 13, 2025
52838c9
Debugging log failure
JoshuaSBrown Jan 8, 2025
73e1be3
Account for multiple images returned in log
JoshuaSBrown Jan 9, 2025
fb88293
Update .gitlab/common.yml
JoshuaSBrown Jan 9, 2025
93ab582
Debugging log container matching
JoshuaSBrown Jan 9, 2025
8209957
Fix typo in gitlab anchor
JoshuaSBrown Jan 9, 2025
ccfc6b6
Debug escape anchor
JoshuaSBrown Jan 9, 2025
00c1d5c
Debug
JoshuaSBrown Jan 9, 2025
6222b54
Debug anchor 2
JoshuaSBrown Jan 9, 2025
3f1344c
Debug anchor 3
JoshuaSBrown Jan 9, 2025
34b015d
Debug anchor 4
JoshuaSBrown Jan 9, 2025
7ecee16
Debug anchor 5
JoshuaSBrown Jan 9, 2025
3813182
Debug 6
JoshuaSBrown Jan 9, 2025
85a3799
Debug 7
JoshuaSBrown Jan 9, 2025
f110c75
Debug 8
JoshuaSBrown Jan 9, 2025
e901493
Fix names of containers from gcs-authz to gcs
JoshuaSBrown Jan 9, 2025
6cf6fcd
Cleanup add comment back in
JoshuaSBrown Jan 9, 2025
141b257
Update common.yml
JoshuaSBrown Jan 9, 2025
286351e
Remove Exports
JoshuaSBrown Jan 9, 2025
2d55899
Cleanup comments and apply formatting
JoshuaSBrown Jan 13, 2025
3fb41c0
Add tests for authz router
JoshuaSBrown Jan 14, 2025
0048e84
Fix problems with path consistent method
JoshuaSBrown Jan 14, 2025
67de479
Merge branch 'devel' into 1180-refactor-authz
JoshuaSBrown Jan 14, 2025
077dd67
Cleanup javascript
JoshuaSBrown Jan 14, 2025
ce5d2ad
Format javascript
JoshuaSBrown Jan 14, 2025
76da5d7
Merge branch 'devel' into 1180-refactor-authz
JoshuaSBrown Jan 15, 2025
21c3ee7
Address eslint
JoshuaSBrown Jan 15, 2025
0f078c2
Address remaining eslint items
JoshuaSBrown Jan 15, 2025
33c44e9
Address Aaron feedback
JoshuaSBrown Jan 15, 2025
8866891
Reorder createRecord
JoshuaSBrown Jan 16, 2025
4e20244
Apply formatting
JoshuaSBrown Jan 16, 2025
5ca6bcf
Merge branch 'devel' into 1180-refactor-authz
JoshuaSBrown Jan 16, 2025
c7cdae3
Merge branch 'devel' into 1180-refactor-authz
JoshuaSBrown Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitlab/common.yml
Original file line number Diff line number Diff line change
@@ -287,12 +287,8 @@
stage: log
script:
- BRANCH_LOWER=$(echo "$CI_COMMIT_REF_NAME" | tr '[:upper:]' '[:lower:]')
- echo "Lower branch is $BRANCH_LOWER"
- export FULL_IMAGE_NAME="${REGISTRY}/${PROJECT}/${COMPONENT}-${BRANCH_LOWER}"
- echo "Full image name is $FULL_IMAGE_NAME"
- export ANCESTORS=$(docker ps -a --filter "ancestor=${FULL_IMAGE_NAME}" --format "{{.Names}}")
- echo "Found Ancestors"
- echo "$ANCESTORS"
- export ANCESTOR_CONTAINERS=$(docker ps -a --filter "ancestor=${FULL_IMAGE_NAME}" --format "{{.Names}}")
- echo "${ANCESTOR_CONTAINERS}"
# It is possible to return more than one container with the same ancestor