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

[ADMINAPI-1085]: Create a shared library code for Admin API #194

Merged
merged 9 commits into from
Nov 28, 2024

Conversation

jleiva-gap
Copy link

  • Create EdFi.Ods.AdminApi.Common library
  • Update references between projects
  • Move common classes to the new library
  • Remove redundant code
  • Update nuget packages to remove vulnerabilities

… Admin Console

- Create EdFi.Ods.AdminApi.Common library
- Move common components to the shared library
- Remove redundant code
Copy link

🔍 Vulnerabilities of development:latest

📦 Image Reference development:latest
digestsha256:a58711120989dd629f6a0d4003b340761d46f4e66d85bb43ee4cda0d36203f0c
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size90 MB
packages602
📦 Base Image alpine:3
also known as
  • 3.20
  • 3.20.3
  • latest
digestsha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735
vulnerabilitiescritical: 0 high: 0 medium: 1 low: 0

@jleiva-gap jleiva-gap marked this pull request as ready for review November 26, 2024 14:50
@jleiva-gap jleiva-gap requested a review from a team as a code owner November 26, 2024 14:50
Copy link

@jasonh-edfi jasonh-edfi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Files reviewed and approved for the refactor

{
public static List<IFeature> GetFeatures()
public static List<IFeature> GetFeatures2()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this name correct "GetFeatures2"? It seems this is not required

Removed unused class
@jagudelo-gap jagudelo-gap merged commit 1e3ea49 into adminapi23-rc.0 Nov 28, 2024
1 check passed
@jagudelo-gap jagudelo-gap deleted the ADMINAPI-1085 branch November 28, 2024 14:35
dfernandez-gap pushed a commit that referenced this pull request Jan 27, 2025
* ADMINAPI-1085 [SPIKE]: Create a shared library code for Admin API and Admin Console

- Create EdFi.Ods.AdminApi.Common library
- Move common components to the shared library
- Remove redundant code

* Fix CORS settings

* Update nugets to fix vulnerabilities

* Update version

* Rebase from main branch

* Update docker files to include the new library

* Update workflow to include new library

* Update yml files to include the new library

* Delete FeaturesExtensions.cs

Removed unused class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants