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
2018-05-23CE: Use render_if_exists to hide EE specific codesLin Jen-Shin
2018-05-07Merge branch '4084-epics-username-autocomplete-ce' into 'master'Douwe Maan
Backport CE changes from "autocomplete usernames in Epic comments/description" See merge request gitlab-org/gitlab-ce!18605
2018-05-04Backport of 4084-epics-username-autocompleteMario de la Ossa
2018-04-25Fix commit trailer rendering when Gravatar is disabledDouwe Maan
2018-04-03Check if at least one filter is set on dashboardJan Provaznik
When listing issues and merge requests on dasboard page, make sure that at least one filter is enabled. User's id is used in search autocomplete widget instead of username, which allows presetting user in filter dropdowns. Related to #43246
2018-04-02Backport changes in EE MR 4972: System Header and FooterAndré Luís
2018-03-22Add read-only banner to all pagesToon Claes
When the database is in a read-only state, display a banner on each page informing the user they cannot write to that GitLab instance. Closes gitlab-org/gitlab-ce#43937.
2018-03-19Remove `www.` from `twitter_url` helperRobert Speicher
Twitter redirects `www.twitter.com` to `twitter.com` Also removes unnecessary regex escapes, just 'cause.
2018-03-02removed helper methodsPhil Hughes
2018-02-22Simplify project check with duck typingOswaldo Ferreira
2018-02-22Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood
2018-02-20Move button list logic to project presenterOswaldo Ferreira
2018-02-13Extract repeated logic into #avatar_icon_for.Andreas Brandl
This essentially allows to pass both user and email, so that we can either prefer the user to retrieve the avatar or (if user is not present) fall back to the email lookup.
2018-02-13Remove generic #avatar_icon helper.Andreas Brandl
2018-02-13Refactor and split ApplicationHelper#avatar_icon.Andreas Brandl
When we don't use the original `ApplicationHelper#avatar_icon` anymore, we can just remove it (and its specs). Closes #42800.
2018-01-28Make default_avatar return a full path.Felix Geyer
Callers expect a URL. This fixes the avatars in commit lists when a user has no avatar and Gravatar is disabled. Closes #38715
2017-12-21Resolve "Decouple multi-file editor from file list"Tim Zallmann
2017-10-18Build the locale path with an `_` instead of a `-`Bob Van Landuyt
The locale code is turned into an asset path with an underscore instead of a dash. The language codes are transformed by `I18n.locale` into a code with a dash. But the resources for translating are always stored in a path using a `_` separating the language and the region code.
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-01Merge branch 'enable-new-navigaton-by-default' into 'master'Tim Zallmann
Enable the new navigation by default See merge request !13387
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
2017-08-30Merge branch 'master' into enable-new-navigaton-by-defaultPhil Hughes
2017-08-29Enable the new navigation by defaultPhil Hughes
2017-08-29replace `is_edited?` with `edited?`Maxim Rydkin
2017-08-08Merge branch 'master' into ideMike Greiling
* master: (86 commits) Show all labels 33874 confidential issue redesign Exclude merge_jid on Import/Export attribute configuration Resolve "User dropdown in filtered search does not load avatar on `master`" Re-add column locked_at on migration rollback Group-level new issue & MR using previously selected project [EE Backport] Update log audit event in omniauth_callbacks_controller.rb more eagerly bail when the state is prevented Move locked_at removal to post-deployment migration Add class to other sidebars Improve mobile sidebar reduce iterations by keeping a count of remaining enablers Store & use ConvDev percentages returned by Version app Store MergeWorker JID on merge request, and clean up stuck merges Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE DRY up caching in AbstractReferenceFilter Update CHANGELOG Add CHANGELOG entry Fix html structure Removes test for removed behavior Port form back to use form_tag ...
2017-08-07Remove JS flicker on page load; UI tweaksAnnabel Dunstone Gray
2017-08-04Disable new repo on project showLuke "Jared" Bennett
2017-07-31Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett
2017-07-31Moves the Performance Bar to the top instead of being at the bottomRémy Coutable
2017-07-28Add groundwork for feature flagLuke "Jared" Bennett
2017-07-04Enables the option in user preferences to turn on the new navigationPhil Hughes
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-21fixed scss-lint jobPhil Hughes
only display the toggle setting in development env for now
2017-06-21Top navigation redesignPhil Hughes
Start of the new navigation by redesigning just the top navigation menu. This is only shown when a cookie is set. Part of #32794
2017-06-20Fix avatar images in pipeline emailsSean McGivern
2017-06-15Use the same time format as beforeBob Van Landuyt
2017-06-15Translate time tooltips.Bob Van Landuyt
Let the backend do the translation.
2017-06-14Help landing page customizationsRobin Bobbitt
2017-06-05Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master'Phil Hughes
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. See merge request !11478
2017-06-02Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett
fix-realtime-edited-text-for-issues-9-3
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-05-31Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett
2017-05-30Fixed the show_user_callout methodPhil Hughes
2017-05-16Merge branch '31386-profile-fix-externallinks' into 'master' Douwe Maan
Resolve "Make Twitter Link on Profile page useable by fixing wrong target URL's" Closes #31386 See merge request !10931
2017-05-11Fixed Regex(es)Tim Zallmann
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-05-08Fixing Static Analysis Fail with IndentationTim Zallmann
2017-05-08Created Application Helpers based on suggestion for easier parsingTim Zallmann
2017-05-04Change 'exclude_author' paramblackst0ne
2017-05-04Add last_edited_at and last_edited_by attributesblackst0ne