mina 0.3.6 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +671 -0
- data/Readme.md +4 -0
- data/data/deploy.sh.erb +0 -3
- data/lib/mina/rails.rb +3 -0
- data/lib/mina/version.rb +1 -1
- data/lib/mina/whenever.rb +14 -6
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7546e497f0a6d6a28d9e0eacad5de34b857da979
|
|
4
|
+
data.tar.gz: ad6c7319401e63fdc14898ccc42cef6169fcae8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fcc44d6c721439034fdda7dba7e81b40fb22ffceac13c0a39be5c46df4d54d7c6ce6b8c9952404ce2a92c64ba6f98d864bbebd58a085eee747f5596b6543390
|
|
7
|
+
data.tar.gz: f8484f64196360354c92e3d806f1f9f5166ee3ff019d45094431d3f8c0e3e2730699829d84b3513e87843357403af72b71ce310f8cfd1122af38fecf35ad0c57
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,671 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [v0.3.6](https://github.com/mina-deploy/mina/tree/v0.3.6) (2015-07-05)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.4...v0.3.6)
|
|
6
|
+
|
|
7
|
+
**Closed issues:**
|
|
8
|
+
|
|
9
|
+
- master failed to start, check stderr log for details [\#322](https://github.com/mina-deploy/mina/issues/322)
|
|
10
|
+
|
|
11
|
+
- can not connect to VPS [\#319](https://github.com/mina-deploy/mina/issues/319)
|
|
12
|
+
|
|
13
|
+
- Integrate with sitemap generator. [\#313](https://github.com/mina-deploy/mina/issues/313)
|
|
14
|
+
|
|
15
|
+
- Mina ssh doesn't load bash\_profile? [\#311](https://github.com/mina-deploy/mina/issues/311)
|
|
16
|
+
|
|
17
|
+
- Mina::LocalHelpers::Local.invoke is broken for non-pretty term modes [\#309](https://github.com/mina-deploy/mina/issues/309)
|
|
18
|
+
|
|
19
|
+
- sudo command in configuration [\#302](https://github.com/mina-deploy/mina/issues/302)
|
|
20
|
+
|
|
21
|
+
- Why does rails:db\_migrate run on the previous release? [\#300](https://github.com/mina-deploy/mina/issues/300)
|
|
22
|
+
|
|
23
|
+
- secrets.yml in shared\_paths by default [\#298](https://github.com/mina-deploy/mina/issues/298)
|
|
24
|
+
|
|
25
|
+
- mina don't support deployment by tag [\#296](https://github.com/mina-deploy/mina/issues/296)
|
|
26
|
+
|
|
27
|
+
- when Skipping asset precompilation, it copied assets to wrong path [\#293](https://github.com/mina-deploy/mina/issues/293)
|
|
28
|
+
|
|
29
|
+
- Mina chokes handling STDIN [\#286](https://github.com/mina-deploy/mina/issues/286)
|
|
30
|
+
|
|
31
|
+
- invoke does not work after a to block [\#285](https://github.com/mina-deploy/mina/issues/285)
|
|
32
|
+
|
|
33
|
+
- Deploy locked without deploy.lock file [\#283](https://github.com/mina-deploy/mina/issues/283)
|
|
34
|
+
|
|
35
|
+
- mina setup improperly documented [\#280](https://github.com/mina-deploy/mina/issues/280)
|
|
36
|
+
|
|
37
|
+
- Hangs on confirming host key phase. [\#277](https://github.com/mina-deploy/mina/issues/277)
|
|
38
|
+
|
|
39
|
+
- Whenever tasks do not dependent :environment [\#267](https://github.com/mina-deploy/mina/issues/267)
|
|
40
|
+
|
|
41
|
+
- Can I safely embed `.env` in the Mina deploy script? [\#265](https://github.com/mina-deploy/mina/issues/265)
|
|
42
|
+
|
|
43
|
+
- to :launch ... [\#261](https://github.com/mina-deploy/mina/issues/261)
|
|
44
|
+
|
|
45
|
+
- Mina - Foreman - Bundle problem [\#257](https://github.com/mina-deploy/mina/issues/257)
|
|
46
|
+
|
|
47
|
+
- :preapre stage to happen before creating a new temp build [\#256](https://github.com/mina-deploy/mina/issues/256)
|
|
48
|
+
|
|
49
|
+
- How can i deploy thinking\_sphinx [\#250](https://github.com/mina-deploy/mina/issues/250)
|
|
50
|
+
|
|
51
|
+
- logfile on server? [\#242](https://github.com/mina-deploy/mina/issues/242)
|
|
52
|
+
|
|
53
|
+
- Starting a resque worker [\#223](https://github.com/mina-deploy/mina/issues/223)
|
|
54
|
+
|
|
55
|
+
- Multiple Server Support / Timestamp Release Support [\#217](https://github.com/mina-deploy/mina/issues/217)
|
|
56
|
+
|
|
57
|
+
- Installing gems on JRuby [\#211](https://github.com/mina-deploy/mina/issues/211)
|
|
58
|
+
|
|
59
|
+
- Deploy fails with 'cannot create directory' [\#205](https://github.com/mina-deploy/mina/issues/205)
|
|
60
|
+
|
|
61
|
+
- Checkout to HEAD? [\#203](https://github.com/mina-deploy/mina/issues/203)
|
|
62
|
+
|
|
63
|
+
- Alter the setup task [\#202](https://github.com/mina-deploy/mina/issues/202)
|
|
64
|
+
|
|
65
|
+
- "invoke :task, reenable: true" doesn't work in certain configurations [\#201](https://github.com/mina-deploy/mina/issues/201)
|
|
66
|
+
|
|
67
|
+
- Simple `mina git:clone` fails on step "Using git branch 'master'" [\#200](https://github.com/mina-deploy/mina/issues/200)
|
|
68
|
+
|
|
69
|
+
- ssh command assumes the user's shell on the server is bashish [\#199](https://github.com/mina-deploy/mina/issues/199)
|
|
70
|
+
|
|
71
|
+
- Mina support mercurial? [\#192](https://github.com/mina-deploy/mina/issues/192)
|
|
72
|
+
|
|
73
|
+
- git clone '.' path already exists [\#190](https://github.com/mina-deploy/mina/issues/190)
|
|
74
|
+
|
|
75
|
+
- mina deploy error [\#187](https://github.com/mina-deploy/mina/issues/187)
|
|
76
|
+
|
|
77
|
+
- current\_path up one directory breaks current symlink [\#180](https://github.com/mina-deploy/mina/issues/180)
|
|
78
|
+
|
|
79
|
+
- Why don't you also read the `.bash\_profile`? [\#176](https://github.com/mina-deploy/mina/issues/176)
|
|
80
|
+
|
|
81
|
+
- deploy\_to does not expand path [\#174](https://github.com/mina-deploy/mina/issues/174)
|
|
82
|
+
|
|
83
|
+
- shared bundle path not symlinked [\#156](https://github.com/mina-deploy/mina/issues/156)
|
|
84
|
+
|
|
85
|
+
- How to select project folder under git control [\#155](https://github.com/mina-deploy/mina/issues/155)
|
|
86
|
+
|
|
87
|
+
- Add support for ssh proxies [\#151](https://github.com/mina-deploy/mina/issues/151)
|
|
88
|
+
|
|
89
|
+
- Broken JRuby support [\#147](https://github.com/mina-deploy/mina/issues/147)
|
|
90
|
+
|
|
91
|
+
- Changes of assets under lib/assets does not trigger assets\_precompile [\#143](https://github.com/mina-deploy/mina/issues/143)
|
|
92
|
+
|
|
93
|
+
- can't convert Fixnum into String [\#142](https://github.com/mina-deploy/mina/issues/142)
|
|
94
|
+
|
|
95
|
+
- mina console with dvm [\#141](https://github.com/mina-deploy/mina/issues/141)
|
|
96
|
+
|
|
97
|
+
- Enable wiki to list plugins/gems [\#140](https://github.com/mina-deploy/mina/issues/140)
|
|
98
|
+
|
|
99
|
+
- rvm is sourced, which just prints the help message [\#131](https://github.com/mina-deploy/mina/issues/131)
|
|
100
|
+
|
|
101
|
+
- When config.assets.prefix was setting, the assets was precompiled every deploy [\#125](https://github.com/mina-deploy/mina/issues/125)
|
|
102
|
+
|
|
103
|
+
- rvm\_path setting not picking up [\#124](https://github.com/mina-deploy/mina/issues/124)
|
|
104
|
+
|
|
105
|
+
- Whenever support: fix 'bundle exec' [\#114](https://github.com/mina-deploy/mina/issues/114)
|
|
106
|
+
|
|
107
|
+
- Why my rvm gemset is empty? [\#108](https://github.com/mina-deploy/mina/issues/108)
|
|
108
|
+
|
|
109
|
+
- when using verbose strict encoding conversion is required [\#107](https://github.com/mina-deploy/mina/issues/107)
|
|
110
|
+
|
|
111
|
+
- Export RBENV\_ROOT before rbenv init for system-wide install [\#106](https://github.com/mina-deploy/mina/issues/106)
|
|
112
|
+
|
|
113
|
+
- Do some tasks after deploy [\#98](https://github.com/mina-deploy/mina/issues/98)
|
|
114
|
+
|
|
115
|
+
- trying to fix permission for tmp directory [\#92](https://github.com/mina-deploy/mina/issues/92)
|
|
116
|
+
|
|
117
|
+
- how to run mina deploy with sudo? [\#86](https://github.com/mina-deploy/mina/issues/86)
|
|
118
|
+
|
|
119
|
+
- Early Deletion of .git repo [\#80](https://github.com/mina-deploy/mina/issues/80)
|
|
120
|
+
|
|
121
|
+
- symlink to current is broken [\#79](https://github.com/mina-deploy/mina/issues/79)
|
|
122
|
+
|
|
123
|
+
- Asset precompilation skip issue [\#60](https://github.com/mina-deploy/mina/issues/60)
|
|
124
|
+
|
|
125
|
+
- ln -sfn is NOT atomic [\#16](https://github.com/mina-deploy/mina/issues/16)
|
|
126
|
+
|
|
127
|
+
**Merged pull requests:**
|
|
128
|
+
|
|
129
|
+
- Suggest force\_unlock when deploy.lock file exists [\#327](https://github.com/mina-deploy/mina/pull/327) ([stevendaniels](https://github.com/stevendaniels))
|
|
130
|
+
|
|
131
|
+
- added support for ry [\#315](https://github.com/mina-deploy/mina/pull/315) ([kmmndr](https://github.com/kmmndr))
|
|
132
|
+
|
|
133
|
+
- Fix for \#309 [\#310](https://github.com/mina-deploy/mina/pull/310) ([13k](https://github.com/13k))
|
|
134
|
+
|
|
135
|
+
- Save deployed git sha in deploy/current/.mina\_git\_revision [\#306](https://github.com/mina-deploy/mina/pull/306) ([gaizka](https://github.com/gaizka))
|
|
136
|
+
|
|
137
|
+
- Reorder die parameters [\#281](https://github.com/mina-deploy/mina/pull/281) ([Bilge](https://github.com/Bilge))
|
|
138
|
+
|
|
139
|
+
- Allow you to optionally set an alternate procfile name [\#275](https://github.com/mina-deploy/mina/pull/275) ([henare](https://github.com/henare))
|
|
140
|
+
|
|
141
|
+
- Ability to customise Rails' public assets path [\#266](https://github.com/mina-deploy/mina/pull/266) ([dwfait](https://github.com/dwfait))
|
|
142
|
+
|
|
143
|
+
- Fix host verification error at first deploy if repo is not included to the list of known hosts [\#263](https://github.com/mina-deploy/mina/pull/263) ([flowerett](https://github.com/flowerett))
|
|
144
|
+
|
|
145
|
+
- Treat absent files as empty when changes script [\#230](https://github.com/mina-deploy/mina/pull/230) ([rodolfospalenza](https://github.com/rodolfospalenza))
|
|
146
|
+
|
|
147
|
+
- Allow for a build step [\#178](https://github.com/mina-deploy/mina/pull/178) ([dchancogne](https://github.com/dchancogne))
|
|
148
|
+
|
|
149
|
+
- Use `set -e` to fail fast [\#111](https://github.com/mina-deploy/mina/pull/111) ([5long](https://github.com/5long))
|
|
150
|
+
|
|
151
|
+
## [v0.3.4](https://github.com/mina-deploy/mina/tree/v0.3.4) (2015-03-27)
|
|
152
|
+
|
|
153
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.3...v0.3.4)
|
|
154
|
+
|
|
155
|
+
**Closed issues:**
|
|
156
|
+
|
|
157
|
+
- More control on command verbosity [\#294](https://github.com/mina-deploy/mina/issues/294)
|
|
158
|
+
|
|
159
|
+
- db\_migrate not migrating [\#292](https://github.com/mina-deploy/mina/issues/292)
|
|
160
|
+
|
|
161
|
+
- Best way to reload nginx.conf [\#291](https://github.com/mina-deploy/mina/issues/291)
|
|
162
|
+
|
|
163
|
+
- bash : bundle: command not found [\#290](https://github.com/mina-deploy/mina/issues/290)
|
|
164
|
+
|
|
165
|
+
- Mina deploy: I have set up SSH, but can't connect to git@github.com [\#288](https://github.com/mina-deploy/mina/issues/288)
|
|
166
|
+
|
|
167
|
+
- Issue on loading an ENV variables in \*.yml files [\#269](https://github.com/mina-deploy/mina/issues/269)
|
|
168
|
+
|
|
169
|
+
## [v0.3.3](https://github.com/mina-deploy/mina/tree/v0.3.3) (2015-03-10)
|
|
170
|
+
|
|
171
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.2...v0.3.3)
|
|
172
|
+
|
|
173
|
+
**Closed issues:**
|
|
174
|
+
|
|
175
|
+
- Error while precompiling assets \*\*bash: line 232: 21006 Killed\*\* [\#282](https://github.com/mina-deploy/mina/issues/282)
|
|
176
|
+
|
|
177
|
+
- unable to run rails console [\#279](https://github.com/mina-deploy/mina/issues/279)
|
|
178
|
+
|
|
179
|
+
- Setup task should not be trying to chown or chmod [\#278](https://github.com/mina-deploy/mina/issues/278)
|
|
180
|
+
|
|
181
|
+
- Unicorn not starting when using mina [\#272](https://github.com/mina-deploy/mina/issues/272)
|
|
182
|
+
|
|
183
|
+
- Prevent queue method to display output [\#268](https://github.com/mina-deploy/mina/issues/268)
|
|
184
|
+
|
|
185
|
+
- RVM is not a function [\#262](https://github.com/mina-deploy/mina/issues/262)
|
|
186
|
+
|
|
187
|
+
- Rolling back to previous release [\#9](https://github.com/mina-deploy/mina/issues/9)
|
|
188
|
+
|
|
189
|
+
**Merged pull requests:**
|
|
190
|
+
|
|
191
|
+
- Fix up formatting of code block in readme [\#274](https://github.com/mina-deploy/mina/pull/274) ([henare](https://github.com/henare))
|
|
192
|
+
|
|
193
|
+
- Fix link typo in readme [\#273](https://github.com/mina-deploy/mina/pull/273) ([henare](https://github.com/henare))
|
|
194
|
+
|
|
195
|
+
## [v0.3.2](https://github.com/mina-deploy/mina/tree/v0.3.2) (2015-01-24)
|
|
196
|
+
|
|
197
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.1...v0.3.2)
|
|
198
|
+
|
|
199
|
+
**Closed issues:**
|
|
200
|
+
|
|
201
|
+
- Didn't get the current folder after mina setup [\#264](https://github.com/mina-deploy/mina/issues/264)
|
|
202
|
+
|
|
203
|
+
- git pull instead of git clone [\#259](https://github.com/mina-deploy/mina/issues/259)
|
|
204
|
+
|
|
205
|
+
- How do I run rake tasks before the current symlink is created? [\#255](https://github.com/mina-deploy/mina/issues/255)
|
|
206
|
+
|
|
207
|
+
- rbenv system-wide install [\#253](https://github.com/mina-deploy/mina/issues/253)
|
|
208
|
+
|
|
209
|
+
- link\_shared\_paths links to user folder [\#248](https://github.com/mina-deploy/mina/issues/248)
|
|
210
|
+
|
|
211
|
+
- Deploy failed 'no tty present', but no sudo? [\#247](https://github.com/mina-deploy/mina/issues/247)
|
|
212
|
+
|
|
213
|
+
- Skipping asset precompilation: wrong copy paths [\#246](https://github.com/mina-deploy/mina/issues/246)
|
|
214
|
+
|
|
215
|
+
- problems with restarting puma [\#245](https://github.com/mina-deploy/mina/issues/245)
|
|
216
|
+
|
|
217
|
+
- mina/foreman does not work due to sudo [\#233](https://github.com/mina-deploy/mina/issues/233)
|
|
218
|
+
|
|
219
|
+
- \[solved\] Initial deploy after installing 'whenever' gem: "...whenever is not part of the bundle. Add it to Gemfile." [\#231](https://github.com/mina-deploy/mina/issues/231)
|
|
220
|
+
|
|
221
|
+
- During launch stage, current symlink points to previous release [\#224](https://github.com/mina-deploy/mina/issues/224)
|
|
222
|
+
|
|
223
|
+
- link\_shared\_paths don't execute [\#210](https://github.com/mina-deploy/mina/issues/210)
|
|
224
|
+
|
|
225
|
+
- Is there a plan to release a new version? [\#206](https://github.com/mina-deploy/mina/issues/206)
|
|
226
|
+
|
|
227
|
+
- Update shared paths [\#188](https://github.com/mina-deploy/mina/issues/188)
|
|
228
|
+
|
|
229
|
+
- Deployment with Github WebHook URLs.. [\#165](https://github.com/mina-deploy/mina/issues/165)
|
|
230
|
+
|
|
231
|
+
**Merged pull requests:**
|
|
232
|
+
|
|
233
|
+
- 3rd party modules [\#258](https://github.com/mina-deploy/mina/pull/258) ([stereodenis](https://github.com/stereodenis))
|
|
234
|
+
|
|
235
|
+
- Fix link in the support guide [\#254](https://github.com/mina-deploy/mina/pull/254) ([jartek](https://github.com/jartek))
|
|
236
|
+
|
|
237
|
+
- mention .ruby-version for rbenv comment [\#249](https://github.com/mina-deploy/mina/pull/249) ([equivalent](https://github.com/equivalent))
|
|
238
|
+
|
|
239
|
+
- Add npm support with a simple npm:install task [\#227](https://github.com/mina-deploy/mina/pull/227) ([paulRbr](https://github.com/paulRbr))
|
|
240
|
+
|
|
241
|
+
- Make rails console task dependent on the environment [\#220](https://github.com/mina-deploy/mina/pull/220) ([lucapette](https://github.com/lucapette))
|
|
242
|
+
|
|
243
|
+
- Adding support for server environment variables in deploy.rb, \(:env\_vars\) [\#161](https://github.com/mina-deploy/mina/pull/161) ([pricees](https://github.com/pricees))
|
|
244
|
+
|
|
245
|
+
- Added `mina ssh` command to connect to server [\#139](https://github.com/mina-deploy/mina/pull/139) ([adie](https://github.com/adie))
|
|
246
|
+
|
|
247
|
+
## [v0.3.1](https://github.com/mina-deploy/mina/tree/v0.3.1) (2014-10-17)
|
|
248
|
+
|
|
249
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.0...v0.3.1)
|
|
250
|
+
|
|
251
|
+
**Fixed bugs:**
|
|
252
|
+
|
|
253
|
+
- Rails schema\_format = :sql makes Mina never migrate the database [\#74](https://github.com/mina-deploy/mina/issues/74)
|
|
254
|
+
|
|
255
|
+
**Closed issues:**
|
|
256
|
+
|
|
257
|
+
- mina deploy --help should not cause a deploy [\#238](https://github.com/mina-deploy/mina/issues/238)
|
|
258
|
+
|
|
259
|
+
- migrations aren't being run [\#236](https://github.com/mina-deploy/mina/issues/236)
|
|
260
|
+
|
|
261
|
+
- mina/foreman should not call sudo to start/stop/restart foreman [\#234](https://github.com/mina-deploy/mina/issues/234)
|
|
262
|
+
|
|
263
|
+
- Cleanup not run after deploy [\#218](https://github.com/mina-deploy/mina/issues/218)
|
|
264
|
+
|
|
265
|
+
- git:clone on win7 x64 had error [\#216](https://github.com/mina-deploy/mina/issues/216)
|
|
266
|
+
|
|
267
|
+
- Integration with Rollbar? [\#215](https://github.com/mina-deploy/mina/issues/215)
|
|
268
|
+
|
|
269
|
+
- Carrierwave: how to share public/uploads path? [\#214](https://github.com/mina-deploy/mina/issues/214)
|
|
270
|
+
|
|
271
|
+
- Should tmp dir be shared? [\#213](https://github.com/mina-deploy/mina/issues/213)
|
|
272
|
+
|
|
273
|
+
- How to display logs when I call the mina system command continuously in my sinatra app? [\#209](https://github.com/mina-deploy/mina/issues/209)
|
|
274
|
+
|
|
275
|
+
- mistypen exit\_status in bin/mina [\#198](https://github.com/mina-deploy/mina/issues/198)
|
|
276
|
+
|
|
277
|
+
- set :keep\_releases does not work [\#196](https://github.com/mina-deploy/mina/issues/196)
|
|
278
|
+
|
|
279
|
+
- Wrong assets path when precompilation i skipped [\#193](https://github.com/mina-deploy/mina/issues/193)
|
|
280
|
+
|
|
281
|
+
- rake db:migrate fails to run on first deploy [\#191](https://github.com/mina-deploy/mina/issues/191)
|
|
282
|
+
|
|
283
|
+
- Installing Mina on Debian [\#186](https://github.com/mina-deploy/mina/issues/186)
|
|
284
|
+
|
|
285
|
+
- Dead project? [\#181](https://github.com/mina-deploy/mina/issues/181)
|
|
286
|
+
|
|
287
|
+
- "to :launch" creates restart.txt in the wrong directory [\#175](https://github.com/mina-deploy/mina/issues/175)
|
|
288
|
+
|
|
289
|
+
- Nothing happens when running "mina setup" [\#172](https://github.com/mina-deploy/mina/issues/172)
|
|
290
|
+
|
|
291
|
+
- launch block don't works [\#170](https://github.com/mina-deploy/mina/issues/170)
|
|
292
|
+
|
|
293
|
+
- AWS EC2 .pem file [\#164](https://github.com/mina-deploy/mina/issues/164)
|
|
294
|
+
|
|
295
|
+
- mina setup freezes at password [\#163](https://github.com/mina-deploy/mina/issues/163)
|
|
296
|
+
|
|
297
|
+
- Rails 4 and binstubs [\#162](https://github.com/mina-deploy/mina/issues/162)
|
|
298
|
+
|
|
299
|
+
- Migrating database fail [\#160](https://github.com/mina-deploy/mina/issues/160)
|
|
300
|
+
|
|
301
|
+
- sudo: no tty present and no askpass program specified [\#157](https://github.com/mina-deploy/mina/issues/157)
|
|
302
|
+
|
|
303
|
+
- Zero downtime deploys [\#152](https://github.com/mina-deploy/mina/issues/152)
|
|
304
|
+
|
|
305
|
+
- Question: Mina Deploy Precompile Error [\#146](https://github.com/mina-deploy/mina/issues/146)
|
|
306
|
+
|
|
307
|
+
- How to refactor \(?\) a long deploy.rb [\#145](https://github.com/mina-deploy/mina/issues/145)
|
|
308
|
+
|
|
309
|
+
- foreman module exports using the development environment [\#135](https://github.com/mina-deploy/mina/issues/135)
|
|
310
|
+
|
|
311
|
+
- `mina deploy` hangs [\#134](https://github.com/mina-deploy/mina/issues/134)
|
|
312
|
+
|
|
313
|
+
- How to restart nginx without enter password like you [\#129](https://github.com/mina-deploy/mina/issues/129)
|
|
314
|
+
|
|
315
|
+
- Release new gem version [\#122](https://github.com/mina-deploy/mina/issues/122)
|
|
316
|
+
|
|
317
|
+
- Problem with rake db:migrate [\#121](https://github.com/mina-deploy/mina/issues/121)
|
|
318
|
+
|
|
319
|
+
- Mina hangs after entering SSH password [\#88](https://github.com/mina-deploy/mina/issues/88)
|
|
320
|
+
|
|
321
|
+
- \[Bug\] Precompile Assets with JRuby [\#29](https://github.com/mina-deploy/mina/issues/29)
|
|
322
|
+
|
|
323
|
+
**Merged pull requests:**
|
|
324
|
+
|
|
325
|
+
- Prevent foreman export from expanding the current/ symlink [\#241](https://github.com/mina-deploy/mina/pull/241) ([postmodern](https://github.com/postmodern))
|
|
326
|
+
|
|
327
|
+
- Ruby 1.8.7 doesn't support empty symbols [\#240](https://github.com/mina-deploy/mina/pull/240) ([PChambino](https://github.com/PChambino))
|
|
328
|
+
|
|
329
|
+
- Add foreman\_location and foreman\_sudo configs [\#239](https://github.com/mina-deploy/mina/pull/239) ([PChambino](https://github.com/PChambino))
|
|
330
|
+
|
|
331
|
+
- Support pretty\_system on Ruby 1.8.7 [\#237](https://github.com/mina-deploy/mina/pull/237) ([PChambino](https://github.com/PChambino))
|
|
332
|
+
|
|
333
|
+
- Updated deploy.rb template to use shared\_path [\#235](https://github.com/mina-deploy/mina/pull/235) ([postmodern](https://github.com/postmodern))
|
|
334
|
+
|
|
335
|
+
- Allow the foreman export format to be configurable. [\#232](https://github.com/mina-deploy/mina/pull/232) ([postmodern](https://github.com/postmodern))
|
|
336
|
+
|
|
337
|
+
- Make tmp directory if it doesn't exist [\#229](https://github.com/mina-deploy/mina/pull/229) ([dvdhsu](https://github.com/dvdhsu))
|
|
338
|
+
|
|
339
|
+
- Update doc on \#invoke helper [\#226](https://github.com/mina-deploy/mina/pull/226) ([paulRbr](https://github.com/paulRbr))
|
|
340
|
+
|
|
341
|
+
- Revert "fix tmp/restart.txt path" [\#225](https://github.com/mina-deploy/mina/pull/225) ([gabskoro](https://github.com/gabskoro))
|
|
342
|
+
|
|
343
|
+
- Remove binstubs options from defaults [\#219](https://github.com/mina-deploy/mina/pull/219) ([lucapette](https://github.com/lucapette))
|
|
344
|
+
|
|
345
|
+
- fix: bin/mina exit\_status -\> exitstatus [\#212](https://github.com/mina-deploy/mina/pull/212) ([Zhomart](https://github.com/Zhomart))
|
|
346
|
+
|
|
347
|
+
- fix tmp/restart.txt path [\#208](https://github.com/mina-deploy/mina/pull/208) ([zigomir](https://github.com/zigomir))
|
|
348
|
+
|
|
349
|
+
- add rescue for rubinius SignalException [\#204](https://github.com/mina-deploy/mina/pull/204) ([qen](https://github.com/qen))
|
|
350
|
+
|
|
351
|
+
- Update .travis.yml [\#197](https://github.com/mina-deploy/mina/pull/197) ([lucianosousa](https://github.com/lucianosousa))
|
|
352
|
+
|
|
353
|
+
- Using `bundle\_bin` instead `bundle` in whenever tasks. [\#195](https://github.com/mina-deploy/mina/pull/195) ([mdorfin](https://github.com/mdorfin))
|
|
354
|
+
|
|
355
|
+
- Convert specs to RSpec expect syntax with transpec [\#194](https://github.com/mina-deploy/mina/pull/194) ([loganhasson](https://github.com/loganhasson))
|
|
356
|
+
|
|
357
|
+
- Parse task string to reenable task [\#189](https://github.com/mina-deploy/mina/pull/189) ([PChambino](https://github.com/PChambino))
|
|
358
|
+
|
|
359
|
+
- tense fix [\#184](https://github.com/mina-deploy/mina/pull/184) ([brandondrew](https://github.com/brandondrew))
|
|
360
|
+
|
|
361
|
+
- Check db/migrate/ instead of schema.rb [\#177](https://github.com/mina-deploy/mina/pull/177) ([chuckd](https://github.com/chuckd))
|
|
362
|
+
|
|
363
|
+
- Fix typo [\#173](https://github.com/mina-deploy/mina/pull/173) ([Bounga](https://github.com/Bounga))
|
|
364
|
+
|
|
365
|
+
- Fix typo in Rake url [\#168](https://github.com/mina-deploy/mina/pull/168) ([jfcartkeep](https://github.com/jfcartkeep))
|
|
366
|
+
|
|
367
|
+
- Fix copy command for assets [\#150](https://github.com/mina-deploy/mina/pull/150) ([joshdover](https://github.com/joshdover))
|
|
368
|
+
|
|
369
|
+
- stop using fork, which means JRuby support [\#148](https://github.com/mina-deploy/mina/pull/148) ([mrbrdo](https://github.com/mrbrdo))
|
|
370
|
+
|
|
371
|
+
- Fix directory-structure anchor [\#137](https://github.com/mina-deploy/mina/pull/137) ([christophermanning](https://github.com/christophermanning))
|
|
372
|
+
|
|
373
|
+
- Set RBENV\_ROOT [\#136](https://github.com/mina-deploy/mina/pull/136) ([trkoch](https://github.com/trkoch))
|
|
374
|
+
|
|
375
|
+
- Use consistent precision for time measurements. [\#133](https://github.com/mina-deploy/mina/pull/133) ([alloy-d](https://github.com/alloy-d))
|
|
376
|
+
|
|
377
|
+
- fixed 404 to foreman, changed link [\#132](https://github.com/mina-deploy/mina/pull/132) ([taxaos](https://github.com/taxaos))
|
|
378
|
+
|
|
379
|
+
- Update Readme.md [\#130](https://github.com/mina-deploy/mina/pull/130) ([vredniy](https://github.com/vredniy))
|
|
380
|
+
|
|
381
|
+
- Include full path in edit message [\#128](https://github.com/mina-deploy/mina/pull/128) ([nathanbertram](https://github.com/nathanbertram))
|
|
382
|
+
|
|
383
|
+
- Using rails env in whenever [\#127](https://github.com/mina-deploy/mina/pull/127) ([Reprazent](https://github.com/Reprazent))
|
|
384
|
+
|
|
385
|
+
- Bundler: Allow configuration of groups to be skipped during installation [\#123](https://github.com/mina-deploy/mina/pull/123) ([luislavena](https://github.com/luislavena))
|
|
386
|
+
|
|
387
|
+
- Correct Ruby 1.9 Hash syntax [\#116](https://github.com/mina-deploy/mina/pull/116) ([luislavena](https://github.com/luislavena))
|
|
388
|
+
|
|
389
|
+
- Support for chruby [\#115](https://github.com/mina-deploy/mina/pull/115) ([zaiste](https://github.com/zaiste))
|
|
390
|
+
|
|
391
|
+
- Add comment for system-wide RVM install. [\#112](https://github.com/mina-deploy/mina/pull/112) ([samqiu](https://github.com/samqiu))
|
|
392
|
+
|
|
393
|
+
- \[✔\] Fixed “print\_error”. [\#105](https://github.com/mina-deploy/mina/pull/105) ([mkempe](https://github.com/mkempe))
|
|
394
|
+
|
|
395
|
+
- Incorrect exit status if deploy fails [\#95](https://github.com/mina-deploy/mina/pull/95) ([borovsky](https://github.com/borovsky))
|
|
396
|
+
|
|
397
|
+
- Properly fixed tmp/restart issue [\#93](https://github.com/mina-deploy/mina/pull/93) ([ineu](https://github.com/ineu))
|
|
398
|
+
|
|
399
|
+
## [v0.3.0](https://github.com/mina-deploy/mina/tree/v0.3.0) (2013-07-10)
|
|
400
|
+
|
|
401
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.2.1...v0.3.0)
|
|
402
|
+
|
|
403
|
+
**Closed issues:**
|
|
404
|
+
|
|
405
|
+
- Identity file \[/home/candidosg/.ec2/mirafloris.pem\] not accessible: No such file or directory. [\#120](https://github.com/mina-deploy/mina/issues/120)
|
|
406
|
+
|
|
407
|
+
- Still maintained? [\#118](https://github.com/mina-deploy/mina/issues/118)
|
|
408
|
+
|
|
409
|
+
- mina/foreman is not wokring [\#100](https://github.com/mina-deploy/mina/issues/100)
|
|
410
|
+
|
|
411
|
+
- Password prompt in mina doesn't work [\#99](https://github.com/mina-deploy/mina/issues/99)
|
|
412
|
+
|
|
413
|
+
- invoke "whenever" tasks [\#97](https://github.com/mina-deploy/mina/issues/97)
|
|
414
|
+
|
|
415
|
+
- link to current doesn't work if someboyd has the current as working directory [\#96](https://github.com/mina-deploy/mina/issues/96)
|
|
416
|
+
|
|
417
|
+
- Deploy to a Vagrant box locally [\#94](https://github.com/mina-deploy/mina/issues/94)
|
|
418
|
+
|
|
419
|
+
- Mina aborts during setup [\#91](https://github.com/mina-deploy/mina/issues/91)
|
|
420
|
+
|
|
421
|
+
- First deploy to a server fails if repo is not included to the list of known hosts [\#90](https://github.com/mina-deploy/mina/issues/90)
|
|
422
|
+
|
|
423
|
+
- Command runs during deploy, but not when called independently [\#82](https://github.com/mina-deploy/mina/issues/82)
|
|
424
|
+
|
|
425
|
+
- Could not location Gemfile for rails tasks [\#73](https://github.com/mina-deploy/mina/issues/73)
|
|
426
|
+
|
|
427
|
+
- Testing against rake 10 [\#70](https://github.com/mina-deploy/mina/issues/70)
|
|
428
|
+
|
|
429
|
+
- Local shell commands [\#69](https://github.com/mina-deploy/mina/issues/69)
|
|
430
|
+
|
|
431
|
+
- Git commit message with non ASCII character raises error [\#68](https://github.com/mina-deploy/mina/issues/68)
|
|
432
|
+
|
|
433
|
+
- Delayed Job [\#66](https://github.com/mina-deploy/mina/issues/66)
|
|
434
|
+
|
|
435
|
+
- How to ENV variables [\#65](https://github.com/mina-deploy/mina/issues/65)
|
|
436
|
+
|
|
437
|
+
- Support for multi-stage deployment [\#62](https://github.com/mina-deploy/mina/issues/62)
|
|
438
|
+
|
|
439
|
+
- Can not access Rails from within Mina tasks [\#61](https://github.com/mina-deploy/mina/issues/61)
|
|
440
|
+
|
|
441
|
+
- Mina does not work on windows due to open4 gem [\#58](https://github.com/mina-deploy/mina/issues/58)
|
|
442
|
+
|
|
443
|
+
- Locally cached git repository [\#28](https://github.com/mina-deploy/mina/issues/28)
|
|
444
|
+
|
|
445
|
+
- Support for SVN [\#12](https://github.com/mina-deploy/mina/issues/12)
|
|
446
|
+
|
|
447
|
+
- working with rbenv/rvm etc? [\#5](https://github.com/mina-deploy/mina/issues/5)
|
|
448
|
+
|
|
449
|
+
**Merged pull requests:**
|
|
450
|
+
|
|
451
|
+
- Add helper method "capture", to get the output of ssh commands simply. [\#113](https://github.com/mina-deploy/mina/pull/113) ([ainoya](https://github.com/ainoya))
|
|
452
|
+
|
|
453
|
+
- Fix keep\_releases bug [\#103](https://github.com/mina-deploy/mina/pull/103) ([rex79](https://github.com/rex79))
|
|
454
|
+
|
|
455
|
+
- Fix "can't modify frozen String" occurred in \#ssh\_command [\#102](https://github.com/mina-deploy/mina/pull/102) ([sonots](https://github.com/sonots))
|
|
456
|
+
|
|
457
|
+
- Fix \#84 command not found [\#89](https://github.com/mina-deploy/mina/pull/89) ([grigio](https://github.com/grigio))
|
|
458
|
+
|
|
459
|
+
- Fix git commit message encoding issue [\#85](https://github.com/mina-deploy/mina/pull/85) ([fuadsaud](https://github.com/fuadsaud))
|
|
460
|
+
|
|
461
|
+
- Foreman's stop task should stop [\#84](https://github.com/mina-deploy/mina/pull/84) ([andrewhr](https://github.com/andrewhr))
|
|
462
|
+
|
|
463
|
+
- Added '--create' to rvm:use and a new task to create rvm wrappers [\#81](https://github.com/mina-deploy/mina/pull/81) ([marcosbeirigo](https://github.com/marcosbeirigo))
|
|
464
|
+
|
|
465
|
+
- Full path to tmp/restart.txt [\#77](https://github.com/mina-deploy/mina/pull/77) ([ineu](https://github.com/ineu))
|
|
466
|
+
|
|
467
|
+
- Add :reenable option to Mina::Helper\#invoke [\#67](https://github.com/mina-deploy/mina/pull/67) ([uneco](https://github.com/uneco))
|
|
468
|
+
|
|
469
|
+
- add echo to last command of :setup task [\#64](https://github.com/mina-deploy/mina/pull/64) ([muxcmux](https://github.com/muxcmux))
|
|
470
|
+
|
|
471
|
+
## [v0.2.1](https://github.com/mina-deploy/mina/tree/v0.2.1) (2012-09-08)
|
|
472
|
+
|
|
473
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.2.0...v0.2.1)
|
|
474
|
+
|
|
475
|
+
**Closed issues:**
|
|
476
|
+
|
|
477
|
+
- Deploying local repositories? [\#54](https://github.com/mina-deploy/mina/issues/54)
|
|
478
|
+
|
|
479
|
+
- which -s doesn't work on Debain [\#44](https://github.com/mina-deploy/mina/issues/44)
|
|
480
|
+
|
|
481
|
+
- Git password prompt does not work with "mina deploy" [\#41](https://github.com/mina-deploy/mina/issues/41)
|
|
482
|
+
|
|
483
|
+
- \[Feature\] Agent Forwarding [\#23](https://github.com/mina-deploy/mina/issues/23)
|
|
484
|
+
|
|
485
|
+
- warning: --depth is ignored in local clones; use file:// instead. [\#56](https://github.com/mina-deploy/mina/issues/56)
|
|
486
|
+
|
|
487
|
+
**Merged pull requests:**
|
|
488
|
+
|
|
489
|
+
- Fix check for arguments in make\_run\_task lambda [\#43](https://github.com/mina-deploy/mina/pull/43) ([tmak](https://github.com/tmak))
|
|
490
|
+
|
|
491
|
+
## [v0.2.0](https://github.com/mina-deploy/mina/tree/v0.2.0) (2012-09-08)
|
|
492
|
+
|
|
493
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.2.0.pre2...v0.2.0)
|
|
494
|
+
|
|
495
|
+
**Closed issues:**
|
|
496
|
+
|
|
497
|
+
- FATAL: Ident authentication failed for user "name" [\#52](https://github.com/mina-deploy/mina/issues/52)
|
|
498
|
+
|
|
499
|
+
- Even faster asset compilation [\#32](https://github.com/mina-deploy/mina/issues/32)
|
|
500
|
+
|
|
501
|
+
**Merged pull requests:**
|
|
502
|
+
|
|
503
|
+
- fix ssh method when { :return =\> true } [\#53](https://github.com/mina-deploy/mina/pull/53) ([jpascal](https://github.com/jpascal))
|
|
504
|
+
|
|
505
|
+
- Allow changing :term\_mode for setup task [\#51](https://github.com/mina-deploy/mina/pull/51) ([alfuken](https://github.com/alfuken))
|
|
506
|
+
|
|
507
|
+
- Rewrote deploy:cleanup task to put it all in the same queue. [\#50](https://github.com/mina-deploy/mina/pull/50) ([dariocravero](https://github.com/dariocravero))
|
|
508
|
+
|
|
509
|
+
- added support whenever and fix exit from console [\#47](https://github.com/mina-deploy/mina/pull/47) ([jpascal](https://github.com/jpascal))
|
|
510
|
+
|
|
511
|
+
- Cleanup fails to cd releases\_path [\#45](https://github.com/mina-deploy/mina/pull/45) ([dariocravero](https://github.com/dariocravero))
|
|
512
|
+
|
|
513
|
+
- Prevent git log from using a pager [\#42](https://github.com/mina-deploy/mina/pull/42) ([tmak](https://github.com/tmak))
|
|
514
|
+
|
|
515
|
+
- Add helpful error message when there is a problem with deploy.rb or a custom Rakefile [\#37](https://github.com/mina-deploy/mina/pull/37) ([jesse-sge](https://github.com/jesse-sge))
|
|
516
|
+
|
|
517
|
+
## [v0.2.0.pre2](https://github.com/mina-deploy/mina/tree/v0.2.0.pre2) (2012-08-02)
|
|
518
|
+
|
|
519
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.1.3.pre1...v0.2.0.pre2)
|
|
520
|
+
|
|
521
|
+
**Closed issues:**
|
|
522
|
+
|
|
523
|
+
- Task Argument Error [\#36](https://github.com/mina-deploy/mina/issues/36)
|
|
524
|
+
|
|
525
|
+
- Rename domain as host? [\#33](https://github.com/mina-deploy/mina/issues/33)
|
|
526
|
+
|
|
527
|
+
- Skip database migrations [\#18](https://github.com/mina-deploy/mina/issues/18)
|
|
528
|
+
|
|
529
|
+
- Optimize Git clone/checkout [\#10](https://github.com/mina-deploy/mina/issues/10)
|
|
530
|
+
|
|
531
|
+
**Merged pull requests:**
|
|
532
|
+
|
|
533
|
+
- Add in\_directory directory, to execute commands within a particular path [\#35](https://github.com/mina-deploy/mina/pull/35) ([jmibanez](https://github.com/jmibanez))
|
|
534
|
+
|
|
535
|
+
- bundle\_path can't be nil [\#31](https://github.com/mina-deploy/mina/pull/31) ([sfate](https://github.com/sfate))
|
|
536
|
+
|
|
537
|
+
## [v0.1.3.pre1](https://github.com/mina-deploy/mina/tree/v0.1.3.pre1) (2012-07-13)
|
|
538
|
+
|
|
539
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.1.2...v0.1.3.pre1)
|
|
540
|
+
|
|
541
|
+
**Closed issues:**
|
|
542
|
+
|
|
543
|
+
- prompt for command-line input [\#30](https://github.com/mina-deploy/mina/issues/30)
|
|
544
|
+
|
|
545
|
+
- Assets compiling on redeploy [\#25](https://github.com/mina-deploy/mina/issues/25)
|
|
546
|
+
|
|
547
|
+
## [v0.1.2](https://github.com/mina-deploy/mina/tree/v0.1.2) (2012-07-06)
|
|
548
|
+
|
|
549
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.1.2.pre2...v0.1.2)
|
|
550
|
+
|
|
551
|
+
**Closed issues:**
|
|
552
|
+
|
|
553
|
+
- deploy:link\_shared\_paths is broken [\#27](https://github.com/mina-deploy/mina/issues/27)
|
|
554
|
+
|
|
555
|
+
## [v0.1.2.pre2](https://github.com/mina-deploy/mina/tree/v0.1.2.pre2) (2012-07-03)
|
|
556
|
+
|
|
557
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.1.2.pre1...v0.1.2.pre2)
|
|
558
|
+
|
|
559
|
+
**Closed issues:**
|
|
560
|
+
|
|
561
|
+
- Ability to overwrite the default tasks [\#26](https://github.com/mina-deploy/mina/issues/26)
|
|
562
|
+
|
|
563
|
+
- clean up old releases [\#24](https://github.com/mina-deploy/mina/issues/24)
|
|
564
|
+
|
|
565
|
+
- Specifying an environment [\#21](https://github.com/mina-deploy/mina/issues/21)
|
|
566
|
+
|
|
567
|
+
- Error when checking out to current\_revision [\#19](https://github.com/mina-deploy/mina/issues/19)
|
|
568
|
+
|
|
569
|
+
- branching [\#13](https://github.com/mina-deploy/mina/issues/13)
|
|
570
|
+
|
|
571
|
+
- Invoked tasks don't pick up ENV variables [\#11](https://github.com/mina-deploy/mina/issues/11)
|
|
572
|
+
|
|
573
|
+
**Merged pull requests:**
|
|
574
|
+
|
|
575
|
+
- Fix string interpolation in :init task output [\#15](https://github.com/mina-deploy/mina/pull/15) ([soulim](https://github.com/soulim))
|
|
576
|
+
|
|
577
|
+
- Added support for an ssh port [\#14](https://github.com/mina-deploy/mina/pull/14) ([chip](https://github.com/chip))
|
|
578
|
+
|
|
579
|
+
- link\_shared\_paths task was creating relative links instead of absolute ones [\#7](https://github.com/mina-deploy/mina/pull/7) ([Flink](https://github.com/Flink))
|
|
580
|
+
|
|
581
|
+
- add bundle\_bin option [\#6](https://github.com/mina-deploy/mina/pull/6) ([Arcath](https://github.com/Arcath))
|
|
582
|
+
|
|
583
|
+
## [v0.1.2.pre1](https://github.com/mina-deploy/mina/tree/v0.1.2.pre1) (2012-06-11)
|
|
584
|
+
|
|
585
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/show...v0.1.2.pre1)
|
|
586
|
+
|
|
587
|
+
## [show](https://github.com/mina-deploy/mina/tree/show) (2012-06-11)
|
|
588
|
+
|
|
589
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.1.1...show)
|
|
590
|
+
|
|
591
|
+
**Closed issues:**
|
|
592
|
+
|
|
593
|
+
- Run deploy outside of app directory [\#3](https://github.com/mina-deploy/mina/issues/3)
|
|
594
|
+
|
|
595
|
+
## [v0.1.1](https://github.com/mina-deploy/mina/tree/v0.1.1) (2012-06-07)
|
|
596
|
+
|
|
597
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.1.0...v0.1.1)
|
|
598
|
+
|
|
599
|
+
**Merged pull requests:**
|
|
600
|
+
|
|
601
|
+
- Test git [\#2](https://github.com/mina-deploy/mina/pull/2) ([sosedoff](https://github.com/sosedoff))
|
|
602
|
+
|
|
603
|
+
## [v0.1.0](https://github.com/mina-deploy/mina/tree/v0.1.0) (2012-06-06)
|
|
604
|
+
|
|
605
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.0.1.pre7...v0.1.0)
|
|
606
|
+
|
|
607
|
+
## [v0.0.1.pre7](https://github.com/mina-deploy/mina/tree/v0.0.1.pre7) (2012-06-06)
|
|
608
|
+
|
|
609
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.0.1.pre6...v0.0.1.pre7)
|
|
610
|
+
|
|
611
|
+
## [v0.0.1.pre6](https://github.com/mina-deploy/mina/tree/v0.0.1.pre6) (2012-06-06)
|
|
612
|
+
|
|
613
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.0.1.pre5...v0.0.1.pre6)
|
|
614
|
+
|
|
615
|
+
**Merged pull requests:**
|
|
616
|
+
|
|
617
|
+
- Gem tasks [\#1](https://github.com/mina-deploy/mina/pull/1) ([sosedoff](https://github.com/sosedoff))
|
|
618
|
+
|
|
619
|
+
## [v0.0.1.pre5](https://github.com/mina-deploy/mina/tree/v0.0.1.pre5) (2012-06-04)
|
|
620
|
+
|
|
621
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.0.1.pre4...v0.0.1.pre5)
|
|
622
|
+
|
|
623
|
+
## [v0.0.1.pre4](https://github.com/mina-deploy/mina/tree/v0.0.1.pre4) (2012-06-04)
|
|
624
|
+
|
|
625
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.0.1.pre3...v0.0.1.pre4)
|
|
626
|
+
|
|
627
|
+
## [v0.0.1.pre3](https://github.com/mina-deploy/mina/tree/v0.0.1.pre3) (2012-06-03)
|
|
628
|
+
|
|
629
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-03-180648...v0.0.1.pre3)
|
|
630
|
+
|
|
631
|
+
## [release/2012-06-03-180648](https://github.com/mina-deploy/mina/tree/release/2012-06-03-180648) (2012-06-03)
|
|
632
|
+
|
|
633
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-03-180617...release/2012-06-03-180648)
|
|
634
|
+
|
|
635
|
+
## [release/2012-06-03-180617](https://github.com/mina-deploy/mina/tree/release/2012-06-03-180617) (2012-06-03)
|
|
636
|
+
|
|
637
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.0.1.pre2...release/2012-06-03-180617)
|
|
638
|
+
|
|
639
|
+
## [v0.0.1.pre2](https://github.com/mina-deploy/mina/tree/v0.0.1.pre2) (2012-06-02)
|
|
640
|
+
|
|
641
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/v0.0.1.pre1...v0.0.1.pre2)
|
|
642
|
+
|
|
643
|
+
## [v0.0.1.pre1](https://github.com/mina-deploy/mina/tree/v0.0.1.pre1) (2012-06-02)
|
|
644
|
+
|
|
645
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-02--00-06-53...v0.0.1.pre1)
|
|
646
|
+
|
|
647
|
+
## [release/2012-06-02--00-06-53](https://github.com/mina-deploy/mina/tree/release/2012-06-02--00-06-53) (2012-06-01)
|
|
648
|
+
|
|
649
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-01--21-06-08...release/2012-06-02--00-06-53)
|
|
650
|
+
|
|
651
|
+
## [release/2012-06-01--21-06-08](https://github.com/mina-deploy/mina/tree/release/2012-06-01--21-06-08) (2012-06-01)
|
|
652
|
+
|
|
653
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-01--21-06-49...release/2012-06-01--21-06-08)
|
|
654
|
+
|
|
655
|
+
## [release/2012-06-01--21-06-49](https://github.com/mina-deploy/mina/tree/release/2012-06-01--21-06-49) (2012-06-01)
|
|
656
|
+
|
|
657
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-01--21-06-10...release/2012-06-01--21-06-49)
|
|
658
|
+
|
|
659
|
+
## [release/2012-06-01--21-06-10](https://github.com/mina-deploy/mina/tree/release/2012-06-01--21-06-10) (2012-06-01)
|
|
660
|
+
|
|
661
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-01--21-06-45...release/2012-06-01--21-06-10)
|
|
662
|
+
|
|
663
|
+
## [release/2012-06-01--21-06-45](https://github.com/mina-deploy/mina/tree/release/2012-06-01--21-06-45) (2012-06-01)
|
|
664
|
+
|
|
665
|
+
[Full Changelog](https://github.com/mina-deploy/mina/compare/release/2012-06-01--21-06-01...release/2012-06-01--21-06-45)
|
|
666
|
+
|
|
667
|
+
## [release/2012-06-01--21-06-01](https://github.com/mina-deploy/mina/tree/release/2012-06-01--21-06-01) (2012-06-01)
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/Readme.md
CHANGED
data/data/deploy.sh.erb
CHANGED
data/lib/mina/rails.rb
CHANGED
data/lib/mina/version.rb
CHANGED
data/lib/mina/whenever.rb
CHANGED
|
@@ -15,26 +15,34 @@
|
|
|
15
15
|
# end
|
|
16
16
|
# end
|
|
17
17
|
|
|
18
|
+
# ## Settings
|
|
19
|
+
# Any and all of these settings can be overriden in your `deploy.rb`.
|
|
20
|
+
|
|
21
|
+
# ### whenever_name
|
|
22
|
+
# Sets the name for whenever_name.
|
|
23
|
+
|
|
24
|
+
set_default :whenever_name, "#{domain}_#{rails_env}"
|
|
25
|
+
|
|
18
26
|
namespace :whenever do
|
|
19
27
|
desc "Clear crontab"
|
|
20
28
|
task :clear => :environment do
|
|
21
29
|
queue %{
|
|
22
|
-
echo "-----> Clear crontab for #{
|
|
23
|
-
#{echo_cmd %[cd #{deploy_to!}/#{current_path!} ; #{bundle_bin} exec whenever --clear-crontab #{
|
|
30
|
+
echo "-----> Clear crontab for #{whenever_name}"
|
|
31
|
+
#{echo_cmd %[cd #{deploy_to!}/#{current_path!} ; #{bundle_bin} exec whenever --clear-crontab #{whenever_name} --set 'environment=#{rails_env}&path=#{deploy_to!}/#{current_path!}']}
|
|
24
32
|
}
|
|
25
33
|
end
|
|
26
34
|
desc "Update crontab"
|
|
27
35
|
task :update => :environment do
|
|
28
36
|
queue %{
|
|
29
|
-
echo "-----> Update crontab for #{
|
|
30
|
-
#{echo_cmd %[cd #{deploy_to!}/#{current_path!} ; #{bundle_bin} exec whenever --update-crontab #{
|
|
37
|
+
echo "-----> Update crontab for #{whenever_name}"
|
|
38
|
+
#{echo_cmd %[cd #{deploy_to!}/#{current_path!} ; #{bundle_bin} exec whenever --update-crontab #{whenever_name} --set 'environment=#{rails_env}&path=#{deploy_to!}/#{current_path!}']}
|
|
31
39
|
}
|
|
32
40
|
end
|
|
33
41
|
desc "Write crontab"
|
|
34
42
|
task :write => :environment do
|
|
35
43
|
queue %{
|
|
36
|
-
echo "-----> Update crontab for #{
|
|
37
|
-
#{echo_cmd %[cd #{deploy_to!}/#{current_path!} ; #{bundle_bin} exec whenever --write-crontab #{
|
|
44
|
+
echo "-----> Update crontab for #{whenever_name}"
|
|
45
|
+
#{echo_cmd %[cd #{deploy_to!}/#{current_path!} ; #{bundle_bin} exec whenever --write-crontab #{whenever_name} --set 'environment=#{rails_env}&path=#{deploy_to!}/#{current_path!}']}
|
|
38
46
|
}
|
|
39
47
|
end
|
|
40
48
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mina
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rico Sta. Cruz
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-07-
|
|
12
|
+
date: 2015-07-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -79,6 +79,7 @@ files:
|
|
|
79
79
|
- ".gitignore"
|
|
80
80
|
- ".rspec"
|
|
81
81
|
- ".travis.yml"
|
|
82
|
+
- CHANGELOG.md
|
|
82
83
|
- CONTRIBUTING.md
|
|
83
84
|
- Gemfile
|
|
84
85
|
- HISTORY.md
|