Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-14Reduce diff with EE in spec/fixtures/api/schemasRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-08Add support for ingress hostnameswalkafwalka
2019-03-07Backport security-reports fixtures to CELucas Charles
2019-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-26Add name_without_type to environments.jsonVladimir Shushlin
It's needed to show shorter names in environments "folders"
2019-02-15Replaced part of diff file properties with diff viewerNatalia Tepluhina
- replaced file.too_large - replaced file.text - replaced file.collapsed
2019-02-15Backport fixture updateOlivier Gonzalez
Sync fixture with EE.
2019-02-14Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"Stan Hu
This reverts merge request !25173
2019-02-13Add milestone progress to APIRobert Schilling
2019-02-12API: Expose text_color for project and group labelsRobert Schilling
2019-02-11Merge branch '55447-validate-k8s-ca-cert' into 'master'Dmitriy Zaporozhets
Validate k8s CA certificate at cluster creation See merge request gitlab-org/gitlab-ce!24990
2019-02-08Validate kubernetes cluster CA certificateTiger
No certificate is still accepted, but if one is provided it must be valid. Only run validation if the certificate has changed to avoid making existing records invalid.
2019-02-08Upgrade cluster applications, starting with runnerThong Kuah
2019-02-07Merge branch 'api-group-labels' into 'master'Sean McGivern
API group labels Closes #44901 See merge request gitlab-org/gitlab-ce!21368
2019-02-06Allow custom squash commit messagesLuke Duncalfe
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-02-04Merge branch ↵Sean McGivern
'19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
2019-01-31Extract GitLab Pages using RubyZipKamil Trzciński
RubyZip allows us to perform strong validation of expanded paths where we do extract file. We introduce the following additional checks to extract routines: 1. None of path components can be symlinked, 2. We drop privileges support for directories, 3. Symlink source needs to point within the target directory, like `public/`, 4. The symlink source needs to exist ahead of time.
2019-01-31Incorporate feedback from NickRobert Schilling
2019-01-31Use a schema matcher to capture all entity membersRobert Schilling
2019-01-31Update Sentry client to get project listReuben Pereira
2019-01-31Fix for broken specBrett Walker
2019-01-30Merge branch 'cluster_status_for_ugprading' into 'master'Grzegorz Bizon
Expose app version to frontend See merge request gitlab-org/gitlab-ce!24791
2019-01-30Expose app version to frontendThong Kuah
2019-01-25Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon
Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
2019-01-25Add Container Registry APIKamil Trzciński
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
2019-01-16Merge branch 'security-2770-verify-bundle-import-files' into 'master'Yorick Peterse
[master] Validate bundle files before unpacking them Closes #2770 See merge request gitlab/gitlabhq!2772
2019-01-11Validate bundle files before unpacking themNick Thomas
2019-01-10Backport container scanning fixturesOlivier Gonzalez
Fix JSON formating and indent
2019-01-10Service for calling Sentry issues apiReuben Pereira
2019-01-08Merge branch 'mr-widget-conflicts-protected-branch' into 'master'Nick Thomas
Disable resolve conflicts for protected branches Closes #53463 See merge request gitlab-org/gitlab-ce!23842
2019-01-08Merge branch '49231-import-issues-csv' into 'master'Douwe Maan
Import issues from CSV Closes #49231 See merge request gitlab-org/gitlab-ce!23532
2019-01-07Use Container Scaning report fixture from EEGilbert Roulot
2019-01-07Disable resolve conflicts for protected branchesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53463
2019-01-07Add tests for Release Link APIShinya Maeda
Add tests for the API and add a couple of tests Add revert revert
2019-01-07Import CSV BackendHeinrich Lee Yu
Process CSV uploads async using a worker then email results
2019-01-04Support new report syntax for common vulnerabilitiesKamil Trzciński
This MR also removes other reports and uses one common set of fixtures for all test types.
2019-01-04Add spec for Releases::Source and Link modelsShinya Maeda
Releases::Source and Releases::Link are covered by tests
2019-01-04Support CURD operation for release asset linksShinya Maeda
- Add Releases::Links model - Expose it in release API - Add integration tests
2019-01-03Use new issue email address formatBrett Walker
We now use `-issue` in order to support catch all email addresses
2019-01-03Use new merge request email address formatBrett Walker
We now use `-merge-request` instead of `+merge-request+` in order to support catch all email addresses
2019-01-01Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi
bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-31Add spec for Release APIShinya Maeda
Add spec for all release API - GET, POST, PUT, DELETE. Also, fixes some minior bugs.
2018-12-27Fixing image lfs bug and also displaying text lfsFrancisco Javier López
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
2018-12-22Merge branch '44984-use-serializer-for-issuable-sidebar' into 'master'Mike Greiling
Resolve "Create a serializer to render issuables sidebar" Closes #44984 See merge request gitlab-org/gitlab-ce!23379
2018-12-20Code style changes and refactorHeinrich Lee Yu
2018-12-19Add schema testsHeinrich Lee Yu
2018-12-19Refactor issuable sidebar to have extras optionHeinrich Lee Yu
2018-12-17Fix persistent symlink in project importJames Lopez
- Fix permissions after untar is done - Refactor command line util
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira