Commit graph

173 commits

Author SHA1 Message Date
Konrad Wilhelm Kleine b50ab49b4d Log Apache error to stdout as well 2015-11-18 12:15:49 +01:00
Konrad Kleine 9ed0bd57b8 Fix #24 redirect apache logs to docker stdout/stderr 2015-11-17 09:51:49 +01:00
Konrad Kleine f7ebdfd0cd Add imagelayers.io label 2015-10-21 15:44:30 +02:00
Konrad Kleine fe2f1cb4fb Update README.md 2015-09-03 13:16:36 +02:00
Konrad Kleine 14fea2a329 Update README.md 2015-09-03 12:52:01 +02:00
Konrad Kleine 5d60fccfbe Update README.md 2015-09-03 12:51:33 +02:00
Konrad Kleine b0102e68e5 Added note about deprecation.
Added "v1-deprecated" tag to all docker images calls. There's also a note about deprecation of this branch and a reference to the new version.
2015-09-03 12:51:01 +02:00
Konrad Kleine df65ffb7be Simplified develop instructions 2015-07-03 15:14:05 +02:00
Konrad Kleine 6ce5fd69d3 Update README.md 2015-07-02 08:20:11 +02:00
Konrad Kleine 80bc4ef315 Fix problem with SSL CA when setting up development containers
By configuring git to not verify SSL certificates inside the development
container we can get rid of errors like this one when running
`docker-compose up`:

```
[...]
frontend_1 | bower angular#~1.3.0                             ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/angular/bower-angular.git", exit code of #128
frontend_1 |
frontend_1 | Additional error details:
frontend_1 | fatal: unable to access 'https://github.com/angular/bower-angular.git/': Problem with the SSL CA cert (path? access rights?)
[...]
```

