summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon2018-05-313-0/+37
|\
| * Take two for MR metrics population background migrationOswaldo Ferreira2018-05-303-0/+37
* | Export assigned issues in iCalendar feedImre Farkas2018-05-312-18/+38
* | Merge branch '46445-fix-gitaly-tree-entry-encoding' into 'master'Douwe Maan2018-05-313-4/+10
|\ \
| * | Fix encoding error in Gitaly::Commit::TreeEntryKim "BKC" Carlbäcker2018-05-303-4/+10
| |/
* | Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-2/+2
|/
* Merge branch 'fix/bitbucket_import_anonymous' into 'master'Douwe Maan2018-05-301-0/+30
|\
| * Import bitbucket issues that are reported by an anonymous userBart Libert2018-05-241-0/+30
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-301-0/+1
|\ \
| * | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-0/+1
* | | Merge remote-tracking branch 'dev/master'Mayra Cabrera2018-05-295-4/+50
|\ \ \
| * \ \ Merge branch 'security-fj-import-export-assignment' into 'master'Mayra Cabrera2018-05-295-4/+50
| |\ \ \ | | |/ / | |/| |
| | * | Blacklisting attributes in the project import processFrancisco Javier López2018-05-145-4/+50
* | | | Log queue duration for Grape API callssh-tag-queue-duration-api-callsStan Hu2018-05-281-0/+35
|/ / /
* | | Merge branch 'sh-fix-admin-page-counts-take-2' into 'master'Yorick Peterse2018-05-281-36/+45
|\ \ \
| * | | Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2Stan Hu2018-05-251-36/+45
| | |/ | |/|
* | | Merge branch 'bvl-add-username-to-terms-message' into 'master'Douwe Maan2018-05-282-2/+3
|\ \ \
| * | | Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-242-2/+3
| |/ /
* | | Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-242-0/+55
|/ /
* | Simplify Gitlab::CurrentSettings now that the logic is in CacheableAttributesRémy Coutable2018-05-231-50/+51
* | Merge branch 'issue-25256' into 'master'Douwe Maan2018-05-232-2/+30
|\ \
| * | skip email trim when email is creating new issueCameron Crockett2018-05-222-2/+30
* | | Resolve "Deprecate Gemnasium project service"Olivier Gonzalez2018-05-231-20/+0
|/ /
* | Merge branch 'zj-workhorse-archive-mandatory' into 'master'Grzegorz Bizon2018-05-212-15/+1
|\ \
| * | Move git archives downloading to GitalyZeger-Jan van de Weg2018-05-172-15/+1
* | | Merge branch 'xeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refs' into ...Grzegorz Bizon2018-05-191-0/+4
|\ \ \
| * | | Fix error when deleting an empty list of refsxeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refsSergey Sinev2018-05-181-0/+4
* | | | Merge branch 'fix/handle-large-commit-tag-message' into 'master'Robert Speicher2018-05-182-3/+105
|\ \ \ \
| * | | | Add handling for commit/tags with big messagesAhmad Sherif2018-05-182-3/+105
* | | | | Merge branch '5913-extract-ee-specific-lines-for-lib-gitlab-auth' into 'master'Robert Speicher2018-05-183-4/+50
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::User5913-extract-ee-specific-lines-for-lib-gitlab-authRémy Coutable2018-05-181-2/+3
| * | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::ConfigRémy Coutable2018-05-181-1/+35
| * | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::AccessRémy Coutable2018-05-181-1/+12
* | | | | Merge branch 'zj-calculate-checksum-mandator' into 'master'Nick Thomas2018-05-181-48/+24
|\ \ \ \ \
| * | | | | Calculating repository checksums executed by GitalyZeger-Jan van de Weg2018-05-181-48/+24
* | | | | | Merge branch 'memoize-database-version' into 'master'Rémy Coutable2018-05-181-0/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Memoize Gitlab::Database.versionmemoize-database-versionYorick Peterse2018-05-171-0/+14
| | |/ / / | |/| | |
* | | | | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master'Kamil Trzciński2018-05-188-48/+294
|\ \ \ \ \
| * | | | | Simplify untrusted regexp factory methodGrzegorz Bizon2018-05-182-12/+8
| * | | | | Update variables expressions statement specsGrzegorz Bizon2018-05-171-1/+1
| * | | | | Add variables expression pattern validation supportGrzegorz Bizon2018-05-172-1/+16
| * | | | | Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon2018-05-171-0/+28
| * | | | | Add extended /regexp/ scheme support to untrusted regexpGrzegorz Bizon2018-05-171-1/+48
| * | | | | Make variables expression pattern case-sensitivity explicitGrzegorz Bizon2018-05-152-0/+14
| * | | | | Use parameterized RSpec to improve variables expressions specsGrzegorz Bizon2018-05-151-43/+44
| * | | | | Add support for pattern matching in variables expressionsGrzegorz Bizon2018-05-153-4/+18
| * | | | | Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon2018-05-153-7/+7
| * | | | | Merge branch 'master' into feature/gb/add-regexp-variables-expressionGrzegorz Bizon2018-05-156-37/+185
| |\ \ \ \ \
| * | | | | | Add pattern matching variables expression lexemeGrzegorz Bizon2018-05-141-0/+57
| * | | | | | Raise variables statement exception if pattern is invalidGrzegorz Bizon2018-05-143-4/+11