Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-caching | Douwe Maan | 2015-12-10 | 7 | -34/+107 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/markdown/autolink_filter_spec.rb # spec/lib/gitlab/markdown/commit_range_reference_filter_spec.rb # spec/lib/gitlab/markdown/commit_reference_filter_spec.rb # spec/lib/gitlab/markdown/cross_project_reference_spec.rb # spec/lib/gitlab/markdown/emoji_filter_spec.rb # spec/lib/gitlab/markdown/external_issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/external_link_filter_spec.rb # spec/lib/gitlab/markdown/issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/label_reference_filter_spec.rb # spec/lib/gitlab/markdown/merge_request_reference_filter_spec.rb # spec/lib/gitlab/markdown/redactor_filter_spec.rb # spec/lib/gitlab/markdown/reference_gatherer_filter_spec.rb # spec/lib/gitlab/markdown/relative_link_filter_spec.rb # spec/lib/gitlab/markdown/sanitization_filter_spec.rb # spec/lib/gitlab/markdown/snippet_reference_filter_spec.rb # spec/lib/gitlab/markdown/syntax_highlight_filter_spec.rb # spec/lib/gitlab/markdown/table_of_contents_filter_spec.rb # spec/lib/gitlab/markdown/task_list_filter_spec.rb # spec/lib/gitlab/markdown/upload_link_filter_spec.rb # spec/lib/gitlab/markdown/user_reference_filter_spec.rb | ||||
| * | Allow [Symbol] when loading YAML | Kamil Trzciński | 2015-12-09 | 1 | -2/+2 |
| | | |||||
| * | Use YAML.safe_load | Kamil Trzciński | 2015-12-09 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into split-up-builds | Douwe Maan | 2015-12-09 | 2 | -28/+37 |
| |\ | |||||
| | * | Merge branch 'master' into merge-if-green | Douwe Maan | 2015-12-09 | 2 | -1/+18 |
| | |\ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb # config/routes.rb | ||||
| | * \ | Merge branch 'master' into merge-if-green | Douwe Maan | 2015-12-08 | 7 | -55/+106 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml | ||||
| | * \ \ | Merge branch 'master' into zj/gitlab-ce-merge-if-green | Douwe Maan | 2015-12-08 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into zj/gitlab-ce-merge-if-green | Douwe Maan | 2015-12-08 | 5 | -89/+12 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-12-07 | 37 | -282/+553 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Specs for 'Merge When Build Succeeds' | Zeger-Jan van de Weg | 2015-12-02 | 2 | -14/+9 |
| | | | | | | | | |||||
| | * | | | | | | Refactor MergeWhenBuildSucceedsService and incorporate feedback | Zeger-Jan van de Weg | 2015-11-23 | 1 | -23/+13 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-11-18 | 64 | -524/+1964 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | API support, incorporated feedback | Zeger-Jan van de Weg | 2015-11-18 | 1 | -22/+46 |
| | | | | | | | | | |||||
| * | | | | | | | | Split up spec:other even more | Douwe Maan | 2015-12-09 | 1 | -1/+19 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix rspec tag syntax | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Split up specs more | Douwe Maan | 2015-12-09 | 1 | -1/+10 |
| | | | | | | | | | |||||
| * | | | | | | | | Split up feature specs more | Douwe Maan | 2015-12-09 | 1 | -3/+23 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Move Builds tab to the end | Douwe Maan | 2015-12-08 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into mr-builds | Douwe Maan | 2015-12-08 | 8 | -56/+107 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb # app/views/projects/merge_requests/widget/_heading.html.haml | ||||
| * | | | | | | | Make commit and MR ref filters aware of /builds path | Douwe Maan | 2015-12-08 | 2 | -1/+18 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'reference-pipeline-and-caching' into 'master' | Robert Speicher | 2015-12-08 | 37 | -220/+366 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement different Markdown rendering pipelines and cache Markdown Builds on !1090. Related to !1014. Fixes #2054. See merge request !1602 | ||||
| * | | | | | | Merge branch 'master' into reference-pipeline-and-cachingreference-pipeline-and-caching | Douwe Maan | 2015-12-08 | 4 | -88/+11 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | Fix RedactorFilter | Douwe Maan | 2015-12-08 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Move CombinedPipeline methods around | Douwe Maan | 2015-12-08 | 2 | -6/+8 |
| | | | | | | | |||||
| * | | | | | | Store the demodulized reference filter name in data attribute | Robert Speicher | 2015-12-07 | 2 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-12-07 | 15 | -156/+265 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-12-03 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-12-02 | 19 | -106/+227 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Move Markdown filters and pipelines into folders. | Douwe Maan | 2015-11-19 | 35 | -46/+46 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-11-19 | 67 | -536/+2005 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-10-27 | 12 | -318/+36 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Slight refactoring | Douwe Maan | 2015-10-22 | 1 | -10/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Use correct var name | Douwe Maan | 2015-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix Markdown XHTML context param | Douwe Maan | 2015-10-22 | 1 | -9/+10 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Make pipelines actually make sense | Douwe Maan | 2015-10-21 | 14 | -178/+265 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-10-21 | 13 | -60/+101 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Remove unused Gitlab::Markdown#cached? method | Douwe Maan | 2015-10-14 | 1 | -5/+0 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Cache rendered contents of issues, MRs and notes | Douwe Maan | 2015-10-14 | 2 | -11/+21 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'master' into rs-redactor-filter | Douwe Maan | 2015-10-14 | 16 | -7/+233 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelines | Douwe Maan | 2015-10-14 | 3 | -117/+154 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Enable caching of Gitlab::Markdown rendered result | Douwe Maan | 2015-10-14 | 2 | -12/+27 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Use Gitlab::Markdown.render with :pipeline option rather than different methods | Douwe Maan | 2015-10-14 | 5 | -141/+162 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Block LDAP user when they are no longer found in the LDAP server | Drew Blessing | 2015-12-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Update project repository size and commit count during import:repos task | Stan Hu | 2015-12-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3848 | ||||
* | | | | | | | | | | | | | Merge branch 'ui/dashboard-new-issue' into 'master' | Dmitriy Zaporozhets | 2015-12-08 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Add "New X" buttons to dashboard and group issue, MR and milestone indexes # To do - [x] Use searchable dropdown since dashboard/group can have a lot of projects. Use select2? ## Before  ## After  As you can see, for milestones, groups are listed as well as we can now easily create group milestones. Fixes #3544 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2581 See merge request !1968 | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into ui/dashboard-new-issueui/dashboard-new-issue | Douwe Maan | 2015-12-08 | 4 | -58/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'master' into ui/dashboard-new-issue | Douwe Maan | 2015-12-07 | 19 | -191/+286 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Add API group projects endpoint. | Douwe Maan | 2015-12-07 | 1 | -0/+12 |
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'sync-all-repos' into 'master' | Douwe Maan | 2015-12-08 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync all repos Scripts and documentation for moving repos, used on gitlab.com. See merge request !1439 | ||||
| * | | | | | | | | | | | | | | Detect project and namespace changes in list:repos | Jacob Vosmaer | 2015-12-08 | 1 | -3/+4 |
| | | | | | | | | | | | | | | |