Commit Graph
172 Commits
Author SHA1 Message Date
Joxit fe2fcc1104 [fix-image-history] Add some query optimization 2018-12-18 23:25:57 +01:00
Joxit 581975b99e [fix-image-history] Create move history-elements in its own tag tag-history-element
- Add id and ExposedPort
- Better rendering for arrays
- Add more const instead of var
2018-12-17 00:38:25 +01:00
Joxit ed1e928bf3 [fix-image-history] Add config values for top level history and improve element values rendering
Move icons to js mapping function instead of CSS
In dockerfile, author cand be randered through `MAINTAINER xxx` or `LABEL maintainer=xxx`
2018-12-16 00:06:35 +01:00
Joxit ffd0a7c628 [fix-image-history] Move byteToSize in app.tag and use it in image history. Better render for created_by 2018-12-14 21:57:42 +01:00
Joxit cb50dd42d8 [fix-image-history] Sort elements attributes (os, id, created...) 2018-12-13 20:05:28 +01:00
Joxit 5aaedfb0aa [fix-image-history] Move from v1 manifest to manifest v2 2018-12-12 22:41:20 +01:00
Joxit 7cb06d57ee [fix-image-history] Add blobs in DockerImage image, this will superseds current tag-history call 2018-12-11 23:09:22 +01:00
Joxit a6b6c1531b [docker svg] Change docker logo for a simplified one
Size changed from 12.5Kio to 4.5Kio
2018-12-09 17:34:57 +01:00
Jones Magloire e89a0112ae Merge pull request #58 from lennartblom/master
New Feature: Overview of tag history content
2018-12-08 15:49:55 +01:00
Joxit 4aa016090c Add more const 2018-12-07 19:46:08 +01:00
Lennart Blom 7163150cf5 Optimize GUI elements and HTTP logic for content preperation 2018-12-06 22:01:35 +01:00
Lennart Blom c176a082d9 Change wording of headline 2018-12-06 21:13:13 +01:00
Lennart Blom 67ad46a851 Change wording of headline 2018-12-06 21:12:55 +01:00
Lennart Blom 06a11a706b Merge remote-tracking branch 'origin/master' 2018-12-06 21:10:51 +01:00
Lennart Blom 04259ab43d Change wording of headline 2018-12-06 21:10:12 +01:00
Jones Magloire 896031e894 Merge pull request #44 from onizet/master
Improve documentation: traefik sample
2018-12-05 21:46:08 +01:00
Joxit 8643fb16ff Add contributors section 2018-12-03 20:26:41 +01:00
Olivier Nizet becf8bf887 Move documentation about traefik as a full runnable example 2018-12-03 20:12:33 +01:00
Lennart Blom 472b485455 Remove test logging 2018-12-03 16:48:21 +01:00
Olivier Nizet 637f7635dc Example behind Traefik 2018-12-03 16:45:07 +01:00
Lennart Blom ae78b2d355 Fix navigation bug
The href="#" was troubling the view that the history appeared just for
a few milliseconds... the button with given onclick event does work now.
2018-12-03 16:36:51 +01:00
Lennart Blom 249d021152 Formate code 2018-12-02 19:15:27 +01:00
Lennart Blom e3437daefe Use toLocaleString() instead of custom date format 2018-12-02 18:58:04 +01:00
Lennart Blom 246369fdec Move go function to taghistory-namespace within app.tag 2018-12-02 18:56:34 +01:00
Lennart Blom b94a65d79b Remove space in front of function brackets 2018-12-02 18:52:34 +01:00
Lennart Blom bf975cd29b Formate code 2018-12-01 21:29:40 +01:00
Lennart Blom 292336c1b6 Format code 2018-12-01 21:23:48 +01:00
Lennart Blom 6d849a9e95 Add information text about the history elements 2018-12-01 21:11:09 +01:00
Lennart Blom 86f78f7604 Remove instance usage of registryUI.taghistory 2018-12-01 21:00:27 +01:00
Lennart Blom 43af3ffdcf Remove logging 2018-12-01 20:52:53 +01:00
Lennart Blom f364564d0e Remove logging 2018-12-01 20:51:55 +01:00
Lennart Blom 39cf28e562 Remove logging and format code 2018-12-01 20:50:55 +01:00
Lennart Blom 66fe613b6f Optimize format 2018-12-01 20:50:16 +01:00
Lennart Blom cf883cbfc7 Optimize routing and code format 2018-12-01 20:49:59 +01:00
Lennart Blom 5bb7dfce7d Optimize date format 2018-12-01 20:32:33 +01:00
Lennart Blom 6d798ca75f Styling of history element headlines 2018-12-01 20:19:07 +01:00
Lennart Blom f6bc4df11f Styling elements and getting structure into data view 2018-12-01 11:44:51 +01:00
Lennart Blom 8ab6ecbf19 Define dynamic parsing of history elements 2018-12-01 11:03:23 +01:00
Lennart Blom c857bd8db6 Add functionality for new tag history view 2018-12-01 00:24:58 +01:00
Lennart Blom fe5e962488 Format code 2018-12-01 00:24:28 +01:00
Lennart Blom 96a926652b Include tag-history-button 2018-12-01 00:23:38 +01:00
Lennart Blom 3f860cd0b5 Define taghistory object 2018-12-01 00:23:14 +01:00
Lennart Blom 3b1b6f2e72 Add new "tag-history" column for tag overview 2018-11-30 22:33:34 +01:00
Lennart Blom 20861bbb0d Add .idea directory to .ignore 2018-11-30 22:10:05 +01:00
Joxit 09b77201be [Fixes #52] image-date tag was missing in static version => v0.5.1 0.5.1 2018-11-23 22:22:17 +01:00
Joxit 2f5e0dd307 Upgrade to v0.5.0 0.5.0 2018-11-20 21:56:14 +01:00
Jones Magloire 08c5eaee7e Merge pull request #51 from Joxit/feat/creation-date
[feat #49] Add creation date to taglist
2018-11-18 12:09:51 +01:00
Joxit 4cb79a670f [feat #49] Add creation date to taglist 2018-11-16 22:07:49 +01:00
Joxit 5173110883 Add new example for https://github.com/Joxit/docker-registry-ui/issues/26#issuecomment-415995589 2018-08-25 23:33:33 +02:00
Joxit d3e93f7064 Fix demo for v0.4.0, sorry 😕 2018-08-04 18:58:36 +02:00