Here's the documentation on the `http.sslVerify` taken from
(http://git-scm.com/docs/git-config):

```
http.sslVerify

    Whether to verify the SSL certificate when fetching or pushing over HTTPS. Can
    be overridden by the GIT_SSL_NO_VERIFY environment variable.
```
2015-07-01 14:33:43 +02:00
Konrad Kleine 3c3a6f6f08 Revert "fixed deleting repositories doenst always work"
This reverts commit 81be538dfc.

The loop was ignored. See PR #54
2015-07-01 14:07:00 +02:00
Konrad Kleine b787a58fc7 Fix instruction to spawn development containers
It is better to directly go into the `develop` folder and start `docker-compose` from there. Otherwise it might try to copy everything within the current directory into the docker build context.
2015-07-01 14:02:57 +02:00
Konrad Kleine 6c0b2c5174 Merge pull request #54 from bydga/deletefix
fixed deleting repositories doenst always work
2015-07-01 11:14:36 +02:00
Martin Bydzovsky 81be538dfc fixed deleting repositories doenst always work 2015-07-01 10:56:00 +02:00
Konrad Kleine cb3c6505d7 Attempt to fix #53
Somehow grunt-wiredep kicks out bootstrap from the app/index.html file.
This is not nice and we need to find a better way than to simply commen
it out in the build step but for now it fixes the issue of missing
Bootstrap CSS.
2015-06-25 13:26:32 +02:00
Konrad Kleine ff69f40ce6 Fix fork link 2015-06-08 15:13:20 +02:00
Konrad Kleine 224d5d82ee Fix reload issue with HTML5 mode URLs 2015-06-08 15:11:48 +02:00
Konrad Kleine 3807ecf1b8 Migrated from hashbang URL to HTML5 mode
This should greatly simplify how to write and read URLs. Additionally this
should improve SEO compatibility as each site is now recognized as its own
entity. To read more about HTML5 URL mode, see these pages:

* https://docs.angularjs.org/api/ng/provider/$locationProvider
* https://docs.angularjs.org/error/$location/nobase
2015-06-08 14:20:18 +02:00
Konrad Kleine eade681a8e Merge pull request #44 from chengweiv5/fix-trailing-space
Remove trailing space in README.md
2015-06-06 13:24:13 +02:00
Chengwei Yang 8f02d2feca Remove trailing space in README.md
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2015-06-03 22:08:13 +08:00
Konrad Kleine b0743af8d5 Update README.md 2015-05-20 12:37:08 +02:00
Konrad Kleine 4ad08d658b Ignore "develop" dir in Docker image 2015-05-20 12:31:19 +02:00
Konrad Kleine 3688141879 Added section on how to connect a development setup to your own registry. 2015-05-20 12:28:24 +02:00
Konrad Kleine b6f67ceed7 Added development documentation 2015-05-20 12:08:14 +02:00
Konrad Kleine d0d0e1b0dd Merge pull request #42 from pfumagalli/master
Little fixes
2015-05-20 08:17:05 +02:00
Pier Fumagalli 53efbaf2cc Inject registryHost value in main scope. 2015-05-20 14:32:37 +09:00
Pier Fumagalli 390c97baad Fix location of JQuery (for Bootstrap). 2015-05-20 14:32:09 +09:00
Pier Fumagalli 8aad820d83 Fix open DIV from kwk/docker-registry-frontend#41 2015-05-20 14:31:34 +09:00
Konrad Kleine afa3e1a883 Merge pull request #39 from kwk/delete_multiple_items
Delete multiple items (Work on #32)
2015-05-19 16:18:18 +02:00
Konrad Kleine 1ef11bdabb Updated screenshots 2015-05-19 16:13:56 +02:00
Konrad Kleine 97c9ca0446 Work on #32 - Allow deletion of multiple tags/images at the same time
I did some cleanup and unified the deletion of items (e.g. tags or repos) a bit.
Now, you can select multiple repositories or tags and delete them at once.
Confirmation is done using a modal popup.

Success and error messages will still be prompted for each operation using
toastr notification.

One thing that is still missing is the selection of multiple items using some
automation like a stupid "select all" button.

Also, any selected item remains selected even if it does not show up any longer
due to filtering. That's why the delete buttons explicitly tell the number of
items to be deleted. This can cause issues when paging (not implemented yet) or
filtering.
2015-05-19 14:52:44 +02:00
Konrad Kleine 491053e22c Merge branch 'moimael-master'
* moimael-master:
  Re-added glyphicons and git revision in footer
  Update bootstrap and angular-bootstrap
  Make footer smaller and always sticked to bottom of the window
  Update grunt-connect-proxy to 0.2.0
2015-05-18 12:52:16 +02:00
Konrad Kleine c384684326 Re-added glyphicons and git revision in footer
They were removed by previous modifications by momiael.
2015-05-18 12:49:49 +02:00
Maël Lavault 607cece936 Update bootstrap and angular-bootstrap
Signed-off-by: Maël Lavault <mael.lavault@mailz.org>
2015-05-07 17:36:34 +02:00
Maël Lavault 4bb4fd9c01 Make footer smaller and always sticked to bottom of the window
Signed-off-by: Maël Lavault <mael.lavault@mailz.org>
2015-05-07 17:35:36 +02:00
Maël Lavault 4ce9e2a895 Update grunt-connect-proxy to 0.2.0
Fix Grunt serve not starting

Signed-off-by: Maël Lavault <mael.lavault@mailz.org>
2015-05-07 17:16:10 +02:00
Konrad Kleine a42b16cbc5 Merge pull request #30 from botto/master
Fixed spelling error
2015-04-10 14:47:49 +02:00
Martin Eskdale Moen 260370293c Fixed spelling error 2015-04-10 13:14:29 +01:00
Konrad Kleine 43794d3181 Merge pull request #29 from kwk/kwk-fix-for-bug-28
Fix Bug #28
2015-03-25 13:20:12 +01:00
Konrad Kleine 195c1dcceb Fix Bug #28
When the container is started for the first time we save a copy of the original `/etc/apache2/envvars` file to `/etc/apache2/envvars.orig`. On a container restart we copy the original file `/etc/apache2/envvars.orig` to `/etc/apache2/envvars` and modify it as usual without appending settings to `/etc/apache2/envvars` over and over.

Before starting Apache in the foreground  we ensure that it is not running by explicitly stopping the service.
2015-03-25 12:30:43 +01:00
Konrad Kleine 7a6f7c5fe1 Merge pull request #27 from AndreasHeix/master
Fix broken link in the contributions section of the README.md. Thanks @AndreasHeix
2015-03-20 11:34:48 +01:00
AndreasHeix 24c3a7eb04 Fix broken link in the contributions section 2015-03-20 10:53:28 +01:00
Konrad Kleine 7bd02170a8 Revert "Animate repository group list items"
This reverts commit f3ecdb8b74.

We had some strange issues with filtering the repository list.
2015-02-17 15:38:21 +01:00
Konrad Kleine 1b26f26e16 Limit allowed requests to GET method in browse only mode
With this change, no destructive requests (e.g. PUT, POST, DELETE) are allowed
on the frontend site which proxies through to the actual registry. This should
make the browse only mode more safe.

See PR #15
2015-02-13 11:34:33 +01:00
Konrad Kleine f3ecdb8b74 Animate repository group list items 2015-02-04 15:38:43 +01:00
Konrad Kleine 4654b89d42 Merged PullRequest #15 2015-02-04 13:39:48 +01:00
Konrad Kleine 9b9c9b6320 Fix issue with browse mode variable
The value for browseOnly must not be a string; otherwise "false" will be
inteptreted as true which is clearly not intended.
2015-02-04 13:37:22 +01:00
Konrad Kleine 619017d2a4 Don't cache app mode 2015-02-04 13:36:59 +01:00
Konrad Kleine 0f0f71c02c Fix typo: Delete tag -> Delete repository 2015-02-04 13:36:58 +01:00
Konrad Kleine 72e060c622 Preselect repo (if any) when creating tag 2015-02-04 13:36:58 +01:00