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

Feature Implementations #507

Merged
merged 41 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
a9036eb
feat(#458): add sdd linking page
aswallace Jun 14, 2024
b989732
Merge branch 'develop' of https://github.com/Duke-MatSci/materialsmin…
aswallace Jul 22, 2024
41cff9c
fix dcat prefix and token
aswallace Jul 25, 2024
16cba03
fix unit tests
aswallace Jul 25, 2024
f64a2eb
feat(#458): Making file distribution links resolvable and fixing gql …
tholulomo Aug 9, 2024
b15d2ac
feat(#458): Merging upstream updates
tholulomo Aug 9, 2024
bc718fd
feat(#458): Linter fix
tholulomo Aug 9, 2024
3c5f664
feat(#458): Fix file distribution prefix
tholulomo Aug 9, 2024
899e789
feat(#458): Fix thumbnail depiction prefix
tholulomo Aug 9, 2024
1d1fa5d
feat(#458): Fix gitignore merge conflict
tholulomo Aug 9, 2024
d9faab1
feat(#458): Stop throw error when BE fails to successfully ping elast…
tholulomo Aug 9, 2024
2686a6f
feat(#458): Stop throw error when BE fails to successfully ping elast…
tholulomo Aug 9, 2024
78e5f31
feat(#458): Fix unhandled rejection error
tholulomo Aug 10, 2024
55e999c
feat(#458): Removing unneccessary data from whyis error response log
tholulomo Aug 10, 2024
118791c
Merge pull request #506 from Duke-MatSci/#458_sdd_linking
tholulomo Aug 10, 2024
5d7d66c
Merge branch 'main' into develop
tholulomo Aug 10, 2024
eee1f11
feat: Adding namespace resolver page
tholulomo Aug 13, 2024
5f15d81
feat(#509): Refactoring mock data
tholulomo Aug 13, 2024
e797b3b
feat(#509): Lint fixes
tholulomo Aug 13, 2024
d4f2f41
Merge pull request #510 from Duke-MatSci/resolve_ns
tholulomo Aug 15, 2024
bd913e0
FEAT(#509): Ignore whyis generated files
tholulomo Aug 26, 2024
08615e3
FEAT(#509): Add cytoscape for ontology visualization
tholulomo Aug 26, 2024
3a20185
FEAT(#509): Adding ontology explorer link to drawer
tholulomo Aug 26, 2024
a54db51
FEAT(#509): Add cytoscape to vue main file
tholulomo Aug 26, 2024
27a30b1
FEAT(#509): Update xml curation jsonLD
tholulomo Aug 26, 2024
f5a881c
FEAT(#509): Refactor search explorer
tholulomo Aug 26, 2024
9a9f059
FEAT(#509): Adding ontology and namespace explorer pages to applicati…
tholulomo Aug 26, 2024
2452135
FEAT(#509): Refactor curation object registry as number are not accep…
tholulomo Aug 26, 2024
78d1d10
FEAT(#509): Adding ontology extractor api to managedservices register
tholulomo Aug 26, 2024
4b06251
FEAT(#509): Adding ontology extractor app to managedservices
tholulomo Aug 26, 2024
1eff8e6
FEAT(#509): Adding xml download to restful service
tholulomo Aug 26, 2024
f962759
FEAT(#509): Adding ontology namespace and class explorer to FE
tholulomo Aug 26, 2024
70da030
FEAT(#509): Adding required env var to managedservices
tholulomo Aug 26, 2024
a6711b9
FEAT(#509): Adding function description for ontology extractor github…
tholulomo Aug 26, 2024
2ec12ee
FEAT(#509): Refactor ontology api names and imports
tholulomo Aug 27, 2024
1626cc2
FEAT(#509): Refactoring Ontology Data Caching with Fallback Mechanism…
tholulomo Sep 13, 2024
3db0d4d
FEAT(#509): updating swagger documentation to reuse error schema
tholulomo Sep 13, 2024
fad71aa
FEAT(#509): Adding new field DeflectionAtBreak to registry
tholulomo Sep 13, 2024
dca8fcf
FEAT(#509): Fix ontology visualization and unit tests
tholulomo Sep 13, 2024
0ba6713
CHORES(#509): Updating github action artifact to v4
tholulomo Sep 13, 2024
cd3f54a
Merge pull request #512 from Duke-MatSci/MM-509
tholulomo Sep 13, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
CI: true
- name: Upload Test Coverage
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app-coverage-report
path: app/coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prodci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir app_asset_artifacts && mv app-src_code.zip app_asset_artifacts && mv app-test-coverage-report.zip app_asset_artifacts
- name: Upload App Assets
if: github.event_name == 'push'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app-assets
path: app_asset_artifacts
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
mkdir backend_asset_artifacts && mv backend-src_code.zip backend_asset_artifacts && mv backend-test-coverage-report.zip backend_asset_artifacts
- name: Upload Backend Assets
if: github.event_name == 'push'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: backend-assets
path: backend_asset_artifacts
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ mockDB/fuseki/log4j2.properties
mockDB/materialsmine_backup/
mockDB/fuseki/files/
mockDB/fuseki/
sparqlqueries.html

#Sync DB
mockDB/restore/mongodump/
mockDB/materialsmine_backup/
whyis/materialsmine/whyis-init.sh
mockDB/whyis-init.sh

#Elastic Search
mockDB/es/
Expand Down
Loading
Loading