Florian Staudacher
|
518346deab
|
try setting a higher swappiness, take other val for mem calculation
|
2012-04-06 01:55:07 +02:00 |
|
Florian Staudacher
|
248e9d9ae7
|
add more output (swapping), increase swapfile size
MY FIRST COMMIT <3 (it would be so awesome if this would make travis green)
:P
|
2012-04-06 01:16:37 +02:00 |
|
Maxwell Salzberg
|
e1d86bddcf
|
some tweaks so it fails gracefully on systems that do not have free command
|
2012-04-05 14:29:41 -07:00 |
|
Florian Staudacher
|
fc941fa88b
|
try monitoring used memory an GC by that
|
2012-04-05 22:21:30 +02:00 |
|
Maxwell Salzberg
|
20fee66eee
|
dont do speedup magic on travis
|
2012-04-05 12:28:07 -07:00 |
|
Maxwell Salzberg
|
2e86d069b8
|
try two seconds
|
2012-04-05 12:15:17 -07:00 |
|
Maxwell Salzberg
|
f65a3d760e
|
defer gc for half as long to prevent travis dying
|
2012-04-05 12:08:15 -07:00 |
|
Florian Staudacher
|
4051651737
|
speeding up rspec by deferring garbage collection
-> https://makandracards.com/makandra/950-speed-up-rspec-by-deferring-garbage-collection
on my machine the rspec tests went from taking 5min 02sec to 3min 29sec :O
(31% improvement)
|
2012-04-05 15:59:23 +02:00 |
|
danielgrippi
|
52c8540091
|
Revert "attempt to make travis happy" [ci skip]
This reverts commit 8507dc864f.
|
2012-02-14 15:05:28 -08:00 |
|
danielgrippi
|
8507dc864f
|
attempt to make travis happy
|
2012-02-14 15:00:59 -08:00 |
|
Maxwell Salzberg
|
3d569cc4bc
|
fix for some crazy lack-of-stubbing on some http requests...
|
2012-02-09 16:20:22 -08:00 |
|
danielgrippi
|
a3e13e3c0e
|
User#like! method.
|
2012-02-03 14:42:03 -08:00 |
|
danielgrippi
|
4f7dda6012
|
bang! kill redis cache.
|
2012-02-02 12:45:43 -08:00 |
|
danielgrippi
|
310a0679f1
|
particpate stream, yo!
|
2012-02-01 16:05:16 -08:00 |
|
danielgrippi
|
02021584a7
|
EvilQuery for Participation, refactor comment creation
you can now create a comment with User#comment!(post, text)
|
2012-02-01 15:09:31 -08:00 |
|
Maxwell Salzberg
|
49f18d435a
|
upgrade factory girl there are 3 failing cukes.
|
2012-01-21 21:58:50 -08:00 |
|
Dennis Collinson
|
8e3db3aebe
|
make jasmine view tests work, load templates, party
|
2012-01-07 14:23:21 -08:00 |
|
danielgrippi
|
6f7c9e9301
|
Remove resque_rescheduler as it was killing our app servers (receiving
http requests).
Revert "retry less"
This reverts commit 7784156e3b.
Revert "supress resque retries"
This reverts commit 80cdcd4edd.
Revert "Retry federation if remote pod is down"
This reverts commit bcbc86e502.
Conflicts:
app/models/jobs/http_multi.rb
|
2011-11-07 12:50:02 -08:00 |
|
Manuel Schölling
|
bcbc86e502
|
Retry federation if remote pod is down
|
2011-10-27 00:36:55 +02:00 |
|
Ilya Zhitomirskiy
|
f4bfa22768
|
added a clear cache rake task, removed fake redis for mockredis, slight
refactor of the redis_cache class
|
2011-10-05 11:54:24 -07:00 |
|
Raphael Sofaer
|
2e96f0121e
|
simplify multi-server spec running with foreman. couldn't really get it automated tonight, not sure why.
|
2011-09-22 00:24:01 -04:00 |
|
danielgrippi
|
97f80272b2
|
DG MS; changed Job:: to Jobs::; require all mail jobs from Job base class
|
2011-09-15 12:42:53 -07:00 |
|
Maxwell Salzberg
|
60ace5c297
|
DG MS; Broke out HydraWrapper in HttpMulti job
|
2011-09-14 15:50:07 -07:00 |
|
Maxwell Salzberg
|
665facaeb0
|
DG MS renamed private dispatcher; started refactor including public
dispatcher
|
2011-09-12 17:02:40 -07:00 |
|
Sarah Mei
|
f06b8c7a58
|
First pass at removing order dependencies so specs will be reliable on postgres and mysql
|
2011-09-05 17:51:45 -07:00 |
|
Sarah Mei
|
2255e80b69
|
So. It turns out that postgresql has a less-consistent idea of what .first means in an association with no default ordering. All the places we were doing bob.aspects.first (& etc.) needed to be more specific. & o ya, POSTGRES IS GREEN.
|
2011-08-29 22:03:05 -07:00 |
|
Sarah Mei
|
b7b1c6b276
|
Fix interaction between I18n fallbacks and our interpolation fallback code. Refactor I18n tests into their own file. Remove some test support code that made it hard to test I18n.
|
2011-07-30 22:41:46 -07:00 |
|
Raphael Sofaer
|
f9bf34a73e
|
Fix defaults for activerecord models in i18n
|
2011-07-29 15:51:38 -07:00 |
|
Raphael Sofaer
|
17774d8b3b
|
Getting repost back to almost green.
|
2011-07-21 19:15:47 -07:00 |
|
Raphael Sofaer
|
7382dfb7be
|
Multi-server spec now successfully passes along a reshare
|
2011-07-21 18:23:33 -07:00 |
|
Raphael Sofaer
|
e19fb6d0f8
|
Use authority instead of host in order to get the port as well.
|
2011-07-21 18:23:33 -07:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
537766d0d7
|
Started working on repost integration test
|
2011-07-21 18:23:33 -07:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
bd1c8efe54
|
wip integration servers
|
2011-07-21 18:23:33 -07:00 |
|
Raphael Sofaer
|
20de3a5622
|
Refactor StatusMessagesController#create, move the photo dispatching into an after_dispatch hook
|
2011-07-21 16:30:00 -07:00 |
|
Raphael Sofaer
|
97ca10ddda
|
Huge commit I know, but move show and destroy routes into PostsController and PostsController#show into PublicsController
|
2011-07-10 20:06:31 -07:00 |
|
danielgrippi
|
67eaafe3a9
|
Chubbies no longer saves diaspora_handle from the browser
|
2011-06-06 15:42:58 -07:00 |
|
Maxwell Salzberg
|
7aeb3a3649
|
Remove enabling sessions
|
2011-06-03 16:24:12 -07:00 |
|
Maxwell Salzberg
|
4b13c83de7
|
Chubbies now uses sqlite to have tables of pods and users
|
2011-06-03 16:24:12 -07:00 |
|
Maxwell Salzberg
|
e720fc097d
|
chubbies tests mow take diaspora handle
|
2011-06-03 16:24:12 -07:00 |
|
danielgrippi
|
01edfeee03
|
Chubbies now sends manifest data to create a client
|
2011-06-03 16:24:12 -07:00 |
|
danielgrippi
|
e121b0fe6d
|
Chubbies now sees that it has no secret and registers itself.
|
2011-06-03 16:22:38 -07:00 |
|
Raphael Sofaer
|
381b85189d
|
Add Chubbies, the oauth sample app, and a cucumber feature for part of an oauth flow
|
2011-06-03 16:22:38 -07:00 |
|
Raphael Sofaer
|
537de1ce4c
|
build_like and build_comment now take only an options hash, and call build_relayable
|
2011-05-31 12:27:58 -07:00 |
|
Raphael Sofaer
|
38289b1a47
|
Multi-server integration tests are now possible
|
2011-05-25 15:16:14 -07:00 |
|
Raphael Sofaer
|
c95ce3bd0c
|
Raise translation errors in specs
|
2011-05-19 17:01:42 -07:00 |
|
danielgrippi
|
7eaca0346c
|
Merge branch 'master' into follow
Conflicts:
config/assets.yml
public/stylesheets/sass/_mixins.scss
spec/models/user/posting_spec.rb
|
2011-05-16 14:56:28 -07:00 |
|
Raphael Sofaer
|
70fd2e916a
|
Update rspec
|
2011-05-13 17:52:37 -07:00 |
|
danielgrippi
|
648a10e6d3
|
Merge branch 'master' into follow
Conflicts:
app/controllers/requests_controller.rb
app/controllers/tags_controller.rb
app/helpers/aspects_helper.rb
app/views/notifications/index.html.haml
config/routes.rb
public/javascripts/aspect-edit.js
public/javascripts/contact-list.js
spec/integration/receiving_spec.rb
spec/models/user/connecting_spec.rb
spec/models/user/posting_spec.rb
|
2011-05-04 11:35:35 -07:00 |
|
Raphael Sofaer
|
899963d487
|
Move created_at back a second in .post
|
2011-04-30 10:26:16 -07:00 |
|
Raphael Sofaer
|
38e44b13aa
|
Test and fix pagination on profile, tag and aspect streams
|
2011-04-30 10:26:16 -07:00 |
|