Commit Graph
46 Commits
Author SHA1 Message Date
Patrick DobbsandRuben Fiszel e854318f29 Update lib.rs with python-taiga import alias (#4776)
* Update lib.rs with python-taiga import alias

* Update lib.rs

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2024-11-21 23:18:38 +01:00
VuRsd 2eb9cfd0a9 add pysocks import handling
add PySocks dependency mapping
2024-11-08 09:56:28 +01:00
Ruben Fiszel f5b6050d5d fix: improve express oauth setup 2024-10-30 20:40:50 +01:00
858f63344f split script argument and dependency parser packages to lighten initial load of the script editor (#4287)
* Add feature flags to split parsers into different pkgs

* Split wasm parser imports

* Use regex-lite, reorganize the parser split

* Update imports to the new wasm parser split

* Remove panic system on wasm and simplify snake case convert logic

* Adapt new imports

* Fix to_snake_case + fix tests

* Adapt wasm test dependencies

* Add publish script

* Fix publish script

* Publish script relative to script location

* pkg diff + publish

* Fix TS WASM import + add pakcage lock

* Fix lint

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2024-08-28 13:26:55 +02:00
Danny Summerlin 5549e6c30c adding msgraph-sdk to Python module aliases (#3913) 2024-06-17 14:01:52 +02:00
Ruben Fiszel b99107e8c0 add lokalize exception to import map 2024-06-10 22:14:13 +02:00
HugoCasa c9f4ae7dd8 fix: remove main decorator after split from end of file during py imports parsing (#3887)
* fix: remove main decorator after split from end of file during py imports parsing

* fix: nit
2024-06-07 22:08:22 +02:00
Ruben Fiszel 47c722b20f add opensearchpy to lib.rs mapping 2024-05-27 16:41:30 +02:00
Jeremy Worden 2f9b6aa2d2 Update lib.rs (#3795)
add ldap=>python-ldap remapping
2024-05-23 08:53:42 +02:00
Ruben Fiszel d7ef9a1062 add github=>pygithub remapping 2024-05-01 21:02:02 +02:00
Ruben Fiszel 8830a33406 support spaces in requirements regex 2024-04-24 18:56:39 +02:00
erickvandRuben Fiszel de637a3dfa import replacement: haystack >> haystack-ai (#3587)
* import replacement: haystack >> haystack-ai

* Update lib.rs

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2024-04-22 17:52:55 +02:00
Ruben Fiszel 6b98bb1f55 add pymysql 2024-04-17 22:31:07 +02:00
Ruben Fiszel 7dafa3d62a fix compile on non ee 2024-03-20 15:09:28 +01:00
wanglfandRuben Fiszel 969940e7dd add pytenable to resolution exception mapping
* Update lib.rs

PYTHON_IMPORTS_REPLACEMENT: tenable => pyTenable

* Update lib.rs

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2024-03-12 11:59:07 +01:00
Ruben Fiszel 9af7684f06 fix(python): ignore stdlib imports with _ 2024-02-21 00:10:52 +01:00
Ruben Fiszel e2f7ee33f4 add zoneinfo to stdlib 2024-02-20 20:27:49 +01:00
Ruben Fiszel 2ee069a1b8 fix(python): handle recursive python imports with loop 2024-02-20 19:42:11 +01:00
Ruben Fiszel 52b2b5048d fix: prevent postgres timeout abuse 2024-02-19 19:59:43 +01:00
Ruben Fiszel d2cb7aaa32 fix tests following parser update 2024-01-08 00:57:11 +01:00
Ruben Fiszel bb84ab654a feat: improve git sync and recompute dependents when common python script is redeployed (#2967)
* fix: allow extraConfig for agGrid to set onGridReady

* depmap

* depmap

* depmap

* depmap
2024-01-07 15:18:27 +01:00
Jacob Mastel db4776bb67 Add official Atlassian Repo Mapping (#2661)
The official Atlassian python library is named atlassian-python-api,
which requires an installation under that name. It is imported as
'atlassian' though.
2023-11-20 21:04:44 +01:00
betterthanever2 02374cd30e Update lib.rs (#2643)
Adding OpenCV to Python install/import exceptions mapping
2023-11-17 15:39:24 +01:00
Ruben Fiszel 20a6e7414e improve slow pull metrics 2023-10-30 12:20:40 +01:00
Guillaume Bouvignies 7441e407d4 fix: concurrency limit EE feature warning (#2505)
* fix: concurrency limit EE feature warning

* fix deprecated usage

* skip serializing empty optional
2023-10-24 17:59:16 +02:00
Ruben Fiszel affaf57250 update rust-python to 3.0 (#2499) 2023-10-24 09:26:36 +02:00
Ruben Fiszel 83877a3591 fix: add shapefile to python remapping 2023-10-23 23:06:08 +02:00
Bonnie White edd93b5d44 Update lib.rs (#2495) 2023-10-23 22:50:26 +02:00
Ruben Fiszel 9301cd7004 update resolver with tabular and msoffcrypto 2023-10-13 00:43:32 +02:00
Ruben Fiszel 6e6a714775 add dnspython 2023-10-03 01:08:37 +02:00
Ruben Fiszel ea6919d20b add playhouse => playwee python import 2023-09-20 14:10:18 +02:00
Ruben Fiszel d6881b2ab5 add smbclient exception 2023-09-19 13:31:49 +02:00
Ruben Fiszel a1fdfffb14 fix tests 2023-09-14 13:20:39 +02:00
Ruben Fiszel 5ac99b817e feat: dedicated workers for native-throughput performance (EE only) (#2239)
* dedicated worker

* dedicated worker

* merge

* progress

* progress

* progress

* merge

* update

* sqlx

* fix imports
2023-09-06 10:32:53 +02:00
bgoosmanviz d2086fa5cb py imports are normalize underscores to dashes, so fixing mailparser_reply to -reply (#2147) 2023-08-22 01:07:28 +02:00
bgoosmanviz 33e2d4b661 py imports replacement mailparser and mailparser_reply (#2146) 2023-08-22 00:44:54 +02:00
bgoosmanviz 721614aceb Add dateutil => python-dateutil to PYTHON_IMPORTS_REPLACEMENT (#2145) 2023-08-21 23:58:42 +02:00
Ruben Fiszel 074b2bf084 fix python relative imports in diff folders 2023-08-21 01:53:29 +02:00
antrix 98e0277fc6 Add anothe pip import replacement (#1965)
Add python import replacement for google-api-python-client.
See: https://github.com/googleapis/google-api-python-client
2023-07-29 07:45:21 +02:00
Ruben Fiszel f49bccc215 UX nits 2023-07-27 09:50:22 +02:00
Ruben Fiszel 0224c9b7da feat: resolve dependencies across relative imports for python 2023-07-27 08:48:42 +02:00
Ruben Fiszel be832f7f19 feat: use flock to avoid concurrency issues on pip and shared volume 2023-07-26 20:17:26 +02:00
Ruben Fiszel 9df5ce28e5 initial python imports relative dependency resolver 2023-07-26 17:33:46 +02:00
Ruben Fiszel 7689310d58 feat: extra_requirements 2023-07-25 17:33:23 +02:00
Ruben Fiszel c893051234 add PIL => Pillow 2023-06-07 10:04:26 +02:00
Ruben Fiszel 74254af71a migrate all jsonschema parser to wasms 2023-06-06 10:52:04 +02:00