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
2017-12-18Improve the JS for notes and quick actionsnurmuhammadsirat/gitlab-ce-27801-new-branch-slash-commandRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-18Simplify quick actions JS handlingRémy Coutable
Stop putting content in `note.errors`, instead set `note.quick_actions_commands` and `note.quick_actions_results`, and display a notice message on the frontend when branch cannot be created. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-18Address latest feedback and add explanation to the /create_branch quick actionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-18Add documentation for the `/create_branch` quick actionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-18Created new service class Issues::CreateBranchService.Nur Muhammad Sirat
This class encapsulates the required logic when creating a new branch from an issue.
2017-12-18Moved checking if user can create branch to Ability class.Nur Muhammad Sirat
2017-12-18Added new slash command: create_branch.Nur Muhammad Sirat
2017-12-18Added a way to define optional params in DSL for slash commands.Nur Muhammad Sirat
2017-12-18Merge branch 'qa/gb/optimize-qa-pipeline' into 'master'Rémy Coutable
Optimize QA pipeline and don't run irrelevant jobs Closes gitlab-qa#140 See merge request gitlab-org/gitlab-ce!15977
2017-12-18Optimize QA pipeline and don't run irrelevant jobsGrzegorz Bizon
2017-12-18Merge branch 'ph-even-more-es-modules' into 'master'Filipa Lacerda
Exported JS classes as modules See merge request gitlab-org/gitlab-ce!15960
2017-12-18Merge branch 'fix_build_count_in_pipeline_success_maild' into 'master'Grzegorz Bizon
Fix job count in pipeline success mail Closes #30483 See merge request gitlab-org/gitlab-ce!15827
2017-12-18Fix job count in pipeline success mailChristiaan Van den Poel
2017-12-18Merge branch 'laravel-with-gitlab-docs' into 'master'Rémy Coutable
With laravel's package auto-discovery, the composer install fails when it tries… See merge request gitlab-org/gitlab-ce!15950
2017-12-18Merge branch 'patch-25' into 'master'Rémy Coutable
I'm currently the proofreader of Italians Translations, i've started to… See merge request gitlab-org/gitlab-ce!15909
2017-12-18Merge branch '39974-toggle-sidebar-btn' into 'master'Phil Hughes
Stop toggle sidebar button from changing height on collapse Closes #39974 See merge request gitlab-org/gitlab-ce!15944
2017-12-17Merge branch 'skip-sast-on-ce' into 'master'Kamil Trzciński
Avoid running autodevops sast job on GitLab CE Closes gl-sast#3 See merge request gitlab-org/gitlab-ce!15962
2017-12-16Merge branch 'qa/rs-filter-by-name-subgroup' into 'master'Grzegorz Bizon
Filter by subgroup name before determining if our group has a subgroup See merge request gitlab-org/gitlab-ce!15969
2017-12-16Merge branch 'qa/rs-screenshot-last-run' into 'master'Grzegorz Bizon
Only keep screenshots from last run for QA specs See merge request gitlab-org/gitlab-ce!15967
2017-12-16Merge branch '38019-hide-runner-token' into 'master'Clement Ho
Hide runner token in CI/CD settings page Closes #38019 See merge request gitlab-org/gitlab-ce!15918
2017-12-16Update CHANGELOG.md for 10.2.5Michael Kozono
[ci skip]
2017-12-15Filter by subgroup name before determining if our group has a subgroupRobert Speicher
We assumed that the QA sandbox group would continually be wiped and re-created, and thus never have enough subgroups that the one we just created during a new run wouldn't appear on the first page. But we know what they say about assumptions.
2017-12-15Merge branch 'bump-git-2-14-3' into 'master'Marin Jankovski
Change CI config to use new base image See merge request gitlab-org/gitlab-ce!15939
2017-12-15Change CI config to use new base imageBalasankar C
2017-12-15Only keep screenshots from last run for QA specsRobert Speicher
2017-12-15Hide runner token in CI/CD settings pageEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019
2017-12-15Merge branch 'no-ivar-in-modules' into 'master'Robert Speicher
Add cop to make sure we don't use ivar in a module See merge request gitlab-org/gitlab-ce!12800
2017-12-15Stop toggle sidebar button from changing height on collapseAnnabel Dunstone Gray
2017-12-15Merge branch 'master' into 'master'Rémy Coutable
fix issue #39843 Incorrect guidance stating blocked users will be removed from groups and projects as members Closes #39843 See merge request gitlab-org/gitlab-ce!15947
2017-12-15fix issue #39843 Incorrect guidance stating blocked users will be removed ↵Cesar Apodaca
from groups and projects as members
2017-12-15Merge branch '38239-update-toggle-design' into 'master'Filipa Lacerda
Update feature toggle design to use icons and make it i18n friendly Closes #38239 See merge request gitlab-org/gitlab-ce!15904
2017-12-15Avoid running autodevops sast job on GitLab CEAlessio Caiazza
2017-12-15Add changelog entryKushal Pandya
2017-12-15Update tests for toggle design changeKushal Pandya
2017-12-15Update toggle styles to use iconsKushal Pandya
2017-12-15Use icons instead of string labels for togglesKushal Pandya
2017-12-15Exported JS classes as modulesPhil Hughes
2017-12-15Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher
Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
2017-12-15Merge branch 'ph-more-es-modules' into 'master'Filipa Lacerda
Export JS classes as modules See merge request gitlab-org/gitlab-ce!15952
2017-12-15Merge branch 'ignore-markdown-cache-when-stubbing-application-settings' into ↵Nick Thomas
'master' Don't use Markdown cache for stubbed settings in specs Closes #41130 See merge request gitlab-org/gitlab-ce!15954
2017-12-15Merge branch '41073-fix-help-links' into 'master'Rémy Coutable
Make help link open in new tab Closes #41073 See merge request gitlab-org/gitlab-ce!15912
2017-12-15Fix Rubocop offense in QA project specsGrzegorz Bizon
2017-12-15Merge branch 'qa/gb/gitlab-qa-factories' into 'master'Grzegorz Bizon
Rename QA scenarios to make factory concept explicit Closes gitlab-qa#86 See merge request gitlab-org/gitlab-ce!15914
2017-12-15Merge branch 'docs/sast' into 'master'Dmitriy Zaporozhets
Add SAST docs Closes gitlab-ee#4125 See merge request gitlab-org/gitlab-ce!15859
2017-12-15Add SAST docsAchilleas Pipinellis
2017-12-15Merge branch 'dm-ldap-email-readonly' into 'master'Sean McGivern
Make sure user email is read only when synced with LDAP Closes #41033 See merge request gitlab-org/gitlab-ce!15915
2017-12-15Merge branch '38145_ux_issues_in_system_info_page' into 'master'Sean McGivern
Fix UX issues in system info page Closes #38145 See merge request gitlab-org/gitlab-ce!15802
2017-12-15Fix UX issues in system info pageGilbert Roulot
2017-12-15Merge branch '41014-bump-svg-version' into 'master'Phil Hughes
Update svg package version Closes #41014 See merge request gitlab-org/gitlab-ce!15941
2017-12-15Update svg package versionFilipa Lacerda