[GitHub] couchdb-fauxton issue #883: Navbar refactor

2017-04-03 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/883 This is coming along nicely. I'm seeing two issues. ![https://www.dropbox.com/s/428id1nw7yw2svw/Screenshot%202017-04-03%2013.00.08.png?dl=1](https://www.dropbox.com/s

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-04-03 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r109368776 --- Diff: settings.json.default.json --- @@ -47,7 +51,9 @@ "dest": "dist/debug/index.html",

[GitHub] couchdb-fauxton issue #890: Warning notification for missing document in dat...

2017-04-03 Thread garrensmith
Github user garrensmith closed the issue at: https://github.com/apache/couchdb-fauxton/issues/890 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #893: consistent error message for views and do...

2017-04-03 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/893 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb pull request #466: update mango to latest sha

2017-03-31 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb/pull/466 update mango to latest sha ## Overview ## Testing recommendations ## JIRA issue number ## Related Pull Requests

[GitHub] couchdb-fauxton issue #883: Navbar refactor

2017-03-31 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/883 I'm happy with that All misspelling thanks to my iPhone. From: Ryan Millay <notificati...@github.com> Sent: Thursday, March 30

[GitHub] couchdb-fauxton pull request #893: consistent error message for views and do...

2017-03-30 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/893 consistent error message for views and doc This fixes #890 You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb

[GitHub] couchdb-nano issue #37: Improvement to documentation

2017-03-29 Thread garrensmith
Github user garrensmith closed the issue at: https://github.com/apache/couchdb-nano/issues/37 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] couchdb-nano issue #37: Improvement to documentation

2017-03-29 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-nano/issues/37 Fixes --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-nano pull request #38: Updated documentation for clarification

2017-03-29 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-nano/pull/38 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #891: Remove extra spacing on dashboard content...

2017-03-28 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/891 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #889: Shown database doesn't exist notification

2017-03-28 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/889 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #888: Provide better behaviour with a database that do...

2017-03-28 Thread garrensmith
Github user garrensmith closed the issue at: https://github.com/apache/couchdb-fauxton/issues/888 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #889: Shown database doesn't exist notification

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/889#discussion_r108426438 --- Diff: app/addons/documents/index-results/actions.js --- @@ -50,20 +50,23 @@ export default { if (!options.collection.fetch

[GitHub] couchdb-fauxton pull request #889: Shown database doesn't exist notification

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/889#discussion_r108425965 --- Diff: app/addons/documents/mango/__tests__/mango.actions.test.js --- @@ -0,0 +1,60 @@ +// Licensed under the Apache License, Version 2.0

[GitHub] couchdb-fauxton issue #890: Warning notification for missing document in dat...

2017-03-28 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/890 Warning notification for missing document in database A document that does not exist in a database that does exist: We display an error message, and then do a redirect to the _all_docs

[GitHub] couchdb-fauxton pull request #889: Shown database doesn't exist notification

2017-03-28 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/889 Shown database doesn't exist notification This fixes #888 You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb

[GitHub] couchdb-fauxton issue #888: Provide better behaviour with a database that do...

