summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorFernando <fernando@jabberfest.com>2019-04-14 11:05:28 -0500
committerFernando <fernando@jabberfest.com>2019-06-20 02:54:09 -0400
commit91cf0cb2d53b6f48560862fc121f897bb7331046 (patch)
tree8c729d86e034cd75f52a32a81b89aba091f8a7d9 /changelogs
parentadeccba13676b831335e2f12f779f77602298b31 (diff)
downloadgitlab-ce-91cf0cb2d53b6f48560862fc121f897bb7331046.tar.gz
Paginate license management and add license searchpaginate-license-management
First pass at license pagination * Paginate license management client side * Refactor license list into seperate component Add string filtering to license names * Add search input to query on license name Add add license button * Refactor add license button to be a slot Clean up styles and button state logic * Clean up alignment * Disable button when dorpdown is open Remove client side alphabetical sorting * Let the databse return order by date Refactor list to use row slot Further abstract pagination list compnent Finish refactor of paginated list * Refactor component into generic paginated list component * Add additional style tweaks + responsive classes Run prettier Update license_management_spec Run Prettier Add unit tests for paginated list component * Refactor template to be valid html (li in ul) * Add jest unit tests Add additional unit tests * Add unit tests around pagination and search states Add unit tests for filter props Pretty print, lint, and add changelog Update po files Regernate pot file Backport EE changes * Update paginated list component * Update specs and snapshot Add POT file Update default copy for pagianted list * update copy for empty and empty search result states Update pot file Backport changes from EE merge request * Paginaed list component and specs Backport EE changes Update paginated list snapshot Update license management docs and images Backport paginated-list component from EE Link to gitlab-ui artifacts job Match gitlab ui build to EE Update pot file Backport Paginated list changes Set gitlab-ui to temp artifact Add changelog
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/paginate-license-management.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/paginate-license-management.yml b/changelogs/unreleased/paginate-license-management.yml
new file mode 100644
index 00000000000..c5134978612
--- /dev/null
+++ b/changelogs/unreleased/paginate-license-management.yml
@@ -0,0 +1,5 @@
+---
+title: Backport and Docs for Paginate license management and add license search
+merge_request: 27602
+author:
+type: changed