- 24 Nov, 2020 1 commit
-
-
Samir Noir authored
When the `branch` parameter is passed to the versions_controller, a 404 is returned because g5k-api doesn't find the specified branch. This is because of a missing concatenation with `origin/`, indeed g5k-api's reference-repository only holds remote git references.
-
- 20 Nov, 2020 1 commit
-
-
Samir Noir authored
The role of this method was to list users for a vlan, this is covered in VlanUsersController.
-
- 12 Nov, 2020 6 commits
-
-
Samir Noir authored
-
Samir Noir authored
Before, the returned JSON contained only "ok" when a node was added to vlan or "unknown_node", and nothing if the node was already present in vlan. Now, it will add a status and message field, for each case (successfully added, unknown and already present in vlan).
-
Samir Noir authored
This allow to have the same hash as the one returned on `/vlans/nodes/{node}` resource
-
Samir Noir authored
-
Samir Noir authored
-
Samir Noir authored
-
- 03 Nov, 2020 3 commits
-
-
Samir Noir authored
-
Samir Noir authored
-
Samir Noir authored
Add a glue to wrap kavlan's API See merge request !80
-
- 28 Oct, 2020 6 commits
-
-
Samir Noir authored
In Kavlan, global vlans from other sites are called 'kavlan-remote'. To be more understandable we choose to rename it.
-
Samir Noir authored
-
Samir Noir authored
-
Samir Noir authored
This allow to list vlans, fetch a specific one and manage the dhcp server for a vlan
-
Samir Noir authored
-
Samir Noir authored
Rails already had the parsed payload to params
-
- 26 Oct, 2020 1 commit
-
-
Samir Noir authored
-
- 22 Oct, 2020 1 commit
-
-
Samir Noir authored
-
- 21 Oct, 2020 4 commits
-
-
Samir Noir authored
Add resources param on job controller index See merge request !81
-
Samir Noir authored
-
Samir Noir authored
This GET param allow to query the job list with the two additional fields `resources_by_type` and `assigned_nodes`.
-
Samir Noir authored
-
- 14 Oct, 2020 2 commits
-
-
Samir Noir authored
-
Samir Noir authored
If the disk resource type doesn't exist in OAR's database, we add it to the possible types so we can have it (empty) im the returned JSON. Some applications need the disks key, even empty.
-
- 12 Oct, 2020 3 commits
-
-
Samir Noir authored
-
Alexandre MERLIN authored
Add storage endpoint See merge request !79
-
Alexandre MERLIN authored
-
- 30 Sep, 2020 2 commits
-
-
Samir Noir authored
Expose all OAR resources on status api See merge request !76
-
Samir Noir authored
-
- 28 Sep, 2020 1 commit
-
-
Samir Noir authored
-
- 25 Sep, 2020 1 commit
-
-
Samir Noir authored
-
- 24 Sep, 2020 7 commits
-
-
Samir Noir authored
-
Samir Noir authored
This route causes the node controller to fail with "No route matches" error when requesting nodes for a cluster.
-
Samir Noir authored
Refresh fake reference-repository See merge request !78
-
Samir Noir authored
-
Samir Noir authored
-
Samir Noir authored
Return 404 when a commit or a branch cannot be found See merge request !77
-
Samir Noir authored
-
- 23 Sep, 2020 1 commit
-
-
Samir Noir authored
Add the ability to return a deep view of reference-repository See merge request !74
-