Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-release 2.8.0 #593

Merged
merged 52 commits into from
Jul 6, 2023
Merged

Re-release 2.8.0 #593

merged 52 commits into from
Jul 6, 2023

Conversation

JosephMarinier
Copy link
Contributor

@JosephMarinier JosephMarinier commented Jul 6, 2023

I forgot to Choose a release date. That's the only difference.

JosephMarinier and others added 30 commits June 15, 2023 23:51
- Have Pydantic parse `artifact_path` as an absolute path.
- Have only Pydantic deal with the `partial_config: Dict`, and check permission to update the config on the resulting updated config (instead of on the `partial_config: Dict`).
- As a result, I can update from a relative `artifact_path="cache"` to an absolute `artifact_path="/Users/joseph/azimuth/cache"` for example, or even weird stuff like `artifact_path="/Users/joseph/azimuth/cache/../cache"`.
* Fix updating config with equivalent `artifact_path`
  - Have Pydantic parse `artifact_path` as an absolute path.
  - Have only Pydantic deal with the `partial_config: Dict`, and check permission to update the config on the resulting updated config (instead of on the `partial_config: Dict`).
  - As a result, I can update from a relative `artifact_path="cache"` to an absolute `artifact_path="/Users/joseph/azimuth/cache"` for example, or even weird stuff like `artifact_path="/Users/joseph/azimuth/cache/../cache"`.
* Add a route to validate a config without applying it
by using the identical `Download` icon instead of `GetApp`.
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/fredrik-johansson/mpmath/releases)
- [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES)
- [Commits](mpmath/mpmath@1.2.1...1.3.0)

---
updated-dependencies:
- dependency-name: mpmath
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
instead of supporting explicitly the `disabled` prop.
since most nouns starting with "u" seems to make the "you" sound, like "user" or "union".
JosephMarinier and others added 22 commits June 26, 2023 20:24
* Don't show the hash (hashSize = null) if no two different configs have the same name.
* Show a 6-char hash if there is a collision in the first 3 chars.
* Otherwise, show a 3-char hash.
removing 13 places where we needed `as`.
same visual, better semantics
* Detect saliency layer for HF pipelines

* Update documentation

* Apply suggestions from code review

Co-authored-by: Joseph Marinier <joseph.marinier@servicenow.com>

* Update changelog

---------

Co-authored-by: Joseph Marinier <joseph.marinier@servicenow.com>
- Fix cursor
- Add tooltip explaining the hash
- This ensures we never forget to define `onChange`.
- It allows for simplifying the handlers in our custom field components.
- Only one field is read-only and requires adding a `onChange={() => {}}`. I think it's good that it becomes explicit, showing it's not because we forgot `onChange`.
bringing the oldest config to the bottom
Co-authored-by: Gabrielle Gauthier Melancon <gabrielle.gm@servicenow.com>
@JosephMarinier JosephMarinier merged commit 0c3928a into releases Jul 6, 2023
3 checks passed
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.

None yet

2 participants