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

Implement gist/snippet support for gitlab #12

Closed
guyzmo opened this issue May 23, 2016 · 2 comments
Closed

Implement gist/snippet support for gitlab #12

guyzmo opened this issue May 23, 2016 · 2 comments
Assignees
Milestone

Comments

@guyzmo
Copy link
Owner

guyzmo commented May 23, 2016

No description provided.

@guyzmo guyzmo added this to the 1.8 milestone May 26, 2016
@guyzmo guyzmo added the backlog label Jun 21, 2016
@guyzmo
Copy link
Owner Author

guyzmo commented Sep 11, 2016

firsts steps are implemented in branch features/gitlab-gist

API doc: https://docs.gitlab.com/ee/api/project_snippets.html

some issues are met:

  • the global /snippets API is not available
  • listing snippets for each project takes forever, and is paginated (100 values at most)
  • no argument has been implemented for the project parameter.

Issue for lack of global snippet API reported on gitlab's ticket tracking:

@guyzmo guyzmo changed the title Implement gist support for gitlab Implement gist/snippet support for gitlab Sep 11, 2016
@guyzmo
Copy link
Owner Author

guyzmo commented Nov 27, 2016

@guyzmo guyzmo self-assigned this Dec 21, 2016
@guyzmo guyzmo added ready and removed in progress labels Dec 26, 2016
guyzmo added a commit that referenced this issue Dec 28, 2016
🚧 Features

* Support for insecure connection through config option (fixes #66)
* Made gitlab feature complete:
 * Added support for list command in gitlab (cf #78)
 * Added support for gitlab gists (fixes #12)
 * Added support for gitlab merge requests (fixes #10)

🚒 Bugfixes

* Bad exceptions handling mistakes (fixes #84, fixes #85)
* Missing edge case handling in list command (fixes #83)

💄 Cosmetics

* Updated README with new config option
* Added @rnestler to contributors
* Updated TODO list

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
@guyzmo guyzmo closed this as completed Dec 28, 2016
@guyzmo guyzmo removed the ready label Dec 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant