- 18 Dec, 2018 21 commits
-
-
Achilleas Pipinellis authored
-
Sean McGivern authored
Change deprecated `except!` usages Closes #54094 See merge request gitlab-org/gitlab-ce!23844
-
Achilleas Pipinellis authored
Suggest diff line change documentation See merge request gitlab-org/gitlab-ce!23474
-
Jacques Erasmus authored
-
Rémy Coutable authored
Update specs to exclude possible false positive pass Closes #55403 See merge request gitlab-org/gitlab-ce!23893
-
Sean McGivern authored
Fix object storage not working properly with Google S3 compatibility Closes #53846 See merge request gitlab-org/gitlab-ce!23858
-
Sean McGivern authored
Hide confidential events in ruby Closes #51791 See merge request gitlab-org/gitlab-ce!23746
-
Rémy Coutable authored
Fixed action name in JobsController See merge request gitlab-org/gitlab-ce!23888
-
Sanad Liaquat authored
Issue Suggestions E2E Tests See merge request gitlab-org/gitlab-ce!23417
-
Ramya Authappan authored
-
Evan Read authored
Fix typo for after_script in README.md See merge request gitlab-org/gitlab-ce!23890
-
Evan Read authored
docs: link to improved Uploads Migrate Rake Task See merge request gitlab-org/gitlab-ce!23828
-
Ben Bodenmiller authored
-
Evan Read authored
Add docs for frontmatter delimiters See merge request gitlab-org/gitlab-ce!23876
-
Achilleas Pipinellis authored
-
Evan Read authored
Add unavailable features section to group-level cluster page. See merge request gitlab-org/gitlab-ce!23896
-
danielgruesso authored
-
danielgruesso authored
-
danielgruesso authored
-
Fatih Acet authored
Add "none" syntax highlighting "color" scheme Closes #32109 See merge request gitlab-org/gitlab-ce!20170
-
khm authored
-
- 17 Dec, 2018 19 commits
-
-
Stan Hu authored
Change SafeRequestStore#write to accept an options hash See merge request gitlab-org/gitlab-ce!23891
-
Mike Greiling authored
Add NGINX 0.16.0 and above metrics Closes #50431 See merge request gitlab-org/gitlab-ce!22133
-
Joshua Lambert authored
-
blackst0ne authored
-
Evan Read authored
Fix anchor link to customizing AutoDevops yaml file See merge request gitlab-org/gitlab-ce!22962
-
Evan Read authored
Docs: any authed user can see internal project cycle analytics Closes #55395 See merge request gitlab-org/gitlab-ce!23864
-
Douglas Barbosa Alexandre authored
This change the write to accept an options hash to make it compatible with ActiveSupport::Cache::Store#write method. The options hash are not passed to the underlying cache implementation because RequestStore#write accepts only a key, and value params.
-
Robert Speicher authored
Use the EE version of ServiceParams See merge request gitlab-org/gitlab-ce!23881
-
Jeff Frontz authored
-
Mike Greiling authored
Re-align project title row and repo button containers Closes #55287 See merge request gitlab-org/gitlab-ce!23833
-
Douglas Barbosa Alexandre authored
Bump gitlab-reliable-fetcher gem See merge request gitlab-org/gitlab-ce!23854
-
Stan Hu authored
Even in AWS S3 compatibility mode, Google now appears to reject requests that includes this header with this error: ``` Requests cannot specify both x-amz and x-goog headers ``` This has been submitted upstream via https://github.com/carrierwaveuploader/carrierwave/pull/2356. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53846.
-
Phil Hughes authored
Merge branch '53954-resolved-non-diff-discussions-on-merge-requests-no-longer-show-who-resolved-them-and-when-at-a-glance' into 'master' Show who resolved non-diff discussions Closes #53954 See merge request gitlab-org/gitlab-ce!23449
-
Valery Sizov authored
-
Francisco Javier López authored
-
Bob Van Landuyt authored
We're filtering the events using `Event#visible_to_user?`. At most we're loading 100 events at once. Pagination is also dealt with in the finder, but the resulting array is wrapped in a `Kaminari.paginate_array` so the API's pagination helpers keep working. We're passing the total count into that paginatable array, which would include confidential events. But we're not disclosing anything.
-
Grzegorz Bizon authored
Add new predefined variable CI_COMMIT_SHORT_SHA Closes #48061 See merge request gitlab-org/gitlab-ce!23822
-
Jason Lenny authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-