- 13.01.2020 3 коммита
-
-
GitLab Release Tools Bot создал
-
GitLab Release Tools Bot создал
-
-
- 10.01.2020 1 коммит
-
-
GitLab Bot создал
-
- 02.01.2020 3 коммита
-
-
GitLab Release Tools Bot создал
-
GitLab Release Tools Bot создал
-
-
- 31.12.2019 1 коммит
-
-
GitLab Bot создал
-
- 16.12.2019 1 коммит
-
-
GitLab Bot создал
-
- 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!3578
-
- 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 6 коммитов
-
-
GitLab Release Tools Bot создал
-
GitLab Release Tools Bot создал
-
-
GitLab Release Tools Bot создал
-
GitLab Release Tools Bot создал
-
-
- 26.11.2019 15 коммитов
-
-
-
GitLab Release Tools Bot создал
Update Workhorse and Gitaly to fix a security issue See merge request gitlab/gitlabhq!3500
-
GitLab Release Tools Bot создал
Use Gitlab::HTTP for all chat notifications See merge request gitlab/gitlabhq!3516
-
GitLab Release Tools Bot создал
Fix private comment Elasticsearch leak See merge request gitlab/gitlabhq!3524
-
GitLab Release Tools Bot создал
Hide AWS secret on Admin Integration page See merge request gitlab/gitlabhq!3526
-
Justin Ho Tuan Duong создал
-
GitLab Release Tools Bot создал
Prevent guests from seeing commits for cycle analytics See merge request gitlab/gitlabhq!3533
-
GitLab Release Tools Bot создал
Related Branches Visible to Guests in Issue Activity See merge request gitlab/gitlabhq!3539
-
GitLab Release Tools Bot создал
GitLab stores AWS, Slack, Askimet, reCaptcha tokens in plaintext See merge request gitlab/gitlabhq!3542
-
GitLab Release Tools Bot создал
Escape namespace in label references See merge request gitlab/gitlabhq!3551
-
GitLab Release Tools Bot создал
Check permissions before showing a forked project's source See merge request gitlab/gitlabhq!3556
-
GitLab Release Tools Bot создал
Ensure attributes that end in `_ids` are cleaned See merge request gitlab/gitlabhq!3559
-
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 создал
-