Commit Graph

550 Commits

Author SHA1 Message Date
Sam Saffron 80d20bae5a Revert "Use the tests-passed branch when upgrading Discourse for stability."
This reverts commit e025c32fde.
2014-06-17 19:50:55 +10:00
Sam Saffron e105402a23 Revert "FIX: Don't use checkout, use reset"
This reverts commit 89a7ad0e7d.
2014-06-17 19:50:21 +10:00
Robin Ward 89a7ad0e7d FIX: Don't use checkout, use reset 2014-06-16 14:58:38 -04:00
Robin Ward e025c32fde Use the tests-passed branch when upgrading Discourse for stability. 2014-06-10 17:16:26 -04:00
Jeff Atwood f09ad64b91 Update README.md 2014-05-30 01:39:24 -07:00
Sam f3258b0a78 Merge pull request #6 from Stealthii/spelling_fix
Minor fixes to upgrade failure message.
2014-05-30 17:16:59 +10:00
Daniel Porter 5dc16a9527 Minor fixes to upgrade failure message. 2014-05-28 10:05:13 +01:00
Robin Ward 5981dfacfb Changed disabled button color 2014-05-12 12:10:51 -04:00
Robin Ward 0a15ed8a3e Trivial visual change to make it more obvious that the upgrade has
started.
2014-05-09 15:23:47 -04:00
Robin Ward 42118aeb94 FIX: Use the currently upgrading key to check the version 2014-05-07 14:15:05 -04:00
Robin Ward 6a22a873dd Animated progress bar, refresh fix. 2014-05-07 13:51:47 -04:00
Robin Ward 899f64874a Use less fugly date formatting. 2014-05-06 14:39:28 -04:00
Robin Ward 7b088ab770 TRIVIAL: Was rendering "null" into the upgrade log area before you
started.
2014-05-05 12:57:17 -04:00
Robin Ward 2ddbdac757 Oops, missed a file. 2014-05-02 17:28:56 -04:00
Robin Ward 2eb923150a Have console scroll to the bottom on new output 2014-05-02 17:18:25 -04:00
Robin Ward 3c804ec605 Major upgrade: Docker Manager is now a Standalone Ember App, contains
many improvements.
2014-05-02 16:52:27 -04:00
Sam bfd70506bf test upgrade 2014-04-18 18:01:44 +10:00
Sam 8793a06c6a fix precompile 2014-04-18 17:57:24 +10:00
Sam 81ac4a1301 pointless change to test upgrade 2014-04-18 17:51:20 +10:00
Sam 6997d2e314 Reduce dependencies, fix broken script 2014-04-18 17:43:02 +10:00
Jeff Atwood 4e34f7b43f add big ass "upgrade complete" pre-alert 2014-03-26 23:31:39 -07:00
Jeff Atwood 9b23f2aeef make "be patient" step a lot more visible 2014-03-26 10:36:53 -07:00
Régis Hanol 6a6cfc1d44 be patient 2014-03-26 18:20:43 +01:00
Régis Hanol d5ef4bc371 show a javascript alert when you click the upgrade button 2014-03-25 19:46:10 +01:00
Régis Hanol acd73398f8 upgrade buttons are now distincts between discourse & the plugins 2014-03-25 19:44:35 +01:00
Jeff Atwood 3a4e3ae4eb add admonition to refresh page 2014-03-25 11:11:08 -07:00
Jeff Atwood 16aa5f5283 clarify that top upgrade button is for Discourse 2014-03-24 23:49:35 -07:00
Sam 7940a5b839 Merge pull request #2 from darwin/master
git pull is no good after doing rebase upstream
2014-03-24 08:43:59 +11:00
Neil Lalonde 4483f35cf1 Upgrade does multisite:migrate instead of just db:migrate 2014-03-21 10:29:30 -04:00
Antonin Hildebrand a58650a49a git pull is no good after doing rebase upstream
More generally, when you rewrite history in upstream, git will try to merge.
Not only that merging could fail with conflicts, but it also needs git username.

This was my log shown at http://{mydiscourse.com}/admin/docker when doing upgrade:

    $ cd /var/www/discourse && git pull
    *** Please tell me who you are.

    Run

      git config --global user.email "you@example.com"
      git config --global user.name "Your Name"

    to set your account's default identity.
    Omit --global to set the identity only in this repository.

    fatal: empty ident   not allowed
2014-03-14 18:37:07 -04:00
Robin Ward 866ebd69d9 OOPS: Forgot `{{unless}}` 2014-03-06 14:36:27 -05:00
Robin Ward 924de3fcc7 Add docker upgrade link to admin page. 2014-03-06 14:20:06 -05:00
Sam ccd859f5fb Don't clear up the Discourse env, we need it 2014-01-03 08:03:04 +11:00
Sam 383d38d143 update to work post js refactoring 2013-12-30 14:17:48 +11:00
Sam ae43630b15 don't nuke redis config from env 2013-11-30 07:35:47 +11:00
Sam 4886f38c50 try to clear up the env with more force 2013-11-26 15:12:07 +11:00
Sam 6d4d67faeb more logging 2013-11-26 14:59:15 +11:00
Sam 3ce4e93173 clear more env 2013-11-26 14:54:38 +11:00
Sam eea17bb21d clear ruby opt, it is a problem 2013-11-26 14:46:02 +11:00
Sam 8cf48f2636 need to run commands in production 2013-11-26 14:16:35 +11:00
Sam e926a41a14 add error handling 2013-11-26 14:12:07 +11:00
Sam b2680b13a5 add runaway cpu and mem tasks for testing
fix github link
2013-11-26 13:04:33 +11:00
Sam dc1b033750 show pid 2013-11-14 19:27:09 +11:00
Sam 759dac8791 exclude sudo launcher 2013-11-14 19:20:58 +11:00
Sam 6b75a86599 add readme 2013-11-14 17:38:09 +11:00
Sam 467ad9b225 better kill sidekiq 2013-11-14 17:15:15 +11:00
Sam 5c99dc4113 we need to bundle install :) 2013-11-14 16:59:28 +11:00
Sam 2afeacf01c add csrf protection and correct commit behinds 2013-11-14 16:50:59 +11:00
Sam dd9f16622c basic upgrade support from dash 2013-11-14 16:38:26 +11:00
Sam 2bb95a06a9 initial commit for docker manager 2013-11-13 17:43:35 +11:00