Commit Graph

66 Commits (2.2.1)

Author SHA1 Message Date
Mike Heijmans 9082b4bba4 minor bug fix 2017-08-07 19:24:30 -05:00
Mike Heijmans c6c2a8ac0c Add session secret env variable 2017-08-07 12:09:50 -05:00
Mike Heijmans 7ad85de15f fix missing dependencies for node 2017-08-07 11:40:32 -05:00
Mike Heijmans 7a4f169e6f fix missing dependencies for node 2017-08-07 10:56:54 -05:00
Mike Heijmans 55ee9b32df Merge pull request #38 from parabuzzle/version-2.2
Version 2.2
2017-08-07 09:41:08 -05:00
Mike Heijmans 574f2dcb44 update readme 2017-08-07 09:33:20 -05:00
Mike Heijmans 0b36fcb6a2 implement title properly and update 404 handling 2017-08-07 09:30:58 -05:00
Mike Heijmans 531229b508 Updated the documentation 2017-08-06 22:27:07 -05:00
Mike Heijmans 274a1097f6 Added layer info (fixes #37) 2017-08-06 22:05:23 -05:00
Mike Heijmans ae1aea5e3f image display is working 2017-08-06 22:05:23 -05:00
Mike Heijmans 7703141374 Added not found and auto tag selection for if only 1 tag is available (fixes #36) 2017-08-06 22:05:23 -05:00
Mike Heijmans fb91d8b075 working container and tag selection with filtering 2017-08-06 22:05:23 -05:00
Mike Heijmans 42c353f2ad Add Login handling 2017-08-06 22:05:03 -05:00
Mike Heijmans d12cdec3b8 refactored the api (fixes #6) 2017-08-06 22:04:27 -05:00
Mike Heijmans b7cc3f0083 Merge pull request #34 from elsmorian/patch-1
Attempt to sort non-valid version numbers
2017-06-27 16:18:41 -05:00
Mike Heijmans 7d633ac7ed Merge pull request #29 from TheBay0r/fix-overflow-for-tags
Fix text overflow issue for long tags
2017-06-23 22:00:56 -05:00
Mike Heijmans de63f29d8a Merge pull request #35 from TheBay0r/docker-handles-dependencies
Docker should handle installing dependencies
2017-06-23 21:48:12 -05:00
Stefan Schacherl 6ed9fd5736 Reduce layers and file size 2017-06-23 16:19:09 +02:00
Stefan Schacherl 6dbe3dded3 Docker should handle installing dependencies 2017-06-23 13:54:31 +02:00
Chris Stokesmore 4a148c46b0 Attempt to sort non-valid version numbers 2017-06-22 16:16:01 +01:00
Stefan Schacherl aa8eb80c26 Fix text overflow issue for long tags 2017-06-22 10:48:09 +02:00
Mike Heijmans a7ebd24a4b Merge pull request #25 from slillibri/FIX-sorting
Fix sorting
2017-06-21 11:33:53 -05:00
Scott Lillibridge df129fe30e Fixes from review of PR25 2017-06-02 09:50:06 -07:00
Scott Lillibridge 90f51f6364 Merge branch 'FIX-sorting' of github.com:slillibri/craneoperator into FIX-sorting 2017-05-11 15:25:14 -07:00
Scott Lillibridge 9b7ed9bfb1 Display labels in image info 2017-05-11 15:24:26 -07:00
Scott Lillibridge 6c9a823768 Fix building and tag sorting 2017-05-11 15:24:26 -07:00
Scott Lillibridge d5efb86d83 Display labels in image info 2017-05-11 09:17:56 -07:00
Scott Lillibridge 015eb94b0f Fix building and tag sorting 2017-05-10 14:56:10 -07:00
Mike Heijmans bc97a3fff6 Merge pull request #23 from parabuzzle/parabuzzle/fix_authentication/21
move authentication to the headers.
2017-04-27 08:54:10 -05:00
Mike Heijmans 9b08adad8d move authorization to the headers 2017-04-27 08:48:17 -05:00
Mike Heijmans 41a3721a65 Merge pull request #20 from parabuzzle/reduce_image_size/19
slim down the container
2016-09-29 11:42:38 -07:00
Mike Heijmans 9006ed40fa slim down the container 2016-09-29 11:00:16 -07:00
Mike Heijmans b08634b57c Merge pull request #18 from parabuzzle/fix_version_sort_problem/16
fix version parsing ..again
2016-09-27 18:40:03 -07:00
Mike Heijmans 49f8260f85 fix version parsing ..again 2016-09-27 18:33:37 -07:00
Mike Heijmans 13fe809d50 Merge pull request #17 from parabuzzle/fix_version_sort_problem/16
fix version sort problem on versions with letters in them
2016-09-25 07:50:35 -07:00
Mike Heijmans 994a422918 fix version sort problem on versions with letters in them 2016-09-25 07:42:25 -07:00
Mike Heijmans c11c3ef24b Merge pull request #15 from parabuzzle/add_delete_functions
add image delete functions
2016-09-21 11:43:52 -07:00
Mike Heijmans 37544c0353 add image delete functions 2016-09-21 11:34:54 -07:00
Mike Heijmans d1d437722a
memoize next_version to prevent issues on secondary repository 2016-05-20 09:17:25 -07:00
Mike Heijmans 2b8fb21eff
tag and push other docker repo 2016-05-20 08:14:54 -07:00
Mike Heijmans 42305ea309 Merge pull request #14 from parabuzzle/support_basic_auth_api/issue_13
add support for registry with basic auth setup
2016-05-18 14:03:56 -07:00
Mike Heijmans b0ab493cc8
add support for registry with basic auth setup
fixes #13
2016-05-18 13:23:47 -07:00
Mike Heijmans adb8c52b85 Merge pull request #12 from parabuzzle/add_pull_url_to_info/issue_9
add pull command to information
2016-05-18 10:43:17 -07:00
Mike Heijmans 74004794b5
add pull command to information
fixes #9

also added `REGISTRY_PUBLIC_URL` variable for display in this command and in the footer
2016-05-18 10:35:41 -07:00
Mike Heijmans 688ac19223 Merge pull request #11 from parabuzzle/add_basic_auth/issue_8
add basic auth support
2016-05-18 10:28:16 -07:00
Mike Heijmans 792081212d
add basic auth support
fixes #8
2016-05-18 09:47:23 -07:00
Mike Heijmans 1b0e8b40a8 Merge pull request #5 from parabuzzle/fix_slash_bug/issue_4
handle slashes in container name
2016-05-17 11:29:19 -07:00
Mike Heijmans fd69aea023
handle slashes in container name
fixes #4
2016-05-17 11:23:49 -07:00
Mike Heijmans ef1030878b
House Cleaning
* remove focus box on buttons in chrome
 * add proptype contstraints to components
2016-05-16 13:50:38 -07:00
Mike Heijmans f62a69f062
fix circle test 2016-05-15 10:50:03 -07:00