Skip to content

Testing - #152

Open
aakashuipath wants to merge 366 commits into
masterfrom
testing
Open

Testing#152
aakashuipath wants to merge 366 commits into
masterfrom
testing

Conversation

@aakashuipath

Copy link
Copy Markdown

No description provided.

vivekjhauipath and others added 30 commits May 13, 2021 12:49
[AIFBR-9034]add script to validate storage
* Merge pull request #65 from UiPath/fix/language-version

Fix/language version for older model versions

* Cherry pick

* Minor changes

* Enhance usage docs

(cherry picked from commit cf43610)

* [AIFBR-8279] Add Version 2 for english text classification model

* Release merge (#110)

* Add models metadata (#104)

* Update change log with model version

* Add python37 DU v2

* add recursive flow for rook 1.0.6

* minor error handling

* handle all 1.0 rook

* Fix JapaneseInvoices file name and update change log

Co-authored-by: mohitseth-nitrr <45304646+mohitseth-nitrr@users.noreply.github.com>
Co-authored-by: Vivek Jha <vivek.jha@uipath.com>
Co-authored-by: vivekjhauipath <45358096+vivekjhauipath@users.noreply.github.com>

* Add imagepath

Co-authored-by: vivekjhauipath <45358096+vivekjhauipath@users.noreply.github.com>
Co-authored-by: SahilChaudhary25 <46103941+SahilChaudhary25@users.noreply.github.com>
Co-authored-by: Akash Deep <akash.deep@uipath.com>
Co-authored-by: adeepsri <47542394+adeepsri@users.noreply.github.com>
Co-authored-by: irinel.birsan <irinel.birsan@uipath.com>
Co-authored-by: snvenkat <sankar.venkataraman@uipath.com>
Co-authored-by: irinel-birsan-uipath <42834544+irinel-birsan-uipath@users.noreply.github.com>
Co-authored-by: mohitseth-nitrr <45304646+mohitseth-nitrr@users.noreply.github.com>
Co-authored-by: Vivek Jha <vivek.jha@uipath.com>
Add metadata for 21.5.5 du models
Adding Ekco Shutdown to Attach gpu script
add version field for Naren and fix json
[AIFBR-10082]added TM model metadata
[AIFBR-10186] add computer vision 21.2 model with latest baseimage
du-app-bot Bot and others added 30 commits October 20, 2025 10:29
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
* Pushing metadatas

* Pushing metadatas

---------

Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
…39-models

Add version limits for python39 models
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
* Pushing metadatas

* Pushing metadatas

---------

Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
* Migrate packages from python 3.8 to 3.12 (#497)

* Test NER python 3.12

* add signature comparison

* Add sentiment analysis

* Add TM and SentimentAnalysis

* Prepare for push

* feedback

---------

Co-authored-by: Andrei Zene <andrei.zene@uipath.com>

* remove language version constraint

* Set max AIF version for TM model

TM was removed from AS in 25.10

---------

Co-authored-by: Sorin Bolos <sorin.bolos@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
add updated version of object detection model
* Pushing metadatas

* Pushing metadatas

---------

Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
* Pushing metadatas

* Pushing metadatas

---------

Co-authored-by: du-app-bot <adrian-nicolae.popa@uipath.com>
…ame field

Same change as #527 (which targets stable), applied to testing.

The OOB installer derives the ML package name it queries with from the
metadata *filename* (strings.Split(fileName, "__")[0] in
oobartifactsmanager.go:189), but ai-pkgmanager stores and filters on the
metadata body's `name` field. For these 11 IRS-form packages the two
disagreed -- filename `1040` vs name `form_1040` -- so the installer's
lookup `GET /v1/mlpackages?name=1040` always returned empty, it took the
"create" branch, and every version 2..N failed with
HTTP 409 / respCode 20005 "MLPackage with name form_1040 already exists".

Effect today: only version 1 of each of these packages ever installs; the
rest are silently dropped on every install, including installs that pass
(a 409 does not fail the job -- the gate is
`succeedPkgList.IsEmpty() && len(errs) > 0`, an AND).

Rename only: `1040__31__metadata.json` -> `form_1040__31__metadata.json`
for all 139 affected files. No file contents change (139 files, 0
insertions, 0 deletions) -- in particular `name` and `displayName` are
untouched, so nothing customer-visible changes.

The rename was recomputed against testing rather than cherry-picked from the
stable branch, since testing has diverged (875 metadata files / 71 packages
vs 870 / 65 on stable). The affected set is identical: the same 11 packages
with the same version ranges, 139 files.

After this change all 71 packages on testing satisfy filename == name.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…-name-testing

fix(metadata): rename form_* metadata files so filename matches the name field (testing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.