Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Gaurav Gupta f3835bef02
Enable flake8-breakpoint and fix errors (#1705)
* Enable flake8-breakpoint and fix errors

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* Move the error

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
2022-09-13 02:53:14 +00:00
Gaurav Gupta e0f11ea39e
Rename wrapped-flask to rai_core_flask (#912) 2021-10-01 05:59:39 +00:00
xuke444 9a0dc9e7cf
add vscode debugger (#596)
* add vscode debugger

Signed-off-by: Ke Xu <xuke@microsoft.com>

* add cd

Signed-off-by: Ke Xu <xuke@microsoft.com>

* skip js publish for pull request

Signed-off-by: Ke Xu <xuke@microsoft.com>

* update id

Signed-off-by: Ke Xu <xuke@microsoft.com>
2021-06-10 11:20:42 -07:00
xuke444 b438acefa6
add interpret and withCredential (#131)
Add interpret
add with Credential handling based on environment
remove call back from data bricks since api call cannot go through.
changed flusk server to be instant level instead of shared, since user may use different public ip/port for different dashboard.
simplify the route since we don't share port.
2020-11-05 09:35:53 -08:00
Ilya Matiach ffd2fc9743
fix line length (#112) 2020-10-19 14:14:30 -04:00
Ilya Matiach bb74ebc11d
adding initial error analysis code (to be refactored) (#109)
* adding initial error analysis code (to be refactored)

* fix linting

* ignore static in error analysis.

Signed-off-by: Ke Xu <xuke@microsoft.com>

* fix prettier ignore

Signed-off-by: Ke Xu <xuke@microsoft.com>

Co-authored-by: Ke Xu <xuke@microsoft.com>
2020-10-16 19:15:53 -04:00
Roman Lutz e16669fab2
add python copyright header check (#56)
* add python copyright header check

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* don't use copyright-author filed to avoid python3.6 incompatibility

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove wildcard

Signed-off-by: Roman Lutz <rolutz@microsoft.com>
2020-09-21 17:21:36 -07:00
Roman Lutz 48d3350cf7
Add flake8 checks, fix license headers (#31)
* don't ignore prettier for python code, add flake8 checks and fix all violations

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* pin package versions in dev requirements

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* extend max line length to 99 from 79

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove custom line length

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* flake8 fixes

Signed-off-by: Roman Lutz <rolutz@microsoft.com>
2020-08-21 12:53:08 -07:00