8000 Tags · cryostatio/cryostat-web · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cryostatio/cryostat-web

Tags

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
andrewazores Andrew Azores
chore(release): set versions to 4.0.1

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
andrewazores Andrew Azores
chore(release): set versions to 4.0.0

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
andrewazores Andrew Azores
chore(release): set version to 3.0.0

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): set versions for 2.4.0 release (#1176)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
andrewazores Andrew Azores
chore(release): update strings for 2.3.1 release

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(dashboard): separate display from actual option value (#1024) (#1025

)

Signed-off-by: Thuan Vo <thvo@redhat.com>
(cherry picked from commit abd26e0)

Co-authored-by: Thuan Vo <thvo@redhat.com>

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(rules): rename Automatic to Automated (backport #693) (#694)

* fix(rules): rename Automatic to Automated (#693)

* fix(rules): rename Automatic to Automated

* fixup! fix(rules): rename Automatic to Automated

(cherry picked from commit 54c6853)

# Conflicts:
#	src/app/Rules/CreateRule.tsx
#	src/app/Rules/RulesUploadModal.tsx

* fixup! fix(rules): rename Automatic to Automated (#693)

Co-authored-by: Andrew Azores <aazores@redhat.com>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(webpack): code-split bundles and add content-hash to output fil…

…es (#588) (#596)

* build(bundle): add contenth hash to chunks

* build(webpack): lazy load routes

* fix(suspense): move Suspense to approriate place

* build(webpack): prefetch bundles

* build(webpack): exclude css from prefetch groups

* build(webpack): exclude app and npm bundle

* build(webpack): only prefetch lazy-load custom modules

(cherry picked from commit ea89802)

Co-authored-by: Thuan Vo <thvo@redhat.com>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(labels): Prevent duplicate labels POST call (#424) (#425)

* fix(labels): Prevent duplicate labels POST call

* Refresh labels only for same target

(cherry picked from commit 5a9b7be)

Co-authored-by: Janelle Law <jalaw@redhat.com>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(notifications): Fix notifications url request failure handling (b…

…ackport #310) (#311)

* fix(notifications): Fix notifications url request failure handling (#310)

* Replace concatMap using in response JSON parsing with a switchMap

* Revert back to concatMap and throw an error containing the response status code and text

* Clean-up syntax

* fixup! Clean-up syntax

* Log err.message instead of just the err object

* Fix code changed during rebase

* Include response body for more detailed error info

* Clean up imports

* Make error logging more specific

(cherry picked from commit 9e86184)

# Conflicts:
#	src/app/Shared/Services/NotificationChannel.service.tsx

* fix(notifications): Fix notifications url request failure handling (#310)

* Replace concatMap using in response JSON parsing with a switchMap

* Revert back to concatMap and throw an error containing the response status code and text

* Clean-up syntax

* fixup! Clean-up syntax

* Log err.message instead of just the err object

* Fix code changed during rebase

* Include response body for more detailed error info

* Clean up imports

* Make error logging more specific

* Remove unused imports

Co-authored-by: Hareet Dhillon <hdhillon@redhat.com>
0