summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Stop calling UnlinkRepositoryFromObjectPool RPCJacob Vosmaer2019-04-021-3/+3
* Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-0221-56/+597
|\
| * Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-0221-56/+597
| |\
| | * Rake task for removing exif from uploadsJan Provaznik2019-04-021-0/+120
| | * Merge branch 'security-2819-xss-resolve-conflicts-branch-name' into 'master'GitLab Release Tools Bot2019-04-021-0/+15
| | |\
| | | * Fix XSS in resolve conflicts formPaul Slaughter2019-03-071-0/+15
| | * | Merge branch 'security-56224' into 'master'GitLab Release Tools Bot2019-04-021-1/+35
| | |\ \
| | | * | Hide related branches when user does not have permissionMark Chao2019-03-211-1/+35
| | * | | Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot2019-04-025-5/+72
| | |\ \ \
| | | * | | Return cached languages if they've been detected beforeIgor Drozdov2019-03-205-5/+72
| | * | | | Merge branch 'security-55503-fix-pdf-js-vulnerability' into 'master'GitLab Release Tools Bot2019-04-022-3/+3
| | |\ \ \ \
| | | * | | | Fixed pdf testsNatalia Tepluhina2019-03-132-3/+3
| | * | | | | Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot2019-04-027-47/+121
| | |\ \ \ \ \
| | | * | | | | Make CI refs matching to to use UntrustedRegexpKamil Trzciński2019-03-157-47/+121
| | * | | | | | Merge branch 'security-milestone-labels' into 'master'GitLab Release Tools Bot2019-04-021-0/+86
| | |\ \ \ \ \ \
| | | * | | | | | Check if labels are available for target issuableJarka Košanová2019-03-281-0/+86
| | * | | | | | | Merge branch 'security-mass-assignment-on-project-update' into 'master'GitLab Release Tools Bot2019-04-021-0/+17
| | |\ \ \ \ \ \ \
| | | * | | | | | | Refactor specs according to the code reviewMałgorzata Ksionek2019-03-261-1/+1
| | | * | | | | | | Add cr remarksMałgorzata Ksionek2019-03-251-1/+1
| | | * | | | | | | Disallow changing namespace of a project in update methodMałgorzata Ksionek2019-03-201-0/+17
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Disallow guest users from accessing ReleasesShinya Maeda2019-03-262-2/+40
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'expose-mr-pipeline-parameters-for-merge-widget-ce' into 'master'Kamil Trzciński2019-04-023-42/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Backport EE changeexpose-mr-pipeline-parameters-for-merge-widget-ceShinya Maeda2019-04-023-42/+14
* | | | | | | | | Backport splitting approval changes from CEIgor2019-04-022-28/+13
* | | | | | | | | Monitor GraphQL with PrometheusJan Provaznik2019-04-021-0/+35
* | | | | | | | | Merge branch 'sh-fix-rugged-tree-entries' into 'master'Sean McGivern2019-04-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Avoid excessive recursive calls with Rugged TreeEntriessh-fix-rugged-tree-entriesStan Hu2019-03-311-1/+1
* | | | | | | | | | Merge branch 'issue_51789_part_1' into 'master'Sean McGivern2019-04-024-2/+115
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Address review commentsFelipe Artur2019-03-281-17/+10
| * | | | | | | | | Merge masterFelipe Artur2019-03-27852-5981/+24587
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove auto vacuum logic, decrease batch size and intervalFelipe Artur2019-03-011-33/+2
| * | | | | | | | | | Address review commentsFelipe Artur2019-02-191-5/+5
| * | | | | | | | | | Merge branch 'master' into issue_51789_part_1Felipe Artur2019-02-19126-923/+3008
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add more specs and code improvementsFelipe Artur2019-02-191-16/+37
| * | | | | | | | | | | Make migrations reschedulableFelipe Artur2019-02-181-0/+45
| * | | | | | | | | | | Add Reschedulable moduleFelipe Artur2019-02-151-5/+5
| * | | | | | | | | | | Fix specsFelipe Artur2019-02-152-2/+4
| * | | | | | | | | | | Add specs for issuable states syncFelipe Artur2019-02-141-0/+30
| * | | | | | | | | | | Split background migration for issues and merge requestsFelipe Artur2019-02-141-8/+8
| * | | | | | | | | | | Schedule background migrations and specsFelipe Artur2019-02-121-48/+12
| * | | | | | | | | | | Migrate issuable states to integer patch 1Felipe Artur2019-02-111-0/+89
* | | | | | | | | | | | Add new field to Clusters tableMayra Cabrera2019-04-021-0/+5
* | | | | | | | | | | | Fix group transfer selection possibilitiesPeter Marko2019-04-021-0/+33
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'bvl-stream-io-into-gitaly' into 'master'Nick Thomas2019-04-011-2/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Allow streaming io objects into GitalyBob Van Landuyt2019-04-011-2/+11
* | | | | | | | | | | | Merge branch 'winh-rejected-jest-promises' into 'master'Fatih Acet2019-04-012-4/+28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fail correct test for Promisewinh-rejected-jest-promisesWinnie Hellmann2019-03-291-4/+7
| * | | | | | | | | | | | Fail for unhandled Promise rejections in JestWinnie Hellmann2019-03-292-0/+21
* | | | | | | | | | | | | Add jQuery matchers to JestWinnie Hellmann2019-04-012-1/+9
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sh-force-gc-after-import' into 'master'Douglas Barbosa Alexandre2019-04-012-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \