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
2018-02-06Use sprite_icon and variablesAnnabel Dunstone Gray
2018-01-30Fix padding & font size on labelsAnnabel Dunstone Gray
2018-01-30Fix labels specsAnnabel Dunstone Gray
2018-01-30Add modal for label deletionAnnabel Dunstone Gray
2018-01-30Change delete notice; update mobile stylesAnnabel Dunstone Gray
2018-01-30Start redesign of group labels pageAnnabel Dunstone Gray
2018-01-29Replace $.post in edit blob with axiosClement Ho
2018-01-29Merge branch 'fix-cache-clear-windows' into 'master'Kamil Trzciński
Fix cache clear windows Closes #42487 See merge request gitlab-org/gitlab-ce!16740
2018-01-29Close and do not reload MR diffs when source branch is deletedOswaldo Ferreira
2018-01-29Merge branch 'fl-vue-mr-widget' into 'master'Phil Hughes
Move mr_widget_merged into a vue file Closes #42486 See merge request gitlab-org/gitlab-ce!16746
2018-01-29Merge branch 'nogravatar-fix-default-avatar' into 'master'Fatih Acet
Fix avatar icon missing when Gravatar is disabled Closes #34733 and #38715 See merge request gitlab-org/gitlab-ce!16681
2018-01-29Merge branch 'qa_78_create_merge_request' into 'master'Grzegorz Bizon
Create merge request factory See merge request gitlab-org/gitlab-ce!15964
2018-01-29Replace $.post in awards handler with axiosClement Ho
2018-01-29Merge branch '42255-disable-mr-checkout-button-when-source-branch-deleted' ↵Fatih Acet
into 'master' Resolve "MR "Check out branch" button should be disabled when the source branch is deleted" Closes #42255 See merge request gitlab-org/gitlab-ce!16631
2018-01-29Fix broken testFilipa Lacerda
2018-01-29Fix MR revert check when no merged_at is presentSean McGivern
2018-01-29Disable MR check out button when source branch is deletedJacopo
After source branch deletion the Merge request `Check out branch` button is disabled.
2018-01-29[ci skip] Merge branch 'master' into fl-vue-mr-widgetFilipa Lacerda
* master: (21 commits) normalize headers correctly i18n flash message fixed dashboard projects not being filterable Converted filterable_list to axios Converted due_date_select to axios Converted dropzone_input to axios Converted create_merge_request_dropdown to axios converted compare_autocomplete to axios Convered compare.js to axios Set alternate object directories in run_git Digital Ocean Spaces now supports AWS v4 streaming API Fix spec failures in issues_spec.rb Fix #42486. Generalize toggle_buttons.js update code based on feedback add changelog fix spec add spec disable retry attempts for Import/Export until that is fixed add an extra spec fix validation error on services ...
2018-01-29normalize headers correctlyPhil Hughes
i18n flash message
2018-01-29fixed dashboard projects not being filterablePhil Hughes
2018-01-29Converted filterable_list to axiosPhil Hughes
2018-01-29Converted due_date_select to axiosPhil Hughes
2018-01-29Converted dropzone_input to axiosPhil Hughes
2018-01-29Converted create_merge_request_dropdown to axiosPhil Hughes
2018-01-29converted compare_autocomplete to axiosPhil Hughes
2018-01-29Convered compare.js to axiosPhil Hughes
2018-01-28Fall back to default_avatar_url in issue assigment.Felix Geyer
This fixes the avatar in issue assignments when the user hasn't got an avatar and Gravatar is disabled. Closes #34733
2018-01-28Make default_avatar return a full path.Felix Geyer
Callers expect a URL. This fixes the avatars in commit lists when a user has no avatar and Gravatar is disabled. Closes #38715
2018-01-27Merge branch 'master' into fix-cache-clear-windowsMatija Čupić
2018-01-27Merge branch 'generalize-js-toggle-buttons' into 'master'Filipa Lacerda
Generalize toggle_buttons for JavaScript usage See merge request gitlab-org/gitlab-ce!16689
2018-01-27Move mr_widget_merged into a vue fileFilipa Lacerda
2018-01-26Fix #42486.Connor Shea
2018-01-26Generalize toggle_buttons.jsEric Eastwood
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
2018-01-26Replace : with _ in cache key versioningMatija Čupić
2018-01-26update code based on feedbackJames Lopez
2018-01-26add specJames Lopez
2018-01-26disable retry attempts for Import/Export until that is fixedJames Lopez
2018-01-26fix validation error on servicesJames Lopez
2018-01-26Create merge request specFelipe Artur
2018-01-26Merge branch 'fl-mr-widget-components' into 'master'Phil Hughes
Moves components into vue files: See merge request gitlab-org/gitlab-ce!16719
2018-01-26Adds missing i18nFilipa Lacerda
2018-01-26Merge branch 'winh-check-axios-restore' into 'master'Filipa Lacerda
Make sure that axios adapater is restored after mocking See merge request gitlab-org/gitlab-ce!16660
2018-01-26Merge branch 'fix-local-rspec-tests' into 'master'Mike Greiling
Fix local RSpec tests due to bug in `webpack_bundle_tag` Closes #42368 See merge request gitlab-org/gitlab-ce!16724
2018-01-25fix bug in webpack_helper in which force_same_domain argument was ignored ↵Mike Greiling
breaking local rspec tests
2018-01-25Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'Robert Speicher
Migrate restoring repo from bundle to Gitaly Closes gitaly#946 See merge request gitlab-org/gitlab-ce!16623
2018-01-25Merge branch 'master' into fl-mr-widget-componentsFilipa Lacerda
* master: Open links in a new tab on the user page Improve empty project overview Make Gitaly RepositoryExists opt-out Fix .batch_lfs_pointers accepting a lazy enumerator Look for rugged with static analysis Look at notes created just before merge when deciding if an MR can be reverted Cache rubocop cache for CI Update gitlab-styles and re-enable the RSpec/SingleLineHook cop again Make Gitlab::Git::Repository#run_git private Default to HTTPS for all Gravatar URLs Handle special characters on API request of issuable templates Update secret_values to support dynamic elements within parent Add note within ux documentation that further changes should be made within the design.gitlab project Disable throwOnError in KaTeX to reveal user where is the problem
2018-01-25Merge branch 'katex-throwOnError' into 'master'Filipa Lacerda
Disable throwOnError in KaTeX to reveal user where is the problem See merge request gitlab-org/gitlab-ce!16684
2018-01-25Merge branch 'lint-rugged' into 'master'Rémy Coutable
Add a lint check to restrict use of Rugged See merge request gitlab-org/gitlab-ce!16656
2018-01-25Moves components into vue files:Filipa Lacerda
- mr_widget_failed_to_merge - mr_widget_merge_when_pipeline_succeeds Adds i18n
2018-01-25Merge branch '40028-special-characters-on-issuable-templates' into 'master'Rémy Coutable
Handling special characters in Issuable Templates Closes #40028 See merge request gitlab-org/gitlab-ce!15323