summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prefer `flat_map` over `map` + `flatten`pl-flat_map-cePeter Leitzen2019-07-259-16/+14
| | | | | Convert several occurrences of `map` + `flatten` to `flat_map` where applicable.
* Merge branch 'label-descr-push-opts' into 'master'Lin Jen-Shin2019-07-255-10/+194
|\ | | | | | | | | Support title and desc on merge w/ push option See merge request gitlab-org/gitlab-ce!31068
| * Support title and desc on merge w/ push optionlabel-descr-push-optsChristian Couder2019-07-245-10/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `title` and `description` set using git push options. To create a new merge request and set its title and description: git push -u origin -o merge_request.create \ -o merge_request.title="My title" \ -o merge_request.description="My description" To update an existing merge request and set its title and description: git push -u origin -o merge_request.title="My title" \ -o merge_request.description="My description" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
* | Merge branch '54478-table_exists-not-compatible-with-rails-5-1' into 'master'Douglas Barbosa Alexandre2019-07-257-19/+5
|\ \ | | | | | | | | | | | | | | | | | | Resolve "table_exists? not compatible with Rails 5.1" Closes #54478 See merge request gitlab-org/gitlab-ce!30832
| * | Remove unneeded monkey-patch54478-table_exists-not-compatible-with-rails-5-1Heinrich Lee Yu2019-07-257-19/+5
| | | | | | | | | | | | | | | Changes all calls to data_source_exists? to table_exists? since that is the intent of these calls
* | | Merge branch 'remove-duplicate-ado-content' into 'master'Marcia Ramos2019-07-251-4/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove duplicate content about auto-devops customization See merge request gitlab-org/gitlab-ce!30929
| * | | Remove duplicate content about auto-devops customizationremove-duplicate-ado-contentKenny Johnston2019-07-191-4/+0
| | | |
* | | | Merge branch 'docs-single-codebase-details' into 'master'Marcia Ramos2019-07-251-33/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update guidance for EE doc submissions See merge request gitlab-org/gitlab-ce!31042
| * | | | Update guidance for EE doc submissionsMarcel Amirault2019-07-251-33/+10
|/ / / /
* | | | Merge branch 'docs/add-caution-to-gitlab-university' into 'master'Marcia Ramos2019-07-251-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Note GitLab University may be out of date in parts See merge request gitlab-org/gitlab-ce!31034
| * | | | Note GitLab University may be out of date in partsEvan Read2019-07-251-0/+4
|/ / / /
* | | | Merge branch 'docs/update-container-registry' into 'master'Marcia Ramos2019-07-252-35/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation for current state Closes #64710 See merge request gitlab-org/gitlab-ce!30873
| * | | | Update documentation for current stateEvan Read2019-07-252-35/+36
|/ / / /
* | | | Merge branch ↵Nick Thomas2019-07-251-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'qa-stop-printing-dots-while-retrieving-pod-names-in-review-deploy' into 'master' Stop printing dots while retrieving pod in review-apps.sh See merge request gitlab-org/gitlab-ce!31062
| * | | | Stop printing dots while retrieving pod in review-apps.shqa-stop-printing-dots-while-retrieving-pod-names-in-review-deployRémy Coutable2019-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'docs/improve-commit-email-steps' into 'master'Marcia Ramos2019-07-251-15/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve steps for setting commit email Closes #54881 See merge request gitlab-org/gitlab-ce!30833
| * | | | | Improve steps for setting commit emailEvan Read2019-07-251-15/+16
|/ / / / /
* | | | | Merge branch 'docs/ssot-phase-two' into 'master'Marcia Ramos2019-07-2510-24/+187
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refine topics for Phase 2 of SSoT audit Closes #64682 See merge request gitlab-org/gitlab-ce!30831
| * | | | | Refine topics for Phase 2 of SSoT auditEvan Read2019-07-2510-24/+187
|/ / / / / | | | | | | | | | | | | | | | | | | | | Includes admin_area and application_security topics.
* | | | | Merge branch 'docs/add-structure-to-cluster-topic' into 'master'Marcia Ramos2019-07-258-209/+225
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Restructure project cluster topic See merge request gitlab-org/gitlab-ce!31081
| * | | | | Restructure project cluster topicEvan Read2019-07-258-209/+225
|/ / / / / | | | | | | | | | | | | | | | | | | | | Also fixes links to section headings that have changed.
* | | | | Merge branch '64194-update-code-review-docs-with-examples' into 'master'Marcia Ramos2019-07-251-0/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a section of examples to code review docs Closes #64194 See merge request gitlab-org/gitlab-ce!30825
| * | | | | Add a section of examplesKerri Miller2019-07-251-0/+25
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a fairly good guide to Code Reviews, but can be improved by adding a few examples of what a good code review looks like at GitLab, specifically ones where there is a bit of back and forth, "nit-picking," etc. This would: + help set expectations of newly hired engineers around what our process looks like when it is functioning what level of scrutiny their code will be under + how we have technical conversations + show by example how after you're done crafting a solution, there can still be extra work done either tidying up code and/or managing the communication and conversations about your proposed MR
* | | | | Merge branch 'docs-fix-typo-dependencies' into 'master'Marcia Ramos2019-07-251-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in param name See merge request gitlab-org/gitlab-ce!31100
| * | | | | Fix typo in param nameTetiana Chupryna2019-07-251-2/+2
|/ / / / /
* | | | | Merge branch 'docs-nfriend-project-name-vs-project-path' into 'master'Marcia Ramos2019-07-251-1/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clarify difference between project name and project path for API usage See merge request gitlab-org/gitlab-ce!31019
| * | | | | Clarify project name vs pathdocs-nfriend-project-name-vs-project-pathNathan Friend2019-07-221-1/+6
| | | | | |
* | | | | | Merge branch 'sh-support-docker-oci-images' into 'master'Dmitriy Zaporozhets2019-07-255-5/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support Docker OCI images Closes gitlab-ee#12877 and #58685 See merge request gitlab-org/gitlab-ce!31127
| * | | | | | Support Docker OCI imagessh-support-docker-oci-imagesStan Hu2019-07-255-5/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docker Distribution v2.7.0 shipped with OCI support, but our container registry client was not updated to handle the manifest format in the HTTP `Accept` header. As a result, API calls to retrieve a manifest would return with an error, "OCI manifest found, but accept header does not support OCI manifests". This would result in blank fields in the container registry page and prevent tags from being deleted. To fix this, we just need to add `application/vnd.oci.image.manifest.v1+json` to the `Accept` header and configure Faraday to parse the response as JSON. The response structure is the same as the standard Docker Distribution V2 manifest. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58685 Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12877
* | | | | | | Merge branch '63457-additional-vue-autofixes' into 'master'Phil Hughes2019-07-254-15/+59
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vue-i18n: Autofix additional i18n lints for vue files See merge request gitlab-org/gitlab-ce!31125
| * | | | | | | Autofix i18n lints for vue filesEzekiel Kigbo2019-07-254-15/+59
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autofixes additional linting errors found in vue files.
* | | | | | | Merge branch 'refactor-redis-usage-counter-specs' into 'master'Nick Thomas2019-07-252-64/+66
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor usage data counters specs See merge request gitlab-org/gitlab-ce!31013
| * | | | | | | Refactor usage data counters specsrefactor-redis-usage-counter-specsAlex Kalderimis2019-07-222-64/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes these tests available for other implementations
* | | | | | | | Merge branch '9643-jira-api-serializer-ce' into 'master'Sean McGivern2019-07-252-1/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] Create serializer for Jira API JSON payload See merge request gitlab-org/gitlab-ce!31139
| * | | | | | | | Backport Jira issue key regexHeinrich Lee Yu2019-07-252-1/+7
| | | | | | | | |
* | | | | | | | | Merge branch 'tc-revert-rails5-workaround' into 'master'Andreas Brandl2019-07-251-5/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Workaround for Rails 5, where LIMIT..." See merge request gitlab-org/gitlab-ce!30780
| * | | | | | | | | Revert "Workaround for Rails 5, where LIMIT..."tc-revert-rails5-workaroundToon Claes2019-07-161-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6823e7defb45dfd86d5258b40d6f82482d1ef451. Originally implemented in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21839, but an error was reported in https://gitlab.com/gitlab-org/gitlab-ce/issues/51729 resulting in a workaround introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21879. Now Rails 5.2 is used, this workaround no longer seems needed, so this reverts it.
* | | | | | | | | | Merge branch 'add-caching-to-archive-endpoint' into 'master'Grzegorz Bizon2019-07-254-7/+108
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return an ETag header for the archive endpoint See merge request gitlab-org/gitlab-ce!30581
| * | | | | | | | | | Return an ETag headers for the archive endpointadd-caching-to-archive-endpointAhmad Sherif2019-07-234-7/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use the relative path of the archive to check for archive staleness.
* | | | | | | | | | | Merge branch 'rs-spec-parity' into 'master'Lin Jen-Shin2019-07-255-4/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial CE-EE parity for specs See merge request gitlab-org/gitlab-ce!31119
| * | | | | | | | | | Copy private_access_spec from EErs-spec-parityRobert Speicher2019-07-241-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Copy dashboard fixture schema from EERobert Speicher2019-07-241-1/+5
| | | | | | | | | | |
| * | | | | | | | | | CE-EE parity for spec/viewsRobert Speicher2019-07-242-0/+2
| | | | | | | | | | |
| * | | | | | | | | | CE-EE parity for interpret_service_specRobert Speicher2019-07-241-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'make-relative-positioning-module-reusable' into 'master'Bob Van Landuyt2019-07-255-261/+300
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make RelativePositioning reusable See merge request gitlab-org/gitlab-ce!30993
| * | | | | | | | | | Make RelativePositioning reusablemake-relative-positioning-module-reusableAdam Hegyi2019-07-245-261/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RelativePositioning module was heavily dependent on the Issue model. This changes makes it easier to reuse the functionality provided by RelativePositioning in other models. Needed by: https://gitlab.com/gitlab-org/gitlab-ee/issues/12196
* | | | | | | | | | | Merge branch 'sl-qa-staging-63-spam-issue-fix-ce' into 'master'Sanad Liaquat2019-07-252-3/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE port of "Fix spam in issue creation by making project private" See merge request gitlab-org/gitlab-ce!30997
| * | | | | | | | | | Adds visibility attr to projectsl-qa-staging-63-spam-issue-fix-ceSanad Liaquat2019-07-222-3/+5
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'docs-scim-updates' into 'master'Evan Read2019-07-254-21/+30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Improve SCIM documentation See merge request gitlab-org/gitlab-ce!31091
| * | | | | | | | | | | Docs: Improve SCIM documentationTristan Williams2019-07-254-21/+30
|/ / / / / / / / / / /