13 Jun, 2014
3 commits
-
have only one 'create issue' button
-
delegate tracker url
-
Features/extract issue tracker merge master
18 Feb, 2014
2 commits
-
Hint: This diff is much easier to read if you ignore whitespace
-
Formerly, if an app had a github repo, but another issue tracker was configured, there would be two 'create issue' buttons (one for github and one for the other issue tracker.) If there is an issue tracker configured, we should use only that one.
14 Feb, 2014
2 commits
-
The apps index calls Tracker#url which doesn't exist. It should be delegated to the underlying tracker instance. https://github.com/errbit/errbit/blob/features/extract_issue_tracker/app/views/apps/index.html.haml#L40
-
Conflicts: Gemfile Gemfile.lock app/models/issue_trackers/github_issues_tracker.rb app/models/issue_trackers/redmine_tracker.rb spec/models/issue_trackers/redmine_tracker_spec.rb
10 Feb, 2014
3 commits
-
Upgrade from Octokit 1x to 2x to resolve issues with oauth2
-
Support GitHub Enterprise repository links
-
scope the type selector to the choose section
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
3 commits
-
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.
-
correct app flash messages
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.
03 Feb, 2014
2 commits
-
Adding documentation for GITHUB_ORG_ID
02 Feb, 2014
3 commits
-
Allow users of a specific GitHub organization to login
29 Jan, 2014
2 commits
-
Use asset_path helper for images in css.
-
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.
21 Jan, 2014
2 commits
-
Updated errbit repository url in config example
-
github repository is not working with http
16 Jan, 2014
2 commits
-
Internet Explorer 6 complains about commas
-
Internet Explorer 6 complains when you add commas to the end of a list.
09 Jan, 2014
2 commits
-
Submit buttons cursor pointer
06 Jan, 2014
1 commit
-
Ignore errors reported from old versions of an app
01 Jan, 2014
2 commits
-
Fix Redmine repository links [fixes #591]
-
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.
22 Dec, 2013
1 commit
-
ActionMailer https protocol links
20 Dec, 2013
1 commit
-
Adding css for resolved problems to make it easy to identify solved prob...
17 Dec, 2013
2 commits
-
…eme. That commit resolves that issue
13 Dec, 2013
1 commit
-
Allow errbit's own port to be configured
11 Dec, 2013
1 commit
-
This allows errbit to generate correct links in notifications when errbit is served over a non-standard port.
10 Dec, 2013
1 commit
09 Dec, 2013
1 commit
-
….io/kb/ios/app-versions
06 Dec, 2013
1 commit
-
…his amount. filtering only happens if both min_app_version and app-version are set.