- 29 Aug, 2019 13 commits
-
-
GitLab Release Tools Bot authored
Enforce max chars and max render time in markdown math See merge request gitlab/gitlabhq!3277
-
GitLab Release Tools Bot authored
Project visibility restriction bypass See merge request gitlab/gitlabhq!3306
-
GitLab Release Tools Bot authored
Prevent disclosure of merge request id via email See merge request gitlab/gitlabhq!3313
-
GitLab Release Tools Bot authored
Add merge note type as cross reference See merge request gitlab/gitlabhq!3319
-
GitLab Release Tools Bot authored
admin_group authorization for Groups::RunnersController See merge request gitlab/gitlabhq!3325
-
GitLab Release Tools Bot authored
Restrict MergeRequests#test_reports to authenticated users with read-access on Builds See merge request gitlab/gitlabhq!3329
-
GitLab Release Tools Bot authored
Clear reset_password_tokens when login (email or username) change See merge request gitlab/gitlabhq!3334
-
GitLab Release Tools Bot authored
Introduce JobActivity limit for alive jobs Closes gitlab-ee#376 See merge request gitlab/gitlabhq!3339
-
GitLab Release Tools Bot authored
Re-escape the whole HTML content when finding HTML references See merge request gitlab/gitlabhq!3340
-
GitLab Release Tools Bot authored
Avoid exposing unaccessible repo data upon GFM post processing See merge request gitlab/gitlabhq!3344
-
GitLab Release Tools Bot authored
DNS Rebind SSRF in Kubernetes Integration See merge request gitlab/gitlabhq!3345
-
GitLab Release Tools Bot authored
Send TODOs for comments on commits correctly See merge request gitlab/gitlabhq!3361
-
GitLab Release Tools Bot authored
Gitaly: ignore git redirects See merge request gitlab/gitlabhq!3373
-
- 28 Aug, 2019 1 commit
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- 27 Aug, 2019 2 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- 26 Aug, 2019 6 commits
-
-
Jacob Vosmaer authored
-
Kushal Pandya authored
Update dependency @gitlab/svgs to ^1.70.0 See merge request gitlab-org/gitlab-ce!32162
-
Ash McKenzie authored
Bump ruby-prof to 1.0.0 See merge request gitlab-org/gitlab-ce!29588
-
Thong Kuah authored
Install Unleash Client Gem See merge request gitlab-org/gitlab-ce!32065
-
Jason Goodman authored
-
Ash McKenzie authored
Backport expired job artifact trait See merge request gitlab-org/gitlab-ce!32179
-
- 25 Aug, 2019 2 commits
-
-
Stan Hu authored
Add helpers to exactly undo cleanup_concurrent_column_rename See merge request gitlab-org/gitlab-ce!32183
-
Reuben Pereira authored
- Also add helper to undo rename_column_concurrently.
-
- 24 Aug, 2019 7 commits
-
-
Stan Hu authored
This is significant improvement over the previous releases: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
-
Gabriel Mazetto authored
-
Stan Hu authored
Preload tags when loading Ci::Pipeline Closes #60925 See merge request gitlab-org/gitlab-ce!32149
-
Fatih Acet authored
Fix Serverless entry page layout Closes #64764 See merge request gitlab-org/gitlab-ce!32029
-
Tim Zallmann authored
Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
-
Stan Hu authored
Delete rename trigger before creating to prevent error See merge request gitlab-org/gitlab-ce!32147
-
Reuben Pereira authored
- When renaming a column concurrently, drop any existing trigger before attempting to create a new one. When running migration specs multiple times (as it happens during local development), the down method of previous migrations are called. If any of the called methods contains a call to rename_column_concurrently, a trigger will be created and not removed. So, the next time a migration spec is run, if the same down method is executed again, it will cause an error when attempting to create the trigger (since it already exists). Dropping the trigger if it already exists will prevent this problem.
-
- 23 Aug, 2019 9 commits
-
-
Mayra Cabrera authored
Add migration to execute SelfMonitoring::Project::CreateService See merge request gitlab-org/gitlab-ce!31389
-
Reuben Pereira authored
Add to the service and migration both.
-
Mike Greiling authored
Fix issuable sidebar icon of notification disabled See merge request gitlab-org/gitlab-ce!32134
-
Mike Lewis authored
Fix link to issue template See merge request gitlab-org/gitlab-ce!32144
-
Achilleas Pipinellis authored
-
Stan Hu authored
Adds cop to enforce string limits on migrations See merge request gitlab-org/gitlab-ce!31433
-
Mayra Cabrera authored
This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
-
Mayra Cabrera authored
Merge branch '55999-misleading-pipeline-tooltip-messages-and-misleading-ci-status-icons-on-simple-commits' into 'master' Change misleading pipeline status tooltip See merge request gitlab-org/gitlab-ce!31861
-
Scott Hampton authored
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
-