- Aug 27, 2019
-
-
Mike Kozono authored
Add option to allow OAuth providers to bypass two factor Closes #56059 See merge request gitlab-org/gitlab-ce!31996
-
allow_bypass_two_factor configration dose not work with saml provider
-
Evan Read authored
Docs: Remove mention of Kubernetes service templates See merge request gitlab-org/gitlab-ce!32093
-
Evan Read authored
Update doc/api/events.md See merge request gitlab-org/gitlab-ce!32071
-
-
Evan Read authored
CI Yaml configuration docs for using job rules See merge request gitlab-org/gitlab-ce!32026
-
Ash McKenzie authored
Fix Piwik not working Closes #66627 See merge request gitlab-org/gitlab-ce!32234
-
- Aug 26, 2019
-
-
Stan Hu authored
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
-
Mike Kozono authored
Guard against deleted project feature entry Closes #66482 See merge request gitlab-org/gitlab-ce!32187
-
Mayra Cabrera authored
Revert "Merge branch 'user-tracking-settings' into 'master'" See merge request gitlab-org/gitlab-ce!32235
-
This reverts merge request !31826
-
Mayra Cabrera authored
Change database codeowners to database maintainer group See merge request gitlab-org/gitlab-ce!32229
-
Aligning with backend maintainers, @gitlab-org/maintainers/database is now used for codeowners.
-
Tim Zallmann authored
apps: remove the too big "Mirror a repository" header Closes #66445 See merge request gitlab-org/gitlab-ce!32097
-
Achilleas Pipinellis authored
Added note that Multiple Issue Boards moved tiers. See merge request gitlab-org/gitlab-ce!31829
-
-
Mike Greiling authored
fix: remove double % See merge request gitlab-org/gitlab-ce!32178
-
Achilleas Pipinellis authored
Add documentation about Gitaly concurrency limiter See merge request gitlab-org/gitlab-ce!31902
-
-
Mayra Cabrera authored
Remove unnecessary include Closes gitlab-ee#13764 See merge request gitlab-org/gitlab-ce!32173
-
-
Stan Hu authored
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
-
Achilleas Pipinellis authored
Change mdl to markdownlint for docs linting Closes #65806 See merge request gitlab-org/gitlab-ce!31994
-
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
-
Achilleas Pipinellis authored
Add backticks and remove brackets causing kramdown warnings See merge request gitlab-org/gitlab-ce!32197
-
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
-
Achilleas Pipinellis authored
Document that License Compliance defaults to Python 3 See merge request gitlab-org/gitlab-ce!31910
-
License Compliance now uses Python 3 by default. See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
-
Achilleas Pipinellis authored
Update docs for forgotten secrets file See merge request gitlab-org/gitlab-ce!31393
-
These need to be reset
-
Achilleas Pipinellis authored
Added sample to container scanning See merge request gitlab-org/gitlab-ce!32166
-
Updated container scanning docs with a sample config
-
Achilleas Pipinellis authored
Document how GitLab stores passwords See merge request gitlab-org/gitlab-ce!32077
-
Achilleas Pipinellis authored
Improve Gitaly path details See merge request gitlab-org/gitlab-ce!31931
-
Achilleas Pipinellis authored
Add Documentation for `line-chart` See merge request gitlab-org/gitlab-ce!32075
-
-
Lin Jen-Shin authored
Add first and last name to User model See merge request gitlab-org/gitlab-ce!31985
-
Removed unused method for name setter method
-