Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
EasyCloud
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
Model registry
Operate
Environments
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
DSDF
EasyCloud
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
4
20014022/easycloud-corrections
master
default
protected
reorganize-package-hierarchy
support_metric_data_persistence
Tags
6
v2.0.2
v2.0.1
v2.0.0
v1.1.0
v1.0.1
v1.0.0
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
Oct
1
Mar
28
Jan
26
17
16
15
14
11
5
28
Dec
25
24
18
16
15
14
13
12
11
9
28
Nov
20
18
16
7
3
29
Oct
26
16
13
30
Sep
17
9
8
4
3
17
Aug
12
11
31
Jul
30
29
23
13
8
Apr
1
26
Feb
9
5
4
29
Jan
27
25
Update manager.py
master
master
Update README.md
Update metamanager.py
Update manager.py
Update openstack.py
Fixed a typo.
Updated publications again.
Updated publications.
Updated doc
Updated doc
Bumped version number to 2.0.2
v2.0.2
v2.0.2
Updated doc
GCP: small optimization (exploit the fact that 'None', empty strings and empty lists evaluate to 'False').
AWS: code clean-up
Updated doc
Updated doc
Added handle property to access low-level platform interface
Core: small optimization (exploit the fact that 'None', empty strings and empty lists evaluate to 'False').
Core: replaced 'SafeConfigParser' with 'ConfigParser' as the former has been deprecated.
Core: raise an error if the configuration file does not exist (fix issue #1)
Core: small optimization (avoid collecting measures for sinks if the associated thread is not running, that is when no sink is active)
OpenStack: updated the authentication part used by Gnocchi and Ceilometer clients to fit recent updates in OpenStack
Chameleon: updated the authentication part used by Gnocchi client to fit recent updates in Chameleon Cloud
Merge branch 'master' of gitlab.di.unipmn.it:DCS/easycloud
Removed use of 'common.utility.make_dict_proxy_wrapper' (previously used to make an OpenStack instance look like a dictionary) as it is no longer needed: an instance of OpenStack's openstack.compute.v2.server.Server class can now be used as dictionary as its parent class (i.e., the openstack.resource.Resource class) implements the mapping protocol.
Merge branch 'master' of gitlab.di.unipmn.it:DCS/easycloud
Raise an error if the settings file does not exist
Core: small optimization (avoid looking for measure sinks if the configuration parameter is an empty string)
Fixed a typo.
Fixed an import issue.
Bumped version number to 2.0.1
v2.0.1
v2.0.1
GCP: added class to use for implementing synchronized operations (e.g., for waiting until the starting of an instance is done)
Ditto
AWS: added class to use for implementing synchronized operations (e.g., for waiting until the starting of an instance is done)
OpenStack: use InstanceStatus instead of strings in node status map
Chameleon: use InstanceStatus instead of strings in node status map
Cosmetic change
Add missing license file
Doc: Minor changes
Improved doc
Loading