Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
vtechworks
Dspace7 Angular
Graph
5c60530ffcfe8d955d598f55e46fec55a16cee3e
Select Git revision
Branches
8
JLGBrandingVer2
interfacefix
main
protected
merge_761_changes
upgrade_to_7.6.2
vt_7_x_dev
default
vt_7_x_ppd
vt_7_x_prod
Tags
15
vtechworks_april_29_2024
vtechworks_valentines_day_2024
vtechworks_initial_release
dspace-7.5
dspace-7.4
dspace-7.3
dspace-7.2
dspace-7.1
dspace-7.0
dspace-7.0-beta5
dspace-7.0-beta4
dspace-7.0-beta3
dspace-7.0-beta2
dspace-7.0-beta1
dspace-7.0-preview-1
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Jun
21
20
19
16
15
14
13
12
9
8
7
6
5
2
1
30
May
29
26
25
23
22
19
18
12
11
10
8
5
4
3
27
Apr
24
20
13
12
31
Mar
29
28
27
26
25
24
23
22
21
17
16
15
14
13
10
8
6
2
24
Feb
22
21
20
17
16
15
14
13
10
9
2
1
31
Jan
27
25
24
23
20
18
17
16
13
12
11
10
5
22
Dec
21
20
19
16
15
13
12
8
7
5
2
1
30
Nov
fixed fileSize on full item pages
added download attribute to full item page download links
Merge branch 'pr/116' into dso-list-component
Merge branch 'master' into dso-list-component
replace ng2-truncate with a naive own implementation, because ng2-truncate isnt compatible with the AoT build
fixed issues with retrieve
added crude first recent items list to collection hompage - needs refactoring
switched back to communities
Merge branch 'live-rest-backend' into w2p-41914_DSO-list-component
made use of embedded resources for relationships in the response that contain a single link for a set of resources rather than enumerate the self link of each resource
fixed an issue where the matrix URL pagination params would still be used
Merge branch 'live-rest-backend' into w2p-41914_DSO-list-component
fixed an issue where sometimes the wrong resource would be returned if it was fetched as part of a list, and later queried as a single resource
change thumbnail.component.ts
Change thumbnail.component.ts
Resolve conflicts
Merge remote-tracking branch 'remotes/origin/master' into no-image
Show default image
Merge branch 'live-rest-backend' into w2p-41914_DSO-list-component
fixed issues with related resources that have a single link for a hasMany relationship (e.g. item.bitstreams)
tweaks to the object lists
Merge branch 'live-rest-backend' into w2p-41914_DSO-list-component
updating tests
Merge branch 'master' into live-rest-backend
Merge pull request #115 from artlowel/bug-114-cache-issue
fixed issue where resources that were fetched from a list where not able to be rendered separately
Merge branch 'master' into live-rest-backend
Merge pull request #108 from christian-scheible/community-home-page
Added unsubscribe to community logo subscription.
merged with master
Merge pull request #113 from artlowel/bug-112-collection-homepage-errors
41914: implemented sort for pagination
fixed an issue where incomplete mock data caused an error on collection homepages
switched to 'retrieve' as the property for a bitstream's file url
41914: implemented pagination sort direction/field
41914: implemented pagination sort direction/field
41914: Finished pagination feature for object list
Merge remote-tracking branch 'artlowel/live-rest-backend' into w2p-41914_DSO-list-component
added support for pagination in findAll rest calls
41914: DSO list with pagination from rest