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-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-22Merge branch '57540-filename-trailing-space' into 'master'Tim Zallmann
Implemented trimming for item's name in Web IDE Closes #57540 See merge request gitlab-org/gitlab-ce!26270
2019-03-22Merge branch '57357-automate-base-domain-help-text' into 'master'Kushal Pandya
Automate base domain help text on Clusters page Closes #57357 See merge request gitlab-org/gitlab-ce!26124
2019-03-22Merge branch 'winh-toggle-comment-draft' into 'master'Kushal Pandya
Display draft when toggling replies Closes #48211 and #56364 See merge request gitlab-org/gitlab-ce!25563
2019-03-21Merge branch 'winh-remove-sushi' into 'master'Mike Greiling
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
2019-03-21Pass autosaveKey from NoteableDiscussion to NoteFormWinnie Hellmann
2019-03-21Validate NoteForm props in noteable_discussion_spec.jsWinnie Hellmann
2019-03-21Use autosave utilities in NoteForm componentWinnie Hellmann
2019-03-21Update merge request widget pipeline blockNathan Friend
This commit updates the pipeline block that appears on the merge request page to include information that will be exposed by the API as part of the post-merge pipeline feature.
2019-03-21Update domain help text when ingress is installedEnrique Alcantara
When ingress application is installed, the cluster domain help text is updated to indicate that ingress external ip can be used as the cluster domain
2019-03-21Merge branch 'nfriend-update-job-detail-view-sidebar' into 'master'Filipa Lacerda
Update job detail view sidebar to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25777
2019-03-21Merge branch 'nfriend-update-pipeline-list-view' into 'master'Filipa Lacerda
Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
2019-03-20Update pipeline list viewNathan Friend
This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
2019-03-20Update job detail sidebar for post-merge pipelinesNathan Friend
This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
2019-03-20Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Kushal Pandya
Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25958
2019-03-19Do not delete files in spec/javascripts/fixtures/static/Winnie Hellmann
2019-03-19Remove static HAML fixtures from frontend testing guideWinnie Hellmann
2019-03-19Remove static JavaScript HAML fixturesWinnie Hellmann
Replace all HAML fixtures with the generated HTML files.
2019-03-19Merge branch 'renovate/gitlab-ui-2.x' into 'master'Clement Ho
Update dependency @gitlab/ui to ^2.3.0 See merge request gitlab-org/gitlab-ce!26181
2019-03-19Merge branch ↵Lin Jen-Shin
'58844-follow-up-from-don-t-create-ee-specific-files-when-creating-emojis-fixture-files' into 'master' Simplify JavaScriptFixturesHelpers Closes gitlab-ee#10386, #58898, and #58844 See merge request gitlab-org/gitlab-ce!26045
2019-03-19Merge branch '53139-hide-tree-single-file' into 'master'Filipa Lacerda
Collapse diff tree is only one file is present Closes #53139 See merge request gitlab-org/gitlab-ce!26280
2019-03-19Collapse diff tree is only one file is presentPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
2019-03-19Simplify the JavaScriptFixturesHelpers moduleRémy Coutable
- Only storing fixtures in one place - This place changes whether we are in CE or EE We discovered with @winh that only fixtures located under spec/javascripts/fixtures are used, even in EE so there's no need to clean/create fixtures in ee/spec/javascripts/fixtures. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-18Fix skipping of user rendering for none and anyIgor
2019-03-18Implemented trimming for item's name in Web IDEDenys Mishunov
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/57540
2019-03-18Fix failing testsBrandon Labuschagne
A number of the karma tests looked for the .fa-spinner class or the icon element used for the font awesome spinner class. These instances have been refactored to now look for the .spinner class instead.
2019-03-15Removes EE differences for stage_column_component_specFilipa Lacerda
2019-03-15Merge branch '56970-fix-mr-stuck-loading-on-error' into 'master'Phil Hughes
Resolve "Merge request page loses state" See merge request gitlab-org/gitlab-ce!25988
2019-03-15Merge branch '10424-env-item-spec' into 'master'Phil Hughes
Removes EE differences for environment_item_spec Closes gitlab-ee#10424 See merge request gitlab-org/gitlab-ce!26185
2019-03-15Update merge status timeout to 0Paul Slaughter
- Also stop polling if we get a bad response from the server.
2019-03-14Show loading spinner for Ingress/Knative IPJacques Erasmus
Show a loading spinner while Ingress/Knative IP is being assigned
2019-03-14Removes EE differences for environment_item_specFilipa Lacerda
2019-03-14Merge branch 'winh-single-test-bundle' into 'master'Phil Hughes
Resolve differences in Karma test bundle between CE and EE See merge request gitlab-org/gitlab-ce!26131
2019-03-14Merge branch '10082-env-store' into 'master'Phil Hughes
Removes EE differences for env store Closes gitlab-ee#10082 See merge request gitlab-org/gitlab-ce!26099
2019-03-14Use flag provided from Webpack to mock gon.eeWinnie Hellmann
2019-03-14Move EE-specifics of Karma test bundle behind flagWinnie Hellmann
2019-03-14Resolve differences in Karma test bundle between CE and EEWinnie Hellmann
2019-03-13Merge branch '10026-folder-ee' into 'master'Phil Hughes
Removes EE differences for folder_view Closes gitlab-ee#10026 See merge request gitlab-org/gitlab-ce!26053
2019-03-13Removes EE differences for env storeFilipa Lacerda
Creates helpers file Cleans up tests
2019-03-13Added changelog entryNatalia Tepluhina
- fixed tests for edit components
2019-03-13Removes EE differences for folder_viewFilipa Lacerda
2019-03-12Removes EE differences for env appFilipa Lacerda
2019-03-12Don't create EE-specific files when creating Emojis fixture filesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-11Fix expand all button not workingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
2019-03-11Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Phil Hughes
Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542 (cherry picked from commit 2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8)
2019-03-11Merge branch '10081-env-table' into 'master'Phil Hughes
Reduces EE differences for environments table Closes gitlab-ee#10081 See merge request gitlab-org/gitlab-ce!25916
2019-03-09Filter merge requests by target branchHiroyuki Sato
2019-03-08Reduces EE differences for environments tableFilipa Lacerda
Async loads EE components Creates a Mixin for EE properties
2019-03-08Merge branch 'ingress-hostnames' into 'master'Mike Greiling
Add support for ingress hostnames Closes #58244, #56158, and #46691 See merge request gitlab-org/gitlab-ce!25181