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

Revert Categories list w.r.t Hub v.1.3.0 and Updates React Github Enterprise Login package #300

Merged
merged 2 commits into from
Jul 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 24 additions & 11 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,37 @@
---
categories:
- name: Automation
tags: [ansible, boskos, ci, jenkins, operator, release-automation, tekton]
- name: Build Tools
tags: [build-tool]
- name: CLI
tags: [cli, kubectl]
- name: Cloud
- name: Code Quality
- name: Continuous Integration
- name: Deployment
- name: Developer Tools
- name: Image Build
- name: Integration & Delivery
tags: [aws, azure, cloud, gcp, gke, openshift]
- name: Deploy
tags: [canary, deploy, deployment, helm, istio]
- name: Editor
tags: [editor, formatter, lint, linter, pylint]
- name: Git
- name: Kubernetes
tags: [git, github, gitlab, scm]
- name: Image Build
tags: [docker, image-build, build, build-image]
- name: Language
tags: [golang, python]
- name: Messaging
tags: [mail, messaging]
- name: Monitoring
- name: Networking
- name: Openshift
- name: Publishing
tags: [prometheus]
- name: Notification
tags: [notification]
- name: Others
tags: [annotations, delete, dind, download, gate, generic, package, powershell, pwsh, remote, search, scorecard]
- name: Security
Tags: [security, ssh, tokens]
- name: Storage
- name: Testing
Tags: [gcs]
- name: Test Framework
tags: [coverage, test, pytest]

catalogs:
- name: tekton
Expand All @@ -53,6 +65,7 @@ default:
scopes:
- rating:read
- rating:write

# Template
# catalogs:
# - name: Name of Catalog
Expand Down
43 changes: 36 additions & 7 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dependencies": {
"@patternfly/patternfly": "^4.80.3",
"@patternfly/react-core": "^4.47.0",
"@seiboston/react-ghe-login": "^1.0.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
Expand All @@ -25,7 +26,6 @@
"mst-persist": "^0.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ghe-login": "^1.2.0",
"react-hotkeys-hook": "^3.3.1",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/containers/Authentication/Authentication.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Card } from '@patternfly/react-core';
import { mount, shallow } from 'enzyme';
import React from 'react';
import renderer from 'react-test-renderer';
import GitHubLogin from 'react-ghe-login';
import GitHubLogin from '@seiboston/react-ghe-login';
import Authentication from '.';
import { FakeHub } from '../../api/testutil';
import { createProviderAndStore } from '../../store/root';
Expand Down
2 changes: 1 addition & 1 deletion ui/src/containers/Authentication/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import GitHubLogin from 'react-ghe-login';
import GitHubLogin from '@seiboston/react-ghe-login';
import { useHistory } from 'react-router-dom';
import { observer } from 'mobx-react';
import { Card, CardBody, CardHeader, AlertVariant } from '@patternfly/react-core';
Expand Down
2 changes: 1 addition & 1 deletion ui/src/react-app-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// <reference types="react-scripts" />
declare module 'react-ghe-login';
declare module '@seiboston/react-ghe-login';