- 28 Jun, 2019 35 commits
-
-
Lin Jen-Shin authored
Added commit type to tree GraphQL type See merge request gitlab-org/gitlab-ce!29412
-
Ash McKenzie authored
Extract MR's widget into a separate request Closes #62723 See merge request gitlab-org/gitlab-ce!29979
-
Douwe Maan authored
Do not change updated_at on an issue when reordering on an issue board See merge request gitlab-org/gitlab-ce!29677
-
Eugenia Grieff authored
-
Grzegorz Bizon authored
Backport CE changes for multiple GroupSAML support See merge request gitlab-org/gitlab-ce!30102
-
Kushal Pandya authored
Resolve "Environment details header border misaligned" Closes #62968 See merge request gitlab-org/gitlab-ce!30011
-
Filipa Lacerda authored
CE backport for gitlab-org/gitlab-ee!11859: Update description text of "Merge requests" section of general project settings page See merge request gitlab-org/gitlab-ce!27838
-
Phil Hughes authored
Removes EE differences for app/views/projects/tree/_tree_header.html.haml See merge request gitlab-org/gitlab-ce!30117
-
Achilleas Pipinellis authored
Edit Cluster Admin note text Closes #63558 See merge request gitlab-org/gitlab-ce!29965
-
Evan Read authored
-
Thong Kuah authored
Remove N+1 queries in boards API See merge request gitlab-org/gitlab-ce!29634
-
Kushal Pandya authored
Vue-i18n: autofix for app/assets/javascripts/performance_bar directory See merge request gitlab-org/gitlab-ce!30014
-
Igor Drozdov authored
This commits extracts /merge_requests/1.json?serializer=widget Into a separate /merge_requests/1/widget.json endpoint This will allow to use caching for this request
-
Achilleas Pipinellis authored
Add diagram to site architecture docs See merge request gitlab-org/gitlab-ce!30147
-
Evan Read authored
-
Jan Provaznik authored
GraphQL mutations for add, remove and toggle emoji See merge request gitlab-org/gitlab-ce!29919
-
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
-
Phil Hughes 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
-
Stan Hu authored
This commit makes it possible for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14420 to handle multiple SAML providers.
-
Evan Read authored
Fix broken style guide links See merge request gitlab-org/gitlab-ce!30149
-
Evan Read authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57874 Closes #57874 See merge request gitlab-org/gitlab-ce!30013
-
-
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.
-
Ezekiel Kigbo authored
Added additional translations
-
charlie ablett authored
-
Dave Pisek authored
This commit fixes an issue that caused the page header on the environment details page to be misaligned and bleeding out horizontlly. It removes standard bootstrap markup / classes and replaces it with utility classes.
-
Evan Read authored
Docs serverless ssl See merge request gitlab-org/gitlab-ce!29946
-
Daniel Gruesso authored
-
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
-
- 27 Jun, 2019 5 commits
-
-
Stan Hu authored
Remove group and instance clusters feature flag Closes #63383 See merge request gitlab-org/gitlab-ce!30124
-
Mek Stittri authored
Added Memory and Ecosystem team labels See merge request gitlab-org/gitlab-ce!30142
-
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
-
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
-