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

[Rename] kbn-release-notes to osd-release-notes (#37) #192

Merged
merged 1 commit into from
Mar 19, 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
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class PrApi {
const resp = await this.gqlRequest(
gql`
query($number: Int!) {
repository(owner: "elastic", name: "kibana") {
repository(owner: "opensearch-project", name: "OpenSearch-Dashboards") {
pullRequest(number: $number) {
...PrNode
}
Expand Down Expand Up @@ -111,7 +111,7 @@ export class PrApi {
const resp = await this.gqlRequest(
gql`
query($cursor: String, $labels: [String!]) {
repository(owner: "elastic", name: "kibana") {
repository(owner: "opensearch-project", name: "OpenSearch-Dashboards") {
pullRequests(first: 100, after: $cursor, labels: $labels, states: MERGED) {
pageInfo {
hasNextPage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
export const IGNORE_LABELS: Array<RegExp | string> = [
'Team:Docs',
':KibanaApp/fix-it-week',
':OpenSearchDashboardsApp/fix-it-week',
'reverted',
/^test/,
'non-issue',
Expand Down Expand Up @@ -65,12 +65,12 @@ export const AREAS: Area[] = [
'Feature:Search Profiler',
'Feature:watcher',
'Feature:Index Patterns',
'Feature:Kibana Management',
'Feature:OpenSearch Dashboards Management',
'Feature:Dev Tools',
'Feature:Inspector',
'Feature:Index Management',
'Feature:Snapshot and Restore',
'Team:Elasticsearch UI',
'Team:OpenSearch UI',
'Feature:FieldFormatters',
'Feature:CCR',
'Feature:ILM',
Expand All @@ -86,8 +86,8 @@ export const AREAS: Area[] = [
labels: ['Team:Operations', 'Feature:License'],
},
{
title: 'Kibana UI',
labels: ['Kibana UI', 'Team:Core UI', 'Feature:Header'],
title: 'OpenSearch Dashboards UI',
labels: ['OpenSearch Dashboards UI', 'Team:Core UI', 'Feature:Header'],
},
{
title: 'Platform',
Expand Down Expand Up @@ -147,7 +147,7 @@ export const AREAS: Area[] = [
labels: ['Feature:Discover'],
},
{
title: 'Kibana Home & Add Data',
title: 'OpenSearch Dashboards Home & Add Data',
labels: ['Feature:Add Data', 'Feature:Home'],
},
{
Expand Down