- 15 Jan, 2019 25 commits
-
-
Sean McGivern authored
Add ApprovalState See merge request gitlab-org/gitlab-ee!8974
-
GitLab Bot authored
-
Rémy Coutable authored
Fix failing MySQL spec due to deadlock condition Closes #55161 See merge request gitlab-org/gitlab-ce!24378
-
GitLab Bot authored
-
Lin Jen-Shin authored
Ignore Repository::AmbiguousRefError in db/fixtures/development See merge request gitlab-org/gitlab-ce!24366
-
Kamil Trzciński authored
Support Ajax endpoints for FeatureFlagsController See merge request gitlab-org/gitlab-ee!9127
-
Filipa Lacerda authored
Backporting a change in ee branch See merge request gitlab-org/gitlab-ce!23559
-
GitLab Bot authored
-
Phil Hughes authored
Resolve "When merging an MR, the squash checkbox isn't always supported" Closes #52278 See merge request gitlab-org/gitlab-ce!24296
-
Natalia Tepluhina authored
-
GitLab Bot authored
-
Grzegorz Bizon authored
Remove cancel all jobs button in general jobs list view Closes #34665 See merge request gitlab-org/gitlab-ce!24010
-
GitLab Bot authored
-
Kushal Pandya authored
Geo: Don't show external link icon for current node See merge request gitlab-org/gitlab-ee!9130
-
Kushal Pandya authored
Make parseBoolean idempotent See merge request gitlab-org/gitlab-ce!24365
-
Winnie Hellmann authored
-
Shinya Maeda authored
- Support show, create, update, destroy endpoints - Add tests Add changelog Refactor fix Use rails status
-
-
Mark Chao authored
This is supposed to be a static state, not depending on current approvals count.
-
Mark Chao authored
This is useful for maintainer to set project-wide restriction on number of approvals required, but let MR author choose whom to approve. Change any_approval_allowed? as it now has different meaning to approved?
-
Stan Hu authored
`spec/features/uploads/user_uploads_file_to_note_spec.rb` was failing in master because MySQL detected a deadlock when a DELETE and INSERT for the same indexed item occurred within a transaction in the `uploads` table. Due to InnoDB's next-key locking algorithm (innodb_locks_unsafe_for_binlog in https://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html), InnoDB sets an exclusive lock for any of the indexed records it encounters, so the INSERT will fail until the DELETE is committed. To fix this, we just disable the transaction for MySQL and keep it for PostgreSQL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55161
-
Mark Chao authored
ApprovalWrappedRule acts as common interface for project/MR rules. ApprovalState allows easier invalidation.
-
Mark Chao authored
-
Fatih Acet authored
Uses `project_id` for filtering on the GSD See merge request gitlab-org/gitlab-ee!9109
-
Robert Speicher authored
Fix broken master due to locale/gitlab.pot See merge request gitlab-org/gitlab-ee!9160
-
- 14 Jan, 2019 15 commits
-
-
GitLab Bot authored
-
Stan Hu authored
Example: https://gitlab.com/gitlab-org/gitlab-ee/pipelines/43330494
-
Evan Read authored
Clarify cluster integration link is for all Kubernetes See merge request gitlab-org/gitlab-ce!24364
-
Evan Read authored
EE: Clarify cluster integration link is for all Kubernetes See merge request gitlab-org/gitlab-ee!9159
-
Evan Read authored
Refactor the Packages documentation See merge request gitlab-org/gitlab-ee!9095
-
GitLab Bot authored
-
Clement Ho authored
Generate searchable JSDoc documentation See merge request gitlab-org/gitlab-ce!23583
-
Winnie Hellmann authored
-
GitLab Bot authored
-
Clement Ho authored
Externalize strings from `/app/views/projects/project_members` See merge request gitlab-org/gitlab-ce!23227
-
George Tsiolis authored
-
Clement Ho authored
Externalize strings from `/app/views/projects/project_members` See merge request gitlab-org/gitlab-ee!8727
-
George Tsiolis authored
-
Dylan Griffith authored
Not just GKE
-
GitLab Bot authored
-