Commit graph

259 commits

Author SHA1 Message Date
Joxit
e301dda408 release: v1.4.0 add image digest in taglist with some minor fix 2019-10-06 00:23:52 +02:00
Joxit
ce93a4da92 Readme: add more informations about NGINX_PROXY_HEADER_ option 2019-10-05 23:50:10 +02:00
Jones Magloire
7296c2e727
Add Contributor Covenant Code of Conduct 2019-09-28 22:27:52 +02:00
Joxit
94fcd53792 fix: contributors list 2019-09-26 22:03:08 +02:00
Jones Magloire
95558fe75a
Merge pull request #106 from Joxit/contrib/templates
Update issue templates
2019-09-25 07:14:11 +02:00
Joxit
44f3242b85 Add issue templates and contributors.md 2019-09-24 22:41:38 +02:00
Jones Magloire
9b05503e77
Merge pull request #107 from das7pad/feat-drop-head-request
[remove-image] speed up removal process
2019-09-23 00:20:20 +02:00
Jakob Ackermann
980c5ddaa9
[remove-image] speed up removal process
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-21 12:20:53 +02:00
Jones Magloire
2eeae54bca
Merge pull request #102 from das7pad/feat-image-digest
[taglist] display the image digest
2019-09-21 05:53:58 +02:00
Jakob Ackermann
f7fe27c07e
[copy-to-clipboard] remove not needed update call
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-20 23:32:27 +02:00
Jakob Ackermann
48aba129ce
[app] unify error message for blocked access on Docker-Content-Digest
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-20 00:32:16 +02:00
Jakob Ackermann
a2e81ac12c
[http] use Docker-Content-Digest header instead of ETag
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-20 00:07:43 +02:00
Jones Magloire
a48ce7ef75
Merge pull request #103 from berpec/patch-1
Fix typo
2019-09-17 00:34:17 +02:00
Jakob Ackermann
04f4c204d8
[taglist] display the image content digest per tag
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-12 17:37:06 +02:00
Jakob Ackermann
41d71a1991
[taglist] remove redundant information about the repository
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-12 17:36:05 +02:00
Jones Magloire
b3fbaff578
Merge pull request #101 from das7pad/hotfix-ie11
[tag-history] misc: fix for ie11
2019-09-12 17:21:50 +02:00
Bertrand Pechenot
5e2ead0c2a
Fix typo 2019-09-12 14:58:52 +02:00
Jakob Ackermann
70d5ae2601
[tag-history] misc: fix for ie11
REF: 7163150cf5
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-08 18:20:10 +02:00
Jones Magloire
3b0e63ff12
Merge pull request #100 from das7pad/feat-pretty-print-repo
[registryUI] pretty print the registry url
2019-09-08 14:27:14 +02:00
Jakob Ackermann
b6144ae13f
[registryUI] pretty print the registry url
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-07 10:32:02 +02:00
Jones Magloire
65bbac3453
Merge pull request #99 from das7pad/hotfix-missing-registry
[catalog] inject a confirmed repository into the local state
2019-09-07 04:16:03 +02:00
Jakob Ackermann
d380a767af
[catalog] inject a confirmed repository into the local state
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-09-06 23:35:40 +02:00
Jones Magloire
36c44b19a3
Merge pull request #98 from Joxit/FAQ
Add FAQ in Readme
2019-09-05 21:31:48 +02:00
Joxit
28310f9804
Add more questions in FAQ 2019-09-04 21:29:58 +02:00
Joxit
6296a192d6
Add FAQ in Readme 2019-08-31 23:43:34 +02:00
Joxit
a0c88d06f0
Release v1.3.0: pagination in taglist and indent aggregated entries 2019-07-18 01:13:57 +02:00
Joxit
eec736d4e8
feat: Indent aggregated entries after expansion
closes: #90
2019-07-17 23:59:59 +02:00
Joxit
9e99b08b82
fix: delete toggle button when delete is disabled 2019-07-06 11:59:59 +02:00
Jones Magloire
0f805daafa
Merge pull request #86 from Joxit/feat/36-pagination
[Feat #36] Pagination in taglist

## UI update

![image](https://user-images.githubusercontent.com/5153882/59188702-8da13700-8b78-11e9-87ff-64d1b6c8d380.png)

resolves #36 

cc @madhukar93 @gionn
2019-07-05 00:11:23 +02:00
Joxit
8bd1f31c9c
Release v1.2.3: Custom header supports 2019-07-04 23:09:11 +02:00
Jones Magloire
7777ff28df
Merge pull request #89 from Joxit/custom-headers
Supports custom headers when the ui is used as proxy

## Background

Headers can be useful in some cases such as avoid sending credentials when you are on the UI (like #87). Or give to the registry server other properties such as `X-Forward-For` or `Server` headers for monitoring.

## How to use ?

This is compatible only with static version of the UI and used with `REGISTRY_URL` variable.
When you want to add a custom header, add to the registry ui a environment variable or entry in `/etc/nginx/.env` which looks like `NGINX_PROXY_HEADER_Custom_Header`. All underscores (`_`) will be replaced by hyphens (`-`). 

Some example of custom headers as variable:
- `NGINX_PROXY_HEADER_Authorization` for Basic auth credentials
- `NGINX_PROXY_HEADER_X_Forwarded_For` for identifying the originating IP address of a client

An example is bundled with this PR

closes: #87
2019-07-03 00:09:18 +02:00
Joxit
4fee7b44d3
feat: Supports custom headers via file /etc/nginx/.env
Remove the print of headers for security
2019-07-02 23:04:32 +02:00
Joxit
79960ea52d
fix(pagination): page switch and regression on multi delete 2019-06-27 23:54:20 +02:00
Joxit
7716f8b44a
feat: Supports custom headers when the ui is used as proxy 2019-06-24 23:54:21 +02:00
Joxit
0ac7a151d9
fix(pagination): Wrong calcul for num pages 2019-06-23 22:55:32 +02:00
Joxit
1321d9b573
fix: Unable to push image on non 80 port
resolves: #88
2019-06-22 10:47:37 +02:00
Joxit
ef149bf1cc
chore: Memory optimization when delete is not activated 2019-06-17 00:46:46 +02:00
Joxit
e5a406a6ba
fix(pagination): Reset the number of selected tags to delete when the page is updated 2019-06-16 23:07:54 +02:00
Joxit
dbb746981a
fix(pagination): Improve spacing for page next and first page buttons 2019-06-15 22:37:24 +02:00
Sébastien Huss
d7a19734ce Kubernetes support (#85)
* Added a kubernetes example
* Added an helm chart for kubernetes usage
* Added README for the added examples
2019-06-07 00:17:30 +02:00
Joxit
92fc37adb4
feat(pagination): Add handler to pagination buttons 2019-06-04 22:06:14 +02:00
Joxit
02210e0943
fix(pagination): getPage doesn't work for page 2 and now support query param 2019-06-03 01:39:23 +02:00
Joxit
0199f87087
feat(pagination): Identify the current page 2019-05-31 00:44:29 +02:00
Joxit
3399030e4e
feat(pagination): Add pagination component with its style 2019-05-30 00:11:05 +02:00
Joxit
660a938d6e
feat(pagination): Small UI improvements 2019-05-27 22:23:24 +02:00
Joxit
7356591292
feat(pagination): Show only 100 first elements 2019-05-26 01:20:02 +02:00
Joxit
32d0df1af9
New script utils for global static functions 2019-05-21 00:18:24 +02:00
Joxit
5c1cb93a1c
Add badges to README 2019-05-11 12:09:34 +02:00
Jakob Ackermann
9d97c30914
[fonts] fix bad references on the Material Icons font
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-05-03 22:57:37 +02:00
Joxit
cec469ab67
Update project page/README and example issue-75; rebuild project 2019-04-27 22:04:06 +02:00