Seif Lotfy سيف لطفي
6f8e94629f
server: Add global LRU for routes with keys being the appname + path ( #472 )
...
* Add global lru for routes with keys being the appname + path
* minor comment fixes
* remove duplicate entires from THIRD_PARTY
* Make sure that we lock and unlock on get, refresh and delete on the cache
2017-01-05 19:08:46 +01:00
Travis Reeder
1c8d12b09e
Cleanup main ( #470 )
...
* main: clean up
* server: replace magical constants and use them for app name tracking
2017-01-03 14:59:26 -08:00
Pedro Nasser
32de7d5361
Improvements on API error, swagger and status code ( #428 )
...
* improvements on API error, swagger and status code
* missing validation
* removing typo
* fix if-within-if
* fix handle app delete
2016-12-13 19:18:52 -02:00
Pedro Nasser
49a7712e6b
API improvements ( #410 )
...
* api improvements, remove global Api object and reduce gin dependency
* requested changes
2016-12-09 15:24:35 -02:00
Pedro Nasser
5367a3ef99
Fix API inconsistencies ( #404 )
...
* fix api inconsistencies
* handling empty format cases
* code style
2016-12-07 17:16:48 -02:00
C Cirello
66d446b148
functions: returns HTTP error in case of route update attempt ( #396 )
...
Ensure that attempts to update route's path are properly handled
with a HTTP error. Moreover, updates swagger file to make it
explicit that routes are immutable.
Fixes #381
2016-12-07 19:54:09 +01:00
C Cirello
ac0044f7d9
functions: hot containers ( #332 )
...
* functions: modify datastore to accomodate hot containers support
* functions: protocol between functions and hot containers
* functions: add hot containers clockwork
* fn: add hot containers support
2016-11-28 15:45:35 -02:00
Pedro Nasser
c14bc323f9
added ctx to datastore and improve mock ( #329 )
...
Added ctx to datastore and improved mock
2016-11-22 03:33:44 -02:00
C Cirello
fe845e1886
fn: improve UX ( #325 )
...
* fn: make UX more consistent with regards to app name position
* fn: improve detection of missing routes
* fn: fix update operations
- No longer delete-than-add for configuration updates
- Path cleaning before most of routes operations
2016-11-22 00:27:48 +01:00
Pedro Nasser
7593480d4b
fix route update ( #295 )
...
Fix route update, ensure image exists
2016-11-16 19:46:56 -02:00
Pedro Nasser
7aa1981fba
Datastore refactor and added postgres tests ( #259 )
...
* fix apps & routes creation/update
* refactor datastore and added postgres tests
* added test-datastore and fixed circleci test
2016-11-14 15:03:10 -02:00
Carlos C
d5fb1afda7
Revert "Assert License ( #224 )"
...
This reverts commit a61c4dab78 .
2016-11-06 09:25:12 -08:00
C Cirello
a61c4dab78
Assert License ( #224 )
...
* license: assert license for Go code
* license: add in shell scripts
* license: assert license for Ruby code
* license: assert license to individual cases
* license: assert license to Dockerfile
2016-11-05 23:33:07 +01:00
C Cirello
3ca137a01c
Upgrade to Go 1.7 ( #128 )
...
* Upgrade to stdlib context package
* Modernized syntax
2016-10-06 20:10:00 +02:00
Seif Lotfy سيف لطفي
fbcec6bf40
Depend on iron-io/runner instead of iron-io/worker ( #124 )
2016-10-05 20:42:12 +02:00
Henrique Chehad
06294b4b77
updated worker repository ref
2016-09-19 20:41:35 -03:00
Pedro Nasser
7b230232b8
standard route response
2016-08-30 13:42:55 -03:00
Pedro Nasser
b57e6656d2
adding wrapper on apps and routes create response
2016-08-15 23:22:35 -03:00
Travis Reeder
8558d13f07
Added support for hooks to customize behavior.
2016-08-09 22:34:28 -07:00
Pedro Nasser
1eb88e794e
fix routes router and tests
2016-08-07 16:45:34 -03:00
Travis Reeder
3d94fc64c9
Removed "name" from route, only need path.
2016-08-07 14:58:05 -04:00
Pedro Nasser
dfc4be9861
refactor
2016-08-01 19:23:31 -03:00