-
Notifications
You must be signed in to change notification settings - Fork 73
/
History.txt
301 lines (216 loc) · 9.76 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
== 0.6.12/ 2014-06-14
* #44 Share the bundle config instead of creating it on multiple slices - dholdren
== 0.6.11/ 2014-02-21
* #46 Fix path issue in bundle_config - krutten.
== 0.6.10 / 2014-02-20
* #45 Bundler will sometimes try and verify the dependancy tree - jcstringer.
* This adds the ``--deployment`` flag to the ``bundle`` command.
== 0.6.9 / 2013-05-29
* #43 eycap v0.6.8 fails to detect rvm gem path with rvm-capistrano - Michal Papis.
== 0.6.8 / 2013-05-29
* #42 allow custom path for ey binaries - Michal Papis.
* Added bundle_config task for bundler - Tyler Bird.
* Change default output of bundle install to --quiet for speed increase - Tyler Bird.
== 0.6.7 / 2013-03-25
* follow up to #37, pull #40 works to ensure rvm and non-rvm work properly - Michal Papis.
* #39 Joe does some good house cleaning, thanks!
* and a Delayed Job tweak by Kevin on #41, thank you.
== 0.6.6 / 2013-03-15
* adding rvm support to eycap #37 - thank you Michal Papis!
== 0.6.5 / 2012-12-07
* removed unnecessary if/then statement see closed pull request #36
* Merged pull request #34 - include rails_env in Thinking Sphinx recipe
== 0.6.4 / 2012-10-04
* Fix the incorrect pluralization of "eycap/recipes" file because eycap would not include itself anymore.
== 0.6.3 / 2012-09-21
* Changing all /engineyard/bin/unicorn tasks in unicorn recipe to run.
== 0.6.2 / 2012-09-21
* Added minitest framework.
* Change deploy user task in unicorn recipe from sudo to run.
== 0.6.1 / 2012-09-06
* The Yes We Can patch, which maintains backwards compatibility for the eycap require statement.
== 0.6.0 / 2012-09-06
* Bundler and a clean gemspec now manage the release of eycap.
* Use the :bundle_without to optionally specify groups more than 'test and development' only.
== 0.5.23 / 2012-05-31
* Changed README to markdown format.
* Improved README to give instructions on general setup and usage.
* Refactored default bundle install behavior, adding :no_bundle flag.
* Merged pull request #32 - log more deploy commands.
== 0.5.22 / 2011-12-02
* merged pull request #28 - only perform the bundler.bundle_gems task on app servers that handle releases
* merged pull request #30 - fix for race condition where binstubs is on an NFS volume
== 0.5.21 / 2011-11-29
* merged pull request #26 - symlink ey_bundler_binstubs to bin
== 0.5.20 / 2011-07-21
* merged pull request #25 - added :except clause for non-nginx app servers
* merged pull request #24 - exclude 'test' and 'development' in bundler
== 0.5.19 / 2011-07-19
* Removed redundant bundle exec from rake db:migrate task as bundler will inject 'bundle exec rake' it since 1.0.8.
== 0.5.18 / 2011-05-24
* Added task to tail apache logs. (lightcap)
* Using --binstubs to put executables in app_root/bin. (lightcap)
* Added unicorn recipe to stop/start/restart. (timo3377)
* Fix for eylogger and ruby 1.9.x. (atavistock)
* Changed resque restart to sudo instead of run. (mdolian)
== 0.5.17 / 2011-04-13
* Fixed it so resque:restart is not called for any deploy.
== 0.5.16 / 2011-04-08
* Added improvement for postgres db:clone_to_local recipe.
* Added correct requirement and symlink changes for resque recipe.
== 0.5.15 / 2011-04-08
* Added mysql2 support for database clone recipes.
== 0.5.14 / 2011-04-06
* Added resque recipe.
== 0.5.13 / 2011-03-07
* turned off EY weather notification.
== 0.5.12 / 2011-03-07
* turned off EY weather notification.
== 0.5.11 / 2011-02-16
* changed the exception variable for DJ recipe
== 0.5.10 / 2011-02-16
* added Delayed Job monit restart commands
== 0.5.9 / 2011-01-28
* bug fix for bundle install command
== 0.5.8 / 2009-12-21
* updated database clone to local task - adding ability to use mysql2 adapter.
== 0.5.7 / 2009-12-21
* updated database tasks - new xCloud infrastructure requires staging databases to use master not replica for tasks
== 0.5.6 / 2009-6-17
* updated bundler task so it won't install test or development gems
* updated database tasks - based on Tyler Poland's update
== 0.5.5 / 2009-3-16
* fixed 2 bugs that are in 0.5.4 with the SSL and bundler recipes
* use this version with bundler version 0.9.2
== 0.5.4 / 2009-3-16
* fixed gem bundler issue
== 0.5.3 / 2009-1-27
* created task cap ssl:create
* use this version with bundler version 0.8
== 0.5.2 / 2009-12-17
* renamed task cap slice:tail_production_logs to cap slice:tail_environment_logs
== 0.5.1 / 2009-11-12
* using bundler's cache instead of symlinking on each deploy.
== 0.5.0 / 2009-10-07
* moved from github to gemcutter for hosting.
== 0.4.16 / 2009-09-30
* apps ping weather app before and after each deploy
== 0.4.15 / 2009-09-02
* added include in gemspec for bundler file
== 0.4.14 / 2009-08-31
* restored functionality to remove temporary compressed sql file after db:clone_prod_to_staging
* renamed gz extension files to bz2 in db:clone_to_local
* memcached: fix netcat not hanging up on a flush
== 0.4.13 / 2009-07-30
* changed Gemfile to absolute path
* merged changes from square/master for unshared_remote_cache cached deploy strategy
== 0.4.12 / 2009-06-26
* removed condition for dbhost that was useless and tested db:clone_prod_to_staging
== 0.4.11 / 2009-06-25
* changed nginx start and restart to give output to cap
* fixed db:clone_to_local task
== 0.4.10 / 2009-06-24
* using nohup on nginx start and restart
== 0.4.9 / 2009-06-22
* added nginx reload, upgrade and configtest - thanks Randy (ydnar)
== 0.4.8 / there is no 0.4.8, just like there is no spoon.
== 0.4.7 / 2009-05-12
* fixed bug in clone_prod_to_staging and clone_to_local db tasks for postgres
where the regex matching the password prompt for the restore was wrong
== 0.4.6 / 2009-03-24
* fixed bug to restore clone_prod_to_staging using the compressed file
== 0.4.5 / 2009-03-03
* happy square root day!
* added the staging restore to db:clone_prod_to_staging
== 0.4.4 / 2009-03-03
* happy square root day!
* fixed the *correct* database.rb file for the db:clone_prod_to_staging
== 0.4.3 / 2009-02-11
* updated db:dump command for Engine Yard Solo offering, fixing a bug where
the dbname wasn't included.
== 0.4.2 / 2009-02-11
* added condition to determine if the db:dump command is run against our
traditional offering or the new cloud offering
* fixed bug where if a production db host name doesn't have a -master at the
end it won't run the db:clone_prod_to_staging correctly
== 0.4.1 / 2009-01-09
* fixed bug for passenger:restart
== 0.4.0 / 2009-01-09
* add passenger:restart task
* add apache stop, start, restart and reload tasks
* Don't display database passwords in the logs, output, etc. use stdin instead
== 0.3.11 / 2008-11-09
* filtered_remote_cache uses svn switch
== 0.3.9 / 2008-09-29
* add reindex task for /engineyard/bin/acts_as_sphinx_searchd
* add reindex and configure task for /engineyard/bin/ultrasphinx_searchd
* add reindex and configure task for /engineyard/bin/thinking_sphinx_searchd
== 0.3.8 / 2008-09-22
* add PostgreSQL support to the database.rb recipe.
== 0.3.7 / 2008-08-23
* fix from customer for filtered_remote_cache to just use plain grep.
== 0.3.6 / 2008-07-17
* features updated VERSION
== 0.3.5 / 2008-07-17
* filtered_remote_cache uses cached checkout's repository root for comparison for speedier tagged/branched deploys
== 0.3.4 / 2008-06-17
* rake install_gem_no_doc for faster install
* set role to db for backup_name task
* add migration support for merb
== 0.3.3 / 2008-05-07
* add ey_logger to log deploys to server
== 0.3.2 / 2008-04-29
* adding db:clone_to_local task to take a dump on the slice, fetch it, and load it into your dev db on your workstation
* only clone from replica database
* remove call to variable in task desc
* fix ferret symlinking
* gemspec for github
== 0.3.1 / 2008-03-17
* Make the custom maintenance pages actually work!
== 0.3.0 / 2008-03-05
* Adding custom maintenance pages is now as easy as copying a custom html file to #{shared_path}/system/maintenance.html.custom
== 0.2.10 / 2008-03-02
* Symlink memcached.yml only on :memcached => true, except :no_release => true
== 0.2.9 / 2008-02-27
* Fix a bug with ultrasphinx:configure running on multiple hosts
== 0.2.8 / 2008-02-20
* Add tasks for solr starting,stopping, and log tailing.
* Add monit namespace and make appservers php/merb compatible
* Make ultrasphinx symlinking a little smarter
* Add tomcat tasks for spongecell
== 0.2.6 / 2008-02-14
* Make mongrel restarts only apply to mongrel slices
== 0.2.5 / 2008-02-11
* Added db cloning task
== 0.2.4 / 2008-02-06
* Symlink memcached.yml in on deploy if you enable the callback
== 0.2.3 / 2008-02-01
* Make log tailing environmentally aware. Also add tasks to tail mongrel logs
== 0.2.2 / 2008-01-25
* sphinx:configure ultrasphinx configuration task
== 0.2.1 / 2008-01-25
* override default deploy recipe start/stop tasks
== 0.2.0 / 2008-01-23
* sphinx:symlink ultrasphinx configuration directory
== 0.1.9 / 2008-01-21
* Correct memcached tasks.
== 0.1.8 / 2008-01-20
* Add memcached tasks
== 0.1.7 / 2008-01-19
* fix symlink_configs task
== 0.1.6 / 2008-01-19
* add restart tasks for backgroundrb
== 0.1.5 / 2008-01-18
* fixed bug in filtered_remote_cache that prevented a changed checkout URL from taking over the cache
== 0.1.4 / 2008-01-17
* added sphinx:[reindex|start|stop|restart] matches only app servers with :sphinx => true
== 0.1.3 / 2008-01-17
* filtered_remote_cache to removes the cached copy of the source URL changed
== 0.1.2 / 2008-01-15
* added filtered_remote_cache capistrano deployment strategy
== 0.1.1 / 2008-01-15
* removed database tasks until problem with 'defer' is solved
== 0.1.0 / 2008-01-14
* Bugfix for empty :application variable
== 0.0.1 / 2008-01-14
* Initial release