- 28 Jun, 2019 27 commits
-
-
Jan Provaznik authored
EE backport for !gitlab-ce/29919 (GraphQL mutations for add, remove and toggle emoji) See merge request gitlab-org/gitlab-ee!14445
-
GitLab Bot authored
-
Phil Hughes authored
Insights: Initialize chart data in same order as config Closes #11223 See merge request gitlab-org/gitlab-ee!14283
-
Phil Hughes authored
Rearrange discussion resolve buttons Closes #58689 See merge request gitlab-org/gitlab-ce!29779
-
Samantha Ming authored
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
-
Thong Kuah authored
Remove N+1 queries in boards API See merge request gitlab-org/gitlab-ee!14176
-
GitLab Bot authored
-
Thong Kuah authored
Support jsonb Default Value in add_column_with_default Migration Helper See merge request gitlab-org/gitlab-ce!29871
-
Jason Goodman authored
-
charlieablett authored
- apply ordering to both list scopes in `Board` - remove extra preloads
-
GitLab Bot authored
-
Evan Read authored
Fix broken style guide links See merge request gitlab-org/gitlab-ce!30149
-
GitLab Bot authored
-
Evan Read authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57874 Closes #57874 See merge request gitlab-org/gitlab-ce!30013
-
-
GitLab Bot authored
-
Evan Read authored
Application Development Platform docs updates See merge request gitlab-org/gitlab-ce!30058
-
Daniel Gruesso authored
-
Evan Read authored
Update documentation examples of string splitting See merge request gitlab-org/gitlab-ce!30009
-
Ezekiel Kigbo authored
Added example for splitting strings with links in javascript and sentence to interpolation.
-
Stan Hu authored
Fix failure from group_clusters FF removal Closes #12476 See merge request gitlab-org/gitlab-ee!14446
-
Luke Duncalfe authored
Adding new `AddAwardEmoji`, `RemoveAwardEmoji` and `ToggleAwardEmoji` GraphQL mutations. Adding new `#authorized_find_with_pre_checks!` and (unused, but for completeness `#authorized_find_with_post_checks!`) authorization methods. These allow us to perform an authorized find, and run our own additional checks before or after the authorization runs. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
-
charlie ablett authored
-
GitLab Bot authored
-
Thong Kuah authored
-
Evan Read authored
Docs serverless ssl See merge request gitlab-org/gitlab-ce!29946
-
Daniel Gruesso authored
-
- 27 Jun, 2019 13 commits
-
-
Mark Lapierre authored
Fix project template spec Closes gitlab-org/quality/staging#59 See merge request gitlab-org/gitlab-ee!14430
-
GitLab Bot authored
-
Stan Hu authored
Remove group and instance clusters feature flag Closes #63383 See merge request gitlab-org/gitlab-ce!30124
-
GitLab Bot authored
-
Mek Stittri authored
Added Memory and Ecosystem team labels See merge request gitlab-org/gitlab-ce!30142
-
GitLab Bot authored
-
Mayra Cabrera authored
Add support for creating random passwords in user creation API Closes #63826 See merge request gitlab-org/gitlab-ce!30138
-
Craig Gomes authored
-
Fatih Acet authored
Refactor Dependency List Vuex store See merge request gitlab-org/gitlab-ee!14293
-
Mark Florian authored
This is part of the work to implement the display of Dependency Scanning results in the Dependency List[1]. The bulk of this is simply moving the existing Vuex store to a reusable module. The purpose of this is to facilitate adding a second instance of the module, so that there can be two independent dependency lists at once, as specified in the [feature's issue][1]. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
-
Mike Greiling authored
Extract related issuable input for #9688 See merge request gitlab-org/gitlab-ee!14279
-
Sam Bigelow authored
This will be used in blocking merge requests later.
-
Stan Hu authored
To avoid having to specify an actual password to create users, admins can now use the `force_random_password` parameter to let Devise generate a password. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63826
-