-
Notifications
You must be signed in to change notification settings - Fork 0
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 #13
Merged
Merged
Feature #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Amithsai
pushed a commit
that referenced
this pull request
Jun 7, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 8, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 15, 2024
* Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 15, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
Amithsai
pushed a commit
that referenced
this pull request
Jun 15, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
Amithsai
pushed a commit
that referenced
this pull request
Jun 15, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
Merged
IMISSHER99
added a commit
that referenced
this pull request
Jun 15, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 15, 2024
* Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#39) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#40) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#41) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#42) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#39) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#40) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#41) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#42) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name * Golden (#29) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Created a dummy header component * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * REMOVED ON PUSH TRIGGER * Resolved Conflicts * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#43) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for oth…
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#39) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#40) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#41) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#42) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
Amithsai
pushed a commit
that referenced
this pull request
Jun 20, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#39) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#40) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#41) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#42) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#45) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name * Golden (#29) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Created a dummy header component * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * REMOVED ON PUSH TRIGGER * Resolved Conflicts * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo *…
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name * Golden (#29) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Created a dummy header component * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * REMOVED ON PUSH TRIGGER * Resolved Conflicts * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#43) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for oth…
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#39) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#40) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#41) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#42) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local>
Merged
Amithsai
pushed a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#43) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#39) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#40) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#41) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Feature (#42) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Develop (#46) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- Co-authored-by: Amith <amith@Amiths-Laptop.local> * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Cr…
Merged
IMISSHER99
added a commit
that referenced
this pull request
Jun 20, 2024
* Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- * Develop (#43) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) --------- * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- --------- --------- * Feature (#34) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run --------- * Feature (#35) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works --------- * Feature (#36) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works --------- * Feature (#37) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now --------- * Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- * Feature (#39) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory --------- * Feature (#40) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY --------- * Feature (#41) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory --------- * Feature (#42) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file * Changed Working Directory * Changed Working Directory * Removed WOrking Directory * ADDED WORKING DIRECTORY * Updated Directory * Changed Docker image name * Changed Docker image name --------- --------- * Develop (#46) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED * Golden (#31) * Develop (#28) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Feature (#17) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Feature (#18) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Feature (#19) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports * Added comments * Created a custom hook to handle click outside of the header * Added Header ref to integrate the custom useClickOutside hook * Addded Menu and website page * Added new action for vulnerability scan * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Changed Trigger Logic for Vulnerability Scan * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions * Added Permissions (#23) * REMOVED ON PUSH TRIGGER * Feature (#26) * Added Permissions * REMOVED ON PUSH TRIGGER * Resolved Conflicts * UPDATED --------- * Golden (#29) (#30) * Develop (#4) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing --------- * Develop (#11) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image --------- * Develop (#14) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key --------- * Develop (#16) * Created a dummy header component * Added CSS * Added Header and Navigation * Created github action * Fixed npm install command typo * Testing Caching * Still Testing * Added styles for search bar * Added Searchbar component * Added Empty dockerfile * Added button component * Added buttons to header and added login and signup buttons * Added on click to the function to change styles for other component * Added Docker File and tested locally * Added Dockerhub login * Added metadata action testing to see what it does * Change image name * Added Build and push action testing to see if it works * Changed Order lets see if push works now * Change name for docker image * Added Responsive styles * Added Mobile Icons * Added Responsive styles * Created dummy component * added Navigation Dropdown component * Added External Cache Registry to cache and speed up the build * Added Docker buildX setup * Changed Name of the image * Feature (#13) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Feature (#15) * Created dummy dropdown component * Changed Font to lato * Changed Font added Navigation Drodown * Added Missing Key * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Removed unused imports --------- * Develop (#24) * Cr… Co-authored-by: IMISSHER99 <145341240+IMISSHER99@users.noreply.github.com> Co-authored-by: Amith <amith@Amiths-Laptop.local>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.