portainer/api
Chaim Lev-Ari edd86f2506
refactor(tags): refactor tag management (#3628)
* refactor(tags): replace tags with tag ids

* refactor(tags): revert tags to be strings and add tagids

* refactor(tags): enable search by tag in home view

* refactor(tags): show endpoint tags

* refactor(endpoints): expect tagIds on create payload

* refactor(endpoints): expect tagIds on update payload

* refactor(endpoints): replace TagIds to TagIDs

* refactor(endpoints): set endpoint group to get TagIDs

* refactor(endpoints): refactor tag-selector to receive tag-ids

* refactor(endpoints): show tags in multi-endpoint-selector

* chore(tags): revert reformat

* refactor(endpoints): remove unneeded bind

* refactor(endpoints): change param tags to tagids in endpoint create

* refactor(endpoints): remove console.log

* refactor(tags): remove deleted tag from endpoint and endpoint group

* fix(endpoints): show loading label while loading tags

* chore(go): remove obsolete import labels

* chore(db): add db version comment

* fix(db): add tag service to migrator

* refactor(db): add error checks in migrator

* style(db): sort props in alphabetical order

* style(tags): fix typo

Co-Authored-By: Anthony Lapenna <anthony.lapenna@portainer.io>

* refactor(endpoints): replace tagsMap with tag string representation

* refactor(tags): rewrite tag delete to be more readable

* refactor(home): rearange code to match former style

* refactor(tags): guard against missing model in tag-selector

* refactor(tags): rename vars in tag_delete

* refactor(tags): allow any authenticated user to fetch tag list

* refactor(endpoints): replace controller function with class

* refactor(endpoints): replace function with helper

* refactor(endpoints): replace controller with class

* refactor(tags): revert tags-selector to use 1 way bindings

* refactor(endpoints): load empty tag array instead of nil

* refactor(endpoints): revert default tag ids

* refactor(endpoints): use function in place

* refactor(tags): use lodash

* style(tags): use parens in arrow functions

* fix(tags): remove tag from tag model

Co-authored-by: Anthony Lapenna <anthony.lapenna@portainer.io>
2020-03-29 22:54:14 +13:00
..
archive feat(extensions): add the ability to upload and enable an extension (#3345) 2019-11-20 18:16:40 +13:00
bolt refactor(tags): refactor tag management (#3628) 2020-03-29 22:54:14 +13:00
chisel feat(edge): introduce support for Edge agent (#3031) 2019-07-26 10:38:07 +12:00
cli feat(edge): introduce support for Edge agent (#3031) 2019-07-26 10:38:07 +12:00
cmd/portainer refactor(tags): refactor tag management (#3628) 2020-03-29 22:54:14 +13:00
cron feat(api): add go module support (#3408) 2019-12-05 17:02:27 +13:00
crypto feat(edge): introduce support for Edge agent (#3031) 2019-07-26 10:38:07 +12:00
docker feat(dashboard): add health status to home page and dashboard (#3489) 2020-02-05 07:59:29 +13:00
exec feat(extensions): add the ability to upload and enable an extension (#3345) 2019-11-20 18:16:40 +13:00
filesystem feat(extensions): add the ability to upload and enable an extension (#3345) 2019-11-20 18:16:40 +13:00
git fix(stack): Skip SSL Verification (#3064) 2019-09-10 10:56:16 +12:00
http refactor(tags): refactor tag management (#3628) 2020-03-29 22:54:14 +13:00
jwt feat(api): relocate authorizations outside of JWT (#3079) 2019-09-10 10:58:26 +12:00
ldap fix(settings/authentication): patch LDAP connectivity check (#3561) 2020-02-18 12:25:30 +13:00
libcompose feat(api): rewrite access control management in Docker (#3337) 2019-11-13 12:41:42 +13:00
access_control.go feat(api): rewrite access control management in Docker (#3337) 2019-11-13 12:41:42 +13:00
authorizations.go fix(api): introduce priority based logic for RBAC roles (#3374) 2019-11-18 21:22:47 +13:00
errors.go feat(extensions): introduce RBAC extension (#2900) 2019-05-24 18:04:58 +12:00
go.mod fix(dependencies): bump go-winio lib (#3569) 2020-02-25 18:56:34 +13:00
go.sum fix(dependencies): bump go-winio lib (#3569) 2020-02-25 18:56:34 +13:00
portainer.go refactor(tags): refactor tag management (#3628) 2020-03-29 22:54:14 +13:00
swagger.yaml chore(version): bump version number 2020-03-20 11:37:35 +13:00
swagger_config.json chore(version): bump version number 2020-03-20 11:37:35 +13:00