Commit Graph

86 Commits (master)

Author SHA1 Message Date
Mike Heijmans cbe663b89a add cache load 2019-03-27 21:42:13 -05:00
Mike Heijmans d8e30688a0
Merge pull request #57 from parabuzzle/circle2-2
change to a circleci workflow with deployment
2019-03-27 21:37:35 -05:00
Mike Heijmans ecfbfb962b change to a circleci workflow with deployment 2019-03-27 21:33:12 -05:00
Mike Heijmans 1e0704ba3a create circleci2 config 2019-03-27 16:30:20 -05:00
Mike Heijmans eb3722b8b4
Merge pull request #55 from scones/master
master - general updates including strict mode
2019-03-18 07:36:14 -05:00
Mike Heijmans 0ff17b1e53
Merge pull request #54 from scones/patch-1
fix for long passwords
2019-03-05 09:43:02 -06:00
Dirk Gustke 33d3bf8af3 master - general updates including strict mode 2019-02-19 00:29:53 +01:00
Dirk Gustke 63c545c99e
fix for long passwords
i ran into a little bug, where the password obviously exceeded the linewrap threshold, as i am tryiing to follow NIST guidelines on passwords.
this resulted in a line wrap in the middle of the encoded string, thus invalidating the password. the chomp only removes the whitespaces before an after. strict mode does help with not even adding line feeds.
2019-02-18 23:54:31 +01:00
Mike Heijmans fa9fb3e1af
Merge pull request #48 from heshengbang/master
modified containers to images
2018-04-09 10:17:54 -05:00
heshengbang 9b78c05b31 modified containers to images 2018-04-09 13:57:08 +08:00
Mike Heijmans d5358c2153
Merge pull request #46 from parabuzzle/fix_github_vuls
update rack-protection as per github vul scan
2018-03-25 20:47:41 -05:00
Mike Heijmans 670f8cdd5b update rack-protection as per github vul scan 2018-03-25 20:41:55 -05:00
Mike Heijmans bd868a5688
Merge pull request #45 from parabuzzle/fix_ruby_issue
lock ruby verion to 2.3.6
2018-03-21 19:17:09 -05:00
Mike Heijmans 55fcd2157b add codealike 2018-03-21 07:03:29 -05:00
Mike Heijmans f8db018090 lock to Ruby 2.3.6 2018-03-21 07:02:48 -05:00
Mike Heijmans 2679e6b234
Merge pull request #39 from lloydpick/master
Switch to alpine for container
2018-03-20 12:37:06 -05:00
Mike Heijmans aeed193442
Merge pull request #42 from kubihie/fix-registry-protocol-env-name
fix REGISTRY_PROTOCOL env name
2018-03-20 12:36:12 -05:00
船田 和典 e2d13a694b fix REGISTRY_PROTOCOL env name 2017-09-13 17:11:01 +09:00
Lloyd Pick 3bd3412c18 switch to alpine based container 2017-08-16 16:01:38 -04:00
Lloyd Pick b65e422b4f upgrade ruby to 2.3.4 2017-08-16 16:01:21 -04:00
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