summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
* 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
| | | | | Code is based on Project Webhooks, removing deprecations and without commits listing.
* 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
|
* Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-182-0/+2
| | | | | With these changes we don’t lost the issue/pr references when importing them to GitLab.
* Count the number of SQL queries per transactionYorick Peterse2016-04-181-0/+1
| | | | Fixes gitlab-org/gitlab-ce#15335
* Use Module#prepend for method instrumentationfix-method-instrumentationYorick Peterse2016-04-181-10/+27
| | | | | | | | | By using Module#prepend we can define a Module containing all proxy methods. This removes the need for setting up crazy method alias chains and in turn prevents us from having to deal with all that madness (e.g. methods calling each other recursively). Fixes gitlab-org/gitlab-ce#15281
* Merge branch 'fix/project-import_url' into 'master' Robert Speicher2016-04-1512-47/+91
|\ | | | | | | | | | | | | | | | | Fix for import_url fields on projects containing third-party credentials Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2658 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13955 See merge request !3066
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-152-1/+9
| |\ | | | | | | | | | fix/project-import_url
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-1412-83/+229
| |\ \ | | | | | | | | | | | | fix/project-import_url
| * | | 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 ↵James Lopez2016-04-076-7/+120
| |\ \ \ | | | | | | | | | | | | | | | fix/project-import_url
| * | | | 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 ↵James Lopez2016-04-0411-21/+130
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix/project-import_url # Conflicts: # db/schema.rb
| * | | | | corrected a couple of based on MR reviewJames Lopez2016-04-041-2/+1
| | | | | |
| * | | | | remove useless varJames Lopez2016-04-011-1/+0
| | | | | |
| * | | | | fixes after more import testingJames Lopez2016-04-012-2/+2
| | | | | |
| * | | | | fix github import issuesJames Lopez2016-04-011-1/+1
| | | | | |
| * | | | | fix fogbugz importJames Lopez2016-04-012-9/+8
| | | | | |
| * | | | | more fixes after doing more manual testing on importingJames Lopez2016-03-292-2/+4
| | | | | |
| * | | | | fixing a few issues after testing importsJames Lopez2016-03-293-13/+10
| | | | | |
| * | | | | fixed failing specsJames Lopez2016-03-291-1/+5
| | | | | |
| * | | | | refactored code based on feedback plus fixed a couple of other issuesJames Lopez2016-03-286-41/+36
| | | | | |
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-03-282-7/+28
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix/project-import_url
| * | | | | | added rest of importers, fixed specs and some issues with the migrationJames Lopez2016-03-232-9/+13
| | | | | | |
| * | | | | | fogbugz importer, also refactored migration again to make it easier to add ↵James Lopez2016-03-232-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | new importers
| * | | | | | fix rubocop warningJames Lopez2016-03-221-2/+0
| | | | | | |
| * | | | | | fix gitlab import and specJames Lopez2016-03-222-5/+7
| | | | | | |
| * | | | | | first round of fixes and spec fixesJames Lopez2016-03-224-31/+32
| | | | | | |
| * | | | | | encrypt credentials in project_creator for bitbucket by defaultJames Lopez2016-03-221-1/+1
| | | | | | |
| * | | | | | update bitbucket importerJames Lopez2016-03-222-6/+13
| | | | | | |
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-03-221-4/+8
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix/project-import_url
| * \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-03-212-1/+96
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix/project-import_url # Conflicts: # db/schema.rb
| * | | | | | | | refactored code based on feedbackJames Lopez2016-03-211-3/+3
| | | | | | | | |
| * | | | | | | | fixed some rubocop warningsJames Lopez2016-03-211-1/+1
| | | | | | | | |
| * | | | | | | | fixed few issues with the migrationJames Lopez2016-03-211-0/+1
| | | | | | | | |
| * | | | | | | | more refactoringJames Lopez2016-03-214-19/+25
| | | | | | | | |
| * | | | | | | | some refactoring based on feedbackJames Lopez2016-03-214-16/+28
| | | | | | | | |
| * | | | | | | | Merge branches 'fix/project-import_url' and 'master' of ↵James Lopez2016-03-2117-82/+296
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into fix/project-import_url # Conflicts: # db/schema.rb
| * | | | | | | | | refactored a bunch of stuff based on MR feedbackJames Lopez2016-03-073-13/+8
| | | | | | | | | |
| * | | | | | | | | fix specsJames Lopez2016-03-041-1/+1
| | | | | | | | | |
| * | | | | | | | | added import url exposer to construct URL withunencrypted credentialsJames Lopez2016-03-044-5/+23
| | | | | | | | | |
| * | | | | | | | | some refactoring in the migration. Also fixed github import issue and ↵James Lopez2016-03-041-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated spec