04 Dec, 2013
10 commits
-
Thanks @stevecrozz to report this error
-
This new system can avoid having all dependencies in Errbit directly. Now if you want new issue tracker you need add it. Not delete it like previous. This work is in progress actually
-
* avoid a filter to parse IssueTracker params * Add acceptance test with phantomjs to be sure the Apps editing works fine with IssueTracker * Add IssueTrackers::None the IssueTracker configure doing nothing
-
Handle App Version Value
-
improve sending of error stack on JS notifier
03 Dec, 2013
6 commits
-
fix the api route to work with both get and post
-
the JS can use either
01 Dec, 2013
3 commits
-
Update README LDAP instructions
-
Update rspec to use expect consistently and to use eq over == and {} over lambda
30 Nov, 2013
1 commit
27 Nov, 2013
1 commit
-
The instruction for the User model save hook don't work with the current versions of errbit and devise_ldap_authenticatable. This updates the code to use the initialization hook provides by the devise_ldap_authenticatable gem and also set the name, so validations in errbit pass.
22 Nov, 2013
1 commit
-
"Seriously?" Seriously? Replace these resolve/delete confirmations with ...
20 Nov, 2013
3 commits
-
Adding the ability to EasyDeploy on Cloud 66
-
Fixing "select all problems" checkbox when searching
18 Nov, 2013
1 commit
14 Nov, 2013
1 commit
13 Nov, 2013
2 commits
-
Setting per_page value on search problems page
07 Nov, 2013
1 commit
-
Remove ruby version from Gemfile
06 Nov, 2013
1 commit
04 Nov, 2013
3 commits
-
Try fix isse #577 if a lot of problem
-
Remove extra queries on apps collection
31 Oct, 2013
2 commits
-
Using the scope on apps controller will yield lots of queries, so we need to call .to_a
-
It is not a good idea to have a ruby version on the Gemfile, specially if you are using RVM, as rvm sets ENV[RUBY_VERSION] using the revision number: ex.: ruby-2.0.0-p247 , which does not work
26 Oct, 2013
1 commit
25 Oct, 2013
1 commit
-
Add a Bitdeli Badge to README
24 Oct, 2013
2 commits
-
See #598