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-06-07Remove external dashboard link feature flagadriel-remove-external-dashboard-feature-flagAdriel Santiago
Enables external dashboard link on metrics dashboard
2019-06-07Merge branch 'ee-9688-fe-mr-merge-order' into 'master'Clement Ho
Backport of EE Displaying Blocking MRs See merge request gitlab-org/gitlab-ce!29095
2019-06-07Move Vue models from vue_shared to boardsMartin Hanzel
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
2019-06-07Merge branch ↵Stan Hu
'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
2019-06-07Merge branch 'ce-5276-2-update-stores-for-terminal-file-sync' into 'master'Phil Hughes
[CE of Part 2] 5276 Update existing stores for file terminal sync See merge request gitlab-org/gitlab-ce!29333
2019-06-07Merge branch 'ce-5276-1-remove-build-page-from-ide-terminal-element' into ↵Phil Hughes
'master' [CE of Part 1] 5276 Remove 'build-page' from 'ide-terminal' element See merge request gitlab-org/gitlab-ce!29331
2019-06-07added code differences from EE to CEMichel Engelen
2019-06-07Remove metrics_time_window feature flagSarah Yasonik
2019-06-07Add styles and animations for onboarding helperMartin Wortschack
- Add styles for popover - Add $accepting-mr-label-color to color variables
2019-06-07IDE trigger files change eventPaul Slaughter
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
2019-06-07Remove 'build-page' from 'ide-terminal' elementPaul Slaughter
CE Port **Why?** The styles applied to `.build-page .top-bar` were mostly unecessary for the IDE terminal. The static positioning might have also been causing a strange line to show up in the terminal.
2019-06-06Merge branch '59232-add-storage-counter-ce' into 'master'Phil Hughes
CE backport for Storage Counter changes Closes #59232 See merge request gitlab-org/gitlab-ce!29206
2019-06-06Format vue files with prettierMarcel van Remmerden
Add changelog file
2019-06-06Merge branch 'js-i18n-datetime' into 'master'Filipa Lacerda
i18n datetime_utility file See merge request gitlab-org/gitlab-ce!29193
2019-06-06Use exposed regex for frontend maskable checkmfluharty
Pass string value in through haml template data attribute Evaluate it into a regex when initiating variable list Use it to determine whether to show the maskability warning
2019-06-06Allow masking if 8 or more characters in base64Thomas Nilsson
This should allow for private ssh-keys to remain private. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
2019-06-06Merge request tabs fixesAnnabel Dunstone Gray
- Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
2019-06-06Replace upgrade with updateEnrique Alcántara
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
2019-06-06Fix alignment of resend button in members pageStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55869
2019-06-06Add doc links for confidential and locked issuesFatih Acet
With this commit, we add docs link for confidential and locked issues to note compose and edit forms
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-06Add a New Copy Button That Works in ModalsAndrew Fontaine
This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
2019-06-06Always show "Pipelines must succeed" checkboxFabio Pitino
Before: the checkbox was hidden if builds were disabled. The checkbox should not be linked to the builds feature because they are 2 separate functionality.
2019-06-06Resolve "Inline validation for user's name and username length"Jiaan
2019-06-06Merge branch '60034-default-web-ide-s-merge-request-checkbox-to-true' into ↵Phil Hughes
'master' Resolve "Default Web IDE's merge request checkbox to true" Closes #60034 See merge request gitlab-org/gitlab-ce!28665
2019-06-06CE Backport: Show tree within Epic containing child Epics and IssuesKushal Pandya
2019-06-06Use the selected time window for metrics dashboardSarah Yasonik
2019-06-06Default MR checkbox to true in most casesSam Bigelow
- Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
2019-06-06Backport of EE Displaying Blocking MRsSam Bigelow
This MR is a backport of an EE merge request
2019-06-06Migrate old notes app test from Karma to JestMartin Hanzel
2019-06-05added new styling to the `.flash-warning` styles and moved the bundled style ↵Michel Engelen
definitions up to allow overrides for specific flash-types
2019-06-05Merge branch 'graphql-file-entry-url' into 'master'Nick Thomas
Add web_url to tree entry in GraphQL API See merge request gitlab-org/gitlab-ce!28646
2019-06-05Merge branch '61246-fix-label-click-scroll-to-top' into 'master'Fatih Acet
Fix label click scrolling to top Closes #61246 See merge request gitlab-org/gitlab-ce!29202
2019-06-05Adds hashed option to bs linked optionsFilipa Lacerda
Adds isOdd function
2019-06-05Fix label click scrolling to topPaul Slaughter
2019-06-05Merge branch '28996-create-mvc-ui-in-haml' into 'master'Filipa Lacerda
Add Let's Encrypt option in Pages domain new/edit Haml form See merge request gitlab-org/gitlab-ce!26438
2019-06-05Extract setListDetail() into issue boards storeWinnie Hellmann
2019-06-05I18N datetime utility fileBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-06-05Merge branch 'jivanvl-add-single-stat-chart-component' into 'master'Filipa Lacerda
Add single_stat chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!28948
2019-06-05Fix Web IDE add template testMark Lapierre
Wait for the new file modal to stop animating before clicking it We now need to click the commit button 3 times: 1. To enter commit mode 2. To being staging changes 3. To submit the commit
2019-06-05Add web_url to tree entry in GraphQL APIPhil Hughes
2019-06-05Merge branch '55253-activity-feed-ui-enhance-line-height' into 'master'Phil Hughes
Resolve "Activity feed UI: Enhance line-height" Closes #55253 See merge request gitlab-org/gitlab-ce!28856
2019-06-05Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai
2019-06-05Specify exception identifer in catch blockPaul Gascou-Vaillancourt
2019-06-04Handle external dashboard form submissionAdriel Santiago
Connect frontend UI with backend api for external dashboard link
2019-06-04Add single_stat chart component to the monitoring bundleJose Vargas
This merge requests just adds the component without integrating it to the dashboard, it adds tests as well
2019-06-04Extract setIssueDetail() into issue boards storeWinnie Hellmann
2019-06-04Merge branch 'ce-fix-vue-spec-warning' into 'master'Fatih Acet
Fix warning in spec from committing unused mutation See merge request gitlab-org/gitlab-ce!28815
2019-06-04Merge branch '57037-fix-mr-checkboxes-mobile-alignment' into 'master'Fatih Acet
Fix MR checkboxes alignment on mobile Closes #57037 See merge request gitlab-org/gitlab-ce!28845
2019-06-04Extract toggleFilter() into issue boards storeWinnie Hellmann