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.
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.
03 Oct, 2013
1 commit
-
Now the api_key of app can be regenerate. In previous this api-key can't be regenerate by the web front. To regenerate this api_key you need go to the edit app page. See #547
29 Aug, 2013
1 commit
-
revert from [039744a1bb25e6b9ed1bd287554f039ebdc2df60]
20 Aug, 2013
1 commit
19 Aug, 2013
1 commit
-
Issue introduce with PR #254 and break spec
18 Jun, 2013
2 commits
-
… a composite of error_class + component + action + environment + backtrace[0..3]. These fields no longer need to be cached separately on Err because they are now cached on Problem. This commit combines all those values into one simple key: fingerprint. This should: - Make err lookups faster - Make it easier to reason about, test, and replace the fingerprint algorithm - Make the relationship between Problems, Errs, and Notices clearer
-
Problems are the models rendered in the UI now, not Errs. Errs are functioning as a glorified hash table. It makes more sense to validate problems. Also, this paves the way for the next commit, so that no functionality is lost in the subsequent refactor.
06 May, 2013
2 commits
-
Extract all concern about this call to his own class and move test to this class
-
Some test on spec/model/app are too specific to spec/model/error_report move to this spec
12 Mar, 2013
1 commit
10 Mar, 2013
1 commit
-
Mongoid defines it's own ==() and eql?() methods that are based on the ObjectId. Comparable provides it's own ==() function that uses `<=>` under the hood. == is used when inserting into a Hash, App docuemnts are put in hashes hundreds of times per request. We don't was to to call <=> hundreds of time. Putting the Comparable mixin at the top allows the mongoid mixin to override == with it's faster implementation.
05 Mar, 2013
1 commit
12 Feb, 2013
1 commit
12 Dec, 2012
1 commit
30 Oct, 2012
1 commit
29 Oct, 2012
4 commits
-
App is not responsible to know implementation details of issue trackers and notification services.
28 Oct, 2012
2 commits
03 Oct, 2012
1 commit
19 Sep, 2012
2 commits
-
Conflicts: app/helpers/apps_helper.rb app/views/apps/index.html.haml
11 Sep, 2012
1 commit
26 Aug, 2012
1 commit
24 Aug, 2012
1 commit
10 Aug, 2012
1 commit
07 Aug, 2012
2 commits
06 Jun, 2012
1 commit
03 Jun, 2012
1 commit
30 May, 2012
1 commit
09 May, 2012
1 commit
06 Jan, 2012
1 commit
20 Dec, 2011
1 commit
28 Sep, 2011
1 commit
26 Sep, 2011
1 commit
-
Conflicts: app/controllers/apps_controller.rb app/models/app.rb app/models/deploy.rb app/models/problem.rb app/views/notices/_backtrace.html.haml app/views/notices/_summary.html.haml public/stylesheets/application.css spec/models/problem_spec.rb