forked from gitlabhq/gitlabhq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add latest changes from gitlab-org/gitlab@master
- Loading branch information
GitLab Bot
committed
May 19, 2020
1 parent
553a224
commit f2151c6
Showing
55 changed files
with
700 additions
and
915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
app/assets/javascripts/issuables_list/queries/get_issues_list_details.query.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,22 @@ | ||
#import "~/jira_import/queries/jira_import.fragment.graphql" | ||
|
||
query($fullPath: ID!) { | ||
project(fullPath: $fullPath) { | ||
issues { | ||
nodes { | ||
labels { | ||
nodes { | ||
title | ||
color | ||
} | ||
} | ||
} | ||
} | ||
jiraImportStatus | ||
jiraImports { | ||
nodes { | ||
...JiraImport | ||
} | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
app/assets/javascripts/jira_import/components/jira_import_app.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
app/assets/javascripts/static_site_editor/store/actions.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
app/assets/javascripts/static_site_editor/store/mutation_types.js
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
app/assets/javascripts/static_site_editor/store/mutations.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.