2017-03-28 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/888 Provide better behaviour with a database that doesn't exist When a user tries to navigate to a database that doesn't exist provide them with the following issue: A database

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108354336 --- Diff: app/addons/fauxton/navigation/stores.js --- @@ -94,8 +107,7 @@ Stores.NavBarStore = FauxtonAPI.Store.extend

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108353902 --- Diff: app/addons/fauxton/navigation/components/NavBar.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108354112 --- Diff: app/addons/fauxton/navigation/container/NavBar.js --- @@ -0,0 +1,77 @@ +// Licensed under the Apache License, Version 2.0

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108349952 --- Diff: app/addons/fauxton/appwrapper.js --- @@ -49,27 +53,52 @@ class ContentWrapper extends React.Component

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108349694 --- Diff: app/addons/auth/base.js --- @@ -19,58 +19,46 @@ Auth.session = new Auth.Session(); FauxtonAPI.setSession(Auth.session

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108350409 --- Diff: app/addons/fauxton/assets/less/navigation.less --- @@ -0,0 +1,177 @@ +.faux-navbar { + margin-top: 64px; + background

[GitHub] couchdb-fauxton pull request #883: Navbar refactor

2017-03-28 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/883#discussion_r108354475 --- Diff: app/addons/fauxton/navigation/stores.js --- @@ -10,24 +10,37 @@ // License for the specific language governing permissions

[GitHub] couchdb-fauxton issue #885: Change the way tables are shown

2017-03-27 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/885 They are On 27 Mar 2017, 5:34 PM +0200, pbrito <notificati...@github.com>, wrote: > I have some experience with react.js, so I could try to contribute to the

[GitHub] couchdb-fauxton pull request #884: Variable Cleanup in Styles

2017-03-27 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/884 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #884: Variable Cleanup in Styles

2017-03-27 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/884 This is merged in via #886 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] couchdb-fauxton pull request #886: Fixes pr 884

2017-03-27 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/886 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #885: Change the way tables are shown

2017-03-27 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/885 Hi @pbrito thanks for the PR. Its not quite in the direction we want to go. We are going to be making some fixes to the table view for views. These are the mockups [here

[GitHub] couchdb-fauxton pull request #886: Fixes pr 884

2017-03-27 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/886 Fixes pr 884 This is a continuation of #884 You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb-fauxton fixes-pr

[GitHub] couchdb-fauxton pull request #884: Variable Cleanup in Styles

2017-03-27 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/884#discussion_r108149915 --- Diff: app/addons/documents/changes/components.react.jsx --- @@ -270,7 +270,7 @@ class ChangeRow extends React.Component { render

[GitHub] couchdb-fauxton pull request #882: Fixing failing nightwatch tests due to st...

2017-03-24 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/882 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #879: Replication UI does not render when _replicator ...

2017-03-22 Thread garrensmith
Github user garrensmith closed the issue at: https://github.com/apache/couchdb-fauxton/issues/879 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #880: filter out all design docs for replicatio...

2017-03-22 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/880 filter out all design docs for replication activity This fixes #879 You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith

[GitHub] couchdb-fauxton pull request #877: Text tidying on Metadata Page

2017-03-21 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/877 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #878: Small changes to Button Text and Styles

2017-03-21 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/878 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #741: show vertical scrollbar on attachment list when ...

2017-03-18 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/741 You can try doing a cherry pick on top of master. Otherwise squish your commits to one and then rebase All misspelling thanks to my iPhone. On Sat, Mar

[GitHub] couchdb-fauxton issue #802: COUCHDB-3224: Fixed database name encoding in vi...

2017-03-16 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/802 @sergey-safarov I will take a look next week. The PR has quite wide reaching effects. So I need to take a look at it. Leave it as is for now. --- If your project is set up for it, you

[GitHub] couchdb-fauxton issue #876: More responsive Fauxton

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/876 More responsive Fauxton For a full responsive Fauxton I think we would need: throw out the current not maintained Bootstrap 2 which is mainly just used for button styling at the moment

[GitHub] couchdb-fauxton issue #875: replace safeURLName in code

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/875 replace safeURLName in code We have a still some usages of safeURLName where we manually slice of the _design prefix for design docs. Later we glue the prefix on again. We have a helper

[GitHub] couchdb-fauxton issue #872: Invalid map/reduce functions do not show an erro...

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/872 Invalid map/reduce functions do not show an error to the user Click: "Create view" as the map function put in valid javascript, but without the "function wrapper"

[GitHub] couchdb-fauxton issue #874: Single Node Setup on Fauxton forces non-127.0.0....

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/874 Single Node Setup on Fauxton forces non-127.0.0.1 IP Single node setups might just want to bind to 127.0.0.1, this could be fore security on the db server, or on a dev machine

[GitHub] couchdb-fauxton issue #873: Navigate to the user's document

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/873 Navigate to the user's document Futon doesn't allows this, but this would be extremely useful if by clicking on username on sidebar while user is logged in to quickly navigate

[GitHub] couchdb-fauxton issue #871: Copied & pasted string with newlines should show...

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/871 Copied & pasted string with newlines should show JSON syntax error in Ace editors Copying & pasting in text with newlines into a string in the full page doc editor (and probably

[GitHub] couchdb-fauxton issue #870: Problem scrolling to end of a long line in Ace e...

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/870 Problem scrolling to end of a long line in Ace editor There's a bug with the Ace editor configuration (full page + elsewhere) where if you have a single very long line of text - long

[GitHub] couchdb-fauxton issue #869: Group databases with / char

2017-03-16 Thread garrensmith
GitHub user garrensmith opened an issue: https://github.com/apache/couchdb-fauxton/issues/869 Group databases with / char Currently databases with / char in name showed as flat list. While it's ok, but the main trick of having this char in db name is to group the databases

[GitHub] couchdb-fauxton pull request #802: COUCHDB-3224: Fixed database name encodin...

2017-03-16 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/802#discussion_r106408073 --- Diff: app/addons/databases/actions.js --- @@ -176,7 +176,7 @@ export default { databaseName = databaseName.trim

[GitHub] couchdb-fauxton pull request #802: COUCHDB-3224: Fixed database name encodin...

2017-03-16 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/802#discussion_r106408017 --- Diff: app/addons/databases/actions.js --- @@ -155,7 +155,7 @@ export default { type: 'success', clear: true

[GitHub] couchdb-fauxton issue #802: COUCHDB-3224: Fixed database name encoding in vi...

2017-03-16 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/802 @sergey-safarov seems it was a travis issue. Could you fix the lint issues and try again. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] couchdb-fauxton pull request #867: Update layout for pages with secondary na...

2017-03-16 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/867 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #868: Update to webpack 2

2017-03-16 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/868 Update to webpack 2 This upgrades to webpack 2. Webpack 2 makes it a little easier to do certain things. One of them is to split the bundle.js into three separate files

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/864 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105913826 --- Diff: app/addons/replication/controller.js --- @@ -186,25 +208,79 @@ export default class ReplicationController extends React.Component

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105856116 --- Diff: app/addons/replication/components/common-activity.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105855506 --- Diff: app/addons/replication/components/common-activity.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105855225 --- Diff: app/addons/replication/api.js --- @@ -16,6 +16,30 @@ import app from '../../app'; import FauxtonAPI from '../../core/api

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105855027 --- Diff: app/addons/replication/actions.js --- @@ -171,13 +298,20 @@ const deleteDocs = (docs) => { }); }; -co

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb/pull/453 I'm closing this. @nickva did a much better fix and its in master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] couchdb pull request #453: update Fauxton and Docs git repo urls

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb/pull/453 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb/pull/453 It's both, but it seems the preferred way is to use the github repo's and use gitbox as a fallback  All misspelling thanks to my iPhone. On Thu, Mar 9, 2017

[GitHub] couchdb-fauxton pull request #656: Add pull request template

2017-03-09 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/656#discussion_r105115305 --- Diff: .github/PULL_REQUEST_TEMPLATE.md --- @@ -0,0 +1,37 @@ + + +## Overview + + + +## Testing recommendations

[GitHub] couchdb-fauxton issue #807: Couchdb 3224

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/807 I think most of these have been merged in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-fauxton pull request #807: Couchdb 3224

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/807 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #793: [WIP] lets try to sleep a bit

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/793 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #769: Fix CSS at bottom of expanded menu bar when v-sc...

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/769 We changing the navbar design. I'm going to close this issue and the new design should fix this --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] couchdb-fauxton issue #793: [WIP] lets try to sleep a bit

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/793 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton issue #789: 3045 Replace safeURLName in code

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/789 I think all our encoding fixes supercede this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] couchdb-fauxton pull request #756: Refactoring the Navigation Panel [wip]

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/756 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #789: 3045 Replace safeURLName in code

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/789 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #769: Fix CSS at bottom of expanded menu bar wh...

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/769 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #756: Refactoring the Navigation Panel [wip]

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/756 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton pull request #752: [WIP] react: port jquery tooltips to reac...

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/752 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #745: #3030 Centralise ajax requests

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/745 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #745: #3030 Centralise ajax requests

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/745 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton issue #752: [WIP] react: port jquery tooltips to react

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/752 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton issue #741: show vertical scrollbar on attachment list when ...

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/741 @samk1 could you take another look at his now. We have migrated fully to react. So the dropdown should work correctly now. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton pull request #665: Handle empty view attribute and does not ...

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/665 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #665: Handle empty view attribute and does not set sta...

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/665 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton pull request #656: Add pull request template

