This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathChangelog
289 lines (179 loc) · 5.18 KB
/
Changelog
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
2012-09-24 klen
* Minor fixes of virtualenv templates
2012-09-18 klen
* Fix SCM templates
2012-09-17 klen
* Update django module
2012-09-07 klen
* Add remote command by ssh (-H)
* Add bulk update
* Alias support [alias]
2012-08-30 klen
* Upgrade terminal
* Python 2.6 support
2012-08-18 klen
* Integrate with travis
2012-08-21 0.9.62 klen
* 'git_user', 'hg_user' and etc support
2012-08-05 0.9.53 klen
* Add flask module
2012-06-21 0.9.46 klen
* Fixed dots in branch names
2012-06-13 0.9.44 klen
* Added 'safe_branch' option
2012-04-02 0.9.41 klen
* Update virtualenv template
2012-03-28 0.9.40 klen
* Django 1.4 module support
2012-03-22 0.9.35 klen
* More install information
2012-03-19 0.9.33 klen
* Tempita as template engine
* Only .tpml files parsed as templates
* Some fixes
2011-11-25 0.9.22 klen
* Echo check errors to stderr.
2011-11-23 0.9.18 klen
* Fix check requirements
2011-11-16 0.9.15 klen
* Big code refactoring (no backward compatibility!)
* Add copy source from module
* Add (append and remove templates)
* Add shell integration
2011-11-06 0.8.76 klen
* Add information about installed templates
2011-10-27 0.8.74 klen
* Update uwsgi config
2011-10-21 0.8.5 klen
* Some upgrades django module.
2011-10-13 0.8.2 klen
* Add hg support
* Add svn support
* Add test mysql support
2011-09-30 0.7.35 klen
* Drop auto installation from templates
2011-06-02 0.7.19 klen
* Add pgport to postgres template
2011-06-02 0.7.18 klen
* Remove auto cache setup from settigns.
2011-05-30 0.7.17 klen
* Configurable nginx template
* Configurable supervisor template
* Change uwsgi params
2011-03-30 0.7.13 klen
* Fix version 0.7.11 bug
2011-03-29 0.7.11 klen
* Add `append` option to makesite
* Add support for 'bin' folder in templates (files from this folder
are copied as-is), template rendering transformations are not applied)
2011-03-23 0.6.9 klen
* Migrate to Django 1.3 in django module
2011-03-18 0.6.8 klen
* Move template options to templates
2011-03-16 0.6.71 klen
* More debian compatability
2011-03-16 0.6.7 klen
* Fix celeryd config (Also run the celerybeat periodic task scheduler)
2011-03-16 0.6.6 klen
* Fix virtualenv update script (chown was broken)
2011-03-10 0.6.51 klen
* Migrate to argparse
2011-03-09 0.6.4 klen
* Fix django settings define in uwsgi and django configs
2011-03-04 0.6.2 klen
* Fix celeryd template
2011-02-27 0.6.1 klen
* Add html template
2011-02-18 0.5.96 klen
* Auto install memcached if HOST is localhost and this not install
* Fix makesite module
* Drop dummy module
* Add static module
* Fix src bug
2011-02-14 0.5.2 klen
* Create documentation
2011-02-14 0.5.1 klen
* Add tornado template
* Change django, uwsgi template
2011-02-14 0.5.0 klen
* New makesite deploy logic
2011-02-09 0.4.6 klen
* Drop parse .db for django module
* Add dev, project mode option
* Enable cached templates for django module
2011-02-07 0.4.0 klen
* Fix base run service script
2011-02-02 0.3.9 klen
* Fix makesite-web template
* Fix siteinfo command
* Add ckeck path exists in project deploy
2011-01-31 0.3.4 klen
* Add dummy module, optimize django module
* Improve bash autocomplete
2011-01-27 0.3.2 klen
* New makesite-web template
2011-01-27 0.3.0 klen
* Fix templates
2011-01-26 0.2.93 klen
* Another fix celeryd ([email protected])
2011-01-24 0.2.92 klen
* Add worksite command
* envsite now check directory
2011-01-23 0.2.91 klen
* Fix virtualenv template ([email protected])
2011-01-21 0.2.9 klen
* Add celeryd template and fix template scripts ([email protected])
2011-01-19 0.2.7 klen
* Fix 404 and 500 templates in django module
2010-12-27 0.2.5 klen
* Fix compass and src-dir templates
2010-12-26 0.2.3 klen
* Add django module
2010-12-16 0.2.2 klen
* Cosmetic updates in makesite-web
* Public in pypi
* Rename project from sitegen to makesite
* Fix makesite-web and wsgi module
2010-12-16 0.1.7 klen
* Add modules support
* Add sitegen-web module
2010-12-14 0.1.6 klen
* Add autoinstall git, virtualenv and etc
2010-11-22 0.1.5 klen
* Add testsite
2010-11-18 0.1.4 klen
* Add django, cron, postgres template
2010-11-16 0.1.3 klen
* Rename sitegenupdate to updatesite
* Change bash complete
* Add removesite, drop options -d
* Drop tempita
2010-11-16 0.1.2 klen
* Add sitegenupdate
2010-11-13 0.1.1 klen
* Add update templates
2010-11-13 0.1 klen
* Change template engine from tempita to pyratemp
2010-11-13 0.09 klen
* Drop -l options
* Add sitegen wrapper ( lssites, cdsite, envsite )
2010-11-13 0.08 klen
* Add $SITEGEN_SITES_PATH parsing
* Sitegen now run from current user ( without sudo )
2010-11-12 0.07 klen
* Add option --path - required options (path to projects dir)
* Now ini file also parsed from project_dir/sitegen.ini
2010-11-12 0.06 klen
* Add tempita template engine
2010-11-12 0.05 klen
* Add restart template
2010-11-11 0.04 klen
* Add pip template
2010-11-11 0.03 klen
* Add listing project
* Add git template
2010-11-11 0.02 klen
* Remove project dir if it empty
* Add virtualenv support to uwsgi template
2010-11-10 0.01 klen
* First public version.