Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-12 | Focus textarea when text is inserted (#1320) | Rachel H | |
Place space after uploaded filenames | |||
2017-01-30 | Add capistrano to development environment | Eugen Rochko | |
2017-01-07 | Add Vagrant development environment support | Effy Elden | |
2016-11-24 | Add .env.test | Alyssa Ross | |
It took me ages to get Mastodon set up with the tests passing because the environment variables I needed to define weren't documented and I had to work them out one at a time. This change adds a .env.test file, and makes it so it isn't ignored by git. I think it makes sense for the .env.test file to be in git, since there's nothing secret in it, but other approaches would be to have a .env.test.sample (like the corresponding one for production), or to set these values in a test helper, or to adapt the tests to work with environments other than this one. I'd be happy to make these changes if that would be preferred. Being able to get set up and run the tests is a pretty important part of being able to contribute to Mastodon (or your test coverage with suffer!), so having some sort of solution like this one is vital. | |||
2016-10-14 | Adding sync of follow relationships to Neo4J, accounts/suggestions API | Eugen Rochko | |
2016-08-24 | Adding React.js, Redux, revamping dashboard | Eugen Rochko | |
2016-03-14 | Ignore future .env files - those should not be committed to VC! Nor be part ↵ | Eugen Rochko | |
of docker containers | |||
2016-03-14 | Adding a docker-compose template for running Mastodon easily | Eugen Rochko | |
2016-02-28 | Adding avatars to profile page and statuses | Eugen Rochko | |
2016-02-25 | Adding a Mention model, test stubs | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |