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/app
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 'web-terminal_xterm_weblinks' into 'master'Filipa Lacerda
web-terminal: Add support for URL to Link parsing See merge request gitlab-org/gitlab-ce!24242
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-12Merge branch 'qa-fix-deploy-key-test' into 'master'Lin Jen-Shin
Fix add_deploy_key_spec.rb Closes gitlab-org/quality/nightly#29 See merge request gitlab-org/gitlab-ce!24311
2019-01-12Merge branch 'jivl-update-placeholder-sentry-config' into 'master'Clement Ho
Update url placeholder for the sentry configuration page Closes #56276 See merge request gitlab-org/gitlab-ce!24338
2019-01-12Update url placeholder for the sentry configJose Vargas
2019-01-12Merge branch ↵Mike Greiling
'55884-adjust-emoji-and-cancel-buttons-height-in-user-status-modal-when-emoji-is-changed' into 'master' Adjust emoji and cancel buttons height in user status modal when emoji is changed Closes #55884 See merge request gitlab-org/gitlab-ce!24173
2019-01-12List Sentry Errors in GitLab - FrontendSimon Knox
2019-01-12Merge branch 'sh-fix-import-export-text-page' into 'master'Robert Speicher
Remove Webhooks from import/export help See merge request gitlab-org/gitlab-ce!24314
2019-01-11Merge branch 'deprecated-force-reload' into 'master'Robert Speicher
Fix deprecation: Passing an argument to force an association to reload is now deprecated See merge request gitlab-org/gitlab-ce!24136
2019-01-11Merge branch 'winh-add-list-dropdown-height' into 'master'Clement Ho
Adjust height of "Add list" dropdown in issue boards Closes #56077 See merge request gitlab-org/gitlab-ce!24227
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-11Fix deploy key testMark Lapierre
Fetch a specific key's fingerprint instead of all fingerprints. Check for the specific key by title and expected fingerprint. This avoids the use of `all`, which can be unreliable.
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-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-11Remove Webhooks from import/export helpStan Hu
We dropped Webhooks from import/export in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24121, but the online help still shows it's there.
2019-01-11Initial Serverless Functions detailed viewChris Baumbauer
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-10Remove unused button classes `btn-create` and `comment-btn`George Tsiolis
2019-01-10Use revision instead of build number for TC query.Willi Nesensohn
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-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-10Fixed baseVersionPath prop to have a default valueNatalia Tepluhina
2019-01-10Passed base_version_path as a prop to compareDropdownNatalia Tepluhina
2019-01-10Serialize base_version_pathOswaldo Ferreira
2019-01-10Fix to delimiter and create a test caseNatalia Tepluhina
2019-01-10Add a check if compare_path exists Natalia Tepluhina
2019-01-10Remove unused latestVersionNatalia Tepluhina
2019-01-10Add null value to baseVersionNatalia Tepluhina
2019-01-10Fixed baseVersion to match mergeRequestDiffNatalia Tepluhina
2019-01-10Add latest version prop as a link for baseNatalia 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