portainer/app
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
..
agent feat(app): debounce on all search fields (#3058) 2019-08-12 16:27:05 +02:00
azure feat(app): debounce on all search fields (#3058) 2019-08-12 16:27:05 +02:00
docker fix(services): enforce minimum replica count of 0 (#3653) 2020-03-29 13:25:50 +13:00
extensions refactor(UX): disable/remove uneeded UI elements (#3530) 2020-01-31 16:49:59 +01:00
integrations feat(app): debounce on all search fields (#3058) 2019-08-12 16:27:05 +02:00
portainer refactor(tags): refactor tag management (#3628) 2020-03-29 22:54:14 +13:00
__module.js feat(deps): multiselect library as dependency (#3255) 2019-10-14 15:43:58 +02:00
app.js fix(app): permissions lost for UI on browser refresh (#3354) 2019-11-26 17:01:39 +13:00
config.js feat(app): set anonymizeIp property for GA (#2919) 2019-06-02 18:16:07 +12:00
constants.js feat(app): add externally sourced support options (#3249) 2019-10-10 10:59:27 +13:00
index.html style(app): update app loading text (#3046) 2019-07-26 10:20:38 +12:00
vendors.js feat(deps): multiselect library as dependency (#3255) 2019-10-14 15:43:58 +02:00