summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge branch 'tduehr/gitlab-ce-cas-support'Douwe Maan2015-12-211-0/+17
| |\ \ \ \ \
| | * | | | | add CAS authentication supporttduehr2015-12-141-0/+17
| | | | | | |
| * | | | | | Merge branch 'git-version' into 'master' Douwe Maan2015-12-211-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show git version on admin page Before ![git-version-beore](/uploads/57444ad42220c9dfe8f187b8e399227f/git-version-beore.png) After ![git-version-after](/uploads/cc1b52ae1a251c2c46d9626c040726ab/git-version-after.png) gitlab-org/gitlab-ce#4077 See merge request !2101
| | * | | | | | Show git version on admin pageTrey Davis2015-12-151-0/+4
| | |/ / / / /
| * | | | | | Backport JIRA serviceDrew Blessing2015-12-181-1/+11
| | |_|_|_|/ | |/| | | |
| * | | | | Merge remote-tracking branch 'origin/feature/update-rubocop'Dmitriy Zaporozhets2015-12-169-12/+17
| |\ \ \ \ \
| | * | | | | Fixed Rubocop offensesGabriel Mazetto2015-12-1511-14/+19
| | |/ / / /
| * | | | | Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-1539-2047/+12
| |/ / / /
| * | | | Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-142-2/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
| | * | | | Fix specsKamil Trzcinski2015-12-111-1/+1
| | | | | |
| | * | | | Add runners tokenKamil Trzcinski2015-12-111-1/+1
| | | | | |
| | * | | | Migrate CI::Project to ProjectKamil Trzcinski2015-12-112-2/+4
| | | | | |
| * | | | | Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński2015-12-142-0/+82
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Services migrate See merge request !1985
| | * | | | Migrate CI WebHooks and Emails to new tablesKamil Trzcinski2015-12-101-0/+18
| | | | | |
| | * | | | Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+64
| | | | | |
| * | | | | Merge branch 'complexity/rubocop-metrics' into 'master' Douwe Maan2015-12-111-0/+137
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable rubocop metrics This enables rubocop metrics like CyclomaticComplexity and ABCSize. Initial threshold values are high, should be probably decreased. See merge request !1802
| | * | | | | Mix url helpers in into `RepositoryPush`Grzegorz Bizon2015-12-111-9/+10
| | | | | | |
| | * | | | | Check if commits are available in `RepositoryPush`Grzegorz Bizon2015-12-081-3/+3
| | | | | | |
| | * | | | | Duplicate options in `RepositoryPush`Grzegorz Bizon2015-12-081-4/+4
| | | | | | |
| | * | | | | Add `RepositoryPush` specsGrzegorz Bizon2015-12-081-5/+5
| | | | | | |
| | * | | | | Fix url helpers in RepositoryPushGrzegorz Bizon2015-12-081-3/+4
| | | | | | |
| | * | | | | Remove obsolete variables in `repository_push_email`Grzegorz Bizon2015-12-081-3/+14
| | | | | | |
| | * | | | | Improve Messagee::RepositoryPushGrzegorz Bizon2015-12-081-61/+65
| | | | | | |
| | * | | | | Refactor RepositoryPush, move to Message namespaceGrzegorz Bizon2015-12-082-116/+120
| | | | | | |
| | * | | | | Extract repository_push_email to separate classGrzegorz Bizon2015-12-081-0/+116
| | | | | | |
| * | | | | | AuthHash should not parameterize email userCorey Hinshaw2015-12-101-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-102-1/+18
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| | * | | | | Move Builds tab to the endDouwe Maan2015-12-081-2/+2
| | | | | | |
| | * | | | | Merge branch 'master' into mr-buildsDouwe Maan2015-12-082-2/+4
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 pathDouwe Maan2015-12-082-1/+18
| | | | | | | |
| * | | | | | | Merge branch 'reference-pipeline-and-caching' into 'master' Robert Speicher2015-12-0837-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-cachingDouwe Maan2015-12-082-65/+5
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | Fix RedactorFilterDouwe Maan2015-12-081-1/+1
| | | | | | | |
| | * | | | | | Move CombinedPipeline methods aroundDouwe Maan2015-12-082-6/+8
| | | | | | | |
| | * | | | | | Store the demodulized reference filter name in data attributeRobert Speicher2015-12-072-4/+4
| | | | | | | |
| | * | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-0711-154/+244
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-031-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-029-74/+116
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Move Markdown filters and pipelines into folders.Douwe Maan2015-11-1935-46/+46
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-1934-273/+1327
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-273-3/+10
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Slight refactoringDouwe Maan2015-10-221-10/+2
| | | | | | | | | | | |
| | * | | | | | | | | | Use correct var nameDouwe Maan2015-10-221-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Fix Markdown XHTML context paramDouwe Maan2015-10-221-9/+10
| | | | | | | | | | | |
| | * | | | | | | | | | Make pipelines actually make senseDouwe Maan2015-10-2114-178/+265
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-214-8/+15
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Remove unused Gitlab::Markdown#cached? methodDouwe Maan2015-10-141-5/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | Cache rendered contents of issues, MRs and notesDouwe Maan2015-10-142-11/+21
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-146-2/+98
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan2015-10-143-117/+154
| | | | | | | | | | | | | |