summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'doc_api_events' into 'master'Evan Read2019-08-271-6/+6
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/api/events.md See merge request gitlab-org/gitlab-ce!32071
| * | | | | | | | Update doc/api/events.mdAlexis Sánchez2019-08-271-6/+6
|/ / / / / / / /
* | | | | | | | Merge branch 'ci-job-rules-docs' into 'master'Evan Read2019-08-271-0/+120
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI Yaml configuration docs for using job rules See merge request gitlab-org/gitlab-ce!32026
| * | | | | | | | CI Yaml configuration docs for using job rulesdrew2019-08-271-0/+120
|/ / / / / / / /
* | | | | | | | Merge branch 'sh-fix-piwik-template' into 'master'Ash McKenzie2019-08-273-2/+27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Piwik not working Closes #66627 See merge request gitlab-org/gitlab-ce!32234
| * | | | | | | | Fix Piwik not workingsh-fix-piwik-templateStan Hu2019-08-263-2/+27
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to indentation, the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31402 broke the templating of Piwik script header. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66627
* | | | | | | | Merge branch 'sh-guard-against-orphaned-project-feature' into 'master'Michael Kozono2019-08-263-0/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guard against deleted project feature entry Closes #66482 See merge request gitlab-org/gitlab-ce!32187
| * | | | | | | | Guard against deleted project feature entryStan Hu2019-08-263-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/issues/66482, we see that a project's `project_feature` association may be lazily loaded and hence return `nil` if the entry is deleted if the `Project` is already loaded in memory. To ensure we don't fail hard when this happens, assume all features are disabled. We can fix this issue by eager loading the `project_feature` in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32169, but we shouldn't have to depend on that. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66482
* | | | | | | | | Merge branch 'revert-e2251a09' into 'master'Mayra Cabrera2019-08-268-204/+105
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'user-tracking-settings' into 'master'" See merge request gitlab-org/gitlab-ce!32235
| * | | | | | | | | Revert "Merge branch 'user-tracking-settings' into 'master'"Jeremy Jackson2019-08-268-204/+105
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !31826
* | | | | | | | | Merge branch 'ab-codeowners-database' into 'master'Mayra Cabrera2019-08-261-6/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change database codeowners to database maintainer group See merge request gitlab-org/gitlab-ce!32229
| * | | | | | | | | Change database maintainers group for codeownersAndreas Brandl2019-08-261-6/+7
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aligning with backend maintainers, @gitlab-org/maintainers/database is now used for codeowners.
* | | | | | | | | Merge branch 'setting_mirror_repos_too_big' into 'master'Tim Zallmann2019-08-262-5/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apps: remove the too big "Mirror a repository" header Closes #66445 See merge request gitlab-org/gitlab-ce!32097
| * | | | | | | | locale: remove unused "Mirror a repository" entryNeroBurner2019-08-231-3/+0
| | | | | | | | |
| * | | | | | | | apps: remove the too big "Mirror a repository" headerNeroBurner2019-08-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/66445
* | | | | | | | | Merge branch 'docs/53811-move-multiple-issue-boards-to-free-and-core' into ↵Achilleas Pipinellis2019-08-263-22/+14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Added note that Multiple Issue Boards moved tiers. See merge request gitlab-org/gitlab-ce!31829
| * | | | | | | | | Added note that Multiple Issue Boards moved tiers.Russell Dickenson2019-08-263-22/+14
|/ / / / / / / / /
* | | | | | | | | Merge branch 'patch-74' into 'master'Mike Greiling2019-08-262-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: remove double % See merge request gitlab-org/gitlab-ce!32178
| * | | | | | | | | fix: remove double % from layout width descriptionВладислав Поляков2019-08-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update show.html.haml
* | | | | | | | | | Merge branch 'docs-jv-gitaly-concurrency-limiter' into 'master'Achilleas Pipinellis2019-08-261-0/+41
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation about Gitaly concurrency limiter See merge request gitlab-org/gitlab-ce!31902
| * | | | | | | | | | Add documentation about Gitaly concurrency limiterJacob Vosmaer2019-08-261-0/+41
|/ / / / / / / / / /
* | | | | | | | | | Merge branch '13764-fix' into 'master'Mayra Cabrera2019-08-261-2/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary include Closes gitlab-ee#13764 See merge request gitlab-org/gitlab-ce!32173
| * | | | | | | | | Remove unnecessary includeReuben Pereira2019-08-261-2/+0
|/ / / / / / / / /
* | | | | | | | | Merge branch 'mdl-to-markdownlint' into 'master'Achilleas Pipinellis2019-08-2610-64/+55
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change mdl to markdownlint for docs linting Closes #65806 See merge request gitlab-org/gitlab-ce!31994
| * | | | | | | | | Change docs markdown linterMarcel Amirault2019-08-2610-64/+55
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
* | | | | | | | | Merge branch 'docs-kramdown-warnings-3' into 'master'Achilleas Pipinellis2019-08-263-181/+170
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add backticks and remove brackets causing kramdown warnings See merge request gitlab-org/gitlab-ce!32197
| * | | | | | | | | Add backticks and remove square bracketsMarcel Amirault2019-08-263-181/+170
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
* | | | | | | | | Merge branch 'ee-12032-defaults-to-python-3-docs' into 'master'Achilleas Pipinellis2019-08-261-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that License Compliance defaults to Python 3 See merge request gitlab-org/gitlab-ce!31910
| * | | | | | | | | License Compliance defaults to Python 3Fabien Catteau2019-08-261-4/+4
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License Compliance now uses Python 3 by default. See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
* | | | | | | | | Merge branch 'master' into 'master'Achilleas Pipinellis2019-08-261-0/+23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs for forgotten secrets file See merge request gitlab-org/gitlab-ce!31393
| * | | | | | | | | ci_builds also has encrypted tokensBill Bagdon2019-08-261-0/+23
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | These need to be reset
* | | | | | | | | Merge branch 'doc-sethgitlab-csupdate' into 'master'Achilleas Pipinellis2019-08-261-1/+31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added sample to container scanning See merge request gitlab-org/gitlab-ce!32166
| * | | | | | | | | Updated container scanningSeth Berger2019-08-261-1/+31
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated container scanning docs with a sample config
* | | | | | | | | Merge branch 'docs-password-storage' into 'master'Achilleas Pipinellis2019-08-262-0/+14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document how GitLab stores passwords See merge request gitlab-org/gitlab-ce!32077
| * | | | | | | | | Improve readability of salting descriptiondocs-password-storageChristiaan Conover2019-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a comma in the final sentence of the description of salting, to improve the readability of what's being said.
| * | | | | | | | | Fix a typo in the section on stretchingChristiaan Conover2019-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct a typo in the description of how passwords are stretched.
| * | | | | | | | | Fix link syntax typoChristiaan Conover2019-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a missing parentheses in the markdown for a link caused by the URL containing parentheses.
| * | | | | | | | | Document how GitLab stores passwordsChristiaan Conover2019-08-212-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide details on how GitLab stores passwords, including hashing, stretching, and salting. This was driven by a customer asking for this information for a security compliance audit report.
* | | | | | | | | | Merge branch 'docs-gitaly-path-fixes' into 'master'Achilleas Pipinellis2019-08-261-9/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Gitaly path details See merge request gitlab-org/gitlab-ce!31931
| * | | | | | | | | | Improve Gitaly path detailsBen Bodenmiller2019-08-261-9/+13
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65422
* | | | | | | | | | Merge branch '66132-document-new-line-chart-in-panel-metric-type' into 'master'Achilleas Pipinellis2019-08-261-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Documentation for `line-chart` See merge request gitlab-org/gitlab-ce!32075
| * | | | | | | | | | Add Documentation for `line-chart`Miguel Rincon2019-08-261-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'user_name_migration' into 'master'Lin Jen-Shin2019-08-265-2/+53
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add first and last name to User model See merge request gitlab-org/gitlab-ce!31985
| * | | | | | | | | | Using before_save method instead of setterAishwarya Subramanian2019-08-265-2/+53
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused method for name setter method
* | | | | | | | | | Merge branch 'user-tracking-settings' into 'master'Jan Provaznik2019-08-268-105/+204
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusts snowplow to use cookies for sessions Closes telemetry#77 See merge request gitlab-org/gitlab-ce!31826
| * | | | | | | | | | Changes snowplow to use cookies for sessionsJeremy Jackson2019-08-268-105/+204
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also restructures how and where the configuration for Snowplow lives.
* | | | | | | | | | Merge branch 'sh-fix-nplusone-issues' into 'master'Mayra Cabrera2019-08-264-2/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix N+1 Gitaly calls in /api/v4/projects/:id/issues See merge request gitlab-org/gitlab-ce!32171
| * | | | | | | | | | Fix N+1 Gitaly calls in /api/v4/projects/:id/issuessh-fix-nplusone-issuesStan Hu2019-08-234-2/+15
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31938. In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
* | | | | | | | | | Merge branch 'bw-move-funtion-to-resolver' into 'master'Mayra Cabrera2019-08-2611-33/+58
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade GraphQL gem to 1.8.4 and replace echo function with a resolver See merge request gitlab-org/gitlab-ce!32016
| * | | | | | | | | | Replace echo function with a resolverBrett Walker2019-08-2611-33/+58
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `GraphQL::Function` has been deprecated in favor of resolvers.