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

Fix several issue for gitlab #74

Merged
merged 1 commit into from
Apr 9, 2018
Merged

Fix several issue for gitlab #74

merged 1 commit into from
Apr 9, 2018

Conversation

leonhartX
Copy link
Owner

  • fix attach token for request
  • remove OTP since it's not supported
  • support to create/sync project(repo) under group(org)
  • refactoring and formatting

});
});
})
.fail(err => {
Copy link
Owner Author

Choose a reason for hiding this comment

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

⚠️ ‘err’ is defined but never used.

})
});
})
.fail(err => {
Copy link
Owner Author

Choose a reason for hiding this comment

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

⚠️ ‘err’ is defined but never used.

this.namesToIds.groups = groups.reduce((obj, item) => (obj[item.name] = item.id, obj), {});
return this.namespaces;
})
.catch((err) => {
Copy link
Owner Author

Choose a reason for hiding this comment

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

⚠️ ‘err’ is defined but never used.

@leonhartX
Copy link
Owner Author

1 Warning
⚠️ manifest is not changed, forget to bump version?

Generated by 🚫 Danger

.catch((err) => {
throw new Error('Failed to create new repository.');
});
.catch((err) => {
Copy link
Owner Author

Choose a reason for hiding this comment

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

⚠️ ‘err’ is defined but never used.

@leonhartX leonhartX merged commit 877268b into master Apr 9, 2018
@leonhartX leonhartX deleted the support-gitlab branch April 9, 2018 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant