Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
broken-petclinic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Smart
broken-petclinic
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ece1a7a7ac20a1e816d7dd3bea61b106fc9eab54
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
28
Oct
26
23
21
20
19
16
14
13
2
30
Sep
28
20
Aug
19
25
Jul
15
2
29
Jun
25
24
18
17
9
6
5
29
May
23
20
13
12
11
10
23
Apr
14
1
26
Mar
21
Jan
20
16
5
Dec
28
Nov
18
Oct
26
Aug
8
7
Jul
2
5
Jun
2
1
31
May
11
12
Apr
11
23
Mar
3
24
Feb
3
16
Dec
13
24
Nov
6
27
Sep
25
25
Aug
10
9
1
25
Jul
20
17
12
11
1
30
Jun
28
13
14
12
8
5
28
May
27
25
24
19
9
7
6
3
2
1
26
Apr
25
22
18
15
5
4
27
Mar
25
20
18
15
14
11
5
4
1
26
Feb
25
26
25
24
22
21
20
19
16
15
14
13
12
11
10
8
7
6
5
1
31
Jan
30
29
28
22
19
18
17
16
15
14
10
9
Fix #110 owner and pet validators failed
Fix #108 owner update
#77 move Session scope attributes to the request scope instead
Remove uncessary _method=put parameter and enable the "POST new visit" HTTP request
Merge pull request #106 from trepel/dandelionupdate
JMeter script from Julien Dubois
Update of Dandelion to 1.1.1
#96 change EditorConfig in order to impact other files than Java and XML (i.e.. jsp and html pages)
Merge pull request #104 from trepel/minorcommentsfixes
Removal of redundant comments
#96 Reformat code with EditorConfig
#95 Downgrade to AssertJ 2.2.0 to be compatible with Java 7
Merge pull request #99 from trepel/removalofputmethod
Fix #95 migrate to AssertJ 3.2.0
Merge pull request #98 from freemansoft/master
Fix #101 display the pet type when using the JDBC profile
#92 add some comments to switch from HSQLDB to MySQL
Removed HTTP PUT method - it is not supported in JSP 2.3
added temporary fix for json-simple
Added comments when CallMonitoringAspect called
remove version number
Add missing json-simple dependency
#92 Use column alias
#92 Fix column 'visits.id' not found on MySql
moved spring-data dependency to boot-starter
adding spring boot starter and removing spring-aop
upgraded to latest version of Dandelion
Upgrade to Spring IO platform v1.1.3.
#90 Remove the json-path version which be inherited from the spring.io BOM
#87 Downgrade to AssertJ 2.1.0 in order to build Petclinic with the JDK 7
#90 Reduce the POM size by inheriting from the spring.io BOM
Removing deprecated javadoc
Servlet 3.0, JSP 2.2 and EL 2.2 are the minimum required to deploy Petclinic
#87 Petclinic should be compatible with Java 7 for the time being
Fix #89 Web layer: use @Valid whenever possible
Fix #88 upgrading to Hibernate Validator 5.1.3
Using JSP and JSTL version from the <properties> section
Removing reference to the unknown UserResource class
Remove explicit unboxing
Remove unused VisitRepository from constructor
Loading