summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* update copyright yearsGauvain Pocentek2014-08-211-1/+1
|
* flake8 fixesGauvain Pocentek2014-08-211-25/+50
|
* support projects listing: search, all, ownedGauvain Pocentek2013-12-261-2/+46
|
* drop leftovers from local testsGauvain Pocentek2013-09-151-1/+1
|
* Implement Gitlab 6.1 new methodsGauvain Pocentek2013-09-141-1/+1
| | | | | - Project: tree, blob - ProjectCommit: diff, blob
* cli: support ssl_verify config optionGauvain Pocentek2013-08-261-1/+11
|
* manage project branch protection with the cmd lineGauvain Pocentek2013-06-291-0/+27
|
* rework the script code organizationGauvain Pocentek2013-06-291-97/+91
|
* rework the cmd line optionsGauvain Pocentek2013-06-291-12/+41
|
* make --verbose behave like --fancyGauvain Pocentek2013-06-291-1/+1
|
* fix parsing of optionsGauvain Pocentek2013-06-291-1/+1
|
* gitlab: make the current-user option workGauvain Pocentek2013-06-221-9/+12
|
* listing: list the --page and --per-page optionsGauvain Pocentek2013-06-221-0/+3
|
* gitlab: be less verbose by defaultGauvain Pocentek2013-06-221-5/+18
| | | | Provide a --fancy option to output more data on list/get/create queries.
* allow to use dash (-) instead of underscore (_) in attribute namesGauvain Pocentek2013-06-221-7/+7
|
* gitlab: autogenerate some docGauvain Pocentek2013-05-201-14/+95
|
* gitlab: update the object syntaxGauvain Pocentek2013-05-191-1/+4
|
* python 3 supportGauvain Pocentek2013-05-191-2/+5
|
* object creation: print the created objectGauvain Pocentek2013-05-191-0/+2
|
* gitlab: warn the user if an action cannot be performedGauvain Pocentek2013-05-191-0/+15
|
* Manually parse the argumentsGauvain Pocentek2013-05-181-64/+22
| | | | We can use a more common syntax (-- prefix for options) this way.
* provide a basic CLIGauvain Pocentek2013-05-181-0/+203