summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '47765-group-visibility-error-due-to-string-conversion' into 'ma...Douwe Maan2018-08-311-0/+10
|\
| * Changes update_column to update_attributes in ProjectTreeRestorer#restore_pro...Tiago Botelho2018-08-281-0/+10
* | Fix Error 500s due to encoding issues when Wiki hooks fireStan Hu2018-08-291-0/+12
* | Include rich_text in diff cache keysSean McGivern2018-08-282-4/+12
* | Escaped html charactersChantal Rollison2018-08-282-5/+15
* | Resolve "Orphaned upload files are accessible via project exports"Michael Kozono2018-08-281-0/+32
* | Block link-local addresses in URLBlockerStan Hu2018-08-281-1/+24
* | Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-284-6/+6
* | Rails5: fix can't quote ActiveSupport::HashWithIndifferentAccessJasper Maes2018-08-271-2/+2
* | Merge branch 'sh-insert-git-data-in-separate-transaction' into 'master'Yorick Peterse2018-08-261-0/+43
|\ \
| * | Bitbucket Server importer: Eliminate most idle-in-transaction issuesStan Hu2018-08-261-0/+43
* | | Merge branch '50345-hashed-storage-feature-flag' into 'master'Nick Thomas2018-08-251-0/+66
|\ \ \ | |/ / |/| |
| * | Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto2018-08-221-0/+66
* | | Refactor GitHub Importer database helpers into helper methodsStan Hu2018-08-244-42/+55
* | | Backport LDAP changes to CEDouglas Barbosa Alexandre2018-08-231-69/+83
* | | Merge branch 'ccr/48800/ping_for_boards' into 'master'Sean McGivern2018-08-231-0/+3
|\ \ \
| * | | Added count for label, assignee, and milestone listsccr/48800/ping_for_boardsChantal Rollison2018-08-211-0/+3
| |/ /
* | | Merge branch 'jprovazn-fix-form-uploads' into 'master'Kamil Trzciński2018-08-231-0/+20
|\ \ \
| * | | Add public/uploads/tmp to allowed upload pathsjprovazn-fix-form-uploadsJan Provaznik2018-08-211-0/+20
| |/ /
* | | Fix broken Git over HTTP clones with LDAP usersStan Hu2018-08-221-0/+42
|/ /
* | Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"Brett Walker2018-08-211-0/+66
* | Remove Gemnasium serviceGilbert Roulot2018-08-201-1/+0
* | Test for failure_reason in job webhookMaciej Sokolowski2018-08-201-0/+1
* | Merge branch '49907-commits-and-merge-requests-does-not-list-all-files-when-o...Sean McGivern2018-08-201-1/+5
|\ \
| * | Fix merge requests not showing any diff files for big patches49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limitsAlejandro Rodríguez2018-08-171-1/+5
* | | Fix typomk/fix-typoMichael Kozono2018-08-181-3/+3
* | | Merge branch 'blacklist-destroy-all' into 'master'Robert Speicher2018-08-171-1/+1
|\ \ \ | |/ / |/| |
| * | Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* | | Merge branch 'ab-49754-gh-importer-internal-ids' into 'master'Yorick Peterse2018-08-174-1/+57
|\ \ \
| * | | Trigger iid logic from GitHub importer for merge requests.Andreas Brandl2018-08-161-0/+10
| * | | Trigger iid logic from GitHub importer for milestones.Andreas Brandl2018-08-162-1/+25
| * | | Trigger iid logic from GitHub importer for issues.Andreas Brandl2018-08-161-0/+22
* | | | Refactor Rainbow usage in specsGabriel Mazetto2018-08-162-13/+0
|/ / /
* | | Merge branch 'backport-5986-license-templates' into 'master'Robert Speicher2018-08-151-0/+37
|\ \ \ | |/ / |/| |
| * | Fix bugs in Gitlab::Template::Finders preventing instances from BaseTemplate....Nick Thomas2018-08-141-0/+37
* | | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6860Valery Sizov2018-08-141-0/+2
|/ /
* | Merge branch '48967-disable-statement-timeout' into 'master'Douwe Maan2018-08-141-8/+78
|\ \
| * | disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto2018-08-111-43/+32
| * | Fix migration_helpers_specGabriel Mazetto2018-08-101-1/+2
| * | MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto2018-08-101-13/+93
| |/
* | Get the `merge-base` of 2 refs trough the APIBob Van Landuyt2018-08-131-0/+95
|/
* Add frozen_string_literal to recently-added files from the communitySean McGivern2018-08-102-0/+4
* Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern2018-08-103-73/+143
|\
| * Add back the Project#to_reference_with_postfix function since it can be used ...Reuben Pereira2018-07-051-1/+1
| * Remove the restriction preventing project references with text adjacent to th...Reuben Pereira2018-07-041-3/+3
| * Remove the Project#to_reference_with_postfix method since it is only used in ...Reuben Pereira2018-07-031-1/+1
| * Move common tests from user and project reference filter specs to a shared ex...Reuben Pereira2018-07-032-143/+16
| * Add a spec for a user viewing a reference to a private projectReuben Pereira2018-07-031-2/+20
| * Correct the "includes a data-project attribute" test in project_reference_fil...Reuben Pereira2018-06-301-1/+1
| * A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-302-0/+179