Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | DRY find method to find Gitlab user | Jan-Willem van der Meer | 2014-10-14 | 1 | -4/+2 | |
| | | | | ||||||
* | | | | Remove unused method | Jan-Willem van der Meer | 2014-10-14 | 1 | -8/+0 | |
| | | | | ||||||
* | | | | Refactor lib files for multiple LDAP groups | Jan-Willem van der Meer | 2014-10-13 | 7 | -114/+252 | |
| | | | | ||||||
* | | | | Merge branch 'feature-oauth-refactoring' into 'master' | Dmitriy Zaporozhets | 2014-10-13 | 3 | -70/+78 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature oauth refactoring same MR as gitlab/gitlab-ee!188 See merge request !1169 | |||||
| * | | | | Refactor OAuth refactorings to CE | Jan-Willem van der Meer | 2014-10-10 | 3 | -70/+78 | |
| | |_|/ | |/| | | ||||||
* | | | | Make sure relative url and asset_host are honored, specs. | Marin Jankovski | 2014-10-10 | 1 | -1/+6 | |
| | | | | ||||||
* | | | | Enable markdown pipeline filters from inside gitlab. | Marin Jankovski | 2014-10-09 | 1 | -8/+11 | |
|/ / / | ||||||
* | | | Developers can push to wiki repo. Protected branches does not affect wiki ↵ | Dmitriy Zaporozhets | 2014-10-07 | 2 | -19/+31 | |
| | | | | | | | | | | | | | | | | | | repo any more Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Merge pull request #7963 from cirosantilli/factor-previewable | Dmitriy Zaporozhets | 2014-10-07 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | Factor markup? || gitlab_markdown? into new method | |||||
| * | | | Factor markup? || gitlab_markdown? into new method | Ciro Santilli | 2014-10-04 | 1 | -0/+4 | |
| |/ / | ||||||
* | | | Add task lists to issues and merge requests | Vinnie Okada | 2014-10-05 | 1 | -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 links | Vinnie Okada | 2014-10-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | Display the '@' character for links to commits in other projects. | |||||
* | | | Fix external issue links | Vinnie Okada | 2014-10-05 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | Display the project path in links to issues in other projects that use an external issue tracker. | |||||
* | | | Track projects in ReferenceExtractor | Vinnie Okada | 2014-10-03 | 2 | -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 ReferenceExtractor | Vinnie Okada | 2014-10-03 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | The cross-project reference feature broke the ReferenceExtractor class; this fixes it. | |||||
* | | | Implement cross-project Markdown references | Vinnie Okada | 2014-10-03 | 1 | -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 Santilli | 2014-10-03 | 6 | -13/+13 | |
| | | ||||||
* | | Merge pull request #7853 from Razer6/feature/html_pipeline | Dmitriy Zaporozhets | 2014-10-02 | 1 | -23/+13 | |
|\ \ | | | | | | | Factor out Emoji parsing using html-pipeline-gitlab | |||||
| * | | Factor out Emoji parsing using html-pipeline-gitlab | Robert Schilling | 2014-09-26 | 1 | -23/+13 | |
| | | | ||||||
* | | | Add option to gitlab config to specify if LDAP server is active directory. | Marin Jankovski | 2014-09-30 | 1 | -1/+3 | |
| |/ |/| | ||||||
* | | Refactor commits graph | Dmitriy Zaporozhets | 2014-09-29 | 1 | -0/+49 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Fix satellites | Dmitriy Zaporozhets | 2014-09-25 | 1 | -8/+14 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Fix 500 error on empty search in project | Dmitriy Zaporozhets | 2014-09-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Fix wikiuse-more-rugged | Dmitriy Zaporozhets | 2014-09-25 | 1 | -4/+8 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Rollback diff drop and set default commit id to HEAD | Dmitriy Zaporozhets | 2014-09-25 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Improve diff and bump gitlab_git revision | Dmitriy Zaporozhets | 2014-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | Use new version of gitlab_git with extended rugged usage | Dmitriy Zaporozhets | 2014-09-24 | 1 | -1/+1 | |
|/ | ||||||
* | Fix ref parsing in Gitlab::GitAccess | Jacob Vosmaer | 2014-09-23 | 1 | -5/+23 | |
| | ||||||
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -0/+4 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge remote-tracking branch 'origin/master' into feature-oauth-refactoring | Jan-Willem van der Meer | 2014-09-11 | 12 | -93/+334 | |
|\ | ||||||
| * | Prevent 500 error when search wiki for non-existing repo | Dmitriy Zaporozhets | 2014-09-09 | 1 | -4/+9 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Merge branch 'parallel_diff_refactor' into 'master' | Dmitriy Zaporozhets | 2014-09-09 | 5 | -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 deeper | Dmitriy Zaporozhets | 2014-09-08 | 4 | -18/+29 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * | Specs for diff parser! Yay! | Dmitriy Zaporozhets | 2014-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * | Use new diff parsing logic | Dmitriy Zaporozhets | 2014-09-08 | 1 | -88/+0 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * | Gitlab::Diff classes added | Dmitriy Zaporozhets | 2014-09-08 | 3 | -0/+140 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * | Take the next type into consideration | Marin Jankovski | 2014-09-08 | 1 | -1/+2 | |
| | | | ||||||
| | * | Remove duplication, expand for next_line. | Marin Jankovski | 2014-09-08 | 1 | -42/+1 | |
| | | | ||||||
| | * | Duplicate the behaviour and refactor for use with parallel diff. | Marin Jankovski | 2014-09-08 | 1 | -0/+45 | |
| | | | ||||||
| * | | Merge pull request #7695 from coverer/search_wiki | Dmitriy Zaporozhets | 2014-09-09 | 1 | -1/+17 | |
| |\ \ | | | | | | | | | Added search wiki feature | |||||
| | * | | Fixed trailing white space | Ralf Seidler | 2014-09-06 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fixed houndci complaining over too long lines | Ralf Seidler | 2014-09-06 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | Added search wiki feature | Ralf Seidler | 2014-09-05 | 1 | -1/+15 | |
| | | | | ||||||
| * | | | Prevent people from using ci since we plan to host ci on /ci later. | Sytse Sijbrandij | 2014-09-09 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge pull request #7646 from bushong1/snippet-search3 | Dmitriy Zaporozhets | 2014-09-09 | 1 | -0/+131 | |
| |\ \ \ | | | | | | | | | | | Adding in snippet search functionality | |||||
| | * | | | Updating to persist a params snippets variable | Charles Bushong | 2014-09-05 | 1 | -7/+38 | |
| | | | | | ||||||
| | * | | | Changing some formatting for the Hound, modifying some UI text | Charles Bushong | 2014-09-02 | 1 | -7/+7 | |
| | | | | | ||||||
| | * | | | Adding in snippet search functionality | Charles Bushong | 2014-08-29 | 1 | -0/+100 | |
| | | | | | | | | | | | | | | | | | | | | http://feedback.gitlab.com/forums/176466-general/suggestions/5529795-search-though-snippets | |||||
| * | | | | Merge pull request #7147 from zzet/patch-12 | Marin Jankovski | 2014-09-08 | 1 | -6/+10 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | Update markdown reference to external issues | |||||
| | * | | | fix link_to by @bwrsandman | Andrew Kumanyaev | 2014-08-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Add missing '#' |