Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

feat(admin): #1656 added webhook creation in admin page" #1659

Open
wants to merge 9 commits into
base: v0.11.9
Choose a base branch
from

Conversation

webkhushboo
Copy link
Contributor

@webkhushboo webkhushboo commented Jan 16, 2020

closes #1656

Notes

A summary of what was achieved in this PR

  • API: Created a function for adding webhooks
  • UI: Show repositories list on admin page

image

firestore.rules Outdated Show resolved Hide resolved
@eddiejaoude
Copy link
Contributor

Can the admin links in the side nav be a different colour

{
resetWebhook: true,
}
, { merge: true })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting looks odd here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed


return of(new RepositoryModel(callable({
repositoryUids: repos.map((repo: IRepository) => repo.uid),
token: this.authService.profile.oauth.githubToken,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think we need to pass the GitHub token anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is missed . will remove it .

@webkhushboo
Copy link
Contributor Author

webkhushboo commented Jan 18, 2020

Can the admin links in the side nav be a different colour
which color do you wanted to show ?

I have added the different color for admin links. Please see the attached screenshot.
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin to be able to delete and recreate all repository webhooks
2 participants