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-16Merge branch 'tc-fix-group-finder-subgrouping' into 'master'Douwe Maan
Show private subgroups if member of parent group Closes #32135 See merge request !11764
2017-06-16Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern
Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
2017-06-15Deserialise existing custom notification settingsSean McGivern
Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
2017-06-15Add columns for custom notification settingsSean McGivern
Add columns for each custom notification level, defaulting to null. Read from those columns if non-null, otherwise fall back to the serialized column. Writing will write to the new column if `events` isn't manually set.
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-15Subgroups page should show groups authorized through inheritanceToon Claes
When a user is authorized to a group, they are also authorized to see all the ancestor groups and descendant groups. When a user is authorized to a project, they are authorized to see all the ancestor groups too. Closes #32135 See merge request !11764
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-14Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin
* upstream/master: (34 commits) Revert "Merge branch 'karma-headless-chrome' into 'master'" Make small pipeline schedules UI enhancements. Remove js classes from vue component that are not needed in vue component Update tests and application Adds "Pipeline" to job's sidebar Change border color of job's scroll controllers to $border-color Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Added Tectonic to the page. Always check read_issue permissions when loading issue Handle legacy jobs without name Do not expose internal artifacts hash in build entity Use wait_for_requests instead of sleep 0.3 Limit wiki container width Fix migrations testing support RSpec hooks order Rename BuildEntity to JobEntity Fix support for external_url for commit statuses Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them add CHANGELOG.md entry for !12036 remove phantomjs-specific test hacks update karma job to use chrome build image created by gitlab-build-images!41 ...
2017-06-13Update tests and applicationKamil Trzcinski
2017-06-13Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin
* upstream/master: (460 commits) Center dropdown for pipeline's mini graph Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions Fix filename method of GitlabUploader to return always real filename Ignore CVE-2017-5029 in Nokogiri Refactor atom builder by using xml.atom layout Let PhantomJS load local images Add a changelog entry Only add a description change note when no tasks are updated Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as the upgrade fails with Go 1.5 (installed with Gitlab 8.1) Use gitaly 0.11.2 Add the ability to perform background migrations Always render warnings icon in orange Fix a few translation for zh_TW Improve Job detail view to make it refreshed in real-time instead of reloading Attempts to run RSpec tests twice (1 retry) ignore name validation on importing Only show hover state on links and buttons Use vue files for navigation tabs and buttons doc: add example of scheduler when Add test for u2f helper and changelog entry ...
2017-06-12Merge branch 'use-request-store-helper-instead-actual-code' into 'master'Douwe Maan
Use :request_store hooks on specs See merge request !12058
2017-06-10Make sure reCAPTCHA configuration is loaded when spam checks are initiatedStan Hu
Previously it was possible when an issue was updated and Akismet flagged it as spam that the reCAPTCHA configuration was not loaded. Closes #33532
2017-06-10Use :request_store hooks on specsOswaldo Ferreira
2017-06-09Revert 'New file from interface on existing branch'Douwe Maan
2017-06-09Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern
Fixed dashboard milestone tabs not loading Closes #33477 See merge request !12023
2017-06-09Fixed dashboard milestone tabs not loadingPhil Hughes
Closes #33477
2017-06-09Merge branch 'use-request-store-on-mr-controller-query-count-spec' into 'master'Douwe Maan
Use RequestStore on MR show.json query count spec See merge request !12024
2017-06-08Merge branch 'master-security-update' into 'master'Regis Boudinot
Master security update See merge request !12025
2017-06-08Use RequestStore on MR show.json query count specOswaldo Ferreira
2017-06-08Merge branch 'dz-restrict-autocomplete' into 'security-9-1'DJ Mountney
Allow users autocomplete by author_id only for authenticated users See merge request !2100
2017-06-08Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran
2017-06-08Allow group reporters to promote labelsSean McGivern
They can admin group labels anyway, we weren't checking the more specific permission.
2017-06-07Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-06-07Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan
Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
2017-06-07Fix failing specAlfredo Sumaran
2017-06-07Merge branch 'instrument-infra' into 'master'Grzegorz Bizon
Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
2017-06-07Support uploads for newly created personal snippetsJarka Kadlecova
2017-06-07Do not cleanup temp directory as this apparently causes silent rspec ↵Pawel Chojnacki
failures on linux in CI
2017-06-06Merge branch '27148-limit-bulk-create-memberships' into 'master'Douwe Maan
Limit non-administrators to adding 100 members at a time to groups and projects Closes #27148 See merge request !11940
2017-06-06redesign caching of application settingsPaul Charlton
2017-06-06Fix raw_path with the new job path, rename to jobLin Jen-Shin
in the tests
2017-06-06Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas
2017-06-06Add json support to group members leave action in controllerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-05Support hard deletion in Admin::UsersController#destroyNick Thomas
2017-06-05Refactor the DeleteUserWorkerNick Thomas
2017-06-05Merge branch 'zj-job-view-goes-real-time' into 'master'Kamil Trzciński
Initial implementation for real time job view Closes #31397 See merge request !11651
2017-06-03Fix test failuresKamil Trzcinski
2017-06-03Merge branch 'mabes/gitlab-ce-bypass-auto-login' into 'master'Douwe Maan
Allow manual bypass of auto_sign_in_with_provider Closes #3786 See merge request !11884
2017-06-02Merge branch '33139-lint-our-factories' into 'master'Grzegorz Bizon
Lint our factories creation in addition to their build Closes #33139 See merge request !11823
2017-06-02Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeKamil Trzcinski
2017-06-02Allow manual bypass of auto_sign_in_with_providerMaxime Besson
This commit lets a user bypass the automatic signin on the login form, in order to login with a technical (admin, etc) account Closes #3786 Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02Add prometheus text formatterPawel Chojnacki
+ rename controler method to #index from #metrics + remove assertion from nullMetric
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
2017-06-02Mark migration as requiring no downtimePawel Chojnacki
+ Add spaces for four phases approach + fix InfluxDB rename
2017-06-02Move most of MetricsController logic to MetricsServicePawel Chojnacki
2017-06-02move check if metrics are enabled to before actionPawel Chojnacki
2017-06-02Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki
2017-06-02Split metrics from health controller into metrics controllerPawel Chojnacki