summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot2019-09-2076-1860/+391
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-207-156/+138
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-203-45/+84
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-0/+47
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-199-62/+110
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-195-22/+148
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-7/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-0/+37
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1911-55/+234
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-192-6/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-194-10/+50
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-185-66/+141
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-189-20/+545
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1815-8/+224
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-18132-1186/+1550
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-176-37/+74
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1733-65/+421
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-0/+63
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-173-39/+180
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-172-4/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-166-29/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-167-61/+188
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1629-409/+709
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-166-11/+60
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-0/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-0/+34
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1410-305/+667
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1310-224/+694
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1343-46/+719
|
* Create self-monitoring project in background migrationReuben Pereira2019-09-122-213/+234
| | | | | - A regular migration caused problems such as https://gitlab.com/charts/gitlab/issues/1565.
* Merge branch '61841-fix-encoding-error-in-mr-diffs' into 'master'Nick Thomas2019-09-121-13/+46
|\ | | | | | | | | | | | | Fix encoding error in MR diffs Closes #61841 See merge request gitlab-org/gitlab-ce!32862
| * Fix encoding error in MR diffsHiroyuki Sato2019-09-101-13/+46
| |
* | Setup counter for Productivity AnalyticsAdam Hegyi2019-09-122-0/+11
| | | | | | | | This change sets up a usage counter for productivity analytics feature.
* | Merge branch 'fix-merge-request-spec' into 'master'Filipa Lacerda2019-09-121-3/+5
|\ \ | | | | | | | | | | | | Fix merge_request_spec test See merge request gitlab-org/gitlab-ce!32867
| * | Fix missing setTimeout in specfix-merge-request-specIllya Klymov2019-09-101-3/+5
| | |
* | | Fix create MR from issue using a tag as ref🙈 jacopo beschi 🙉2019-09-121-0/+16
| | | | | | | | | | | | | | | Creating a MR from an issue using a tag as ref correctly creates the source branch starting from the tag.
* | | Creates job log componentFilipa Lacerda2019-09-125-49/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates vue and vuex support for new job log Creates the new log.vue component to handle the new format Updates the store to use the new parser Creates an utility function to handle the incremental log
* | | Merge branch 'fix-invalid-formdata-usage' into 'master'Kushal Pandya2019-09-122-7/+4
|\ \ \ | | | | | | | | | | | | | | | | Fix invalid usage of FormData in karma tests See merge request gitlab-org/gitlab-ce!32865
| * | | Fix FormData usage in karma testsfix-invalid-formdata-usageIllya Klymov2019-09-102-7/+4
| |/ /
* | | Hide resolve thread button from guestSamantha Ming2019-09-123-0/+16
| | | | | | | | | | | | - Show if user can_resolve all of the notes
* | | Refactor DiffFileHeader testsIllya Klymov2019-09-123-714/+473
| | | | | | | | | | | | | | | | | | * Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component
* | | Merge branch 'static-objects-external-storage' into 'master'Thong Kuah2019-09-1111-1/+343
|\ \ \ | | | | | | | | | | | | | | | | Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
| * | | Enable serving static objects from an external storagestatic-objects-external-storageAhmad Sherif2019-09-1011-1/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
* | | | Merge branch 'ce-indicator-for-pipeline-for-merge-train' into 'master'Thong Kuah2019-09-113-76/+60
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | CE backport for gitlab-org/gitlab-ee!14664: Show indicator to Pipelines for merge train See merge request gitlab-org/gitlab-ce!32025
| * | | | Make MR pipeline widget text more descriptive (CE)ce-indicator-for-pipeline-for-merge-trainNathan Friend2019-09-113-76/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change updates the text of the pipeline widget that appears on the merge request page. The text has been made more consistent between different types of pipelines; this makes the front-end implementation simpler and more maintainable. In addition, the type of pipeline is (i.e. regular pipeline, merge request pipeline, detached pipeline) included in the text, making this type more obvious to the end user. Some information has been removed from the widget as part of this change; however, any information that was removed already appears elsewhere on the merge request page.
* | | | | Add source and merge_request fields to pipeline event webhookBian Jiaping2019-09-111-0/+18
| | | | |
* | | | | Use 'gitlab_chronic_duration' gemAleksei Lipniagov2019-09-112-28/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
* | | | | Replacing vue-resource with axios in Markdown fieldWinnie Hellmann2019-09-111-19/+18
| | | | |
* | | | | Add rake task `db:obsolete_ignored_columns`Peter Leitzen2019-09-111-0/+43
| | | | | | | | | | | | | | | | | | | | Show a list of obsolete `ignored_columns`