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
path: root/spec
AgeCommit message (Collapse)Author
2019-01-14Merge branch 'master' into 52275-fix-master-to-be-hyperlink52275-fix-master-to-be-hyperlinkNatalia Tepluhina
2019-01-14Merge branch 'update-gitlab-styles' into 'master'Lin Jen-Shin
Update gitlab-styles to 2.5.1 See merge request gitlab-org/gitlab-ce!24336
2019-01-14Reworked test spec to use vue-test-utilsNatalia Tepluhina
2019-01-14Merge branch 'move-job-cancel-btn' into 'master'Filipa Lacerda
Move job cancel button Closes #55944 and #54812 See merge request gitlab-org/gitlab-ce!24074
2019-01-12Update gitlab-styles to 2.5.1Jasper Maes
2019-01-12List Sentry Errors in GitLab - FrontendSimon Knox
2019-01-11Fix deprecation: Passing an argument to force an association to reload is ↵Jasper Maes
now deprecated
2019-01-11Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fernando Arias
move-job-cancel-btn
2019-01-11Code cleanup of headerActions and testsFernando Arias
* Remove headerAction getter from job getters * Remove prop from being passed into header_ci_component * Remove no longer needed tests
2019-01-11Merge branch '9070-refactor-specs' into 'master'Stan Hu
Refactor epics/issues API specs See merge request gitlab-org/gitlab-ce!24302
2019-01-11Merge branch 'remove-get-builds-method' into 'master'Grzegorz Bizon
Remove get_build method for find_by_id See merge request gitlab-org/gitlab-ce!24271
2019-01-11Merge branch 'fix-udpate-head-pipeline-method' into 'master'Grzegorz Bizon
Fix unexpected exception by failure of finding an actual head pipeline Closes #56113 See merge request gitlab-org/gitlab-ce!24257
2019-01-11Merge branch 'zj-nillify-pool-repo-when-leaving' into 'master'Douwe Maan
Nullify pool_repository when a project leaves See merge request gitlab-org/gitlab-ce!24225
2019-01-11Merge branch 'notebook-multiple-outputs' into 'master'Filipa Lacerda
Support multiple outputs in Jupyter notebooks Closes #32588 and #31910 See merge request gitlab-org/gitlab-ce!24263
2019-01-11Fix default visibility_level for new projectsFabian Schneider
2019-01-11Merge branch '53431-fix-upcoming-milestone-filter-for-groups' into 'master'Sean McGivern
Add group milestones in upcoming filter Closes #53431 See merge request gitlab-org/gitlab-ce!23098
2019-01-11Nullify pool_repository when a project leavesZeger-Jan van de Weg
Previously the nullification wasn't done, as the only caller would later destroy the model all together. In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9070 this change was made. This commit is basically a backport before that MR is merged.
2019-01-11Merge branch '56110-cluster-kubernetes-api-500-error-on-post-request' into ↵Kamil Trzciński
'master' Improves restriction of multiple Kubernetes clusters via API Closes #56110 See merge request gitlab-org/gitlab-ce!24251
2019-01-11Support multiple outputs in Jupyter notebooksPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/31910, https://gitlab.com/gitlab-org/gitlab-ce/issues/32588
2019-01-11Merge branch 'remove-releases_page-feature-flag' into 'master'Kamil Trzciński
Remove `releases_page` feature flag Closes #56072 See merge request gitlab-org/gitlab-ce!24215
2019-01-11Merge branch '54167-rename-project-tags-to-project-topics' into 'master'Kushal Pandya
Resolve "Rename project tags to project topics" Closes #54167 See merge request gitlab-org/gitlab-ce!24219
2019-01-11Remove releases_page feature flagShinya Maeda
We introduced releases_page feature flag. Given this feature is deemed stable, we should remove this flag before 19th.
2019-01-11Merge branch 'knative-show-page' into 'master'Mike Greiling
Initial Serverless Functions detailed view See merge request gitlab-org/gitlab-ce!23863
2019-01-11Restrict multiple clusters through APIMayra Cabrera
Modifies authorize! method to accept a third param, and then use it in combination with 'add_cluster' policy to appropriately restrict adding multiple clusters Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56110
2019-01-11Initial Serverless Functions detailed viewChris Baumbauer
2019-01-10Refactor epics/issues API specsDouglas Barbosa Alexandre
Refactor the epics/issues API specs to remove code duplication.
2019-01-10Rename tags to topicsMartin Wortschack
- Rename CSS class - Fix broken test - Update project settings docs - Update general project settings image - Rename helper methods
2019-01-10Merge branch 'iss-32584-preserve-line-number-fragment-after-redirect' into ↵Mike Greiling
'master' Preserve URL fragment across sign-in and sign-up redirects Closes #32584 See merge request gitlab-org/gitlab-ce!19165
2019-01-10Use revision instead of build number for TC query.Willi Nesensohn
2019-01-10Remove backfill migration for legacy projectsToon Claes
We've found some problems with the backgroung migration: BackfillLegacyProjectRepositories See https://gitlab.com/gitlab-org/gitlab-ce/issues/56061 The migration was disabled to run on production: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5906 So to overcome it's not being run anywhere, just remove it. Whenever all problems in BackfillLegacyProjectRepositories are fixed we'll create a new migration (with a different timestamp) to have it run.
2019-01-10Update failing specs & linter errors & changelogFernando Arias
2019-01-10Merge branch 'mr-rebase-failing-tests' into 'master'Filipa Lacerda
Correctly show rebase state in MR widget Closes #45942 See merge request gitlab-org/gitlab-ce!24300
2019-01-10Move job cancel/new buttonFernando Arias
* Move cancel button to where the Retry is normally placed * Move new issue button to be in sidebar view for desktop versions * Update specs Add changelog entry for moving cancel btn Remove mobile version job action buttons * Remove buttons showing up on seperate row on job sidebar * Show Retry button in mobile version next to build name Improve flexbox usage for job action buttons * Allow for cleaner scaling of job name and alignment of buttons Adjust the debug button icon size * Adjust debug icon size on the build sidebar so the debug button is the same height as the other buttons Tweak job name vertical margins * Changes are only made to job side vue * Remove old class that only changed margin on top * Adjust veritcal margin uniformy set to 0 via bootstrap margin class Update Karma tests for job side view * Update karms tests for mobile version of side view * Removed tests for new issue button since we are fixing in https://gitlab.com/gitlab-org/gitlab-ce/issues/55944 Fix rspec and static-analysis failures * Run Prettier * Update rspec css selectors Move job action buttons to new line * Move "New Issue" and "Debug" buttons to seperate line in job sidebar * Update specs Run Prettier to format JS Remove New Issue button from job header Make sure button spacing follows styleguide
2019-01-10Discussion filters - ensured note links resolves to the right noteConstance Okoghenun
2019-01-10Merge branch '25043-empty-states' into 'master'Kushal Pandya
Add actionable empty states for Issues and Merge requests Closes #25043 See merge request gitlab-org/gitlab-ce!24077
2019-01-10Correctly show rebase state in MR widgetPhil Hughes
Correctly shows the rebase state even if a merge requests pipeline has failed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45942
2019-01-10Fix files/blob api endpoint content dispositionFrancisco Javier López
2019-01-10Merge branch 'sh-fix-delete-pipeline-api' into 'master'Grzegorz Bizon
Disable audit event logging for pipeline destruction See merge request gitlab-org/gitlab-ce!24293
2019-01-10Add tests to baseVersionPathNatalia Tepluhina
2019-01-10Add destroying component in test afterEach hookNatalia Tepluhina
2019-01-10Fixed the hardcoded value in testNatalia Tepluhina
2019-01-10Rename dropdown component in testsNatalia Tepluhina
2019-01-10Fixed test for base version linkNatalia Tepluhina
2019-01-10Fix to delimiter and create a test caseNatalia Tepluhina
2019-01-10Fix mock data to have snake caseNatalia Tepluhina
2019-01-10Merge branch 'sh-fix-request-profiles-html' into 'master'Sean McGivern
Fix requests profiler in admin page not rendering HTML properly Closes #56152 See merge request gitlab-org/gitlab-ce!24291
2019-01-10Add syntax highlighting to suggestion diffAnnabel Dunstone Gray
2019-01-10Merge branch 'ce-9090-follow_up_on_store_container_scanning_results_in_db' ↵Kamil Trzciński
into 'master' Backport container scanning fixtures See merge request gitlab-org/gitlab-ce!24292
2019-01-10Merge branch ↵Kamil Trzciński
'add-uniqueness-validation-to-url-column-in-releases-link-model' into 'master' Add uniqueness validation to url column in Releases::Link model Closes #55929 See merge request gitlab-org/gitlab-ce!24223
2019-01-10Disable audit event logging for pipeline destructionStan Hu
AuditEventService isn't equipped to handle logging of the destruction of entities such as CI pipelines. It's a project-level event that operates on a pipeline. The current log doesn't even indicate that the pipeline is being destroyed. This is a CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9105. We're removing the auditing call because it breaks the EE implementation.