Ecosyste.ms: Timeline

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

karelhala

karelhala created a review comment on a pull request on RedHatInsights/api-documentation-frontend
This file is loaded before the javascript kicks in.

View on GitHub

karelhala created a review on a pull request on RedHatInsights/api-documentation-frontend

View on GitHub

karelhala created a review comment on a pull request on RedHatInsights/landing-page-frontend
```suggestion const Landing: React.FC<{ layoutType?: string }> = ({ layoutType }) => { ```

View on GitHub

karelhala created a review comment on a pull request on RedHatInsights/landing-page-frontend
It's better to write Ract.FC with props ```suggestion const App: React.FC<{layoutType?: string }> = ({ layoutType }) => { ```

View on GitHub

karelhala created a review comment on a pull request on RedHatInsights/landing-page-frontend
```suggestion const AppRoot: React.FC<{ layoutType?: string }> = ({ layoutType }) => <App layoutType={layoutType} />; ```

View on GitHub

karelhala created a review on a pull request on RedHatInsights/landing-page-frontend
Looking good! Just a small adjustment to types when it comes to component.

View on GitHub

karelhala created a review on a pull request on RedHatInsights/landing-page-frontend
Looking good! Just a small adjustment to types when it comes to component.

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend
  • Use react to set inner HTML 6062ee1

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend
  • Use react to set inner HTML c4e12f3

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend
  • Use react to set inner HTML 2b84d97

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend
  • Fix environment configuration 0fe38ae

View on GitHub

karelhala pushed 1 commit to containerized-build karelhala/api-documentation-frontend
  • Add prettier task and run it 1d57ced

View on GitHub

karelhala pushed 1 commit to fix-layout karelhala/api-documentation-frontend
  • Fix environment configuration 489d404

View on GitHub

karelhala pushed 11 commits to fix-layout karelhala/api-documentation-frontend

View on GitHub

karelhala opened a pull request on RedHatInsights/api-documentation-frontend
Fix layout
karelhala created a branch on karelhala/api-documentation-frontend

fix-layout - Front-end repo for the API documentation site

karelhala pushed 1 commit to main RedHatInsights/api-documentation-frontend

View on GitHub

karelhala closed a pull request on RedHatInsights/api-documentation-frontend
Syncing API
There were some changes in the discovery or the contents of the APIs. Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
karelhala pushed 1 commit to qa-beta RedHatInsights/user-preferences-frontend-build
  • chore(deps): update konflux references (#232) * chore(deps): update konflux references Signed-off-by: red-hat-konfl... 9f1b464

View on GitHub

karelhala pushed 1 commit to ci-beta RedHatInsights/user-preferences-frontend-build
  • chore(deps): update konflux references (#232) * chore(deps): update konflux references Signed-off-by: red-hat-konfl... 8830fcb

View on GitHub

karelhala pushed 1 commit to main RedHatInsights/chrome-service-backend
  • fix: show event log for notif admin (#782) cd96e90

View on GitHub

karelhala closed a pull request on RedHatInsights/chrome-service-backend
fix: show event log for notif admin
[RHCLOUD-37059](https://issues.redhat.com/browse/RHCLOUD-37059) - Show **Event Log** page to users with `notifications:notifications:write` permission. **(provided by `notification-admin` role)**
karelhala created a review on a pull request on RedHatInsights/chrome-service-backend

View on GitHub

karelhala created a review comment on a pull request on RedHatInsights/notifications-frontend
We also have to mock the response correctly ```JS const response = isUp ? { data: [], links: {}, meta: { count: 0, }, } : {}; ```

View on GitHub

karelhala created a review comment on a pull request on RedHatInsights/notifications-frontend
We no longer need the `toServer` ```suggestion import { toNotificationEvent } from '../types/adapters/NotificationEventAdapter'; ```

View on GitHub

karelhala created a review comment on a pull request on RedHatInsights/notifications-frontend
You should also change the validator ```suggestion if (payload.status === 200) { return validatedResponse( 'Events', 200, { ...payload.value, ...

View on GitHub

karelhala created a review on a pull request on RedHatInsights/notifications-frontend
The response needs to be adjusted to use the correct data. Alongside this we have to change the server config when using application to detect maintanance in `useApp` file: ```JS if (serverStatus...

View on GitHub

Load more