Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cerberustesting
/
cerberus-core-angular
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
14
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Changes to make it easier for new developers to come onboard, changes to environment.prod.ts and service library CRUD pages
- #45
#45
Open
scdsilva
wants to merge 23 commits into
cerberustesting:master
cerberustesting/cerberus-core-angular:master
from
apspestana:master
apspestana/cerberus-angular:master
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
Changes to make it easier for new developers to come onboard, changes to environment.prod.ts and service library CRUD pages
#45
scdsilva
wants to merge 23 commits into
cerberustesting:master
cerberustesting/cerberus-core-angular:master
from
apspestana:master
apspestana/cerberus-angular:master
Copy head branch name to clipboard
Commits
Commits on Feb 7, 2022
In package.json changed version of app from "0.1-SNAPSHOT" to "0.0.1", because I was having the error "npm ERR! Invalid version: "0.1-SNAPSHOT"" when running "npm link" (which I needed to run becau…
Show description for 95b21b5
apspestana
committed
95b21b5
View commit details
Copy full SHA for 95b21b5
Browse repository at this point
Added info to the "get started" section of README.md to make it easier for new developers to get up and running.
apspestana
committed
ea17190
View commit details
Copy full SHA for ea17190
Browse repository at this point
Added info to the "developer guide" section of README.md.
apspestana
committed
20a13e6
View commit details
Copy full SHA for 20a13e6
Browse repository at this point
Commits on Feb 8, 2022
Did changes so that all files pass linting (command "ng lint").
apspestana
committed
3f325aa
View commit details
Copy full SHA for 3f325aa
Browse repository at this point
Updated version of dependencies @babel/core, @babel/preset-env, @babel/register and @babel/compat-data so that the command "ng build --prod" executes successfully. Before updating the version of th…
Show description for 2751d19
apspestana
committed
2751d19
View commit details
Copy full SHA for 2751d19
Browse repository at this point
Changed environment.prod.ts to make it safer for the deployment script (as implemented by BD) to replace specific configuration values (instead of a value we now have a placeholder, for the deploym…
Show description for 80e5939
apspestana
committed
80e5939
View commit details
Copy full SHA for 80e5939
Browse repository at this point
Commits on Mar 25, 2022
Added the components for service library, also added the routes and changed the filter service to handle systems
scdsilva
committed
dd87d96
View commit details
Copy full SHA for dd87d96
Browse repository at this point
Commits on Mar 28, 2022
Added missing imports
scdsilva
committed
31783ef
View commit details
Copy full SHA for 31783ef
Browse repository at this point
Commits on Mar 30, 2022
Added user systems by parameters, added applications request to use on form
scdsilva
committed
b327b78
View commit details
Copy full SHA for b327b78
Browse repository at this point
Added service attributes, imported Bootstrap (v5) and added form elements
scdsilva
committed
98e381d
View commit details
Copy full SHA for 98e381d
Browse repository at this point
Added a few methods to switch fields showing, based on the selected type and method
scdsilva
committed
65e1f22
View commit details
Copy full SHA for 65e1f22
Browse repository at this point
Commits on Apr 4, 2022
Added call to invariants list for type and method, on service create/edit. Added changes to only show fields based on the type and method selected.
scdsilva
committed
8b00aae
View commit details
Copy full SHA for 8b00aae
Browse repository at this point
Commits on Apr 5, 2022
Create service - first stable version. Added dynamic tables, dependent data and toFormData format. Duplicated names error is now handled by the server
scdsilva
committed
a9595a2
View commit details
Copy full SHA for a9595a2
Browse repository at this point
Commits on Apr 6, 2022
Added drag and drop file.
scdsilva
committed
d622e90
View commit details
Copy full SHA for d622e90
Browse repository at this point
Commits on Apr 7, 2022
Added request to get service, prearing for edit functionality. Removed the multi selection on services list. Added html format code on tooltip. Added some refactorings.
scdsilva
committed
452d127
View commit details
Copy full SHA for 452d127
Browse repository at this point
Adjustments to model, to fit the names received. Permission check for edit functionality
scdsilva
committed
2f5f28b
View commit details
Copy full SHA for 2f5f28b
Browse repository at this point
Commits on Apr 11, 2022
Permissions to edit, create, duplicate actions
scdsilva
committed
a6cec28
View commit details
Copy full SHA for a6cec28
Browse repository at this point
Commits on Apr 12, 2022
Duplicate mode and some refactoring
scdsilva
committed
6685d10
View commit details
Copy full SHA for 6685d10
Browse repository at this point
Commits on Apr 14, 2022
Added user preferences to get datatables configurations. Added load, reset and save user preferences. Loaded preferences from the current structure and parse to the angular app one.
scdsilva
committed
0ae8730
View commit details
Copy full SHA for 0ae8730
Browse repository at this point
Commits on Apr 18, 2022
Modifications to user preferences
scdsilva
committed
34a39f4
View commit details
Copy full SHA for 34a39f4
Browse repository at this point
Added a new preference for services datatable, on a new format
scdsilva
committed
ef128a7
View commit details
Copy full SHA for ef128a7
Browse repository at this point
Commits on Apr 20, 2022
Changes on Preferences for datatable
scdsilva
committed
00f4a16
View commit details
Copy full SHA for 00f4a16
Browse repository at this point
Merge branch 'service-library-migration'
scdsilva
committed
abee137
View commit details
Copy full SHA for abee137
Browse repository at this point
You can’t perform that action at this time.