- 27 Aug, 2019 20 commits
-
-
Marcel Amirault authored
-
Stan Hu authored
Resolve "Store deploy tokens encrypted" Closes #63502 See merge request gitlab-org/gitlab-ce!30679
-
Stan Hu authored
Reduce the complexity of our CI configuration Closes #51367 and #65702 See merge request gitlab-org/gitlab-ce!31728
-
Michael Kozono authored
Add option to allow OAuth providers to bypass two factor Closes #56059 See merge request gitlab-org/gitlab-ce!31996
-
dodocat authored
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
-
Alexis Sánchez authored
-
Stan Hu authored
-
Etienne Baqué authored
-
Etienne Baqué authored
-
Etienne Baqué authored
-
Etienne Baqué authored
-
Etienne Baqué authored
-
Etienne Baqué authored
-
Etienne Baqué authored
-
Etienne Baqué authored
Added migrations to make token column accepting null values and to add encrypted token column.
-
Evan Read authored
CI Yaml configuration docs for using job rules See merge request gitlab-org/gitlab-ce!32026
-
drew authored
-
Ash McKenzie authored
Fix Piwik not working Closes #66627 See merge request gitlab-org/gitlab-ce!32234
-
- 26 Aug, 2019 20 commits
-
-
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
-
Michael 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
-
Jeremy Jackson authored
This reverts merge request !31826
-
Mayra Cabrera authored
Change database codeowners to database maintainer group See merge request gitlab-org/gitlab-ce!32229
-
Andreas Brandl authored
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
-
Russell Dickenson authored
-
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
-
Jacob Vosmaer authored
-
Stan Hu authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mayra Cabrera authored
Remove unnecessary include Closes gitlab-ee#13764 See merge request gitlab-org/gitlab-ce!32173
-
Reuben Pereira authored
-
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
-
Marcel Amirault authored
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
-
Marcel Amirault authored
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
-