- 29 Aug, 2019 19 commits
-
-
GitLab Release Tools Bot authored
Add direct upload support for personal snippets See merge request gitlab/gitlabhq!3226
-
GitLab Release Tools Bot authored
Fix HTML injection for label description See merge request gitlab/gitlabhq!3250
-
GitLab Release Tools Bot authored
Fix DNS rebind vulnerability for JIRA integration See merge request gitlab/gitlabhq!3266
-
GitLab Release Tools Bot authored
Limit the size of issuable description and comments See merge request gitlab/gitlabhq!3267
-
GitLab Release Tools Bot authored
Require a captcha after unique failed logins from the same IP See merge request gitlab/gitlabhq!3270
-
GitLab Release Tools Bot authored
Permission fix for MergeRequestsController#pipeline_status See merge request gitlab/gitlabhq!3274
-
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 3 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
-