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-08-29make test of note app with comments disabled dryManeschi Romain
2019-08-29Merge branch 'ce-xanf-move-auto-merge-failed-to-jest' into 'master'Kushal Pandya
Resolve "Migrate spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32282
2019-08-28Merge branch 'ce-xanf-move-file-icon-spec-to-jest' into 'master'Clement Ho
Resolve "Migrate spec/javascripts/vue_shared/components/file_icon_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32278
2019-08-28Refactored Karma spec to Jest for file_iconIllya Klymov
2019-08-28Changes snowplow to use cookies for sessionsJeremy Jackson
This also restructures how and where the configuration for Snowplow lives.
2019-08-27Refactored Karma spec to Jest for mr_widget_auto_merge_failedIllya Klymov
2019-08-27Revert "Merge branch 'user-tracking-settings' into 'master'"Jeremy Jackson
This reverts merge request !31826
2019-08-26Changes snowplow to use cookies for sessionsJeremy Jackson
This also restructures how and where the configuration for Snowplow lives.
2019-08-24Merge branch ↵Tim Zallmann
'66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master' Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
2019-08-23Add logic for respecting browser DNT settingJeremy Jackson
2019-08-23Always pre-select "Start a new merge request"Denys Mishunov
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
2019-08-22Merge branch ↵Kushal Pandya
'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master' Add a new method to `Api.js`: `projectUsers` See merge request gitlab-org/gitlab-ce!31801
2019-08-21Make sure that each Jest test contains an assertionWinnie Hellmann
2019-08-21Replace the area with time series where usedMiguel Rincon
- Replace in panel_type.vue - Replace in embed.vue - Port changes to support embed in 2 cols in large screens - Update specs
2019-08-21Add karma test for time_series.vueMiguel Rincon
New spec file for time_series.vue written using karma. New spec extends the spec from area.vue
2019-08-21This commit adds a new time series componentMiguel Rincon
Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
2019-08-21Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable
Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545
2019-08-21Make native event test in autosave_spec.js synchronousWinnie Hellmann
2019-08-21New wiki page redirects user to random slugLuke Duncalfe
Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
2019-08-20Apply patch and update spec per MR commentsSamantha Ming
- Use wrapper instead of global Vue object - Use vue utils helper method - Remove redundant spec tests
2019-08-20Improve UX multi assigness in MRSamantha Ming
Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
2019-08-20Fix assertion in mocks_helper_spec.jsWinnie Hellmann
2019-08-19Fix mergeUrlParams handling of `+`Paul Slaughter
**What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
2019-08-19Add new API method: projectUsersHimanshu Kapoor
The new API method projectUsers gets all the users added to a particular project.
2019-08-19Move cycle analytics stages templates to vueEzekiel Kigbo
The existing stage list items are rendered in haml, migrating them to vuejs for future work. Fix alignment of median value Test for stage_nav_item.vue
2019-08-16Rewrite changed_file_icon_spec in JestPaul Slaughter
- Uses vue-test-utils - More complete coverage with parameterized tests
2019-08-15Add key unbinds to DiscussionKeyboardNavigatorPaul Slaughter
Also adds comment to explain why this works on the diff-tab when it's only used in `notes-app`. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
2019-08-13Merge branch '61800-migrate-environment-rollback-tests-to-jest' into 'master'Tim Zallmann
Convert `spec/javascripts/environments/*rollback*` tests from Jasmine to Jest Closes #61800 See merge request gitlab-org/gitlab-ce!31021
2019-08-12FE fetch counts async on search page loadPaul Slaughter
Creates `refresh_counts` module to dynamically fetch and load data based on attributes of HAML elements.
2019-08-12Convert spec/javascripts/environments/*rollback* tests to JestNathan Friend
This commit converts two Jasmine tests into Jest tests.
2019-08-12Add kbd shortcuts for discussion navigationSam Bigelow
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-08-09Add repo-refs control for search pageminghuan lei
- only in blobs result
2019-08-09Merge branch 'jejacks0n-remove-bad-spec' into 'master'Tim Zallmann
Clean up an incomplete thought as a spec See merge request gitlab-org/gitlab-ce!31541
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-08Simplify getTimeDiff functionSimon Knox
Pass keyname instead of translated string
2019-08-06Removes duplicate buttonFilipa Lacerda
Prevents manual action button from being rendered twice in the job log empty state
2019-08-06Clean up an incomplete thought as a specjejacks0n
2019-08-06Revert "Fixed comparing value to undefined"Natalia Tepluhina
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
2019-08-02Hide cluster details until cluster is createdMike Greiling
Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
2019-08-02Syncs the vue test utils helpersSam Beckham
2019-08-01Revert "Merge branch 'mh/editor-indents' into 'master'"Paul Slaughter
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
2019-08-01Adds new tracking interface for snowplowJeremy Jackson
This will ultimately replace the stats.js that exists in EE.
2019-07-29Change qa-* class references to js-* for suggestionsTanya Pazitny
2019-07-29Add Job specific variablesMatija Čupić
Adds Job specific variables to facilitate specifying variables when running manual jobs.
2019-07-26Add color utils with relevant testsAmmar Alakkad
2019-07-26Add UndoStack class - a custom undo/redo engineMartin Hanzel
It will be hooked up to the markdown editor later
2019-07-25Update namespace label text for managed clustersJacques Erasmus
Added the ability to update the namespace label text for gitlab-managed
2019-07-24Removed pluralize functionEzekiel Kigbo
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
2019-07-22Add ability to embed metricsTristan Read
See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
2019-07-19Add missing static fixtureMike Greiling