Vishal and GitHub
ca6bc12cfc
Restoring one example as it is used in many places including Helm charts ( #2011 )
...
Some tests were pointing to examples directory which has been moved out. Also kept one node.js examples as it is widely used in Helm charts etc.
2021-05-09 23:36:39 +05:30
Vishal and GitHub
5b4bf5964e
Moving out Environments to own repo ( #1810 )
...
Moved out environments and examples out of main Fission repo to their own repo. This is to allow changes to environment releases to be independent of main Fission releases.
2021-05-01 15:42:35 +05:30
Vishal and GitHub
6e3c42f238
Release 1.11.1 ( #1838 )
...
Release 1.11.1 along with some changes to release script
2020-10-15 11:06:05 +05:30
Vishal and GitHub
778f047376
Improving contributing docs ( #1726 )
...
Improved contributing docs, added DO logo in sponsors.
2020-09-23 13:38:39 +05:30
Vishal and GitHub
2b805fc7ca
Release 1.11.0 ( #1716 )
2020-09-16 22:27:02 +05:30
Vishal and GitHub
c1ac7fcd38
Bumping up release of Helm for release script ( #1715 )
...
Upgrading to Helm3 for all CI testing
2020-09-16 16:07:48 +05:30
Vishal and GitHub
8c0a368969
Skaffold: Typo in Helm values for Prometheus ( #1709 )
2020-09-10 18:28:15 +05:30
Vishal and GitHub
70b01eb9c8
Skaffold kind ( #1700 )
2020-09-04 17:37:07 +05:30
1755d3a017
Adding NodeJS version 12 env ( #1683 )
...
Co-authored-by: Rahul Bhati <rjbhati009@gmail.com >
2020-08-28 10:24:22 +05:30
Vishal and GitHub
90b7680392
Release 1.10.0 ( #1658 )
2020-06-30 08:56:30 +05:30
Vishal and GitHub
a50c9f76ec
For fixing staticcheck issue ( #1652 )
...
The S3 feature PR caused some static check issues after the merge, those are fixed now.
2020-06-23 15:31:59 +05:30
f6e679e70e
S3 backend for storage service ( #1629 )
...
Co-authored-by: Alok Kumar <rajalokan@gmail.com >
2020-06-15 19:13:13 +05:30
Vishal and GitHub
d4e1cd4f1e
Skaffold registry ( #1617 )
2020-05-22 10:39:01 +05:30
Vishal and GitHub
aa8c27fd5d
Added codecov badge ( #1604 )
2020-05-13 21:24:49 +05:30
Vishal and GitHub
2331dffe4c
Update issue templates ( #1602 )
2020-05-13 10:26:04 +05:30
Vishal and GitHub
3e8cbe112f
Release 1.9.0 ( #1597 )
2020-05-11 01:26:46 +05:30
Vishal and GitHub
31ff3f0290
Kind config ( #1587 )
...
A simple Kind cluster config for local development of Fission
2020-04-30 16:30:38 +05:30
758ee32aa9
External nats streaming ( #1576 )
...
Support for external NATS streaming instead of the one deployed with Fission
Co-authored-by: Shaun Cutts <shaunc@factfiber.com >
2020-04-19 21:53:27 +05:30
Vishal and GitHub
163b1d0731
Skaffold Default Repo ( #1575 )
...
Skaffold default-repo enables users to use the Skaffold file without any change and by maintaining the docker repo in their local configuration.
2020-04-19 19:26:38 +05:30
Vishal and GitHub
a571c7b72c
[WIP] Skaffold Fix ( #1567 )
...
Switched to dynamic tag and dynamic values for those fields in the deploy section. Also, switched to latest version of Skaffold.
2020-04-13 00:19:52 +05:30
Vishal and GitHub
9340e62895
Python Env Build issue due to gevent ( #1572 )
2020-04-12 23:26:03 +05:30
Vishal and GitHub
f1e243c145
Adding community meeting link and document ( #1563 )
...
Adding community meeting link and document as well as Fission image to readme
2020-03-26 23:34:08 +05:30
Vishal and Ta-Ching Chen
31b8c1ee3b
Added community meetings and some other changes ( #1273 )
2019-08-23 13:20:09 +08:00
Vishal and GitHub
dff08a0a8e
V1.4.1 ( #1255 )
...
Release 1.4.1
2019-07-29 16:14:49 +05:30
Vishal and Ta-Ching Chen
6e440f11cd
Analytics env fix in chart ( #1247 )
2019-07-25 19:25:34 +08:00
Vishal and GitHub
dc0fc839ed
V1.4.0 ( #1244 )
...
For release 1.4.0
2019-07-25 11:39:33 +05:30
Vishal and Ta-Ching Chen
93c5b53b77
Function Update if config/secret changes ( #1224 )
...
* Config and secret change to invoke function update
* Added recycle function for pool manager as well - where it recycles the specialized pods
* Switched to rolling update of pods and env variable based change instead of deleting pods in new deploy executor
2019-07-23 09:27:43 +08:00
Vishal and Ta-Ching Chen
36e544b537
Configmaps/secrets in function exist check ( #1214 )
2019-07-01 18:09:07 +08:00
Vishal and Ta-Ching Chen
d578539391
Add kubernetes podSpec support in fission spec ( #1106 )
2019-05-29 03:31:14 +08:00
Vishal and GitHub
49f9944b86
Skaffold for Fission ( #1172 )
...
Skaffold for development of Fission and switching to multi-stage Dockerfile for all components.
2019-05-27 12:51:00 +05:30
Vishal and GitHub
09589ea9ef
V1.2.1 ( #1178 )
...
Release 1.2.1
2019-05-09 15:36:06 +05:30
Vishal and GitHub
69de5e03d3
Fixes broken config path for functions ( #1177 )
2019-05-09 13:12:52 +05:30
Vishal and GitHub
a2c276e0cd
V1.2.0 ( #1171 )
...
Release 1.2.0
2019-05-04 09:06:40 +05:30
Vishal and GitHub
c88033fc0b
DRY up fetcher configuration ( #1168 )
...
Consolidates the addition of the fetcher container to the pod into a new type FetcherConfig and takes care of serviceAccountName if not set. Also added PreStop lifecycle handler if pod set TerminationGracePeriodSeconds
2019-05-02 21:39:42 +05:30
Vishal and GitHub
1a5b0ec567
Function update after change in env ( #1116 )
...
If an environment image changes then the new deployment function also should be updated with the newer image
2019-04-25 17:03:56 +05:30
Vishal and Ta-Ching Chen
85c1474c60
Added php builder to release script fixes #1140 ( #1145 )
2019-04-09 21:55:22 +08:00
Vishal and GitHub
b7a41cbd89
V1.1.0 ( #1129 )
...
Fission Release 1.1.0
2019-03-25 18:56:02 +05:30
Vishal and Ta-Ching Chen
c496d35d12
Change RBAC api version to v1 ( #1124 )
...
As of K8s 1.8, RBAC mode is stable and backed by the rbac.authorization.k8s.io/v1
API. Using v1beta1 API version for RBAC based objects fails helm deployment
of fission on minikube
2019-03-18 23:45:16 +08:00
Vishal and GitHub
92d66fa82b
Configurable zero pool size in case of newdeploy function ( #1121 )
...
It should be possible to keep zero pool size when the environment is created so that there are no idle resources for a newdeploy function. Fixes: https://github.com/fission/fission/issues/1104
2019-03-18 15:52:29 +05:30
Vishal and GitHub
38b8cfaa0a
Adding annotations for prometheus scraping to fission-core ( #1098 )
2019-03-06 17:34:23 +05:30
Vishal and GitHub
d65a0cb9dc
Added draft proposal for CI/CD ( #1084 )
...
A proposal for CI/CD with Fission functions
2019-02-25 15:38:17 +05:30
Vishal and GitHub
9ec0084c8b
V1.0.0 ( #1100 )
...
Fission 1.0.0 release
2019-02-14 08:00:51 +05:30
Vishal and GitHub
8e6ac31e49
V1.0 ( #1094 )
...
Changelog and chart change for 1.0
2019-02-09 09:47:32 +05:30
Vishal and GitHub
5d2abdd95b
OpenTracing for Fission ( #1079 )
...
Added Opentracing integration using opencensus libraries for all Fission components.
2019-02-07 11:56:41 +05:30
Vishal and Ta-Ching Chen
101e188f41
Clear message in case of function/pod failure ( #1069 )
...
* Clear message in case of function/pod failure
* Added err handling while getting pods
* Using multierror instead of strings
2019-01-23 22:26:13 +08:00
Vishal and Ta-Ching Chen
1dbb4f4fb7
Adding requirements file check for python environment ( #1067 )
...
* Adding check for requirements file, in case user is simply using a source file and --src flag
* Adding bash check as per review comment
2019-01-22 10:26:21 +08:00
Vishal and Ta-Ching Chen
68a511184f
Fix spec archives one zip file twice ( #1068 )
2019-01-22 00:07:57 +08:00
Vishal and GitHub
3c4fdb0659
Mac test utility ( #986 )
...
A utility for running individual or all tests on a Mac dev machine without changing the test script.
2019-01-20 16:51:45 +05:30
Vishal and GitHub
a21dbd182c
Bumped up default Max CPU for fetcher, fixes #1058 ( #1059 )
...
Default Max CPU for fetcher should be higher so that the unzipping of larger files can use more CPU if needed.
2019-01-16 07:49:46 +05:30
Vishal and GitHub
0c3d7da5c8
V1.0 rc2 ( #1056 )
...
Release 1.0-rc2
2019-01-15 00:15:01 +05:30
Vishal and Ta-Ching Chen
89081b087b
Changed Kafka topic name validation ( #1051 )
...
* Changed Kafka topic name validation so that capital characters are also allowed
* Removing support for \ in Kafka topic name
* Using raw string some specific sequences
2019-01-14 19:23:06 +08:00
Vishal and GitHub
ad4c4cd014
New deploy should clean up objects it created if there are errors ( #1040 )
...
The PR cleans up resources left behind if there is an error while creating resources for new deployment executor functions
2019-01-11 13:27:02 +05:30
Vishal and GitHub
914a0c48d2
Draft proposal for annotations ( #992 )
...
Draft proposal for annotations on httptriggers and other resources in future
2019-01-08 11:00:29 +05:30
Vishal and GitHub
c0502c7b7c
Makes router URL for Kafka trigger configurable ( #1045 )
2019-01-04 15:12:02 +05:30
Vishal and Ta-Ching Chen
19b52938c3
Improve archive package user experience ( #927 )
2018-11-29 23:00:38 +08:00
Vishal and Ta-Ching Chen
152c899e8b
Added warning when package env and environment env mismatched ( #996 )
...
Fix issue #946
2018-11-26 19:05:00 +08:00
Vishal and Ta-Ching Chen
52b736c892
Package info error should warn user ( #995 )
2018-11-20 00:44:20 +08:00
Vishal and Ta-Ching Chen
cdf5838420
Upgrade OpenJDK8 to latest available version ( #985 )
2018-11-13 18:00:38 +08:00
Vishal and GitHub
e7f1d4564a
Kafka tests ( #944 )
...
A simple test for Kafka integration which runs locally provided cluster has Kafka and Fission install has Kafka integratiom enabled (mqtrigger-kafka deployment present).
2018-10-22 20:07:51 +05:30
Vishal and GitHub
4cc42fb216
Adding JVM heap options to environment ( #936 )
2018-10-15 23:01:43 +05:30
Vishal and GitHub
803dbd6d39
Added build and push procedures for Nodejs builder environment ( #916 )
2018-10-03 08:07:23 +05:30
Vishal and GitHub
2d2576cf2d
V0.11.0 ( #913 )
...
Release v0.11.0
2018-10-02 00:08:29 +05:30
Vishal and GitHub
96cbee185d
Kafka integration ( #831 )
...
Kafka integration with Fission enables invoking a function when a message arrives in a Kafka topic
2018-10-01 18:03:31 +05:30
Vishal and GitHub
9f83d70b63
Fixes #758 , uses v2 specialize for env versions 2 or higher ( #911 )
2018-10-01 10:07:49 +05:30
Vishal and GitHub
7deb45bed2
Making the Maven build quite for Java env test, right now it is too verbose for CI ( #902 )
2018-10-01 08:00:45 +05:30
Vishal and GitHub
188138ccd8
Fixed the spec validation UX issue ( #898 )
...
Improved some of warnings/messages shown to the user when using `fission spec` command. The `spec validate` command now shows appropriate warnings instead
2018-09-21 14:52:49 +05:30
Vishal and GitHub
d18777bed4
Used hidden flag instead of removing command completely ( #886 )
...
The `fission spec helm` is now a hidden command since it is not implemented yet.
2018-09-13 15:27:22 +05:30
Vishal and Ta-Ching Chen
ee61c8c333
Update route without providing function reference ( #718 )
2018-08-06 11:31:05 +08:00
Vishal and Ta-Ching Chen
4356378301
Uses a real go project to showcase vendor example so glide works ( #828 )
2018-08-01 23:55:54 +08:00
Vishal and GitHub
f3857abdf5
Fixed the name of JVM builder image name ( #824 )
2018-07-27 23:28:11 +05:30
Vishal and Soam Vasani
e977c7caca
V0.9.2 ( #817 )
...
* Release 0.9.2
* Added changelog
2018-07-25 12:59:30 -07:00
Vishal and GitHub
f40688435d
Added readme for JVM environment & examples ( #768 )
...
Instructions for JVM environment and examples
2018-07-25 09:26:01 +05:30
Vishal and GitHub
27c3a50d23
Java env builder with Maven ( #783 )
...
Java environment builder with support for Maven builds. Default build comman runs `mvn clean package` and picks up target/*with-dependencies.jar for function.
2018-07-24 15:16:21 +05:30
Vishal and GitHub
4b37b9ac03
Fixed typos from from goreportcard ( #760 )
2018-07-16 16:24:05 +05:30
Vishal and GitHub
16d0f6a94f
Updating release notes with details and structure ( #738 )
2018-07-16 14:41:28 +05:30
Vishal and GitHub
65fd1d9fbb
Java env alpha ( #656 )
...
This change adds support for JVM based environment for running Java functions. This is alpha release of JVM environment and might undergo changes.
2018-06-27 21:39:24 +05:30
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
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
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
Vishal and GitHub
46d9808173
V0.8.0 ( #722 )
...
Release v0.8.0
2018-06-06 00:01:00 +05:30
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
Vishal and GitHub
d9b5b9b8a8
Java Environment Design proposal
...
Java environment design decisions and considerations.
2018-05-14 13:45:01 +05:30
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
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
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
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
Vishal and Ta-Ching Chen
ff01cf2452
Removed the fn pods functionality ( #594 )
2018-04-19 14:32:16 +08:00
Vishal and GitHub
a8482a8b89
Function logs: Uses proper way to get server URL
...
After changes related to port forwarding, function logs was getting empty URL, fixed to use the appropriate method instead.
2018-03-29 15:26:47 +05:30
Vishal and GitHub
a23f8acffc
Tests for function update ( #550 )
...
Tests for updates to a function of new deployment executor type. Tests check for changes in the environment, scale, secrets etc. Also checks conversion of function executor type from new deployment to pool manager and vice versa
2018-03-28 20:32:04 +05:30
Vishal and Soam Vasani
c0acaa74c3
Fixes the issue #559 with env versions ( #569 )
...
Do not set automatically set env version if user has already specified it.
2018-03-26 12:25:16 -07:00
Vishal and GitHub
15bedfb688
Warning when updating function from poolmgr type to newdeploy executor type
...
When changing the function executor type from pool manager to new deployment - warning should not be given about ignore environment resources
2018-03-20 14:11:30 -07:00
Vishal and GitHub
b895f98e88
Update Fn: Executor New Deployment ( #504 )
...
Enables updating functions of executor type new deployment and switching between executor types for a function.
2018-02-28 16:33:39 +05:30
Vishal and GitHub
1b1c4f1380
Documentation Revamp ( #496 )
...
Added a new documentation structure with details of concepts, tutorials and examples
2018-02-28 11:46:44 +05:30
Vishal and GitHub
f83512f176
Fixes the backward compatibility with for environments created in earlier versions ( #508 )
...
Makes environment poolsize & pod cleanup tags compatible with previous versions
2018-02-26 23:21:09 +05:30
Vishal and GitHub
bd609fa18e
Latest tags for fetcher and fission-bundle ( #509 )
...
Added latest tags for fission bundle and fetcher and push to dockerhub
2018-02-24 20:18:22 +05:30
Vishal and GitHub
e5b137fe24
Adds default resources for fetcher pod ( #500 )
...
The fetcher needs a relatively smaller set of resources and does not have to be same as the function container/defaults. This change adds defaults for fetcher containers in function pods.
2018-02-24 01:07:02 +05:30