summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | DRY find method to find Gitlab userJan-Willem van der Meer2014-10-141-4/+2
| | | |
* | | | Remove unused methodJan-Willem van der Meer2014-10-141-8/+0
| | | |
* | | | Refactor lib files for multiple LDAP groupsJan-Willem van der Meer2014-10-137-114/+252
| | | |
* | | | Merge branch 'feature-oauth-refactoring' into 'master'Dmitriy Zaporozhets2014-10-133-70/+78
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature oauth refactoring same MR as gitlab/gitlab-ee!188 See merge request !1169
| * | | | Refactor OAuth refactorings to CEJan-Willem van der Meer2014-10-103-70/+78
| | |_|/ | |/| |
* | | | Make sure relative url and asset_host are honored, specs.Marin Jankovski2014-10-101-1/+6
| | | |
* | | | Enable markdown pipeline filters from inside gitlab.Marin Jankovski2014-10-091-8/+11
|/ / /
* | | Developers can push to wiki repo. Protected branches does not affect wiki ↵Dmitriy Zaporozhets2014-10-072-19/+31
| | | | | | | | | | | | | | | | | | repo any more Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge pull request #7963 from cirosantilli/factor-previewableDmitriy Zaporozhets2014-10-071-0/+4
|\ \ \ | | | | | | | | Factor markup? || gitlab_markdown? into new method
| * | | Factor markup? || gitlab_markdown? into new methodCiro Santilli2014-10-041-0/+4
| |/ /
* | | Add task lists to issues and merge requestsVinnie Okada2014-10-051-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a list item and turn it into a checkbox input. Users who can modify the issue or MR can toggle the checkboxes directly or edit the Markdown to manage the tasks. Task status is also displayed in the MR and issue lists.
* | | Fix external commit linksVinnie Okada2014-10-051-0/+1
| | | | | | | | | | | | Display the '@' character for links to commits in other projects.
* | | Fix external issue linksVinnie Okada2014-10-051-3/+4
| | | | | | | | | | | | | | | Display the project path in links to issues in other projects that use an external issue tracker.
* | | Track projects in ReferenceExtractorVinnie Okada2014-10-032-21/+33
| | | | | | | | | | | | | | | | | | Store both the project and identifier of extracted references. This prevents `ReferenceExtractor` from returning objects in the wrong project for cross-project references.
* | | Fix ReferenceExtractorVinnie Okada2014-10-032-4/+6
| | | | | | | | | | | | | | | The cross-project reference feature broke the ReferenceExtractor class; this fixes it.
* | | Implement cross-project Markdown referencesVinnie Okada2014-10-031-31/+59
|/ / | | | | | | | | Enable linking to commits, merge requests, and issues in other projects by prepending a namespaced project path to the reference.
* | Add parenthesis to function def with arguments.Ciro Santilli2014-10-036-13/+13
| |
* | Merge pull request #7853 from Razer6/feature/html_pipelineDmitriy Zaporozhets2014-10-021-23/+13
|\ \ | | | | | | Factor out Emoji parsing using html-pipeline-gitlab
| * | Factor out Emoji parsing using html-pipeline-gitlabRobert Schilling2014-09-261-23/+13
| | |
* | | Add option to gitlab config to specify if LDAP server is active directory.Marin Jankovski2014-09-301-1/+3
| |/ |/|
* | Refactor commits graphDmitriy Zaporozhets2014-09-291-0/+49
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix satellitesDmitriy Zaporozhets2014-09-251-8/+14
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix 500 error on empty search in projectDmitriy Zaporozhets2014-09-251-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix wikiuse-more-ruggedDmitriy Zaporozhets2014-09-251-4/+8
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Rollback diff drop and set default commit id to HEADDmitriy Zaporozhets2014-09-251-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Improve diff and bump gitlab_git revisionDmitriy Zaporozhets2014-09-241-1/+1
| |
* | Use new version of gitlab_git with extended rugged usageDmitriy Zaporozhets2014-09-241-1/+1
|/
* Fix ref parsing in Gitlab::GitAccessJacob Vosmaer2014-09-231-5/+23
|
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge remote-tracking branch 'origin/master' into feature-oauth-refactoringJan-Willem van der Meer2014-09-1112-93/+334
|\
| * Prevent 500 error when search wiki for non-existing repoDmitriy Zaporozhets2014-09-091-4/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'parallel_diff_refactor' into 'master'Dmitriy Zaporozhets2014-09-095-83/+151
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parallel diff refactor Refactor side-by-side diff to remove code duplication. Base the side-by-side diff on inline diff code. In first iteration: 1. commenting on the side-by-side diff is not possible 1. no expanding of the surrounding code See merge request !1066
| | * Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-084-18/+29
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Specs for diff parser! Yay!Dmitriy Zaporozhets2014-09-081-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Use new diff parsing logicDmitriy Zaporozhets2014-09-081-88/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Gitlab::Diff classes addedDmitriy Zaporozhets2014-09-083-0/+140
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Take the next type into considerationMarin Jankovski2014-09-081-1/+2
| | |
| | * Remove duplication, expand for next_line.Marin Jankovski2014-09-081-42/+1
| | |
| | * Duplicate the behaviour and refactor for use with parallel diff.Marin Jankovski2014-09-081-0/+45
| | |
| * | Merge pull request #7695 from coverer/search_wikiDmitriy Zaporozhets2014-09-091-1/+17
| |\ \ | | | | | | | | Added search wiki feature
| | * | Fixed trailing white spaceRalf Seidler2014-09-061-1/+1
| | | |
| | * | Fixed houndci complaining over too long linesRalf Seidler2014-09-061-2/+4
| | | |
| | * | Added search wiki featureRalf Seidler2014-09-051-1/+15
| | | |
| * | | Prevent people from using ci since we plan to host ci on /ci later.Sytse Sijbrandij2014-09-091-0/+1
| | | |
| * | | Merge pull request #7646 from bushong1/snippet-search3Dmitriy Zaporozhets2014-09-091-0/+131
| |\ \ \ | | | | | | | | | | Adding in snippet search functionality
| | * | | Updating to persist a params snippets variableCharles Bushong2014-09-051-7/+38
| | | | |
| | * | | Changing some formatting for the Hound, modifying some UI textCharles Bushong2014-09-021-7/+7
| | | | |
| | * | | Adding in snippet search functionalityCharles Bushong2014-08-291-0/+100
| | | | | | | | | | | | | | | | | | | | http://feedback.gitlab.com/forums/176466-general/suggestions/5529795-search-though-snippets
| * | | | Merge pull request #7147 from zzet/patch-12Marin Jankovski2014-09-081-6/+10
| |\ \ \ \ | | |_|_|/ | |/| | | Update markdown reference to external issues
| | * | | fix link_to by @bwrsandmanAndrew Kumanyaev2014-08-201-1/+1
| | | | | | | | | | | | | | | Add missing '#'