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 |
|
danielgrippi
|
106ae983d5
|
Merge branch 'master' into follow. all specs green.
Conflicts:
app/controllers/application_controller.rb
app/controllers/people_controller.rb
app/models/person.rb
config/assets.yml
db/schema.rb
public/javascripts/aspect-edit.js
spec/controllers/aspects_controller_spec.rb
spec/models/user/querying_spec.rb
spec/spec_helper.rb
|
2011-04-11 17:48:37 -07:00 |
|
Raphael Sofaer
|
080f08187d
|
Disable typhoeus everywhere but the HTTPMulti specs
|
2011-04-11 14:52:21 -07:00 |
|
MrZYX
|
fbe91aba3a
|
refetch profile if it's missing, comment out hydra stub for now because it breaks the specs
|
2011-04-09 15:20:28 +02:00 |
|
danielgrippi
|
914e35dcad
|
stub hydra for great success. also, make local_luke, local_leia, and remote_raphael fixtures.
|
2011-04-08 18:24:02 -07:00 |
|
danielgrippi
|
68375fdb02
|
added mutual flag, removed pending from contact, specs are green. wip
|
2011-04-05 16:12:53 -07:00 |
|
MrZYX
|
1b1a23aa8f
|
likes/dislikes WIP TODO: better icons, better styling, integration on photo show page
|
2011-03-20 18:10:58 +01:00 |
|
Sarah Mei
|
0b1fa4d014
|
You can now add contacts from tags#show. Also, a CSS change to help us start refactoring: there's now a class to the body that you can set with content_for :body_class. This lets you scope CSS to a particular page. Started breaking out smaller CSS files.
|
2011-03-19 20:53:55 -07:00 |
|
Sarah Mei
|
1bd693eb14
|
Added cucumber step for searching, and feature for searching for tags.
|
2011-03-19 19:06:24 -07:00 |
|
danielgrippi
|
68479481cf
|
made websockets far less dumb. don't render partials for people not connected.
|
2011-03-15 18:21:09 -07:00 |
|
Raphael Sofaer
|
4b4654a408
|
Changing message to text, partway done, deleted data conversion
|
2011-03-14 11:39:31 -07:00 |
|
danielgrippi
|
1f5edb1d92
|
Merge branch 'private_messages'
Conflicts:
app/controllers/status_messages_controller.rb
app/models/data_point.rb
app/models/status_message.rb
db/schema.rb
lib/fake.rb
public/stylesheets/sass/application.sass
spec/models/mention_spec.rb
|
2011-03-08 21:23:41 -08:00 |
|
Sarah Mei
|
1590b69569
|
WTF. Seriously. It works with 1.9 now though.
|
2011-03-01 21:43:49 -08:00 |
|
Raphael Sofaer
|
0cb218bba0
|
Delete statistic and data point models
|
2011-03-01 16:54:12 -08:00 |
|
danielvincent
|
f4e6d0d82b
|
broke out some comment logic to a replayable module
|
2011-03-01 12:28:33 -08:00 |
|
Raphael Sofaer
|
1c1fba63e7
|
Refactor notification to have subclasses, just a start
|
2011-03-01 10:30:29 -08:00 |
|
Sarah Mei
|
33c7400919
|
clean up fixture builder
|
2011-02-21 20:06:54 -08:00 |
|
Sarah Mei
|
dc499293b3
|
Took 90 seconds off the build. Fixture builder FTFW.
Cleaned up spec_helper - moved stuff into support files.
|
2011-02-20 00:35:51 -08:00 |
|
Sarah Mei
|
b0d98b9ce8
|
Add people#show specs around showing the right set of posts.
|
2011-02-19 22:17:45 -08:00 |
|