CI
22abe0dbe5
functions: 0.3.77 release [skip ci]
2017-08-29 16:12:05 +00:00
CI
c8679d5e46
functions: 0.3.76 release [skip ci]
2017-08-25 22:39:21 +00:00
CI
32858c2649
functions: 0.3.75 release [skip ci]
2017-08-24 22:55:32 +00:00
CI
23650da74e
functions: 0.3.74 release [skip ci]
2017-08-24 22:35:32 +00:00
CI
3f069b3041
functions: 0.3.73 release [skip ci]
2017-08-24 22:01:54 +00:00
CI
6c27efe02d
functions: 0.3.72 release [skip ci]
2017-08-24 21:43:00 +00:00
Travis Reeder
6549da6039
Trying to get rid of conflicts for huge merge
2017-08-24 13:54:38 -07:00
Travis Reeder
3145158600
functions: 0.3.68 release [skip ci]
2017-08-23 22:48:29 -07:00
Travis Reeder
216a5fd957
functions: 0.3.67 release [skip ci]
2017-08-23 22:08:41 -07:00
Travis Reeder
1bf7127e87
functions: 0.3.66 release [skip ci]
2017-08-23 22:05:03 -07:00
Travis Reeder
b3b85fdd5f
functions: 0.3.65 release [skip ci]
2017-08-23 22:00:35 -07:00
Travis Reeder
d7bf64bf66
Big dependency update, all lowercase sirupsen's for all dependencies.
2017-08-23 19:52:56 -07:00
Travis Reeder
f559acd7ed
Renamed a bunch of images to use fnproject org. ( #239 )
...
* Renamed a bunch of images to use fnproject org.
* Multi-stage build for Docker.
* Added tmp vendor dirs to gitignore.
* Run docker-build at beginning of test.
2017-08-23 22:43:53 +03:00
CI
eba4cf46d4
functions: 0.3.64 release [skip ci]
2017-08-18 21:07:46 +00:00
CI
a0decc5f7d
functions: 0.3.63 release [skip ci]
2017-08-18 20:07:06 +00:00
CI
04c5c9e972
functions: 0.3.62 release [skip ci]
2017-08-18 19:54:46 +00:00
CI
cfe2115cca
functions: 0.3.61 release [skip ci]
2017-08-18 18:50:17 +00:00
CI
a0924dd1bd
functions: 0.3.60 release [skip ci]
2017-08-18 18:23:07 +00:00
CI
a8d28d68f6
functions: 0.3.59 release [skip ci]
2017-08-17 22:56:11 +00:00
Denis Makogon
31eb3852c0
Merge pull request #224 from fnproject/222
...
Fix route update procedure
2017-08-18 01:47:01 +03:00
Denis Makogon
1f0f9c7a46
Addressing comments
2017-08-17 10:36:05 +03:00
CI
32301ebd2a
functions: 0.3.58 release [skip ci]
2017-08-16 20:23:39 +00:00
Denis Makogon
62d650f0a5
Rewrite HTTP handler for routes HTTP POST/PUT/PATCH methods
...
- adding tests for HTTP PUT
- more tests for HTTP PATCH
2017-08-16 23:20:05 +03:00
Denis Makogon
d11bafb868
Fix route update procedure
...
API impact:
We need to drop default value for type because it brought this type of bugs.
Starting this patch users should specify route type through CLI or func.yml
Closes : #222
2017-08-16 23:20:05 +03:00
CI
6993218439
functions: 0.3.57 release [skip ci]
2017-08-16 16:29:54 +00:00
CI
ebb0ee56e9
functions: 0.3.56 release [skip ci]
2017-08-10 10:34:03 +00:00
CI
7255c4819b
functions: 0.3.55 release [skip ci]
2017-08-09 18:00:28 +00:00
CI
e9790bc2e0
functions: 0.3.54 release [skip ci]
2017-08-09 17:48:17 +00:00
Reed Allman
4d28a82c0a
Merge pull request #214 from fnproject/issue/212
...
Fix app updating
2017-08-09 10:44:38 -07:00
Reed Allman
8799f22770
Merge pull request #215 from fnproject/bugfix-format-request-url
...
Fixed the formatting of the passed URL
2017-08-09 10:38:57 -07:00
CI
bc48d879e8
functions: 0.3.53 release [skip ci]
2017-08-09 16:03:37 +00:00
Rae Jeffries-Harris
3c21570fe9
Fixed the formatting of the passed URL
2017-08-09 16:58:27 +01:00
CI
3061397509
functions: 0.3.52 release [skip ci]
2017-08-09 12:30:54 +00:00
oracloud
df2a9aeb24
Merge pull request #200 from fnproject/fix-deps
...
Fix deps
2017-08-09 14:21:36 +02:00
Denis Makogon
7a36e424d1
Fix app updating
...
Closes : #212
2017-08-09 14:41:23 +03:00
CI
cd25683edb
functions: 0.3.51 release [skip ci]
2017-08-08 18:15:09 +00:00
CI
bc2db9a64b
functions: 0.3.50 release [skip ci]
2017-08-08 16:14:36 +00:00
CI
65fed1a2bf
functions: 0.3.49 release [skip ci]
2017-08-08 13:20:11 +00:00
Reed Allman
6a7973e6b6
plumb all config fields into task
...
the mqs are storing a models.Task, which was not incorporating all the fields
that are in a task.Config. I would very much like to merge these two things,
but expect to do this in a future restructuring as both are used widely and
not cordoned off properly (Config has a channel, stdin, stdout, stderr -- and
isn't just a 'config', so to speak, as Task is).
Since a task.Config is what is used to actually run a container, the result of
the aforementioned deficiency was #193 where tasks are improperly configured
and ran (namely, memory wrong).
async tasks can still not be hot, they will be reverted to default format.
would also like to fix this (also part of restructuring). I actually started
doing this, hence the changes to those files (the surface area of the change
is small and discourages improper future use, so I've left what I've done).
this will:
closes #193
closes #195
closes #154
removes many unused fields in models.Task, since we have not implemented
retries. priority & delay are left, even though they are not used either,
the main goal of this is to resolve #193 and both these fields are strongly
plumbed into all the mqs, so punting on those two.
2017-08-03 06:33:30 -07:00
CI
2940727082
functions: 0.3.48 release [skip ci]
2017-08-07 19:04:21 +00:00
CI
d70f27b870
functions: 0.3.47 release [skip ci]
2017-08-07 18:06:39 +00:00
CI
995619f077
functions: 0.3.46 release [skip ci]
2017-08-07 17:54:26 +00:00
Reed Allman
f7345e8080
Merge pull request #191 from fnproject/fix-memory-limits
...
fix task memory
2017-08-07 10:44:23 -07:00
CI
b3b243bb56
functions: 0.3.45 release [skip ci]
2017-08-05 04:47:13 +00:00
CI
159db07817
functions: 0.3.44 release [skip ci]
2017-08-03 22:40:00 +00:00
Reed Allman
ccea601028
Merge pull request #163 from fnproject/hot-env-changes
...
change hot containers when route/app vars change
2017-08-03 15:29:41 -07:00
CI
e2bb0b1965
functions: 0.3.43 release [skip ci]
2017-08-03 21:13:23 +00:00
CI
7ad81ebeb5
functions: 0.3.42 release [skip ci]
2017-08-03 18:15:58 +00:00
Reed Allman
2c2e07ba04
fix bad runner import, remove envconfig & bytefmt
2017-08-03 03:59:19 -07:00
Reed Allman
30f3c45dbc
update vendor/ dir to latest w/o heroku, moby
...
had to lock a lot of things in place
2017-08-03 03:52:14 -07:00