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-10-29Merge branch 'rz_fix_milestone_count' into 'master'Sean McGivern
Fixing count on Milestones Closes #50848 See merge request gitlab-org/gitlab-ce!21446
2018-10-28Add failure reason for execution timeoutShinya Maeda
2018-10-26Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master'Douwe Maan
User not defined in PostReceive#process_project_changes Closes #51335 See merge request gitlab-org/gitlab-ce!22519
2018-10-26Merge branch ↵Douwe Maan
'42790-improve-feedback-for-internal-git-access-checks-timeouts' into 'master' Adds trace of each access check when git push times out Closes #42790 See merge request gitlab-org/gitlab-ce!22265
2018-10-26Merge branch 'prettify-all-the-things-4' into 'master'Tim Zallmann
Prettify all the things (part 4) See merge request gitlab-org/gitlab-ce!22253
2018-10-26Merge branch 'winh-split-merge-request-widget-dependencies' into 'master'Mike Greiling
Resolve circular dependencies in merge request widget See merge request gitlab-org/gitlab-ce!22605
2018-10-26Resolve "No longer require a deploy to start Prometheus monitoring"Peter Leitzen
2018-10-26Update content of visible tooltipsWinnie Hellmann
2018-10-26Automatically navigate to last board visitedBrett Walker
2018-10-26Update MR based on Sean's feedbackEagllus
2018-10-26Merge branch '52545-guest-create-issue-in-group-board' into 'master'Sean McGivern
Resolve "Adding issues from group/project board is not allowed for project-level users" See merge request gitlab-org/gitlab-ce!22557
2018-10-26Merge branch '52384-api-filter-assignee-none-any' into 'master'Sean McGivern
Resolve "Filter by `None`/`Any` for assignee_id in issues/mrs API" Closes #52384 See merge request gitlab-org/gitlab-ce!22598
2018-10-26Merge branch 'bvl-preload-user-status-for-events' into 'master'Sean McGivern
Preload user status for label events Closes #53164 See merge request gitlab-org/gitlab-ce!22609
2018-10-26Support backward compatibility when introduce new failure reasonShinya Maeda
2018-10-26Merge branch '52115-Link-button-in-markdown-editor-should-recognize-URLs' ↵Phil Hughes
into 'master' Link button in markdown editor recognize URLs Closes #52115 See merge request gitlab-org/gitlab-ce!22547
2018-10-26Fix stage dropdown rendering only in EnglishFilipa Lacerda
2018-10-26Fix inaccessible dropdown for code-less projectsJacques Erasmus
2018-10-26Merge branch 'remove-unnecessary-css' into 'master'Phil Hughes
Remove .katex-display from selector See merge request gitlab-org/gitlab-ce!22580
2018-10-26Extract complex condition to computed propHeinrich Lee Yu
2018-10-26Support lowercase none / anyHeinrich Lee Yu
2018-10-26Apply similar change to MRs APIHeinrich Lee Yu
2018-10-26Issues API: Add None/Any option to assignee_idHeinrich Lee Yu
2018-10-26Simplify query and add tests for authorization changeHeinrich Lee Yu
2018-10-26Update boards issue creation authorizationHeinrich Lee Yu
2018-10-26Always show new issue in Open listHeinrich Lee Yu
2018-10-26Fix project selector to show only projects with issuesHeinrich Lee Yu
2018-10-26Merge branch 'master' into 'prettify-all-the-things-4'Mike Greiling
# Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue
2018-10-26Merge branch '40372-prometheus-dashboard-broken-on-firefox' into 'master'Clement Ho
Resolve "Prometheus dashboard broken on Firefox" Closes #40372 See merge request gitlab-org/gitlab-ce!22400
2018-10-26Merge branch 'winh-countdown-component' into 'master'Clement Ho
Add reusable component for counting down See merge request gitlab-org/gitlab-ce!22499
2018-10-25Merge branch 'jramsay-42673-commit-tooltip' into 'master'Douwe Maan
Add title to commit links in list view Closes #42673 See merge request gitlab-org/gitlab-ce!22585
2018-10-25Merge branch 'prettify-all-the-things-3' into 'master'Tim Zallmann
Prettify all the things (part 3) See merge request gitlab-org/gitlab-ce!22251
2018-10-25Add title to commit links in list viewJames Ramsay
The short commit message may be truncated making the truncated portion unreadable. The title of the link should be the commit message so that the commit message is shown when hovering the commit message anchor. Closes gitlab-org/gitlab-ce#42673
2018-10-25Merge branch '49565-ssh-push-mirroring' into 'master'Robert Speicher
Backport SSH host key detection code to CE See merge request gitlab-org/gitlab-ce!22577
2018-10-25Add validation for date strings passed to GlCountdownWinnie Hellmann
2018-10-25Add reusable component for counting downWinnie Hellmann
2018-10-25Add calculateRemainingMilliseconds() helper functionWinnie Hellmann
2018-10-25Preload user status for label eventsBob Van Landuyt
This makes sure the user_status for the user of a label event is preloaded. Otherwise it would not be rendered in the fake system note.
2018-10-25Resolve circular dependencies in merge request widgetWinnie Hellmann
2018-10-25Merge branch '53055-combine-date-util-functions' into 'master'Filipa Lacerda
Combine all datetime library functions into `datetime_utility.js` This MR moves datetime methods from `app/assets/javascripts/lib/utils/pretty_time.js` & `app/assets/javascripts/lib/utils/datefix.js` into `app/assets/javascripts/lib/utils/datetime_utility.js`. Closes #53055 See merge request gitlab-org/gitlab-ce!22570
2018-10-25Merge branch 'mr-diff-data' into 'master'Filipa Lacerda
Impove diff discussion data See merge request gitlab-org/gitlab-ce!22491
2018-10-25Backport SSH host key detection code to CENick Thomas
This functionality is needed for SSH push mirroring support, which is a CE feature.
2018-10-25Merge branch 'refactor_gitlab_kube_client' into 'master'Kamil Trzciński
Refactor Gitlab::KubeClient Closes #52131 See merge request gitlab-org/gitlab-ce!22073
2018-10-25Move job stuck status to backendSteve Azzopardi
2018-10-25Update the state, not a paramPhil Hughes
Also fixed a bug where discussions wouldn't be assigned to a line when switching from discussion tab to changes tab
2018-10-25Removes idenfitication by commit from Gitlab::IdentifierTiago Botelho
Before we would need to identify a user when pushing through the GitLab UI. Since this is no longer the case we can remove the identification by commit and instead, use the identify_using_user
2018-10-25User not defined in PostReceive#process_project_changesTiago Botelho
When Gitlab::GitPostReceive#changes_refs is empty user would not get defined and nil would be passed to PostReceive#after_project_changes_hooks which would then throw an error.
2018-10-25Run through Prettier and remove ESLint disablesKushal Pandya
Formats the file to match Prettier rules Removes all blacklisted ESLint rules
2018-10-25Update pretty_time methods import pathKushal Pandya
Updates path for pretty time related methods to import from `datetime_utility.js`
2018-10-25Add pretty_time methodsKushal Pandya
Adds methods from `app/assets/javascripts/lib/utils/pretty_time.js` and deletes the file
2018-10-25Update pikaday method import pathKushal Pandya
Updates path for pikaday parsing methods to import from `datetime_utility.js`