Commit graph

340 commits

Author SHA1 Message Date
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
Joxit
34200c1114
Release v1.2.1: Add multi-select shortcut 2019-04-25 00:11:41 +02:00
Joxit
67c6cb1bee
feat(multi-select): Multi-select delete with select all 2019-04-25 00:05:29 +02:00
Joxit
021cddfef7
Fix canonical URL in _config.yml 2019-04-23 16:28:33 +02:00
Joxit
c01b440ff2
Release v1.2.0: Add multi-delete & demo canonical URL update 2019-04-23 08:06:41 +02:00
Joxit
63c310181b
feat(multi-delete): Add multi select delete for tags 2019-04-23 08:04:38 +02:00
Vladimir Kozyrev
ab37bcfcef fix docker network name 2019-04-16 13:58:03 +02:00
Joxit
8e539be6ba
Add quick example for issue #20
fixes: #20
2019-04-16 12:21:39 +02:00
Joxit
5b0ffc8eab
Add quick exemple for issue #75 2019-04-15 20:30:50 +02:00
Joxit
188cb80463
feat(mobile): Better supports of mobile devives 2019-03-23 18:53:04 +01:00
Joxit
f1bff47468
fix(static): UI does not send requests to registry under non-root url (#73)
Add example for this issue
fixes: #73
2019-03-21 22:52:34 +01:00
Joxit
df508cdef0
Update links 2019-03-18 22:40:50 +01:00
Joxit
eadaaadadd
Update README registry Access-Control-Allow-Origin option
fixes: #72
2019-02-26 10:35:17 +01:00
Joxit
8ac91180d7
Release v1.1.0: Add PULL_URL option for docker pull customisation
Closes: #71
2019-02-12 23:06:46 +01:00
Joxit
14ca668d7f
Add proxy_ssl_server_name to nginx for strict SNI checking
Closes: #70
2019-02-07 12:24:50 +01:00
Joxit
7400d0466a
[demo] Use raw.githubusercontent.com endpoint instead of joxit.github.io 2019-01-26 21:57:49 +01:00
Joxit
d8b30c6300
[demo] Mock registry server for a serverless demo 2019-01-24 23:48:38 +01:00
Joxit
476a441715
Release v1.0.2: fix bug introduced by #67
Closes #69
2019-01-25 08:18:23 +01:00
Joxit
8055baa951 Release v1.0.1: fix DELETE_IMAGES #67 2019-01-16 21:26:40 +01:00
Jones Magloire
53557b2591
Merge pull request #67 from bluethon/master
fix - DELETE_IMAGES
2019-01-15 22:30:48 +01:00