- Dec 19, 2018
-
-
Lucas Roesler authored
**What** - Update the function image value during the `refreshData` Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Oct 19, 2018
-
-
qinpengfei authored
Signed-off-by:
qinpengfei <qinpengfei@jd.com>
-
- Aug 24, 2018
-
-
Ken Fukuyama authored
This minor fix selects the 'Download' radio button by default if the function has a label with `com.openfaas.ui.ext`. Closes #827 Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
- Jul 16, 2018
-
-
Ken Fukuyama authored
This change adds a function URL field to the UI and a 'copy to clipboard' button next to it. If the browser does not support the copy command, the copy icon will be hidden. Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
- Apr 10, 2018
-
-
Ken Fukuyama authored
Fixed the UI so that when an error occurs, the tab automatically changes to the manual tab in order to show the errors. Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
- Mar 23, 2018
-
-
Ken Fukuyama authored
Since IE doesn't work well with `.click()` (because of access denied) we can take advantage of the `navigator.msSaveOrOpenBlob`. https://stackoverflow.com/questions/46232980/click-giving-access-denied-in-ie11/46233123#46233123 Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Ivana Yovcheva authored
MouseEvent initialization was failing on IE11. Add a separate case for IE11 that fixes the issue. Signed-off-by:
Ivana Yovcheva <iyovcheva@vmware.com>
-
Ivana Yovcheva authored
window.crypto is throwing an error on IE11 which required a modification to use window.msCrypto instead in case of running on IE11 Signed-off-by:
Ivana Yovcheva <iyovcheva@vmware.com>
-
- Mar 08, 2018
-
-
Ken Fukuyama authored
updated after adding/deleting a different function. Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Ken Fukuyama authored
Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Mar 03, 2018
-
-
Ken Fukuyama authored
Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Ken Fukuyama authored
fixed markup closing typo. Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
- Feb 25, 2018
-
-
Ken Fukuyama authored
The $https service deprecated the `success` method, so changed `success` to `then`. This will fix #528 Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Ken Fukuyama authored
This fixes issue #519. Signed-off-by:
Ken Fukuyama <fukuyama@supersoftware.co.jp>
-
- Dec 13, 2017
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Dec 12, 2017
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Nov 30, 2017
-
-
Ken Fukuyama authored
* This feature fetches function catalogs from openfaas/store and makes one-click deploy easy * You can switch between "From Store" or "Manually" by tabs * Added icon to "Deploy New Function" button * Added function search feature to the main UI Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com> reverted fixed tabs Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
- Nov 20, 2017
-
-
Javier Revillas authored
Signed-off-by:
Javier Revillas <jrevillas@massivedynamic.io>
-
- Nov 18, 2017
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Oct 24, 2017
-
-
Lucas Roesler authored
**What** - Add a simple sinner when the function is invoked - Disable the invoke button until the request returns Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Oct 02, 2017
-
-
Alex Young authored
Signed-off-by:
Alex Young <alex@heuris.io>
-
- Oct 01, 2017
-
-
Ken Fukuyama authored
Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
- Sep 13, 2017
-
-
Ken Fukuyama authored
Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
- Sep 08, 2017
-
-
Alex Ellis authored
-
- Apr 27, 2017
-
-
Alex authored
-
- Apr 06, 2017
-
-
Alex Ellis authored
-
- Mar 14, 2017
-
-
Alex Ellis authored
- fix javascript deserialization in UI with json response - create swarm watcher to monitor replicas
-
- Mar 13, 2017
-
-
Alex Ellis authored
-
- Mar 12, 2017
- Jan 31, 2017
-
-
Alex Ellis authored
Allow content-type for UI
-
Alex Ellis authored
-
Alex Ellis authored
Fix UI refresh problem Enable invocation from portal
-
- Jan 22, 2017
-
-
Alex Ellis authored
-