summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Require jobs to be namedfail-on-empty-job-nameKamil Trzcinski2015-10-221-0/+14
| |_|_|/ |/| | |
* | | | Merge branch 'master' into rs-redactor-filterrs-redactor-filterDouwe Maan2015-10-161-3/+28
|\ \ \ \
| * | | | Fix specsKamil Trzcinski2015-10-151-2/+3
| | | | |
| * | | | Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-2/+26
| |/ / /
* | | | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-156-1/+176
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-143-1/+125
| | |
| * | Merge branch 'fix_email_downcasing' into 'master' Robert Speicher2015-10-111-0/+21
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP email address downcasing Fixes #2960 In the event we cannot match an LDAP user by DN we attempt to find an identity by email address and then update the DN. In this case the identity is matched by email address. If the user's email address in LDAP has an upper case character we cannot find a match in the GitLab database. GitLab downcases emails before the user object is saved. This merge request downcases the email from LDAP before we lookup by email. I also added a test to prevent a regression. See merge request !1550
| | * | Fix ldap email downcasing bugDrew Blessing2015-10-081-0/+21
| | | |
| * | | Normalize space-like characters in keys before output to gitlab-shellrs-issue-2970Robert Speicher2015-10-081-0/+13
| |/ / | | | | | | | | | | | | | | | | | | gitlab-shell expects only one tab separator per key, and an SSH key with a tab character in the comment, for example, would break things. Closes #2970
| * | Added methods for detecting MySQL/PostgreSQLYorick Peterse2015-10-071-0/+17
| | | | | | | | | | | | | | | These two methods remove the need for manually going into ActiveRecord::Base.connection all over the place.
* | | Fix specsDouwe Maan2015-10-141-5/+5
| | |
* | | Allow ReferenceExtractor to efficiently load references from multiple texts ↵Douwe Maan2015-10-131-7/+7
| | | | | | | | | | | | at once
* | | Always allow references to the current projectDouwe Maan2015-10-071-2/+2
| | |
* | | Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-0710-88/+228
| | |
* | | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-0714-105/+646
|\ \ \ | |/ /
| * | Fix gitlab_ci_yaml_processor specsKamil Trzcinski2015-10-051-0/+3
| | |
| * | Fix next round of testsKamil Trzcinski2015-10-051-6/+6
| | |
| * | Fix rubocop warnings in spec/lib and spec/tasksGuilherme Garnier2015-10-032-6/+2
| |/
| * Fix testsKamil Trzcinski2015-09-291-3/+2
| |
| * Test grace auth against gitlab_ci_project with tokenget-ci-token-from-ci-projectsKamil Trzcinski2015-09-241-1/+4
| |
| * Update stub syntaxRobert Speicher2015-09-241-1/+1
| |
| * Fix grack auth specKamil Trzcinski2015-09-241-1/+1
| |
| * Fix LDAP attribute mappingfix-ldap-attributesDouwe Maan2015-09-231-6/+6
| |
| * Merge branch 'rs-relative-link-up-one' into 'master' Robert Speicher2015-09-211-4/+22
| |\ | | | | | | | | | | | | Allow relative links to go up one directory level See merge request !1352
| | * Allow RelativeLinkFilter to go up multiple directoriesrs-relative-link-up-oneRobert Speicher2015-09-201-0/+8
| | |
| | * Allow relative links to go up one directory levelRobert Speicher2015-09-181-4/+14
| | |
| * | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-213-87/+62
| | |
| * | remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-1/+0
| |/
| * Merge branch 'ldap-attributes' into 'master'Robert Speicher2015-09-164-5/+70
| |\ | | | | | | | | | | | | | | | | | | | | | Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
| | * Test overriding LDAP attributesDouwe Maan2015-09-091-0/+65
| | |
| | * Add attributes to LDAP::Config.Douwe Maan2015-09-081-1/+1
| | |
| | * Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-082-4/+4
| | |
| * | fix specs. Stage 7Valery Sizov2015-09-152-305/+307
| | |
| * | fix specs. Stage 5Valery Sizov2015-09-151-19/+19
| | |
| * | rubocop satisfyValery Sizov2015-09-141-20/+20
| | |
| * | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-111-0/+19
| |\ \ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | Add comments and clean up test for !1274Stan Hu2015-09-101-3/+0
| | | |
| | * | Gracefully handle errors in syntax highlighting by leaving the block unformattedStan Hu2015-09-101-0/+22
| | |/ | | | | | | | | | Closes #2433
| * | Fix Ci::Ansi2html specDmitriy Zaporozhets2015-09-111-33/+34
| | |
| * | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-0912-43/+101
| |\ \ | | |/
| * | Move helpers back to original directoryDmitriy Zaporozhets2015-09-093-42/+3
| | |
| * | Refactor CI testsDmitriy Zaporozhets2015-09-094-0/+500
| | |
| * | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan2015-08-261-1/+0
| |\ \
| * | | Groundwork for merging CI into CEDouwe Maan2015-08-251-1/+1
| | | |
* | | | Remove unnecessary current_user context from filter specsRobert Speicher2015-09-022-24/+11
| | | |
* | | | Add RedactorFilter specs for invalid Group and Project referencesRobert Speicher2015-09-011-0/+12
| | | |
* | | | Add RedactorFilterRobert Speicher2015-09-011-0/+76
| | | |
* | | | Remove all permission checking from Reference filtersRobert Speicher2015-09-017-199/+103
| |_|/ |/| |
* | | Merge branch 'rs-cleanup-redcarpet-renderer' into 'master'Douwe Maan2015-09-018-40/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decouple Gitlab::Markdown from the GitlabMarkdownHelper This module is now the sole source of knowledge for *how* we render Markdown (and GFM). See merge request !1223
| * | | Reference filters no longer take a custom class context optionRobert Speicher2015-08-278-40/+0
| | | |