]> git.openstreetmap.org Git - rails.git/history - test
Fix shift key handling in contextmenu
[rails.git] / test /
2017-02-18 Tom HughesMerge branch 'contextmenu'
2017-02-13 Tom HughesAllow a POST with no arguments to trace#edit to fetch...
2017-02-12 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1030...
2017-02-09 Tom HughesOnly create diary entries for POST requests
2017-02-09 Tom HughesTest that GET on message#new can't send a message
2017-02-06 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1426'
2017-02-05 Tom HughesLink GPX fixture files instead of stubbing
2017-02-05 Tom HughesCleanup double comment markers
2017-02-05 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1347...
2017-02-05 Tom HughesUse .first in place of [0]
2017-02-05 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1401'
2017-02-02 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1423'
2017-02-02 Andy AllanConvert the test_users_nearby to user factories.
2017-02-02 Andy AllanUse factory for user language tests
2017-02-02 Andy AllanRefactor the friend_users test, and remove the tests...
2017-02-02 Andy AllanConvert test_friend_with to use factories, and use...
2017-02-02 Andy AllanUser factory for uniqueness tests
2017-02-02 Andy AllanConvert class method tests to use User factory.
2017-02-02 Andy AllanAdd status traits to user factory.
2017-02-02 Andy AllanAdd moderator_user and administrator_user factories.
2017-02-02 Andy AllanAdd a user_role factory
2017-02-02 Andy AllanAdd with_home_location trait for user factories.
2017-02-01 Andy AllanCreate a simple user factory, and convert some basic...
2017-01-28 Herve Saint-AmandUse each_with_object and make the code pithier
2017-01-26 Andy AllanConvert client applications fixtures into a factory
2017-01-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1416'
2017-01-26 Tom HughesLoad user fixtures for ChangesetComment model tests
2017-01-25 Andy AllanRemove unused user_tokens fixture and pointless test.
2017-01-11 Herve Saint-AmandRubocop finds 'return' statements redundant
2017-01-11 Herve Saint-AmandModify tests to search only text parts
2016-12-21 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1395'
2016-12-20 Tom HughesAdd support for Wikimedia authentication
2016-12-18 Tom HughesLoad api fixtures in tag model tests
2016-12-18 Tom HughesGet rid of hardwired counts in assertions
2016-12-18 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1367'
2016-12-02 Tom HughesWork around upcoming minitest insanity
2016-12-02 Tom HughesFix rubocop warnings
2016-11-25 Tom HughesIncrease password stretching to 10000 interations
2016-11-24 Tom HughesUse only_path instead of setting an explicit host
2016-11-17 Andy AllanAdd tags to features before propogating them.
2016-11-17 Andy AllanFix spelling of propagate.
2016-11-17 Andy AllanBe explicit in which traces are expected.
2016-11-16 Andy AllanCreate object for list tests, and assert the responses...
2016-11-16 Andy AllanRename test trace fixtures to use letters instead of...
2016-11-09 Tom HughesStub nominatim for reverse lookups in note tests
2016-11-09 Tom HughesStub nominatim for reverse lookups in diary tests
2016-11-09 Tom HughesRename stub_signup_requests to stub_hostip_requests
2016-11-09 Tom HughesConvert more 'setup do' to 'def setup' for consistency
2016-11-09 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1350'
2016-11-09 Andy AllanUse 'def setup' instead of 'setup do', for consistency
2016-11-09 Andy AllanExtract the hostip.info stubbing into a common method.
2016-11-03 Tom HughesReject oauth nonces over a day old
2016-11-01 Andy AllanMove instance creation to the top of the test methods.
2016-10-31 Andy AllanReplace fixtures with factory for relation_tags
2016-10-31 Andy AllanReplace fixtures with factory for way_tags
2016-10-30 Andy AllanReplace fixtures with factory for node_tags
2016-10-30 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1352'
2016-10-30 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1351'
2016-10-30 Andy AllanReplace fixtures with a factory for old_relation_tags
2016-10-30 Andy AllanConvert fixtures to factory for old_way_tags
2016-10-30 Andy AllanReplace fixtures with a factory for old_node_tags
2016-10-30 Andy AllanReplace changeset_tags fixtures with a factory.
2016-10-30 Andy AllanRemove the changesets_subscribers fixture.
2016-10-30 Andy AllanRefactor the gravatar email changes to use webmock...
2016-10-30 Andy AllanUse webmock to power the with_http_stubs helper
2016-10-30 Andy AllanStub out requests to gravatar.com during tests.
2016-10-30 Andy AllanStub out requests to hostip.info during tests
2016-10-30 Andy AllanAdd webmock to intercept real http connections during...
2016-10-30 Andy AllanUse stub_any_instance in order to stub find results.
2016-10-29 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1349'
2016-10-29 Andy AllanRubocop fix.
2016-10-29 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1348'
2016-10-29 Andy AllanAvoid double-escaping diary entry titles
2016-10-29 Andy AllanReplace trace-related fixtures with factories.
2016-10-27 Tom HughesRequire user_roles fixtures
2016-10-27 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1344'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1339'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1338'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1337'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1336'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1335'
2016-10-26 Andy AllanConvert the languages fixtures to a factory
2016-10-26 Andy AllanReplace messages fixtures with a factory.
2016-10-26 Andy AllanReplace user_preferences fixture with a factory.
2016-10-26 Andy AllanReplace hardcoded user id with a reference to the relev...
2016-10-26 Andy AllanConvert ACL fixture to a factory, and add some tests
2016-10-20 Tom HughesFix rubocop warnings
2016-10-20 Tom HughesReplace quova with support for local Maxmind GeoIP...
2016-10-19 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1332'
2016-10-19 Tom HughesLoad user and language fixtures for diary model tests
2016-10-19 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1331'
2016-10-19 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1330'
2016-10-19 Andy AllanRemove unused countries fixture.
2016-10-19 Andy AllanUse model relations when creating objects from factories
2016-10-19 Andy AllanReplace user_blocks fixture with a factory.
2016-10-12 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1309'
2016-10-12 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1322'
2016-10-12 Mikel Maronmerge upstream/master and resolve conflicts from https...
2016-10-12 Andy AllanReplace changeset_comments fixtures with a factory.
2016-10-12 Mikel Maronlast minor fixes
next