Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

bastilian

bastilian created a review comment on a pull request on RedHatInsights/compliance-frontend
you should be able to do this: ``` const { data: rules, loading: rulesLoading, error: rulesError, fetch: fetchRules, } = useReportRuleResults({ ...options, ...

View on GitHub

bastilian created a review on a pull request on RedHatInsights/compliance-frontend

View on GitHub

bastilian pushed 11 commits to bump_cleanup_22012025 bastilian/insights-inventory-frontend
  • feat(InventoryTable): RHINENG-15246 - Reword export dropdown items (#2301) * feat(InventoryTable): RHINENG-15246 - R... 1f38ebf
  • chore(deps): Bump & cleanup packages 547a728
  • chore: Remove obsolete bootstrap files f2dfc3e
  • fix(BifrostPage): Use axios hook a53463c
  • fix(ConfirmSystems): Correctly use form hook 0b6980e
  • chore: Ignore hook linting for now e1fc7c8
  • chore(deps): Update test & lint packages & config 52e55b1
  • refactor(webpack): Make IS_DEV obsolete c00daa4
  • chore(deps): Readd react-intl temporarily This should be fixed in the fec utils package cdd8ad5
  • chore: Fix linting issues 0c057b1
  • fix(deps): Reverting stylelint bump The newer linter versions are meant for newer SASS/scss versions and cause unfix... 479b166

View on GitHub

bastilian closed a pull request on RedHatInsights/insights-inventory-frontend
feat(InventoryTable): RHINENG-15246 - Reword export dropdown items
Changes the text of the export dropdown according to the Jira. **Before:** ![Screenshot 2025-01-21 at 12 35 46](https://github.com/user-attachments/assets/7c24d1a0-2352-4eb9-af37-d06cf1a531e4...
bastilian pushed 5 commits to RHINENG-15246 bastilian/insights-inventory-frontend
  • fix(RHINENG-15122): sorting kept on refresh 4ff3366
  • feat(InventoryTable): RHINENG-15246 - Reword export dropdown items 0f15afb
  • chore(deps): Bump config-utils to avoid proxy issues a1e5afd
  • chore(tests): Update wording in test 0bb65b9
  • fix(cypress): Ensure chrome is mocked on window d3c28e5

View on GitHub

bastilian pushed 2 commits to RHINENG-15246 bastilian/insights-inventory-frontend
  • fix(RHINENG-15122): sorting kept on refresh cbdbb43
  • fix(cypress): Ensure chrome is mocked on window d449dd3

View on GitHub

bastilian created a review comment on a pull request on RedHatInsights/insights-inventory-frontend
Yep. :) https://github.com/RedHatInsights/insights-inventory-frontend/pull/2329/files#diff-d0f06d7cd724a6add60ee1bac8183344dc66faae9dac3ee6ee920f5b7ac3a88eR58-R61

View on GitHub

bastilian created a review on a pull request on RedHatInsights/insights-inventory-frontend

View on GitHub

bastilian pushed 1 commit to update_coverage_config bastilian/insights-inventory-frontend
  • chore(tests): Update coverage config e427d08

View on GitHub

bastilian pushed 1 commit to update_coverage_config bastilian/insights-inventory-frontend
  • chore(tests): Update coverage config 5af634e

View on GitHub

bastilian pushed 1 commit to update_coverage_config bastilian/insights-inventory-frontend
  • chore(tests): Update coverage config 90b3450

View on GitHub

bastilian pushed 41 commits to update_coverage_config bastilian/insights-inventory-frontend
  • fix(RHINENG-2632): Separate Satellite and Discovery data collectors (#2253) dff405a
  • Red Hat Konflux update inventory-frontend (#2260) * Red Hat Konflux update inventory-frontend Signed-off-by: red-ha... 7aca6d4
  • chore(README): Remove reference to Drift app 56fa814
  • chore(RHINENG-13533): Give details cards unique ids (#2263) 6d767e6
  • feat(OperatingSystem): enhance the filter to fetch custom endpoint (#2262) * feat(OperatingSystem): enhance the filt... 8eff938
  • chore(deps): bump frontend-components-config (#2265) aff479f
  • fix(styles): RHINENG-11305 remove double scrollbar in Groups page 0f22cd9
  • chore(deps): update konflux references Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.... 7cf25bc
  • fix(RHINENG-13776): Fix unnecessary toolbar items space 5ad276a
  • chore(deps): update konflux references (#2270) Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.... c2ce581
  • fix(RHINENG-8675): Remove 'items' on bottom pagination (#2272) b1ced10
  • fix(RHINENG-13857): Make tags aligned with table header (#2273) 1020c71
  • fix(Tag modal): Fix Tag modal width flickering (#2274) Co-authored-by: Egor Shamardin <33912805+LightOfHeaven1994@us... 83091b9
  • feat(RHINENG-12428): Add Systems Page Popover (#2267) cc17d2d
  • fix(RHINENG-11788): Add reg assistant link to sys details (#2275) The details page for a system not registered with ... ec5214c
  • fix(RHINENG-12428): Make header look correct (#2276) 1877a4e
  • chore(deps): bump @redhat-cloud-services/frontend-components (#2277) fc233bf
  • chore(deps): update konflux references (#2278) Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.... d1ebdc7
  • fix: upgrade react from 18.2.0 to 18.3.1 (#2254) Snyk has created this PR to upgrade react from 18.2.0 to 18.3.1. ... e489896
  • fix(RHINENG-12953): strip whitespace edit display and ansible hostname It is possible to set both Display name and A... bfcc687
  • and 21 more ...

View on GitHub

bastilian pushed 1 commit to bump_cleanup_22012025 bastilian/insights-inventory-frontend
  • fix(cypress): Mock chrome again on window This is due to the latest fronten-components using window again. It should... 5a9f639

View on GitHub

bastilian created a review on a pull request on RedHatInsights/frontend-components
LGTM! Awesome work! Thank you @johnsonm325!

View on GitHub

bastilian pushed 2 commits to bump_cleanup_22012025 bastilian/insights-inventory-frontend
  • chore: Fix linting issues dde90d0
  • fix(deps): Reverting stylelint bump The newer linter versions are meant for newer SASS/scss versions and cause unfix... c9ced25

View on GitHub

bastilian created a review on a pull request on RedHatInsights/frontend-components

View on GitHub

bastilian created a review comment on a pull request on RedHatInsights/frontend-components
We might want to add a prop to show an icon and which icon, since there might be places where we actually do want to show an icon. The default behaviour should still remain the same.

View on GitHub

bastilian pushed 2 commits to bump_cleanup_22012025 bastilian/insights-inventory-frontend
  • refactor(webpack): Make IS_DEV obsolete 27cbef8
  • chore(deps): Readd react-intl temporarily This should be fixed in the fec utils package 265f17e

View on GitHub

bastilian pushed 4 commits to RHINENG-15246 bastilian/insights-inventory-frontend
  • Update iqe plugin reference for smoke tests (#2291) Co-authored-by: Zhamilya Abikenova <zabikeno@zabikeno-thinkpadx1... 664b062
  • feat(InventoryTable): RHINENG-15246 - Reword export dropdown items 587eec8
  • chore(deps): Bump config-utils to avoid proxy issues 90b0cc0
  • chore(tests): Update wording in test 7216c17

View on GitHub

bastilian pushed 7 commits to bump_cleanup_22012025 bastilian/insights-inventory-frontend
  • Update iqe plugin reference for smoke tests (#2291) Co-authored-by: Zhamilya Abikenova <zabikeno@zabikeno-thinkpadx1... 664b062
  • chore(deps): Bump & cleanup packages 2281156
  • chore: Remove obsolete bootstrap files 4a99eaf
  • fix(BifrostPage): Use axios hook 45d05b7
  • fix(ConfirmSystems): Correctly use form hook 14fb7bb
  • chore: Ignore hook linting for now 9c53225
  • chore(deps): Update test & lint packages & config 5636190

View on GitHub

bastilian pushed 1 commit to bump_cleanup_22012025 bastilian/insights-inventory-frontend
  • chore(deps): Update test & lint packages & config 7b85018

View on GitHub

bastilian opened a draft pull request on RedHatInsights/insights-inventory-frontend
Bump cleanup 22012025
bastilian created a branch on bastilian/insights-inventory-frontend

bump_cleanup_22012025 - The Insights Inventory Frontend

bastilian pushed 1 commit to RHINENG-15246 bastilian/insights-inventory-frontend
  • chore(tests): Update wording in test 8fb51ac

View on GitHub

bastilian pushed 9 commits to RHINENG-15246 bastilian/insights-inventory-frontend
  • chore(deps): update konflux references (#2294) Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.... bb4211d
  • chore(deps): bump the cypress group with 2 updates Bumps the cypress group with 2 updates: [@cypress/code-coverage](... 2374d06
  • fix(sentry): Update sentrys workflow and always inject debugIDs (#2313) * fix(sentry): Update sentrys workflow and a... 786eb13
  • Red Hat Konflux update host-inventory-frontend (#2316) * Red Hat Konflux update host-inventory-frontend Signed-off-... 9340e4c
  • Red Hat Konflux purge inventory-frontend (#2317) Signed-off-by: red-hat-konflux <[email protected]> ... 2081d23
  • chore(deps): bump the fec group with 6 updates (#2296) * chore(deps): bump the fec group with 6 updates Bumps the... 69b5f21
  • feat(InventoryTable): RHINENG-15246 - Reword export dropdown items b1c4542
  • chore(deps): Bump config-utils to avoid proxy issues 30b5679
  • chore(tests): Update wording in test fdf0326

View on GitHub

bastilian created a comment on a pull request on RedHatInsights/frontend-components
We should add an entry to the Conditional Filter[0] in order for it to be easily usable by just changing the type of "radio" to (maybe) "singleSelect". For that we should also make sure that the co...

View on GitHub

bastilian pushed 1 commit to master RedHatInsights/compliance-frontend
  • chore(deps): Update @redhat-cloud-services packages (#2344) 19eeb77

View on GitHub

bastilian closed a pull request on RedHatInsights/compliance-frontend
chore(deps): Update @redhat-cloud-services packages
## Secure Coding Practices Checklist GitHub Link - https://github.com/RedHatInsights/secure-coding-checklist ## Secure Coding Checklist - [ ] Input Validation - [ ] Output Encoding - [ ] Aut...
bastilian created a comment on a pull request on RedHatInsights/compliance-frontend
/retest

View on GitHub

bastilian pushed 1 commit to bump_fec_16012025 bastilian/compliance-frontend
  • chore(deps): Update @redhat-cloud-services packages 8da20ee

View on GitHub

Load more