summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-216-11/+355
* Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda2017-02-211-2/+2
|\
| * fixed specs + docsdimitrieh2017-02-201-2/+2
* | Merge branch 'hash-concurrent-foreign-key-names' into 'master'Rémy Coutable2017-02-211-1/+10
|\ \
| * | Hash concurrent foreign key names similar to Railshash-concurrent-foreign-key-namesYorick Peterse2017-02-211-1/+10
* | | Backport Todos API to V3api-todos-restfulRobert Schilling2017-02-212-0/+29
* | | API: Use POST requests to mark todos as doneRobert Schilling2017-02-211-2/+4
|/ /
* | Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable2017-02-201-11/+3
|\ \
| * | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-201-11/+3
* | | Reuse User#find_by_any_email on UserFormatter#find_by_emailDouglas Barbosa Alexandre2017-02-201-10/+2
* | | Use leading periods on UserFormatter#find_by_external_uidDouglas Barbosa Alexandre2017-02-201-2/+3
* | | Add a simple cache for Gitlab::GithubImport::Client#userDouglas Barbosa Alexandre2017-02-201-0/+8
* | | GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre2017-02-205-36/+89
* | | Merge branch 'api-star-restful' into 'master'Rémy Coutable2017-02-201-1/+1
|\ \ \ | |/ / |/| |
| * | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-1/+1
* | | Merge branch 'fix-grammar' into 'master' Robert Speicher2017-02-201-2/+2
|\ \ \
| * | | Fix some grammar in the API docsRobert Schilling2017-02-201-2/+2
* | | | Merge branch 'api-post-block' into 'master' Sean McGivern2017-02-202-2/+34
|\ \ \ \ | |/ / / |/| | |
| * | | API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-202-2/+34
| |/ /
* | | Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-202-21/+2
|/ /
* | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-19/+3
|/
* Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz2017-02-187-0/+28
|\
| * Restore exposure of legend property for eventsAlfredo Sumaran2017-02-107-0/+28
* | Merge branch 'add-yarn-documentation' into 'master' Clement Ho2017-02-175-24/+62
|\ \
| * \ Merge branch 'master' into add-yarn-documentationMike Greiling2017-02-166-35/+16
| |\ \
| * | | use NODE_ENV=production when compiling assets in upgrader scriptMike Greiling2017-02-161-1/+4
| * | | do not use --force command argument for yarnMike Greiling2017-02-161-1/+1
| * | | add yarn:install to upgrader scriptMike Greiling2017-02-161-1/+1
| * | | simplify eslint rake taskMike Greiling2017-02-151-2/+2
| * | | ensure rake tasks produce helpful error messages for node dependency issuesMike Greiling2017-02-154-21/+57
* | | | Merge branch '26379-iid-param' into 'master'Rémy Coutable2017-02-171-1/+2
|\ \ \ \
| * | | | add a :iids param to IssuableFindermhasbini2017-02-171-1/+2
* | | | | Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable2017-02-1724-40/+352
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Backport API to v3paginate-all-the-thingsRobert Schilling2017-02-179-1/+262
| * | | | Paginate all endpoints that return an arrayRobert Schilling2017-02-1616-40/+91
* | | | | Merge branch '26500-informative-slack-notifications' into 'master' Kamil Trzciński2017-02-171-0/+10
|\ \ \ \ \
| * | | | | Adding links to user & build in Chat NotificationsPoornima M2017-01-251-0/+10
* | | | | | Merge branch 'use-update-runner-service' into 'master' Kamil Trzciński2017-02-171-1/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-1561-364/+1167
| |\ \ \ \ \ \
| * | | | | | | Use UpdateRunnerService to update runner in API:Lin Jen-Shin2017-02-081-1/+2
* | | | | | | | Merge branch '22018-api-milestone-merge-requests' into 'master' Rémy Coutable2017-02-171-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Add API endpoint to get all milestone merge requestsJoren De Groof2017-02-171-0/+22
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '28329-allow-slash-in-slash-command-args' into 'master'Sean McGivern2017-02-171-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow slashes in slash command argumentsRémy Coutable2017-02-171-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'only-yield-valid-reference-matches' into 'master'Sean McGivern2017-02-171-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Only yield valid references in ReferenceFilter.references_inonly-yield-valid-reference-matchesDouwe Maan2017-02-161-1/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-172-88/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-1/+1
| * | | | | | | | Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-87/+0
| |/ / / / / / /
* | | | | | | | Merge branch 'zj-fix-url-new-issue-presenter' into 'master' Kamil Trzciński2017-02-171-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |