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 }}
gitmajo
/
UniversityDatabase
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Review for other groups
- #14
#14
Open
gitmajo
wants to merge 82 commits into
for_review
gitmajo/UniversityDatabase:for_review
from
master
gitmajo/UniversityDatabase:master
Copy head branch name to clipboard
Conversation
Commits
82
(82)
Checks
Files changed
Open
Review for other groups
#14
gitmajo
wants to merge 82 commits into
for_review
gitmajo/UniversityDatabase:for_review
from
master
gitmajo/UniversityDatabase:master
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2019
Start of project, main added.
gitmajo
committed
54e1597
View commit details
Copy full SHA for 54e1597
Browse repository at this point
travis added
gitmajo
committed
d2d7d03
View commit details
Copy full SHA for d2d7d03
Browse repository at this point
CLASS PERSON
Show description for d9d1efd
majkel-space
committed
d9d1efd
View commit details
Copy full SHA for d9d1efd
Browse repository at this point
README added
gitmajo
committed
a33f0b5
View commit details
Copy full SHA for a33f0b5
Browse repository at this point
CLASS PERSON - reviev correction
majkel-space
committed
c0c04da
View commit details
Copy full SHA for c0c04da
Browse repository at this point
Merge pull request #1 from gitmajo/majkel
Show description for a604590
gitmajo
authored
a604590
View commit details
Copy full SHA for a604590
Browse repository at this point
Commits on Jan 26, 2019
Empty Database files added.
gitmajo
committed
c9eea62
View commit details
Copy full SHA for c9eea62
Browse repository at this point
travis modified for separate cpp files
gitmajo
committed
7714274
View commit details
Copy full SHA for 7714274
Browse repository at this point
printDatabase added
gitmajo
committed
4c07628
View commit details
Copy full SHA for 4c07628
Browse repository at this point
DataBase new methods addPerson & sortByLastName
majkel-space
committed
06ac1de
View commit details
Copy full SHA for 06ac1de
Browse repository at this point
New method remove Person by personalID
majkel-space
committed
002381e
View commit details
Copy full SHA for 002381e
Browse repository at this point
Commits on Jan 27, 2019
polymorphic getInfo added
gitmajo
committed
236c7a4
View commit details
Copy full SHA for 236c7a4
Browse repository at this point
min example with sstream
gitmajo
committed
eaf4763
View commit details
Copy full SHA for eaf4763
Browse repository at this point
first version of printDatabase
gitmajo
committed
a2e6766
View commit details
Copy full SHA for a2e6766
Browse repository at this point
small corrections
gitmajo
committed
4f90303
View commit details
Copy full SHA for 4f90303
Browse repository at this point
DataBase new methods addPerson & sortByLastName
majkel-space
authored and
gitmajo
committed
201365e
View commit details
Copy full SHA for 201365e
Browse repository at this point
polymorphic getInfo added
gitmajo
committed
550a523
View commit details
Copy full SHA for 550a523
Browse repository at this point
min example with sstream
gitmajo
committed
15f1110
View commit details
Copy full SHA for 15f1110
Browse repository at this point
first version of printDatabase
gitmajo
committed
8db8bdb
View commit details
Copy full SHA for 8db8bdb
Browse repository at this point
small corrections
gitmajo
committed
057acbb
View commit details
Copy full SHA for 057acbb
Browse repository at this point
sortBySalary() added
gitmajo
committed
6e124d9
View commit details
Copy full SHA for 6e124d9
Browse repository at this point
Merge branch 'master' into przemek
gitmajo
authored
66ad37f
View commit details
Copy full SHA for 66ad37f
Browse repository at this point
Merge pull request #4 from gitmajo/przemek
Show description for 54c8f24
gitmajo
authored
54c8f24
View commit details
Copy full SHA for 54c8f24
Browse repository at this point
Reformat of code to default vim style
gitmajo
committed
9d6e512
View commit details
Copy full SHA for 9d6e512
Browse repository at this point
saveToFile() added
gitmajo
committed
ae092e7
View commit details
Copy full SHA for ae092e7
Browse repository at this point
Commits on Jan 28, 2019
Passing by value changed to passing by reference
gitmajo
committed
c555a07
View commit details
Copy full SHA for c555a07
Browse repository at this point
loadFromFile() added
gitmajo
committed
deee056
View commit details
Copy full SHA for deee056
Browse repository at this point
setSalary added
gitmajo
committed
88e61aa
View commit details
Copy full SHA for 88e61aa
Browse repository at this point
New method remove Person by personalID
majkel-space
committed
b0067df
View commit details
Copy full SHA for b0067df
Browse repository at this point
Sort by StudentID
majkel-space
committed
05b2ae5
View commit details
Copy full SHA for 05b2ae5
Browse repository at this point
Merge branch 'majkel' of https://github.com/gitmajo/UniversityDatabase into majkel
majkel-space
committed
24f81e2
View commit details
Copy full SHA for 24f81e2
Browse repository at this point
sortBySalary() modified, dynamic_cast added
gitmajo
committed
57c1474
View commit details
Copy full SHA for 57c1474
Browse repository at this point
Formating changes after review
majkel-space
committed
bd9fb03
View commit details
Copy full SHA for bd9fb03
Browse repository at this point
Merge pull request #2 from gitmajo/majkel
Show description for 6a72360
gitmajo
authored
6a72360
View commit details
Copy full SHA for 6a72360
Browse repository at this point
Merge branch 'master' into przemek
gitmajo
authored
b227fd8
View commit details
Copy full SHA for b227fd8
Browse repository at this point
fix problems from merge
gitmajo
committed
6e9b449
View commit details
Copy full SHA for 6e9b449
Browse repository at this point
Merge pull request #5 from gitmajo/przemek
Show description for bf6eb71
gitmajo
authored
bf6eb71
View commit details
Copy full SHA for bf6eb71
Browse repository at this point
searchByLastName - in progress
majkel-space
committed
c79f15e
View commit details
Copy full SHA for c79f15e
Browse repository at this point
Commits on Jan 29, 2019
checkPersonalID() added - initial version
gitmajo
committed
9703004
View commit details
Copy full SHA for 9703004
Browse repository at this point
Search by last name and personal ID
Show description for 5808a9d
majkel-space
committed
5808a9d
View commit details
Copy full SHA for 5808a9d
Browse repository at this point
validatePersonalID() added, version in namespace
gitmajo
committed
7c096be
View commit details
Copy full SHA for 7c096be
Browse repository at this point
searchByLastName, searchByPersonalID, sortByStudentID
Show description for 88044c2
majkel-space
committed
88044c2
View commit details
Copy full SHA for 88044c2
Browse repository at this point
checkPersonalID() added - initial version
gitmajo
committed
d83c74a
View commit details
Copy full SHA for d83c74a
Browse repository at this point
validatePersonalID() added, version in namespace
gitmajo
committed
cea3a06
View commit details
Copy full SHA for cea3a06
Browse repository at this point
Code formating
majkel-space
committed
3380753
View commit details
Copy full SHA for 3380753
Browse repository at this point
Merge branch 'master' into majkel
gitmajo
authored
c42dbe4
View commit details
Copy full SHA for c42dbe4
Browse repository at this point
Merge pull request #7 from gitmajo/majkel
Show description for d5aa68e
gitmajo
authored
d5aa68e
View commit details
Copy full SHA for d5aa68e
Browse repository at this point
Fix after merge. Code format improved.
gitmajo
committed
052d3d6
View commit details
Copy full SHA for 052d3d6
Browse repository at this point
Commits on Jan 30, 2019
Merge branch 'master' of https://github.com/gitmajo/UniversityDatabase into przemek
gitmajo
committed
dc3c0c3
View commit details
Copy full SHA for dc3c0c3
Browse repository at this point
modifySalary(), modifyAddress(), setAddress() added.
gitmajo
committed
ec8c035
View commit details
Copy full SHA for ec8c035
Browse repository at this point
Merge branch 'przemek'
gitmajo
committed
80c40cb
View commit details
Copy full SHA for 80c40cb
Browse repository at this point
new calls added to main
gitmajo
committed
52832bb
View commit details
Copy full SHA for 52832bb
Browse repository at this point
new calls added to main
gitmajo
committed
2d66ea3
View commit details
Copy full SHA for 2d66ea3
Browse repository at this point
CMakeLists.txt improved
gitmajo
committed
f488804
View commit details
Copy full SHA for f488804
Browse repository at this point
Merge branch 'master' of https://github.com/gitmajo/UniversityDatabase into przemek
gitmajo
committed
be20f0f
View commit details
Copy full SHA for be20f0f
Browse repository at this point
searchByStudentID, removeByStudentID
majkel-space
authored and
gitmajo
committed
cd712cf
View commit details
Copy full SHA for cd712cf
Browse repository at this point
sortByPersonalID
majkel-space
authored and
gitmajo
committed
19dbc44
View commit details
Copy full SHA for 19dbc44
Browse repository at this point
modifySalary() argument changed
gitmajo
committed
5ff743a
View commit details
Copy full SHA for 5ff743a
Browse repository at this point
Merge branch 'master' of https://github.com/gitmajo/UniversityDatabase into przemek
gitmajo
committed
ac61e92
View commit details
Copy full SHA for ac61e92
Browse repository at this point
removeByPersonalID() call added to main
gitmajo
committed
f04a4b0
View commit details
Copy full SHA for f04a4b0
Browse repository at this point
Merge branch 'przemek'
gitmajo
committed
5c767ff
View commit details
Copy full SHA for 5c767ff
Browse repository at this point
Commits on Jan 31, 2019
Change of code architecture. Classes separated to new files.
gitmajo
committed
43c86e0
View commit details
Copy full SHA for 43c86e0
Browse repository at this point
SmartPtrs added
gitmajo
committed
7028e32
View commit details
Copy full SHA for 7028e32
Browse repository at this point
Aliases added, to make code more clean
gitmajo
committed
3aeff1f
View commit details
Copy full SHA for 3aeff1f
Browse repository at this point
Commits on Feb 2, 2019
src and include dirs added, CmakeLists.txt improved
gitmajo
committed
42ec01d
View commit details
Copy full SHA for 42ec01d
Browse repository at this point
travis will use CMake now
gitmajo
committed
07fb32c
View commit details
Copy full SHA for 07fb32c
Browse repository at this point
travis fix - typo
gitmajo
committed
7f437cd
View commit details
Copy full SHA for 7f437cd
Browse repository at this point
Gender changed from bool to enum
Show description for 545a3e8
gitmajo
committed
545a3e8
View commit details
Copy full SHA for 545a3e8
Browse repository at this point
database filename saved in variable
gitmajo
committed
53691d5
View commit details
Copy full SHA for 53691d5
Browse repository at this point
Code format improved - indentation
Show description for e0028ad
gitmajo
committed
e0028ad
View commit details
Copy full SHA for e0028ad
Browse repository at this point
src and include dirs added, CmakeLists.txt improved
gitmajo
authored and
majkel84
committed
9a958dd
View commit details
Copy full SHA for 9a958dd
Browse repository at this point
travis will use CMake now
gitmajo
authored and
majkel84
committed
c9e3107
View commit details
Copy full SHA for c9e3107
Browse repository at this point
travis fix - typo
gitmajo
authored and
majkel84
committed
6df7527
View commit details
Copy full SHA for 6df7527
Browse repository at this point
Gender changed from bool to enum
Show description for 599610c
gitmajo
authored and
majkel84
committed
599610c
View commit details
Copy full SHA for 599610c
Browse repository at this point
database filename saved in variable
gitmajo
authored and
majkel84
committed
f3fa3d5
View commit details
Copy full SHA for f3fa3d5
Browse repository at this point
Code format improved - indentation
Show description for 802efec
gitmajo
authored and
majkel84
committed
802efec
View commit details
Copy full SHA for 802efec
Browse repository at this point
Commits on Feb 3, 2019
dynamic_cast replaced with virtual functions, writToFile() / readToFile() divided.
gitmajo
committed
d180560
View commit details
Copy full SHA for d180560
Browse repository at this point
Merge branch 'master' into przemek
gitmajo
authored
5a04dc2
View commit details
Copy full SHA for 5a04dc2
Browse repository at this point
Merge pull request #26 from gitmajo/przemek
Show description for 4b92702
gitmajo
authored
4b92702
View commit details
Copy full SHA for 4b92702
Browse repository at this point
private members renamed - name_
gitmajo
committed
b15c94e
View commit details
Copy full SHA for b15c94e
Browse repository at this point
small correction in comment
gitmajo
committed
eb57f76
View commit details
Copy full SHA for eb57f76
Browse repository at this point
Merge pull request #27 from gitmajo/przemek
Show description for a46e31a
gitmajo
authored
a46e31a
View commit details
Copy full SHA for a46e31a
Browse repository at this point
You can’t perform that action at this time.