diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index db45087bd..9c6cd53eb 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -96,7 +96,6 @@ casper.then(function() { this.capture(outputDir + 'repo-tree.png'); }); - casper.then(function() { this.log('Generating repository settings screenshot.'); }); @@ -109,6 +108,19 @@ casper.then(function() { this.capture(outputDir + 'repo-settings.png'); }); +casper.then(function() { + this.log('Generating repository image diff screenshot.'); +}); + +casper.thenClick('.image-link a', function() { + this.waitForText('Image Layers'); + this.wait(1000); +}); + +casper.then(function() { + this.capture(outputDir + 'repo-changes.png'); +}); + casper.then(function() { this.log('Generating organization view screenshot.'); }); @@ -133,6 +145,18 @@ casper.then(function() { this.capture(outputDir + 'org-teams.png'); }); +casper.then(function() { + this.log('Generating organization settings screenshot.'); +}); + +casper.thenOpen(rootUrl + 'organization/' + org + '?tab=usage', function() { + this.wait(1000) +}); + +casper.then(function() { + this.capture(outputDir + 'org-settings.png'); +}); + casper.then(function() { this.log('Generating organization logs screenshot.'); }); diff --git a/static/directives/tour-content.html b/static/directives/tour-content.html index 3aafce9a4..36ef7941f 100644 --- a/static/directives/tour-content.html +++ b/static/directives/tour-content.html @@ -47,7 +47,7 @@
-
+
Share at your control
@@ -65,7 +65,7 @@
Docker diff whenever you need it
- We wanted to know what was changing in each image of our repositories just as much as you do. So we added diffs. Now you can see exactly which files were added, changed, or removed for each image. We've also provided two awesome ways to view your changes, either in a filterable list, or in a drill down tree view. + We wanted to know what was changing in each image of our repositories just as much as you do. So we added diffs. Now you can see exactly which files were added, changed, or removed for each image. We've also provided two awesome ways to view your changes, either in a Dockerfile-like view, or in a drill down tree view.
@@ -107,7 +107,7 @@
-
+
A central collection of repositories
@@ -121,7 +121,7 @@
-
+
Organization settings at a glance
@@ -137,7 +137,7 @@
-
+
Logging for comprehensive analysis
@@ -178,24 +178,6 @@
-
-
-
-
Fine-grained control of sharing
-
- Repositories that you create within your organization can be assigned - fine-grained permissions just like any other repository. You can also - add teams that exist in your organization, or individual users from - inside our outside your organization. -
-
- In order to protect your intellectual property, we warn you before - you share your repositories with anyone who is not currently a member - of a team in your organization. -
-
-
-
Docker is at the core of Aptible's deployment platform, and Quay provides the secure repository hosting we need to safely store our customer's application images, and our own. With its thorough team access control model, we can be sure that only authorized users are able to access a Docker image repository. No other Docker repository index makes this as easy as Quay. diff --git a/static/img/build-history.png b/static/img/build-history.png index 467eb141a..f71435d7b 100644 Binary files a/static/img/build-history.png and b/static/img/build-history.png differ diff --git a/static/img/org-logs.png b/static/img/org-logs.png index 2e64e4497..9ee96a961 100644 Binary files a/static/img/org-logs.png and b/static/img/org-logs.png differ diff --git a/static/img/org-settings.png b/static/img/org-settings.png new file mode 100644 index 000000000..90dcf316b Binary files /dev/null and b/static/img/org-settings.png differ diff --git a/static/img/org-teams.png b/static/img/org-teams.png index 746607523..0fcc16646 100644 Binary files a/static/img/org-teams.png and b/static/img/org-teams.png differ diff --git a/static/img/org-view.png b/static/img/org-view.png new file mode 100644 index 000000000..67e838710 Binary files /dev/null and b/static/img/org-view.png differ diff --git a/static/img/repo-changes.png b/static/img/repo-changes.png index 5cffeee26..44b34d078 100644 Binary files a/static/img/repo-changes.png and b/static/img/repo-changes.png differ diff --git a/static/img/repo-settings.png b/static/img/repo-settings.png new file mode 100644 index 000000000..ed72992be Binary files /dev/null and b/static/img/repo-settings.png differ diff --git a/static/img/repo-tags.png b/static/img/repo-tags.png new file mode 100644 index 000000000..5867f6177 Binary files /dev/null and b/static/img/repo-tags.png differ diff --git a/static/img/repo-tree.png b/static/img/repo-tree.png new file mode 100644 index 000000000..f46f2dd7c Binary files /dev/null and b/static/img/repo-tree.png differ diff --git a/static/img/repo-view.png b/static/img/repo-view.png index 6048025ac..62d6bedc4 100644 Binary files a/static/img/repo-view.png and b/static/img/repo-view.png differ diff --git a/static/img/user-home.png b/static/img/user-home.png index 230b02c63..010966cba 100644 Binary files a/static/img/user-home.png and b/static/img/user-home.png differ diff --git a/static/partials/landing-normal.html b/static/partials/landing-normal.html index 7865fdfac..e7d6f2b61 100644 --- a/static/partials/landing-normal.html +++ b/static/partials/landing-normal.html @@ -126,11 +126,21 @@ Beautiful repository view
- Repository is presented with the maximum amount of useful information, including a visual tree of its image history, markdown-based description, and tags. + Repository is presented with the maximum amount of useful information, including a full tags list, + markdown based description and repository push and pull counts.
-
+
+ + Repository Operations +
+ Operations on a repository can be performed directly from the user interface, including adding, + removing, and reverting tags. +
+
+ +
Share at your control
@@ -142,15 +152,7 @@ Dockerfile Build
- Repositories can be linked to Github repositories, with automatic building of the Dockerfile(s) found on push. -
-
- -
- - Repository Diff -
- See exactly which files were added, changed, or removed for each image in a repository. + Repositories can be linked to GitHub, BitBucket, GitLab or custom git repositories, with automatic building of the Dockerfile(s) found on push.