Commit graph

16 commits

Author SHA1 Message Date
Konrad Kleine d2b34b79c6 Don't strip trailing slashes from the resource URL by escaping the slash.
This change required an update to AngularJS ~1.3.0 which currently resolves 1.3.0-rc.2.

This is the thing we needed: https://github.com/angular/angular.js/pull/5560

The feature is documented in the AngularJS API reference: https://docs.angularjs.org/api/ngResource/service/$resource
2014-09-18 14:46:45 +02:00
Konrad Kleine 600457ac85 bower uninstall angular-bootstrap --save 2014-09-18 14:23:22 +02:00
Konrad Kleine b855bca5a3 Removed default params from resource actions. Added trailing slash to Repository.delete resource URL 2014-09-18 14:10:51 +02:00
Konrad Kleine 64b104c54b Fixed typo in repository deletion toastr message. 2014-09-18 10:25:51 +02:00
Konrad Kleine 09783be1bc Simplified Create tag dialog. Moved "form me" logo to left 2014-09-17 15:41:45 +02:00
Konrad Kleine fb92ca1f72 Create tag + deletion of tag and repo work 2014-09-17 10:23:12 +02:00
Konrad Kleine 780d6b751b Removed image 2014-09-16 16:27:20 +02:00
Konrad Kleine 629abd43bf Tag details, Tag creation (almost), Tag deletion, Image details
The Tag.exists() service is not working properly, affection creation and deletion of Tags.

Somehow one can only add tags to existing repos only. Thats why I've modified the creation dialog.
2014-09-16 16:25:27 +02:00
Konrad Kleine e0e238134f Added about page 2014-09-16 10:43:10 +02:00
Konrad Kleine 27d1b82990 Using Resource instead of plain $http for everything
Working repo listing and searching as well as tag listing and searching. Tag list was outsourced to its own tag-list-directive.(js|html).
2014-09-16 10:11:17 +02:00
Konrad Kleine 329a82a2af First working usage of ngResource as a replacement for cumbersome based docker-service.js. Removing unused files 2014-09-15 17:13:44 +02:00
Konrad Kleine 0996a90a50 Added basic Dockerfile for testing automated builds on the Docker Hub. Minor cleanups 2014-09-15 10:41:48 +02:00
Konrad Kleine 457adb7d34 Dev workaround to query registry without CORS. Thanks to grunt proxy /v1 now redirects to path-to-your-registry host. 2014-09-15 09:56:18 +02:00
Konrad Kleine 3647285de9 Removed backup files, accidently committed 2014-09-15 09:18:42 +02:00
Konrad Kleine 5cda9cba4f Restored code from before yeoman workflow 2014-09-12 16:52:14 +02:00
Konrad Kleine 03c32a7708 Initial commit after: yo angular && npm install 2014-09-12 13:51:09 +02:00