-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: appdevdesigns/appdevjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: appdevdesigns/appdevjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test-design
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 21 files changed
- 1 contributor
Commits on Apr 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 5b5026c - Browse repository at this point
Copy the full SHA 5b5026cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d297688 - Browse repository at this point
Copy the full SHA d297688View commit details
Commits on Apr 24, 2013
-
Implement server-side testing using chai-http
This is a demonstration of chai-http for server-side testing. Test setup: in a separate terminal window, launch 'node app'. Then in [approot]/server, run 'npm test'. This automatically runs the test script specified in package.json * Add chai and chai-http as dependencies * Remove nodeunit and commander as dependencies * Specify the test script. Note that on Windows, running 'npm test' will not work. Windows developers can run the test manually. * Remove old tests. * All tests in the "test" folder will be executed. I have included a sample for the login page.
Configuration menu - View commit details
-
Copy full SHA for 352bf22 - Browse repository at this point
Copy the full SHA 352bf22View commit details -
Fix bug where modules were installing
When the installer is run, only the site module should be installed. In the previous version of the code, we were manipulating items in the array as it was being traversed (!). This version creates resultsCopy to hold the result of our desired manipulation.
Configuration menu - View commit details
-
Copy full SHA for c3c8758 - Browse repository at this point
Copy the full SHA c3c8758View commit details
Commits on May 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 5071da7 - Browse repository at this point
Copy the full SHA 5071da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17df8d5 - Browse repository at this point
Copy the full SHA 17df8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3536c2e - Browse repository at this point
Copy the full SHA 3536c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9524d - Browse repository at this point
Copy the full SHA eb9524dView commit details
Commits on May 6, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7d05f94 - Browse repository at this point
Copy the full SHA 7d05f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936f61e - Browse repository at this point
Copy the full SHA 936f61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b98d87 - Browse repository at this point
Copy the full SHA 9b98d87View commit details -
This way, the test will automatically start its own server and run the tests against that. I've added a before() function, which is unimplemented. Right now the first test is very slow, because the server is not fully started. If we can wait for this in the before function, then that test's timing would be reported more accurately.
Configuration menu - View commit details
-
Copy full SHA for 619b99b - Browse repository at this point
Copy the full SHA 619b99bView commit details
Commits on May 13, 2013
-
Remove this file so that it does not conflict with developers' existing configuration.
Configuration menu - View commit details
-
Copy full SHA for f140224 - Browse repository at this point
Copy the full SHA f140224View commit details -
Add a site online deferred to app.js
* Add app.$siteOnline as a jQuery deferred. The deferred is resolved when the app is fully started and listening on the designated port. * Modules that load app.js can examine app.$siteOnline to see if the site is online. * Update before hook of site_login_test_mocha to wait until the application is started before running tests.
Configuration menu - View commit details
-
Copy full SHA for 15c2413 - Browse repository at this point
Copy the full SHA 15c2413View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...test-design