- 10.12.2019 1 коммит
-
-
GitLab Release Tools Bot создал
-
- 09.12.2019 3 коммита
-
-
GitLab Release Tools Bot создал
-
-
Alessio Caiazza создал
Trigger Elasticsearch indexing when public group moved to private See merge request gitlab/gitlabhq!3579
-
- 06.12.2019 2 коммита
-
-
Dylan Griffith создал
This fixes https://gitlab.com/gitlab-org/gitlab/issues/37766 which is caused by the fact that we leave the stale permissions data in the index after a group is moved to another group.
-
GitLab Bot создал
-
- 27.11.2019 4 коммита
-
-
GitLab Release Tools Bot создал
-
GitLab Release Tools Bot создал
-
-
GitLab Release Tools Bot создал
-
- 26.11.2019 17 коммитов
-
-
GitLab Release Tools Bot создал
-
-
-
GitLab Release Tools Bot создал
Update Workhorse and Gitaly to fix a security issue See merge request gitlab/gitlabhq!3501
-
GitLab Release Tools Bot создал
Use Gitlab::HTTP for all chat notifications See merge request gitlab/gitlabhq!3515
-
GitLab Release Tools Bot создал
Fix private comment Elasticsearch leak See merge request gitlab/gitlabhq!3523
-
GitLab Release Tools Bot создал
Hide AWS secret on Admin Integration page See merge request gitlab/gitlabhq!3527
-
Justin Ho Tuan Duong создал
-
GitLab Release Tools Bot создал
Prevent guests from seeing commits for cycle analytics See merge request gitlab/gitlabhq!3535
-
GitLab Release Tools Bot создал
Related Branches Visible to Guests in Issue Activity See merge request gitlab/gitlabhq!3540
-
GitLab Release Tools Bot создал
GitLab stores AWS, Slack, Askimet, reCaptcha tokens in plaintext See merge request gitlab/gitlabhq!3541
-
GitLab Release Tools Bot создал
Escape namespace in label references See merge request gitlab/gitlabhq!3552
-
GitLab Release Tools Bot создал
Check permissions before showing a forked project's source See merge request gitlab/gitlabhq!3557
-
GitLab Release Tools Bot создал
Ensure attributes that end in `_ids` are cleaned See merge request gitlab/gitlabhq!3560
-
Imre Farkas создал
-
DJ Mountney создал
This prevents an issue where you can steal other projects objects by asking for ids that don't belong to you in import.
-
GitLab Bot создал
-
- 25.11.2019 3 коммита
-
-
Nick Thomas создал
-
Arturo Herrero создал
We had concerns about the cached values on Redis with the previous two releases strategy: First release (this commit): - Create new encrypted fields in the database. - Start populating new encrypted fields, read the encrypted fields or fallback to the plaintext fields. - Backfill the data removing the plaintext fields to the encrypted fields. Second release: - Remove the virtual attribute (created in step 2). - Drop plaintext columns from the database (empty columns after step 3). We end up with a better strategy only using migration scripts in one release: - Pre-deployment migration: Add columns required for storing encrypted values. - Pre-deployment migration: Store the encrypted values in the new columns. - Post-deployment migration: Remove the old unencrypted columns -
Heinrich Lee Yu создал
When referencing cross-namespace labels, we append the namespace name to the rendered label. This MR escapes the name to prevent XSS attacks.
-
- 22.11.2019 1 коммит
-
-
Patrick Derichs создал
-
- 21.11.2019 1 коммит
-
-
Arturo Herrero создал
This is the plan to encrypt the plaintext tokens: First release (this commit): 1. Create new encrypted fields in the database. 2. Start populating new encrypted fields, read the encrypted fields or fallback to the plaintext fields. 3. Backfill the data removing the plaintext fields to the encrypted fields. Second release: 4. Remove the virtual attribute (created in step 2). 5. Drop plaintext columns from the database (empty columns after step 3).
-
- 20.11.2019 4 коммита
-
-
Kerri Miller создал
Notes related to branch creation should not be shown in an issue's activity feed when the user doesn't have access to :download_code.
-
Aakriti Gupta создал
- if the user has access level lower than REPORTER, don't include commit count in summary
-
Brandon Labuschagne создал
Default number of items is 3. If this is not the case, then increase the column width of the summary items to cater for 2 items plus the date filter.
-
Nick Thomas создал
-
- 15.11.2019 4 коммита
-
-
Dylan Griffith создал
-
Mark Chao создал
-
-
Mark Chao создал
Some feature allows GUEST to access only if project is not private. This method returns access level when targeting private projects.
-