xiekeyang and smruthi2187
09b62e514e
Replace the hard-coded archive size from error message with actual value ( #735 )
2018-06-25 17:48:43 -07:00
Ta-Ching Chen and GitHub
c705ba355e
Fix executor not reaps idle function pods for functions with executortype newdeploy ( #744 )
2018-06-21 17:54:42 +08:00
Vishal and GitHub
7642dcf05f
Disable caching of connections from router to function pods ( #742 )
...
A temporary fix for #723 which needs to be optimized in future. Disables caching of connections from the router to function pod/service.
2018-06-21 12:45:11 +05:30
Ta-Ching Chen and GitHub
58a5f1cb0b
Fix executor wrongly passes loop variable reference to function ( #751 )
2018-06-19 09:55:41 +08:00
Vishal and GitHub
1b86c367a0
Added a flag to control the extraction of archive based on user input ( #675 )
...
For certain environments, the archive should not be extracted and kept as it is (For ex. for Java the jar file should not be extracted). This change enables an environment level flag to control this behaviour.
2018-06-14 12:32:40 +05:30
Vishal and GitHub
6d08e6e0bc
Archives bigger than 256K size need env variable for uploading ( #697 )
...
For archives bigger than 256K, the Storage service was called from the client side, this needed few environment variables to be set. This change uses port forwarding to achieve the same and does not need environment variables to be set.
2018-06-14 01:12:06 +05:30
xiekeyang and Vishal
ef7d4ae385
Make fetcher resource requests and limits configurable ( #708 )
...
This change allows fetcher container resource requests and limits to be configurable.
2018-06-13 16:12:55 +05:30
Erwin van Eyk and Ta-Ching Chen
cf1f944069
Extract portforward to separate package ( #728 )
...
* Extract port-forward from CLI to own package (for reuseability)
* Extract CLI logging to subpackage
2018-06-13 11:26:39 +08:00
Vishal and Soam Vasani
ddff7100e9
Temporarily disabling the tests so that other PRs can be worked on, will enable after closure on #723 ( #737 )
2018-06-08 15:07:50 -07:00
xiekeyang and Soam Vasani
a5bc2a6d4c
add build exe to gitignore ( #736 )
...
This is a built binary, should be ignore when git committion.
2018-06-08 10:46:17 -07:00
Soam Vasani and GitHub
952b48bd68
Environment warning message bugfix ( #725 )
2018-06-07 14:17:27 -07:00
Joe Stevens and Ta-Ching Chen
2ad07d68b6
Fix for Windows CLI Port Forwarding ( #715 )
2018-06-07 16:37:37 +08:00
xiekeyang and Ta-Ching Chen
8c96d9c6a0
ArchiveLiteralSizeLimit: Use Constant Instead Hard Code ( #731 )
...
This use constant to instead hard code for ArchiveLiteralSizeLimit. That ensure if the limitation
value is changed in cli, the controller server can follow it. Otherwise, the condition will return
error, and make error HTTP response.
Later, we should delete it in fission-cli, and make it configurable it chart, to work in fission-
servers only.
2018-06-07 15:45:32 +08:00
Vishal and GitHub
46d9808173
V0.8.0 ( #722 )
...
Release v0.8.0
2018-06-06 00:01:00 +05:30
smruthi2187 and GitHub
2e37611da8
pre-upgrade job to verify function references and restricted privileges for fetcher and builder SA ( #717 )
...
It is mandatory (from this release onwards) for function to refer to secrets, config-maps and packages in its own namespace to ensure isolation of users sharing the same cluster.
This change runs a pre-upgrade job to verify function references for all functions created prior to this release and fails the upgrade by printing a list of functions that violate this restriction.
2018-06-04 19:30:27 -07:00
Ta-Ching Chen and GitHub
0057270551
Add time trigger cron spec examination tool ( #680 )
2018-06-04 19:02:54 +08:00
Ta-Ching Chen and GitHub
7a7d15b50c
Update k8s dependencies to 1.10 ( #687 )
2018-06-01 15:43:19 +08:00
Vishal and GitHub
202cc3cb7e
Changing the logger daemonset's update strategy ( #714 )
...
Changing the logger daemonset's update strategy from OnDelete to RollingUpdate (Ref: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy )
2018-05-31 23:42:23 +05:30
Vishal and GitHub
a761393816
Ingress integration ( #688 )
...
Ingress integration to allow the optional creation of ingress for a given route. The ingress controller needs to be set up by the user separately so that ingress path is accessible outside the cluster.
2018-05-31 11:27:55 +05:30
Ta-Ching Chen and GitHub
fedf6b6e5b
Check spec directory exists before reading spec files ( #709 )
...
* Check spec directory exists before reading spec files
* Fix spec example
2018-05-31 03:01:40 +08:00
xiekeyang and Soam Vasani
6eec55223d
Formatted specifiers are not compatible with variables ( #706 )
...
It missed specifier for namespace
2018-05-29 09:08:38 -07:00
xiekeyang and Ta-Ching Chen
940b9adabd
Indicate HTTP status code by library const ( #703 )
2018-05-24 19:10:45 +08:00
smruthi2187 and GitHub
8984e4916e
Enabling multi-tenancy for fission objects. ( #655 )
...
This feature allows creation of fission objects in different namespaces, in addition to retaining the existing behavior of creating fission objects in default namespace if user doesnt provide one.
It also removes cluster admin roles for fission-fetcher and fission-builder Service Accounts and grants them only those privileges that they need.
2018-05-23 13:22:46 -07:00
Joe Stevens and Soam Vasani
c9d2757760
docker-distribution version bump for windows compatibility ( #691 )
2018-05-21 18:41:53 -07:00
Soam Vasani and GitHub
d846aed612
Fission metrics integration ( #677 )
...
Add prometheus metrics collection endpoints to router and executor. Add prometheus annotations to router and executor pods.
2018-05-21 13:57:18 -07:00
Vishal and GitHub
d9b5b9b8a8
Java Environment Design proposal
...
Java environment design decisions and considerations.
2018-05-14 13:45:01 +05:30
Ta-Ching Chen and GitHub
9c91f00cb4
Replace Werkzeug with Bjoern as underlying WSGI server ( #672 )
2018-05-09 14:00:40 +08:00
Ta-Ching Chen and GitHub
0a648d1d75
Version -> 0.7.2 ( #670 )
2018-05-05 20:01:23 +08:00
Ta-Ching Chen and GitHub
6a3e326f36
Add benchmark script ( #666 )
0.7.2
2018-05-05 12:42:16 +08:00
smruthi2187 and Ta-Ching Chen
f0dc2554a1
Meaningful error message when fetch request is received for a package when build is not successful. ( #661 )
2018-05-03 22:51:48 +08:00
Vishal and Ta-Ching Chen
2ece0db13f
Fixed the issue with update wiping original values & added resources in listing, fixes #654 ( #663 )
2018-05-02 22:29:08 +08:00
Ta-Ching Chen and GitHub
0e3a270d27
Delete deployment with proper delete propagation policy ( #630 )
2018-05-01 23:25:50 +08:00
Ta-Ching Chen and GitHub
6a7381c575
Fix newdeploy backend failed to delete deployment due to incorrect resource version ( #657 )
2018-05-01 16:48:34 +08:00
Vishal and Ta-Ching Chen
0aff2f214d
Fixes the issue with fn test and adds relevant test cases, fixes #650 ( #651 )
...
* Fixes the issue with fn test and adds relevant test cases, fixes #650
* Checking log size for invalid function
* Testing the invalid function logs a few time beforr quitting
* Disabling the test for now, linked to issue #653
2018-04-30 14:14:46 +08:00
Vishal and Ta-Ching Chen
dec4a39c15
Function update should be possible without change to code ( #652 )
2018-04-30 11:35:19 +08:00
Ta-Ching Chen and GitHub
7577339912
Change time precision for fluentd influxdb plugin to nano second ( #646 )
2018-04-26 20:57:55 +08:00
Ta-Ching Chen and GitHub
6375819195
Fix test cases occasional failure ( #647 )
2018-04-26 14:39:16 +08:00
Vishal and GitHub
0b34abcada
Update .travis.yml
...
Seems a small item is missing, causing notifications not to work. Similar block in fission-workflows does work.
2018-04-25 23:15:32 +05:30
smruthi2187 and Ta-Ching Chen
772fdfa15c
Setting package buildStatus to pending when functions source is updated. ( #637 )
2018-04-24 15:24:46 +08:00
Vishal and GitHub
7198b24028
Fission upgrade tests ( #605 )
...
Tests for upgrading Fission from the last version to current branch and testing. Currently test is very simple and more tests can be added in future
2018-04-24 12:51:17 +05:30
Vishal and GitHub
eb696432d8
Testing proposal: Requirements and frameworks exploration ( #581 )
...
Proposal for revamping the testing framework and tests in general based on needs of Fission project
2018-04-24 00:45:09 +05:30
Ta-Ching Chen and GitHub
2d359f879a
Fix SEGFAULT issue when buildmgr failed to update package ( #635 )
2018-04-21 23:17:33 +08:00
smruthi2187 and GitHub
94e2f11ea6
Remove port forward in tests for router, controller and nats pods ( #611 )
2018-04-20 19:00:22 -07:00
Vishal and Ta-Ching Chen
ff01cf2452
Removed the fn pods functionality ( #594 )
2018-04-19 14:32:16 +08:00
Ta-Ching Chen and GitHub
400e19a48f
Fix executor does not reap specialized function pod when env no longer exists ( #633 )
2018-04-19 07:39:37 +08:00
Ta-Ching Chen and GitHub
0194f53e12
Fix SEGFAULT issue when build manager failed to update package ( #626 )
2018-04-17 09:36:11 +08:00
John Gallagher and Soam Vasani
fef1469c61
Update readme to point to the proper link ( #628 )
2018-04-16 11:30:27 -07:00
Ta-Ching Chen and GitHub
cf53e17be5
Remove confusing default value description & add default value to cli flag ( #619 )
2018-04-16 17:27:10 +08:00
smruthi2187 and GitHub
449f49515a
Changes needed for release 0.7.1 ( #622 )
...
bump up the version to 0.7.1 in charts and adding changelog.
2018-04-10 18:03:08 -07:00
Ta-Ching Chen and GitHub
d01b309fc7
Add validate function to crd resource and do validate before creation/update ( #580 )
2018-04-08 00:56:13 +08:00