Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2022-10-06Add a pull command to update docker images to diaspora-dev scriptBenjamin Neff
Before the images were only pulled once and then never updated which lead to really outdated images and OS dependencies. Now all images (including the base image for the diaspora container) are pulled when running `setup`. So the idea is to run the `setup` command from time to time to bring everything up to date again.
2022-09-19Expose docker-compose through diaspora-dev scriptBenjamin Neff
As the docker-compose.yml contains variables, it can't just be used with docker-compose directly. So this manually use docker-compose commands with all the required environment variables set.
2022-09-19Add redis to docker development setupBenjamin Neff
With #8392 the `single_process_mode` was removed, which means that development now also requires a redis.
2022-09-09Replace Unicorn with PumaDennis Schubert
… and drop the single_process_mode. See the included Changelog entry for full details on what this change means.
2022-07-22Add yarn command to the diaspora-dev docker scriptBenjamin Neff
2022-07-22Add command for bin/setup to the diaspora-dev docker scriptBenjamin Neff
and also use it for the initial setup command, so it also install yarn dependencies
2021-04-10Merge branch 'next-minor' into developJonne Haß
2021-04-10Use bundler-cache: true instead of actions/cache@v2Benjamin Neff
Using actions/cache@v2 causes problems with ruby, see https://github.com/ruby/setup-ruby#caching-bundle-install-manually Closes #8221 closes #8226
2020-09-04Drop config/script_server.yml warningJonne Haß
2020-09-04Merge branch 'next-minor' into developJonne Haß
2020-09-04Migrate configuration to TOMLJonne Haß
YAML is just too easy to get wrong closes #8132
2020-07-08Merge branch 'next-minor' into developDennis Schubert
2020-07-08bundler: disable post install messages in productionJonne Haß
closes #8131
2019-10-19Remove the JSXC/Prosody integration.Dennis Schubert
As per discussion on https://discourse.diasporafoundation.org/t/removing-diaspora-s-current-chat-integration/2718, nobody raised serious concerns or objections. Given future plans, we do not think having an unfinished implementation of something that likely will not get finished in the current form is worth it. So let's get rid of it.
2018-11-08Use sudo for docker if socket is not writableBenjamin Neff
closes #7921
2018-11-04Use libjemalloc if it's available for better memory usageBenjamin Neff
Fixes #6763 closes #7919
2018-10-29Add docker setup for developmentCSammy
closes #7870
2018-07-01Get processor count with ruby (on linux and mac)Benjamin Neff
closes #7830
2018-04-12Bump eyeBenjamin Neff
2018-02-26Set frozen config as booleanBenjamin Neff
This is normalized to "true" in the config after running bin/bundle, so rerunning script/configure_bundler resets this back to 1 (which is the same, but we don't need to change this back and forth every time).
2018-02-22piped bin/bundle commands to suppress warnings when run on readonly filesystemsBrad Koehn
closes #7719
2018-02-10Don't print a warning when starting the server outside a Git repoSaverio Miroddi
Currently, git checks are performed on server start, even when outside a git repository. This commit verify the presence of a git repository (via `git status` exit code), and perform checks only if it exists. closes #7712
2017-12-30Check for a running redis in script/serverJanakas
Fixes #5267 closes #7685
2017-11-01Run rake directly without xvfb on travisBenjamin Neff
closes #7654
2017-11-01Use configure_bundler script on travisBenjamin Neff
2017-11-01Add script/configure_bundler to set correct bundler optionsBenjamin Neff
2017-09-17Remove unused scriptsBenjamin Neff
They were added a long time ago and they talk about rails 3 ... we have rails 5 now and scripts in the bin folder, so I think we can remove them. closes #7596
2017-09-17Add `# frozen_string_literal: true` to all filesBenjamin Neff
2017-07-13Fix: Check for asset precompilation when starting serverFinn Woelm
When `public/assets/` is a symlink, running `find public/assets ...` does not return the correct result. By using `public/assets/`, find is able to return the correct result regardless of whether the folder is an actual folder or a symlink. [ci skip]
2017-01-16Fix script/server when bin/ is not in PATHspixi
This fixes an issue, when the bin/ directory of diaspora is not in the PATH variable closes #7281
2016-09-12Revert "Use bundler 1.12.5 on travis"Steffen van Bergerem
This reverts commit 5fcc239d7cc35173835ea8cc0ee116fdd798caa1.
2016-09-10Use bundler 1.12.5 on travisSteffen van Bergerem
closes #7084
2016-06-26Merge branch 'stable' into developJonne Haß
2016-06-26script/server: check for main.js instead of home.cssJonne Haß
2016-02-11Fix eye not stopping all processesSteffen van Bergerem
Fixes #6685. See https://github.com/kostya/eye/commit/866ecd0587387ed0bec3f6e19243c2ece38227cd
2015-05-29Replace DB environment variable with optional bundler groupsJonne Haß
See the changes to the changelog for more details
2015-05-19Remove deprecated port settingJonne Haß
2015-05-19replace foreman with eyeJonne Haß
closes #5966
2015-05-19Make listen directive for Unicorn configurableJonne Haß
2015-05-02Merge pull request #5907 from pravi/add-x-permissions-to-scriptsJonne Haß
add execution permission to scripts
2015-05-02drop install scripts, see #5907Praveen Arimbrathodiyil
2015-04-25Merge pull request #5891 from mrbrdo/3824_environment_sanity_checkJonne Haß
fix script/server sanity checks
2015-04-25fix sanity checks in script/server, remove migration check because it is too ↵Jan Berdajs
slow and Rails 4 checks it on first request anyway
2015-04-25Environment sanity checks in script/server #3824Akash Agrawall
2015-04-25fix broken output of script/serverJan Berdajs
2015-04-15fix for #5862, check for compiled assetsPraveen Arimbrathodiyil
2014-12-04Rails is a moduleJonne Haß
2014-12-01Replace spork with spring, update & use binstubsJonne Haß
Spring is the recommended application preloader for rails
2014-11-13Print a warning unless they use a proxyLukas Matt
If you try to connect from a secure connection to a insecure connection; Most modern browser block the request and flag it as mixed-content.
2014-11-13Start vines if chat and server is enabledLukas Matt