26 Aug, 2014
1 commit
-
Added a shared_example to handle default specs for emails
22 Aug, 2014
1 commit
17 Jun, 2014
2 commits
-
Add notices to show action
-
This commit backs out the nesting of the error and notices as this would be better placed in an error or notices route.
15 Jun, 2014
1 commit
-
If there is no problem for the requested id the api will now correctly return a 404 status.
12 Jun, 2014
1 commit
11 Jun, 2014
2 commits
22 May, 2014
1 commit
21 May, 2014
1 commit
12 May, 2014
1 commit
09 May, 2014
1 commit
-
This allows a problem id to be passed to the problem api and only information for that problem will be returned.
19 Apr, 2014
1 commit
18 Apr, 2014
2 commits
14 Apr, 2014
2 commits
-
Fixed password reset token not working for Devise in current Errbit build.
01 Apr, 2014
1 commit
31 Mar, 2014
1 commit
-
Older applications used this scheme for generating trace signatures. This brings them back such that migrations from older versions to new ones can occur.
30 Mar, 2014
1 commit
-
When creating a issue using octokit, we need to pass a instead of a , as those are changes on the new octokit gem. [fixes #675]
29 Mar, 2014
1 commit
-
Legacy versions of errbit used different strategy for generating the method signatures for duplicate duplication. This allows custom signatures to be easily dropped in via methods such as an initializer.
22 Mar, 2014
1 commit
21 Mar, 2014
1 commit
26 Feb, 2014
2 commits
19 Feb, 2014
1 commit
-
Give admins the ability to destroy all problems associated with an app
10 Feb, 2014
2 commits
-
Upgrade from Octokit 1x to 2x to resolve issues with oauth2
-
Support GitHub Enterprise repository links
09 Feb, 2014
1 commit
-
One breaking change was how to get the urls of objects from the github objects. The only place we used this has been updated.
08 Feb, 2014
1 commit
-
Formerly if any input in the sub-menus had the substring 'type' in its name, this event handler would have been bound to clicks on the input element. When this happens, the variable 'chosen' would generally be an empty string and that would result in an erroneous jQuery finder: wrapper.find('div.'+section_class+'.'+chosen) causing an unhandled error. It looks like the intent is to bind only to the selectable choice icons, so that's what this commit does and as a bonus, the embedded forms can now have an input with the word 'type' in its name.
05 Feb, 2014
1 commit
-
Let companies or groups that run their own GitHub Enterprise installs be able to link their own repositories. That's the case with our company and we can't easily link the internal repositories.
02 Feb, 2014
2 commits
29 Jan, 2014
1 commit
-
This means that in a production environment the images will use a digested filename. We can therefore safely set far-future expires headers for them.
22 Jan, 2014
1 commit
09 Jan, 2014
1 commit
06 Jan, 2014
1 commit
-
Ignore errors reported from old versions of an app
01 Jan, 2014
1 commit
-
Previously the link would point to the revision overview, where the line number in the urlmakes no sense. Now it shows the file a t the proper line. One can still switch to the changes from there with one click.
17 Dec, 2013
1 commit
11 Dec, 2013
1 commit
-
This allows errbit to generate correct links in notifications when errbit is served over a non-standard port.