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/views
AgeCommit message (Collapse)Author
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-08-17Add new table to store email domainGosia Ksionek
In order to save user preferences regarding user emails allowed to be invited to group Add foreign_key and down method Change adding foreign key Add partial call to view Add changelog entry Fix schema
2019-08-15Merge branch ↵Stan Hu
'46548-open-source-alternative-to-recaptcha-for-gitlab-com-registration' into 'master' Open source alternative to reCAPTCHA for GitLab.com registration See merge request gitlab-org/gitlab-ce!31625
2019-08-15Add link to resend confirmation emailAlex Buijs
This link is shown when a user tries to login with an unconfirmed email address and the grace period has expired
2019-08-15Changed selection classes to harmonize with other settingsMarc Schwede
2019-08-14Migrates Snowplow backend from EE to CEJeremy Jackson
This introduces several changes, but these are all just ported from the EE project.
2019-08-14Revert "Merge branch '64341-data-and-privacy-agreement-for-gitlab-users' ↵Kushal Pandya
into 'master'" This reverts merge request !30808
2019-08-14Fix style-lint errors in wiki.scssHimanshu Kapoor
There were two errors: duplicate styles and @extend used with a class name. I added `.top-area` class to all the instances where `.wiki-page-header` is used since %top-area didn't really make a lot of sense as a placeholder selector. This is also consistent with behaviour on other pages where the `.top-area` class is used alongside the other classes for the specific header styling.
2019-08-14Add notification for updated privacy policyDennis Tang
This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
2019-08-14Merge branch '10-adjust-copy-for-adding-additional-members' into 'master'Tim Zallmann
Adjust copy for adding additional members See merge request gitlab-org/gitlab-ce!31726
2019-08-13Rework retry strategy for remote mirrorsBob Van Landuyt
**Prevention of running 2 simultaneous updates** Instead of using `RemoteMirror#update_status` and raise an error if it's already running to prevent the same mirror being updated at the same time we now use `Gitlab::ExclusiveLease` for that. When we fail to obtain a lease in 3 tries, 30 seconds apart, we bail and reschedule. We'll reschedule faster for the protected branches. If the mirror already ran since it was scheduled, the job will be skipped. **Error handling: Remote side** When an update fails because of a `Gitlab::Git::CommandError`, we won't track this error in sentry, this could be on the remote side: for example when branches have diverged. In this case, we'll try 3 times scheduled 1 or 5 minutes apart. In between, the mirror is marked as "to_retry", the error would be visible to the user when they visit the settings page. After 3 tries we'll mark the mirror as failed and notify the user. We won't track this error in sentry, as it's not likely we can help it. The next event that would trigger a new refresh. **Error handling: our side** If an unexpected error occurs, we mark the mirror as failed, but we'd still retry the job based on the regular sidekiq retries with backoff. Same as we used to The error would be reported in sentry, since its likely we need to do something about it.
2019-08-13representing error message with .flash-container elementMesut Güneş
2019-08-12Load search result counts asynchronouslyMarkus Koller
Querying all counts for the different search results in the same request led to timeouts, so we now only calculate the count for the *current* search results, and request the others in separate asynchronous calls.
2019-08-12Internationalize Issue and MR list metadata stringsBrett Walker
2019-08-12Resolve "Add externalization and fix regression in shortcuts helper modal"Thomas Randolph
2019-08-12Change invite textAlex Buijs
2019-08-12Add filter param sanitizationGeorge Koltsov
2019-08-12Add changelog entryGeorge Koltsov
2019-08-12Add BitBucketServerImport project filteringGeorge Koltsov
2019-08-12Merge branch 'sh-break-out-invited-group-members' into 'master'Ash McKenzie
Make it easier to find invited group members Closes #61948 See merge request gitlab-org/gitlab-ce!28436
2019-08-12Add kbd shortcuts for discussion navigationSam Bigelow
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-08-10Add invisible captchaAlex Buijs
With a time treshold of 4 seconds and a firstname and lastname honeypot input fields when signing up
2019-08-09Use snake case for tag placeholdersMartin Wortschack
- Update PO file
2019-08-09Fixing missing html_safe calls for pending listStan Hu
2019-08-09Revert "Change 'data-toggle' => 'tab' to data-toggle: 'tab'"Stan Hu
This reverts commit 3af747657083e2d91922cdb9be5879f890ca50bb.
2019-08-09Change 'data-toggle' => 'tab' to data-toggle: 'tab'Stan Hu
2019-08-09Fix highlighting of group name not workingStan Hu
The parameters needed `html_safe` as well.
2019-08-09Merge branch 'master' into sh-break-out-invited-group-membersStan Hu
2019-08-09Add repo-refs control for search pageminghuan lei
- only in blobs result
2019-08-09Resolve "Add tooltip to improve clarity of "detached" label/state in the ↵Nick Kipling
merge request pipeline"
2019-08-09Resolve more discussionMartin Wortschack
- Add placeholder for tags in translation - Update PO file
2019-08-09Apply suggestion to app/views/groups/group_members/index.html.hamlMartin Wortschack
2019-08-09resolve review comments:Tom Quirk
- use .mx-auto for avatar - remove parent div for group_icon
2019-08-09Merge branch '39217-remove-kubernetes-service-integration' into 'master'James Lopez
Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
2019-08-09Remove duplicate button to add new metricsMiguel Rincon
- Remove "new metrics" duplicated button and replace with a message - Replace css with utility classes in the prometheus metrics view - Remove unused css
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-08Rename blocking MRs to cross-project MR dependenciesNick Thomas
We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
2019-08-08Resolve first round of discussionsMartin Wortschack
- Avoid splitting sentences - Update PO file - Utilize $input-height - Replace pr- with mr-
2019-08-08CE port for bulk updating group labelsEugenia Grieff
- Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
2019-08-08Final removal of KubernetesServiceTiger
Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
2019-08-07Add empty state for starred projects tab on user pageCamil Staps
2019-08-07InternationalizationCamil Staps
2019-08-07Remove private profiles from starrers view of projectsCamil Staps
2019-08-07Starrers view: fix search bar when a query did not match anythingCamil Staps
2019-08-07Starrers view: fix search icon, change placeholder, fix "no starrers" when ↵Camil Staps
search does not match
2019-08-07Add pagination to {project}/starrers viewCamil Staps
2019-08-07Change sorting options for starrers: name (asc/desc), most/least recent starCamil Staps
2019-08-07Fix code styleCamil Staps
2019-08-07Add message on starrers view when nobody has starred a repository yetCamil Staps
2019-08-07Make sure starred_since is of the requested project in StarrersController; ↵Camil Staps
cleanup