summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Replaced part of diff file properties with diff viewerNatalia Tepluhina2019-02-151-0/+4
* Merge branch '57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-l...Douglas Barbosa Alexandre2019-02-152-9/+12
|\
| * Include expires_in for LFS authentication payload57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-long-timeAsh McKenzie2019-02-152-3/+4
| * Remove ability to specify expire_timeAsh McKenzie2019-02-111-2/+2
| * Move LFS auth hash creation into GitLab::LfsTokenAsh McKenzie2019-02-112-7/+9
* | Merge branch 'remove-ignored-columns' into 'master'Lin Jen-Shin2019-02-151-1/+0
|\ \
| * | Remove further instances of st_diffsNick Thomas2019-02-141-1/+0
* | | Merge branch 'import-go-to-project-cta-nibble-backend' into 'master'Lin Jen-Shin2019-02-151-0/+8
|\ \ \
| * | | Improve the GitHub and Gitea import feature table interfaceLuke Bennett2019-02-131-0/+8
* | | | Rename scope to imply :installed and :updated resultJoão Cunha2019-02-151-6/+6
* | | | Merge branch '56485-implement-graphql-mergerequestsresolver' into 'master'James Lopez2019-02-151-3/+15
|\ \ \ \
| * | | | Instead of returning all or nothing, return whichever passedLin Jen-Shin2019-02-141-9/+6
| * | | | Allow authorize on array of objects for GraphQLLin Jen-Shin2019-02-141-3/+18
* | | | | Merge branch '49502-gpg-signature-api-endpoint' into 'master'Douwe Maan2019-02-152-0/+23
|\ \ \ \ \
| * | | | | Add API endpoint to get a commit's GPG signatureBalasankar "Balu" C2019-02-142-0/+23
| |/ / / /
* | | | | Update Metrics references to Object pathSarah Yasonik2019-02-1410-23/+23
* | | | | Merge branch 'make-danger-ask-for-backend-review-for-.gitlab-ci.yml' into 'ma...Nick Thomas2019-02-141-1/+1
|\ \ \ \ \
| * | | | | Make Danger as for backend review for .gitlab-ci.ymlRémy Coutable2019-02-141-1/+1
* | | | | | API: Expose if the user can merge a given merge requestRobert Schilling2019-02-141-0/+6
* | | | | | Reduce remaining diff with EE in app/servicesRémy Coutable2019-02-141-0/+1
|/ / / / /
* | | | | Merge branch '56694-mark-group-level-labels-in-label-api-as-such' into 'master'Rémy Coutable2019-02-141-0/+3
|\ \ \ \ \
| * | | | | API: Indicate if label is a project labelRobert Schilling2019-02-131-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'revert-6cbffb8a' into 'master'Rémy Coutable2019-02-142-7/+4
|\ \ \ \ \
| * | | | | Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"Stan Hu2019-02-142-7/+4
| | |/ / / | |/| | |
* | | | | Fix import_jid error on project importJames Lopez2019-02-141-1/+1
|/ / / /
* | | | Merge branch '57634-issue-when-viewing-a-document-with-footnotes-actionview-t...Robert Speicher2019-02-131-7/+16
|\ \ \ \
| * | | | Properly handle multiple refs to same footnoteBrett Walker2019-02-131-7/+16
| | |/ / | |/| |
* | | | Merge branch '56087-danger-roulette' into 'master'Rémy Coutable2019-02-132-0/+173
|\ \ \ \
| * | | | Reviewer roulette via Danger56087-danger-rouletteNick Thomas2019-02-132-0/+173
| |/ / /
* | | | Merge branch '57101-api-docs-for-hangouts-chat-service-incorrect' into 'master'Rémy Coutable2019-02-131-2/+3
|\ \ \ \
| * | | | API: Fix docs and parameters for hangouts-chat serviceRobert Schilling2019-02-131-2/+3
| | |/ / | |/| |
* | | | Only require one parameter when updating a Wiki via the APIRobert Schilling2019-02-131-5/+8
| |/ / |/| |
* | | API: Expose full commit titleRobert Schilling2019-02-131-1/+2
* | | Add milestone progress to APIRobert Schilling2019-02-132-4/+7
* | | Support `only: changes:` on MR pipelinesHiroyuki Sato2019-02-131-1/+1
* | | API: Expose text_color for project and group labelsRobert Schilling2019-02-121-1/+1
|/ /
* | Log queue duration in production_json.logStan Hu2019-02-121-0/+3
* | Merge branch '7048_usage_ping_for_security_dashboard_as_default_view_for_grou...Grzegorz Bizon2019-02-121-2/+12
|\ \
| * | Protect group overview usage ping w/ feature flag7048_usage_ping_for_security_dashboard_as_default_view_for_groups-ceVictor Zagorodny2019-02-121-2/+5
| * | Add user_preferences_usage to usage pingVictor Zagorodny2019-02-121-1/+8
* | | Merge branch '57223-wiki-finder' into 'master'Kamil Trzciński2019-02-121-3/+1
|\ \ \
| * | | Remove BATCH_SIZE from WikiFileFinder57223-wiki-finderJarka Košanová2019-02-061-3/+1
* | | | Merge branch '8798-geo-implement-selective-sync-support-for-the-various-fdw-q...Yorick Peterse2019-02-121-1/+1
|\ \ \ \
| * | | | Replace dots with an underscore when creating an alias for the CTEDouglas Barbosa Alexandre2019-02-111-1/+1
* | | | | Merge branch 'sh-import-source-branch-github-forks' into 'master'Yorick Peterse2019-02-122-2/+32
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Create the source branch for a GitHub importStan Hu2019-02-112-2/+32
| | |_|/ | |/| |
* | | | Merge branch 'sh-terminate-pg-connections-on-setup' into 'master'Rémy Coutable2019-02-121-0/+25
|\ \ \ \
| * | | | Move terminate_all_connections into setup Rake taskStan Hu2019-02-112-23/+21
| * | | | Kill all PostgreSQL connections for rake dev:setupStan Hu2019-02-112-0/+27
| |/ / /
* | | | Merge branch 'add-client-for-count-diverging-commits' into 'master'Grzegorz Bizon2019-02-122-0/+18
|\ \ \ \ | |_|/ / |/| | |