Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vospace-file-catalog
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
VOSpace INAF
vospace-file-catalog
Graph
e4182862aaf4770a9ad16283f25e1cb0feecde6b
Select Git revision
Branches
1
master
default
Tags
1
v0.0.1
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Dec
4
20
Dec
6
Apr
24
Mar
21
1
29
Oct
25
15
Sep
9
Dec
6
10
Oct
6
30
Sep
22
10
27
Aug
8
Jul
7
23
Jun
17
16
15
9
4
31
May
28
27
25
11
6
3
30
Apr
29
26
17
13
1
29
Mar
10
1
27
Feb
26
24
15
8
2
1
28
Jan
27
26
25
21
20
12
11
21
Dec
18
17
Added 'IBM Spectrum Protect integrations: tape_hsm_fs' column to replace 'tape_pool'.
master
master
Removed 'tape_pool' column from 'storage' table (needed for IBM Spectrum Protect integration).
Switch to Postgres v16.1.
Added 'tape_pool' column to 'storage' table.
added collections_node many-to-many relationship
Update .gitlab-ci.yml
Update .gitlab-ci.yml
Update .gitlab-ci.yml
Update .gitlab-ci.yml
Update .gitlab-ci.yml
Delete .gitlab-ci.yml
remove contraint temporarily
added collections table
added immutable field to nodes
Removed 'base_url' field.
removed references to relative_path, os_name and portal storage and location type
Revert to version 12 (needed to ensure that pgSphere works fine).
Switch to PostgreSQL version 14.
Merge branch 'master' of https://www.ict.inaf.it/gitlab/vospace/vospace-file-catalog
added linked_service table for portal link management
Switch to PostgreSQL version 13.
Added fs_path (filesystem path) to nodes and deleted_nodes tables for path refactoring
Removed job_insert trigger (fields update on INSERT is now handled by DAO business logic)
v0.0.1
v0.0.1
added target property for link nodes to nodes and deleted_nodes tables
Added 'node_list' field to job table.
Added transfer_details column on job
Improved job phase triggers
Moved comments before column definitions for uniformity
Added job phase trigger also on insert
Added trigger to update job start/end time on phase update
Removed delta column and added quota column; minor cleanup
Removed 'busy_state' field.
Added job_id column also on deleted_node table (it should be always null)
Removed list_of_files table
Added 'job_id' field to the 'node' table.
Used only recursive queries to map ltree paths to vos paths and added custom functions (performs better)
Added id_from_vos_path() function. Performs much better than joining node_vos_path view
Added constraint to avoid orphan nodes
Added script for correctly restoring the database from a dump recreating the generated columns
Improved view performance
Loading