diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index 4fa588e02..9999eb8a8 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -136,7 +136,12 @@ casper.then(function() { casper.thenClick('a[data-target="#logs"]', function() { this.waitForSelector('svg > g', function() { this.wait(1000, function() { - this.capture(outputDir + 'org-logs.png'); + this.capture(outputDir + 'org-logs.png', { + top: 0, + left: 0, + width: width, + height: height + 200 + }); }); }); }); diff --git a/static/img/org-admin.png b/static/img/org-admin.png index f1a579aa7..149562dd2 100644 Binary files a/static/img/org-admin.png and b/static/img/org-admin.png differ diff --git a/static/img/org-logs.png b/static/img/org-logs.png new file mode 100644 index 000000000..6d9a1a56d Binary files /dev/null and b/static/img/org-logs.png differ diff --git a/static/img/org-repo-admin.png b/static/img/org-repo-admin.png index ee19347ff..f7aa665e5 100644 Binary files a/static/img/org-repo-admin.png and b/static/img/org-repo-admin.png differ diff --git a/static/img/org-repo-list.png b/static/img/org-repo-list.png index 4416392b9..d0bf0fe1b 100644 Binary files a/static/img/org-repo-list.png and b/static/img/org-repo-list.png differ diff --git a/static/img/org-teams.png b/static/img/org-teams.png index 8083c4c0a..5f765b085 100644 Binary files a/static/img/org-teams.png and b/static/img/org-teams.png differ diff --git a/static/img/repo-admin.png b/static/img/repo-admin.png index 542717be6..f1fc4334f 100644 Binary files a/static/img/repo-admin.png and b/static/img/repo-admin.png differ diff --git a/static/img/repo-changes.png b/static/img/repo-changes.png index fce6855a8..e1490861a 100644 Binary files a/static/img/repo-changes.png and b/static/img/repo-changes.png differ diff --git a/static/img/repo-view.png b/static/img/repo-view.png index 72d862430..2fe25651a 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 cfd392360..8625bfd4e 100644 Binary files a/static/img/user-home.png and b/static/img/user-home.png differ diff --git a/static/partials/landing.html b/static/partials/landing.html index e945a7b88..10aa345b4 100644 --- a/static/partials/landing.html +++ b/static/partials/landing.html @@ -85,7 +85,7 @@
-
+
Customized for you
@@ -96,7 +96,7 @@
-
+
Useful views of respositories
@@ -106,7 +106,7 @@
-
+
Docker diff in the cloud
@@ -116,7 +116,7 @@
-
+
Share at your control
diff --git a/static/partials/organizations.html b/static/partials/organizations.html index 323eb86cd..8997a65fa 100644 --- a/static/partials/organizations.html +++ b/static/partials/organizations.html @@ -43,7 +43,7 @@
-
+
A central collection of repositories
@@ -57,7 +57,7 @@
-
+
Organization settings at a glance
@@ -73,8 +73,29 @@
-
+
+
Logging for comprehensive analysis
+
+ Every time a user in your organization performs an action it is logged + and categorized in a way that allows for a complete understanding of + how your repositories have been accessed and modified. Each log entry + includes the action performed, the authorization which allowed the action + to occur, and additional relevant data such as the name of the item + which was modified or accessed. +
+
+ For those times when you need full control when generating reports from + your logs, we also allow you to export your logs in JSON format. These + can be ingested by custom tooling solutions allowing you to visualize + reports in whatever format you require. +
+
+
+ +
+
+
Teams simplify access controls
Teams allow your organization to delegate access to your namespace and @@ -94,8 +115,8 @@
-
-
+
+
Fine-grained control of sharing
Repositories that you create within your organization can be assigned