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-02-21Port EE System Header And Footer feature to CEDouwe Maan
remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
2019-01-22Add `client_detection` helper to add browser and plaform flagsKushal Pandya
2018-12-14Change `page_filter_path` default behaviorHeinrich Lee Yu
`label_name` is now not excluded by default Also removed `label: true` from calls to the helper
2018-11-14Refactor whitelisting of filter paramsHeinrich Lee Yu
2018-11-13Added wip param in filter path optionsHeinrich Lee Yu
2018-11-13Clean up page_filter_pathHeinrich Lee Yu
2018-11-13Fix testsHeinrich Lee Yu
2018-10-05Resolve "Drop down filter for project snippets"Fabian Schneider
2018-09-20Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
2018-09-18Improve TabHelper to clarify the use of Namespaces for the nav_linkGabriel Mazetto
2018-09-18Rename helper methodMartin Wortschack
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11remove 'Geo' and 'Templates' template from CE and display menu items for EE onlyMartin Wortschack
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-06-27Fix merge requests data source key to be camelCaseKushal Pandya
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