api/models
konrad ebb5b332b6
implemented delete team <-> namespace relation
2018-07-18 08:16:15 +02:00
..
fixtures updated fixtures 2018-06-10 11:37:24 +02:00
config.go initial commit 2018-06-10 11:11:42 +02:00
config_test.go initial commit 2018-06-10 11:11:42 +02:00
crudable.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
error.go implemented create team <-> namespace relation 2018-07-17 08:44:21 +02:00
helper.go Fixed lint + fmt 2018-07-10 14:02:23 +02:00
list.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
list_create_update.go Fixed creation of new lists 2018-07-12 23:18:50 +02:00
list_delete.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
list_items.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
list_items_create_update.go Implemented CanUpdate method 2018-07-12 23:07:03 +02:00
list_items_delete.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
list_items_rights.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
list_rights.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
main_test.go initial commit 2018-06-10 11:11:42 +02:00
message.go initial commit 2018-06-10 11:11:42 +02:00
models.go Optimized right checking 2018-07-12 21:07:59 +02:00
models_test.go initial commit 2018-06-10 11:11:42 +02:00
namespace_create.go cleanup 2018-07-14 17:36:17 +02:00
namespace_delete.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
namespace_rights.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
namespace_update.go cleanup 2018-07-14 17:36:17 +02:00
namespaces.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
rights.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
team_members_create.go Implemented team update method 2018-07-14 18:29:24 +02:00
team_namespace.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
team_namespace_create.go implemented create team <-> namespace relation 2018-07-17 08:44:21 +02:00
team_namespace_delete.go implemented delete team <-> namespace relation 2018-07-18 08:16:15 +02:00
team_namespace_rights.go implemented delete team <-> namespace relation 2018-07-18 08:16:15 +02:00
teams.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
teams_create.go Implemented team update method 2018-07-14 18:29:24 +02:00
teams_delete.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
teams_rights.go implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
teams_update.go Implemented team update method 2018-07-14 18:29:24 +02:00
test_fixtures.go initial commit 2018-06-10 11:11:42 +02:00
unit_tests.go unit tests improvments 2018-06-10 14:24:33 +02:00
user.go Fixed lint + fmt 2018-07-10 14:02:23 +02:00
user_add_update.go implemented namespace update via interface method 2018-07-12 00:30:31 +02:00
user_delete.go initial commit 2018-06-10 11:11:42 +02:00
user_test.go made tests work again 2018-06-10 11:41:10 +02:00
users_list.go made tests work again 2018-06-10 11:41:10 +02:00