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-03-28Improve project avatar settingsLuke Bennett
Prioritize and simplify project settings content.
2019-01-21Resolve "Admin Settings: Cannot read property 'addEventListener' of null"Martin Wortschack
2018-11-27Replace `=== true` with `parseBoolean()`Winnie Hellmann
2018-11-20Prettify all the thingsMike Greiling
2018-10-17Prettify app/assets/javascripts/pagesMike Greiling
2018-09-24Merge branch 'upgrade-eslint' into 'master'Marin Jankovski
Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
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-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
2018-09-11load usage ping script on admin settings subpage onlyMartin Wortschack
2018-09-06Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-29use filtered search bar for admin runnersAlexis Reigel
2018-08-16Merge branch ↵Mike Greiling
'50312-instance-statistics-convdev-index-intro-banner-is-not-dismissable' into 'master' Resolve "Instance Statistics: ConvDev index intro banner is not dismissable" Closes #50312 See merge request gitlab-org/gitlab-ce!21211
2018-08-15Changes /admin/application_settings to support template repository selection ↵Nick Thomas
in EE
2018-08-15Move cohorts and conv dev index js to new pages locationLuke Bennett
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-23Fix admin broadcast color formClement Ho
2018-04-26Merge branch 'master' into bootstrap4Clement Ho
2018-04-26Resolve "User deletion modal with same info for delete user / delete user ↵schwedenmut
and contributions"
2018-04-12[skip ci] Use toggleClass instead of toggleClement Ho
2018-03-26Move UI of several application settings to expandable blockDmitriy Zaporozhets
To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-22Rename modal.vue to deprecated_modal.vueWinnie Hellmann
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-26Refactor wildcard dispatcher importsClement Ho
2018-02-22Use dynamic imports in dispatcher (Part 3)Clement Ho
2018-02-21Use dynamic imports in dispatcherClement Ho
2018-02-21migrate admin:* to static bundleMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-16migrate admin:users:* to static bundleMike Greiling
2018-02-16migrate admin:jobs:index to static bundleMike Greiling
2018-02-14Add new modal Vue componentWinnie Hellmann
2018-02-08Resolve "New design for user deletion confirmation in admin area"Shah El-Rahman
2018-02-08Resolve "New design for project deletion confirmation"Shah El-Rahman
2018-02-05Replace $.ajax in admin broadcast messages with axiosClement Ho
2018-02-01Converted usage_ping.js to use axiosPhil Hughes
also removed dependancy on jQuery because it is super simple & not required
2018-01-18Add modal for stopping jobs in admin areaWinnie Hellmann
2018-01-11Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda
Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
2018-01-11Admin dispatcher JS importsPhil Hughes
2018-01-09Added admin:conversational_development_index:show import to dispatcherPhil Hughes