summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Use the proper GitLab URL for links in WikiArtem Sidorenko2016-05-091-1/+1
* Improve multiple branch push performance by memoizing permission checkingStan Hu2016-05-091-1/+6
* Update SVG sanitizer to conform to SVG 1.1Stan Hu2016-05-062-0/+144
* Merge branch 'fix/import-url-issues' into 'master' Robert Speicher2016-05-051-1/+1
|\
| * fix var errorJames Lopez2016-04-271-1/+1
* | Fix passing nil to protected_tag?tag-existsYorick Peterse2016-05-051-1/+1
* | Use tag_exists? in GitAccess#protected_tag?Yorick Peterse2016-05-051-1/+1
* | Fix the line code when importing PR review comments from GitHubDouglas Barbosa Alexandre2016-05-051-4/+17
* | Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable2016-05-041-18/+0
|\ \
| * | Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-041-18/+0
* | | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-041-1/+1
|\ \ \ | |/ / |/| |
| * | API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-1/+1
| |/
* | Properly handle bigger filesZeger-Jan van de Weg2016-04-281-4/+9
* | Merge branch 'use-remote-ip-for-akismet' into 'master' Rémy Coutable2016-04-281-2/+10
|\ \
| * | Use ActionDispatch Remote IP for Akismet checkingStan Hu2016-04-271-2/+10
| |/
* | Backport GitHub Enterprise import support from EEStan Hu2016-04-261-4/+11
|/
* Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran2016-04-212-3/+2
|\
| * Use SIGTERM during Sidekiq memory shutdownJacob Vosmaer2016-04-211-2/+2
| * Revert "Merge branch 'sentry-js' into 'master' "Jacob Schatz2016-04-211-1/+0
* | Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran2016-04-202-0/+10
|\ \ | |/
| * Merge branch 'fix-grape-internal-allowed-action' into 'master' Robert Speicher2016-04-201-0/+9
| |\
| | * Fix setting of "action" for Grape transactionsYorick Peterse2016-04-201-0/+9
| * | Merge branch 'sentry-js' into 'master' Robert Speicher2016-04-201-0/+1
| |\ \ | | |/ | |/|
| | * place the sentry config into a new file, and some changessentry-jsArinde Eniola2016-04-191-1/+1
| | * Add sentry logger to GitLabJacob Schatz2016-04-181-0/+1
* | | Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran2016-04-208-5/+133
|\ \ \ | |/ /
| * | add wiki_page helper to url_builderSebastian Klier2016-04-201-0/+6
| * | Configuring of points per UDP packettoggle-points-per-packetYorick Peterse2016-04-191-3/+4
| * | Using single builder for push and tag eventsGabriel Mazetto2016-04-191-20/+1
| * | Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-1/+21
| * | Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-182-0/+14
| * | Import milestones from GitHubDouglas Barbosa Alexandre2016-04-182-1/+60
| * | Apply GitHub labels to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-181-0/+14
| * | Import labels from GitHubDouglas Barbosa Alexandre2016-04-182-1/+34
* | | Add shortcut_path to GonHelper moduleAlfredo Sumaran2016-04-181-0/+1
|/ /
* | Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-182-0/+2
|/
* Count the number of SQL queries per transactionYorick Peterse2016-04-181-0/+1
* Use Module#prepend for method instrumentationfix-method-instrumentationYorick Peterse2016-04-181-10/+27
* Merge branch 'fix/project-import_url' into 'master' Robert Speicher2016-04-1512-47/+91
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-04-152-1/+9
| |\
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-04-1412-83/+229
| |\ \
| * | | updated migration based on testing findingsJames Lopez2016-04-141-1/+1
| * | | refactored create_or_update_import_dataJames Lopez2016-04-073-3/+3
| * | | refactored a few things based on MR feedbackJames Lopez2016-04-074-18/+8
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-04-076-7/+120
| |\ \ \
| * | | | fix some issues with credentialsJames Lopez2016-04-062-7/+7
| * | | | some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-055-13/+13
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-04-0411-21/+130
| |\ \ \ \
| * | | | | corrected a couple of based on MR reviewJames Lopez2016-04-041-2/+1
| * | | | | remove useless varJames Lopez2016-04-011-1/+0