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
2017-06-05Merge branch '30469-convdev-index' into 'master'Sean McGivern
ConvDev Index Closes #30469 See merge request !11377
2017-06-02Merge branch '30469-convdev-index' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
30469-convdev-index
2017-06-02fixup some classnames and media queriesSimon Knox
2017-06-02Fix copyAdam Niedzielski
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-06-01Allow admins to delete users from the admin users pageNick Thomas
2017-05-31Display Shared Runner status in Admin Dashboardvanadium23
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
2017-05-30Merge branch '31616-add-uptime-of-gitlab-instance-in-admin-area' into 'master'Rémy Coutable
31616-add-uptime-of-gitlab-instance-in-admin-area Closes #31616 See merge request !11590
2017-05-2931616-add-uptime-of-gitlab-instance-in-admin-areajboltz88
2017-05-26Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (307 commits) Address feedback Add small update for the i18n guide. update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin name all webpack chunks to improve long term cacheability add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin upgrade to latest webpack version Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ Provide default for calculating label text color (!11681) Add failing test for #32728 Bugfix: Always use the default language when generating emails. Remove unecessary commit pattern check Add regexp_for_value helper method Remove shared example and improve sub_group_issuables_spec.rb Remove 'should' from scenario in has_subgroup_title_spec.rb Cartfile git and binary methods cannot take a GitHub repo Fix terminals support for Kubernetes service Add review comments to compare_spec.rb Fix transient error clicking dropdown items in compare_spec.rb Use non-global jQuery reference within raven bundle ...
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-25Remove redundant data-turbolink attributes from linksblackst0ne
2017-05-19Fix admin tabsAnnabel Dunstone Gray
2017-05-18Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-16Removed old endpoints from the monitoring viewJose Ivan Vargas
2017-05-16update admin health page with the application readiness endpointsJose Ivan Vargas
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
Rename `build_events` to `job_events` Closes #31620 See merge request !11287
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
This reverts merge request !11287
2017-05-15Rename `build_events` to `job_events` in codeBob Van Landuyt
2017-05-13Minor cosmetic fixes in hooks admin screenGabriel Mazetto
2017-05-13Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto
2017-05-11Allow disabling usage ping in `gitlab.yml`Sean McGivern
Setting `usage_ping_enabled` to false in `gitlab.yml`: 1. Disables the usage ping, regardless of the value stored in the database. 2. Prevents the usage ping from being enabled through the admin panel. It can only be enabled by either removing the line from `gitlab.yml` and configuring through the admin panel, or setting it to true in `gitlab.yml`.
2017-05-04Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett
2017-05-03Merge branch '31383-admin-remove-user-text-incorrect' into 'master' Rémy Coutable
Note Ghost user and refer to user deletion documentation Closes #31383 See merge request !11012
2017-05-03[ci skip] Moved the required restart message to only backend sentry fieldLuke "Jared" Bennett
2017-05-03Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett
2017-05-03Note Ghost user and refer to user deletion documentationMark Fletcher
+ Add a partial for displaying user deletion guidance
2017-05-02Merge branch '19364-webhook-edit' into 'master' Dmitriy Zaporozhets
Implement ability to update hooks Closes #19364 See merge request !10816
2017-05-01Display GitLab Pages status in Admin DashboardMark Fletcher
2017-04-28Fixed view to correct propertyLuke "Jared" Bennett
2017-04-28Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett
2017-04-28Implement ability to update hooksAlexander Randa
2017-04-25Fix usage ping docs link from empty cohorts pageSean McGivern
2017-04-17Don't show usage ping on settings pageSean McGivern
2017-04-14Fix doc linksSean McGivern
2017-04-14Remove redundant sentence from cohorts disabledSean McGivern
2017-04-14Use serializer for formatting cohorts dataSean McGivern
2017-04-14Fix documentation links from cohortsSean McGivern
2017-04-14Rename user cohorts -> cohortsSean McGivern
2017-04-14Add user cohorts table to admin areaSean McGivern
This table shows the percentage of users who registered in the last twelve months, who last signed in during or later than each of those twelve months, by month. It is only enabled when the usage ping is enabled, and the page also shows pretty-printed usage ping data. The cohorts table is generated in Ruby from some basic SQL queries, because performing the gap-filling and running sums needed in both MySQL and Postgres is painful.
2017-04-14Add documentation on Usage statistics and link from the admin areaAchilleas Pipinellis
2017-04-14Port 'Add more usage data to EE ping' to CESean McGivern
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
2017-04-14Port 'Add EE usage ping' to CESean McGivern
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
2017-04-13Use an icon to indicate whether service template is activeStan Hu
2017-04-12Update all instances of "fa-refresh" to "fa-spinner"Andrew Torres
2017-04-10Document how polling interval is usedAdam Niedzielski
2017-04-06Admin section capitalization fixJose Ivan Vargas Lopez