1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00
Commit Graph

127 Commits

Author SHA1 Message Date
552a3584ec fix(weeb): add catch block with each axios request 2021-10-25 06:10:35 +00:00
03d1d60660 fix(api-cdrive-oller): throw erow error when file not found 2021-10-25 05:51:46 +00:00
70a8aaf600 chore(build): mcreate web/build folder before running tests in github CI steps 2021-10-23 13:34:51 +00:00
e2b12b74f5 fix: norefferer issue in home page external links fix 2021-10-23 13:28:55 +00:00
9648c51b54 feat(api-utility): create getWebBuildFolderPath utility 2021-10-22 19:17:27 +00:00
5aeefb7955 chore(refactor-api): remove sasjsExecutor file and move code to ExecutionController 2021-10-22 19:01:14 +00:00
20eb64a994 chore: add lint script to run linter for both web and api 2021-10-22 18:41:35 +00:00
f8a79ff451 chore(web): open hyper links on home page in new tab or window 2021-10-22 18:27:20 +00:00
1d66079e11 chore(web): remove baseUrl from axios requests 2021-10-22 18:22:55 +00:00
9db65c9fa9 chore(refactor): remove sasjs from components name, just use Studio, Drive etc 2021-10-22 18:00:56 +00:00
6284e72e9b chore: change _debug param type from boolean to number i ExecutionQuery interface 2021-10-22 17:46:29 +00:00
Yury Shkoda
4297285b26 chore(web): fix build warnings 2021-10-20 16:09:16 +03:00
Yury Shkoda
77cb7ef50f chore(web): cleaned package.json 2021-10-20 16:08:55 +03:00
Yury Shkoda
c0ec406b2a chore(workflow): disable 'Run Unit Tests' step for web 2021-10-20 15:56:40 +03:00
Yury Shkoda
65a57acff6 chore(workflow): remove code style check step from build jobs 2021-10-20 15:52:53 +03:00
Yury Shkoda
6071b6c054 chore(web): fix linting 2021-10-20 15:51:11 +03:00
Yury Shkoda
d97fd9b4d7 chore(npm): add package-lock 2021-10-20 15:49:28 +03:00
Yury Shkoda
ba2c209fce chore(workflow): add lint step 2021-10-20 15:48:05 +03:00
Yury Shkoda
19c60c4c98 chore(workflow): remove 'package:lib' script 2021-10-20 15:32:35 +03:00
Yury Shkoda
fd2092ecf3 chore(workflow): add working-directory for lint step 2021-10-20 15:25:28 +03:00
Yury Shkoda
fda5680b0e chore(workflow): add working-directory 2021-10-20 15:23:45 +03:00
Yury Shkoda
6b23452d6a chore(workflow): check pwd 2021-10-20 15:18:31 +03:00
Yury Shkoda
174d94a23c fix(workflow): fix 'SASjs Server Build' 2021-10-20 15:15:24 +03:00
829c88c4a0 chore: remove tsconfig file from root directory 2021-10-20 11:49:44 +00:00
d530e0801e chore: restructure repo into sub folders 2021-10-20 11:43:10 +00:00
99d55775aa fix: load file when url contains filePath 2021-10-20 11:13:36 +00:00
ee053d1a52 chore: remove app.test.tsx from react app 2021-10-20 09:29:14 +00:00
c72867d5a7 fix: use hash router instead of browser router in react app 2021-10-19 18:39:06 +00:00
a5bfdf9503 chore: update package-lock.json 2021-10-19 17:11:14 +00:00
49d3a02e85 chore: Merge branch 'master into homepage-sasjs-executor 2021-10-19 17:08:41 +00:00
02f5371f57 fix: on clicking execute button open new tab for response 2021-10-19 16:49:33 +00:00
cff5ba460d chore: add content in home page 2021-10-19 16:33:36 +00:00
cb8b34afac chore: rename tabs SAS Drive -> Drive and SAS Studio -> Studio 2021-10-19 15:32:23 +00:00
c760e7bf30 chore: rename component from SASStudio -> SASjsStudio 2021-10-19 15:29:46 +00:00
a1ae0e3ed0 chore: rename Web folder to web 2021-10-19 15:26:26 +00:00
3fe475d477 fix: update sasjs drive controller from function base to class base 2021-10-19 15:11:15 +00:00
299319e2db fix: immplementation of files api fixed 2021-10-19 10:54:27 +00:00
d713d04b20 chore: fix the position of circular progress icon 2021-10-19 10:53:09 +00:00
Yury Shkoda
a1de0ae888 Merge pull request #23 from sasjs/issue16-session
feat: uploading files in sas request
2021-10-19 13:45:13 +03:00
Mihajlo Medjedovic
38db48d59f style: lint 2021-10-19 10:37:41 +00:00
Mihajlo Medjedovic
a09e90b010 chore: always adding sas extension 2021-10-19 10:37:23 +00:00
Mihajlo Medjedovic
f374acae6e chore: extension util fix 2021-10-19 10:10:00 +00:00
Mihajlo Medjedovic
91c7c60dc9 style: lint 2021-10-19 09:19:03 +00:00
a42a1693c2 chore: modify the implementation files and executor api 2021-10-18 19:50:30 +00:00
91e2e2bc4a fix: modify the directory tree algorithm to include relative path with each node 2021-10-18 19:48:25 +00:00
bc3cb7bb20 feat: add new type TreeNode 2021-10-18 19:45:00 +00:00
Mihajlo Medjedovic
94fc242afe chore: addExtension function fix and testing 2021-10-18 16:24:10 +00:00
Mihajlo Medjedovic
6efb2d0b51 style: lint 2021-10-18 12:07:42 +00:00
a506bc9dd9 feat: add top app bar with tab navigation 2021-10-18 11:42:35 +00:00
936a205e66 fix: update api endpoints 2021-10-18 11:39:14 +00:00