2017-03-09 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/656#discussion_r105104656 --- Diff: .github/PULL_REQUEST_TEMPLATE.md --- @@ -0,0 +1,37 @@ + + +## Overview + + + +## Testing recommendations

[GitHub] couchdb-fauxton issue #589: views: remove non existent _id attribute from re...

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/589 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton pull request #589: views: remove non existent _id attribute ...

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/589 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request #378: Avoid overlap of footer with scrollbar

2017-03-09 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/378 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #378: Avoid overlap of footer with scrollbar

2017-03-09 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/378 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb pull request #453: update Fauxton and Docs git repo urls

2017-03-09 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb/pull/453 update Fauxton and Docs git repo urls Update Git repos ## Overview Fauxton and Documentation are now using gitbox. This means we need to change the repository urls to use

[GitHub] couchdb-fauxton pull request #382: Doc Workflow improvements

2017-03-08 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/382 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #382: Doc Workflow improvements

2017-03-08 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/382 Unfortunately this PR is stale now. I'm going to close it. Feel free to open it if you want to work on it and bring it up to date. --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton pull request #499: [DISCUSSION] enable include_docs per defa...

2017-03-08 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/499 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton issue #499: [DISCUSSION] enable include_docs per default

2017-03-08 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/499 This will be fixed when we switch to a more default table view. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] couchdb-fauxton pull request: React sidebar

