summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Use application finder for Doorkeeper ApplicationsJB Vasseur2018-10-152-6/+29
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Use have_gitlab_http_status following best practices !22296JB Vasseur2018-10-151-11/+11
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Do not return secret from GET /applications !22296JB Vasseur2018-10-121-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | disable CodeReuse/ActiveRecordJB Vasseur2018-10-121-0/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Improve call for retrieving all applications !22296JB Vasseur2018-10-121-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add changelog !22296JB Vasseur2018-10-121-0/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Non-authenticated user test should not have user passed in the API call !22296JB Vasseur2018-10-121-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Differentiate test application valuesJB Vasseur2018-10-121-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Hit the databaseJB Vasseur2018-10-111-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix unauthorized user tests and add non-authenticated user testsJB Vasseur2018-10-111-3/+19
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix testsJB Vasseur2018-10-111-5/+7
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Support GET /applications and DELETE /applications/:id endpoints #52559JB Vasseur2018-10-113-2/+104
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Expose id and name attributes to Applications APIJB Vasseur2018-10-111-0/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'fe-ac-review-app-changes-33418' into 'master'Phil Hughes2018-10-2210-61/+427
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: Review app changes Closes #33418 See merge request gitlab-org/gitlab-ce!22363
| * | | | | | | | | | | | | | | | | | Frontend: Review app changesFilipa Lacerda2018-10-2210-61/+427
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'fix-base64-encoded-file-uploads' into 'master'Phil Hughes2018-10-223-36/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove base64 encoding from files that contain plain text Closes #48746 See merge request gitlab-org/gitlab-ce!22425
| * | | | | | | | | | | | | | | | | | Remove base64 encoding from files that contain plain textJacques Erasmus2018-10-223-36/+47
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch '52690-clean-up-windows-scroll-in-job-spec-test' into 'master'Filipa Lacerda2018-10-221-27/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove window scroll in features/project/job_spec Closes #52690 See merge request gitlab-org/gitlab-ce!22512
| * | | | | | | | | | | | | | | | | Remove window scroll in features/project/job_specSteve Azzopardi2018-10-221-27/+9
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have some tests that execute `execute_script "window.scrollTo(0,0)"` which is not needed since we are just checking the dom, which end up in a some slower tests. Move the `before` block for `when job starts environment` sub contextes to one block since all of the are the same. Some formatting fixes to be consistent. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52690
* | | | | | | | | | | | | | | | | Merge branch 'use-raw-file-format' into 'master'Grzegorz Bizon2018-10-2224-76/+2722
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add RAW file format which is used to store security reports Closes gitlab-ee#7996 See merge request gitlab-org/gitlab-ce!22365
| * | | | | | | | | | | | | | | | Make all legacy security reports to use raw formatuse-raw-file-formatKamil Trzciński2018-10-1624-76/+2722
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This introduces and uses `:raw` format for all legacy reports, the ones that do not have yet proper parsers on Backend - Raw format is needed to make Frontend be able to parse reports, without the need of decompressing, - This also extends fixtures to seed security reports with database, even though parser code is part of EE
* | | | | | | | | | | | | | | | | Merge branch 'rails5-fix-delete-blob' into 'master'Grzegorz Bizon2018-10-222-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails5: fix delete blob See merge request gitlab-org/gitlab-ce!22456
| * | | | | | | | | | | | | | | | | Rails5: fix delete blobJasper Maes2018-10-182-1/+6
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'frozen-string-enable-lib-gitlab' into 'master'Rémy Coutable2018-10-22151-22/+327
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable frozen string for lib/gitlab/*.rb See merge request gitlab-org/gitlab-ce!22440
| * | | | | | | | | | | | | | | | | Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-22151-22/+327
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch '51366-custom-repos-trait-docs' into 'master'Rémy Coutable2018-10-221-0/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the :repository and :custom_repo traits Closes #51366 See merge request gitlab-org/gitlab-ce!22480
| * | | | | | | | | | | | | | | | | Document the :repository and :custom_repo traitsNick Thomas2018-10-191-0/+31
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '52978-update-git-repos-for-dev' into 'master'Rémy Coutable2018-10-221-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the moved Git repos for developers Closes #52978 See merge request gitlab-org/gitlab-ce!22510
| * | | | | | | | | | | | | | | | Update the moved Git repos for developersTakuya Noguchi2018-10-221-5/+5
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | | | | | | | | | | Merge branch 'docs/mr-template-moving-tiers' into 'master'Marcia Ramos2018-10-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Moving tiers" item to docs MR template See merge request gitlab-org/gitlab-ce!22486
| * | | | | | | | | | | | | | | | Add "Moving tiers" item to docs MR templateAchilleas Pipinellis2018-10-191-0/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'patch-32' into 'master'Stan Hu2018-10-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix a typo in repositories.md (contend -> content) See merge request gitlab-org/gitlab-ce!22508
| * | | | | | | | | | | | | | | | fix a typo in repositories.md (contend -> content)Maurits2018-10-211-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch ↵Douwe Maan2018-10-194-42/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '52772-assign-me-quick-action-doesn-t-work-if-there-is-extra-white-space' into 'master' Resolve "/assign me quick action doesn't work if there is extra white space" Closes #52772 See merge request gitlab-org/gitlab-ce!22402
| * | | | | | | | | | | | | | | Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉2018-10-194-42/+45
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher2018-10-1911-18/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
| * | | | | | | | | | | | | | | Backport CE to changes to support group-level file templatesNick Thomas2018-10-196-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
| * | | | | | | | | | | | | | | Stop using ivars in BlobHelper template methodsNick Thomas2018-10-194-11/+11
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Harden a specNick Thomas2018-10-191-0/+3
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '42396-pristine-test-environments-docs' into 'master'Robert Speicher2018-10-191-0/+124
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document how GitLab keeps its tests pristine Closes #42396 See merge request gitlab-org/gitlab-ce!22481
| * | | | | | | | | | | | | | | Document how GitLab keeps its tests pristineNick Thomas2018-10-191-0/+124
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'allow-to-configure-cache-path' into 'master'Clement Ho2018-10-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to configure cache path for webpack See merge request gitlab-org/gitlab-ce!22497
| * | | | | | | | | | | | | | | Allow to configure cache path for webpackKamil Trzciński2018-10-191-1/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'rename-scheduled-label-badges' into 'master'Kamil Trzciński2018-10-1914-25/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename "scheduled" label/badge of delayed jobs to "delayed" Closes #52130 See merge request gitlab-org/gitlab-ce!22245
| * | | | | | | | | | | | | | | Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-1914-25/+30
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch '51955-change-single-item-breadcrumbs-to-page-titles' into 'master'Annabel Dunstone Gray2018-10-1918-26/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Change single-item breadcrumbs to page titles" Closes #51955 See merge request gitlab-org/gitlab-ce!22155
| * | | | | | | | | | | | | | | Change single-item breadcrumbs to page titlesDmitriy Zaporozhets2018-10-1918-26/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | | | | Merge branch 'jivl-fix-bar-char-transient-spec-failure' into 'master'Filipa Lacerda2018-10-192-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix transient failure from the bar_chart.vue component Closes gitlab-ee#8062 See merge request gitlab-org/gitlab-ce!22495
| * | | | | | | | | | | | | | | | Fix transient failure from the bar_chart.vue componentJose Vargas2018-10-192-6/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'gt-remove-empty-spec-describe-blocks' into 'master'Clement Ho2018-10-194-14/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove empty spec describe blocks Closes #52842 See merge request gitlab-org/gitlab-ce!22451