2015-06-04 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/455 React sidebar This converts the sidebar to react You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb-fauxton react

[GitHub] couchdb-fauxton pull request: update to React 13

2015-06-03 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/453#issuecomment-108737108 +1 this is exciting --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] couchdb-fauxton pull request: Add loading lines to active tasks

2015-06-02 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/386#issuecomment-107828522 @michellephung could you rebase and then +1 if all tests pass. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] couchdb-fauxton pull request: mango - text adjustments

2015-05-27 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/427#issuecomment-105879468 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-fauxton pull request: cors: don't throw on undefined origi...

2015-05-27 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/441#issuecomment-105915392 This is fine. Otherwise show the Loadlines until everthing is fetched. --- If your project is set up for it, you can reply to this email and have your

[GitHub] couchdb-fauxton pull request: Fix accepted

2015-05-26 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/437#issuecomment-105521253 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-fauxton pull request: Prevent duplicate mocha tests runnin...

2015-05-26 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/438#issuecomment-105619880 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-fauxton pull request: Open up require's config.js file to ...

2015-05-26 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/396#issuecomment-105550808 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] couchdb-fauxton pull request: Fauxton Server for use with NPM

2015-05-26 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/395 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] couchdb-fauxton pull request: Option to show only editor in CodeEd...

2015-05-25 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/432#issuecomment-105182709 @benkeen a quick unit test for this would be great. Once you have a test +1 --- If your project is set up for it, you can reply to this email and have your

[GitHub] couchdb-fauxton pull request: Convert Design Doc Metadata page to ...

2015-05-25 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/435 Convert Design Doc Metadata page to React This converts the Design Doc Metadata page to use React.js instead of Backbone.js You can merge this pull request into a Git repository

  1   2   3   4   5   6   7   8   9   >