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-08-07Merge branch '49854-recover-mr-regression-fixes-safe' into 'master'Tim Zallmann
Resolve "Recover reverted fixes to Merge Request refactor regressions" Closes #49242, #49343, #48876, #48877, #48817, #48602, and #49843 See merge request gitlab-org/gitlab-ce!20968
2018-08-07Resolve "System level labels UI broken"André Luís
2018-08-07Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang
2018-08-07Send resize parameters for avatarsTim Zallmann
2018-08-07Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling
2018-08-06Revert "Merge branch 'bvl-instance-stats-default' into 'master'"Bob Van Landuyt
This reverts merge request !21044
2018-08-06Merge branch 'bvl-instance-stats-default' into 'master'Sean McGivern
Hide instance statistics by default Closes #50000 See merge request gitlab-org/gitlab-ce!21044
2018-08-06Hide instance statistics on new installationsBob Van Landuyt
Making the migrations and the default do the right thing in the first place. This makes 20180806094307 a no-op.
2018-08-03Use Projects::UpdateService to archive projectsJames Ramsay
System hooks were not being triggered when projects were archived or unarchived. Reuse the Projects::UpdateService to automatically trigger system hooks and increase code reuse.
2018-08-02Add Object Storage to GitLab project importJames Lopez
- Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs
2018-08-01Resolve "List of projects not loading when trying to create an issue from a ↵Constance Okoghenun
board (TypeError)"
2018-08-01Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable
Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614
2018-08-01Merge branch '41416-making-instance-wide-data-tools-more-accessible' into ↵Filipa Lacerda
'master' Resolve "Making instance-wide data tools more accessible" Closes #41416 and #48507 See merge request gitlab-org/gitlab-ce!20874
2018-08-01Reapply "Merge branch '48817-fix-mr-changes-discussion-navigation' into ↵André Luís
'master'" This reverts commit e0fe97ca4a506405af8e85368f2c69cda637e192.
2018-08-01Merge branch 'andr3-remove-mr-regressions-fixes-from-master' into 'master'Filipa Lacerda
Remove fixes for MR refactor regressions from master See merge request gitlab-org/gitlab-ce!20920
2018-08-01Revert "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'master'"André Luís
This reverts commit ced005f330419ec81657e852c5cb9124fdb29fbb, reversing changes made to 9b01b293ce5ddbaeedaf014cdc804af2c5e86416.
2018-08-01Merge branch 'rails5-fix-flaky-spec-user-uses-shortcuts' into 'master'Rémy Coutable
Rails5: fix flaky spec See merge request gitlab-org/gitlab-ce!20953
2018-08-01Merge branch 'dz-labels-search' into 'master'Dmitriy Zaporozhets
Search for label on project labels page by title or description See merge request gitlab-org/gitlab-ce!20749
2018-08-01Rails5: fix flaky specJasper Maes
2018-07-31Merge branch 'master' into ↵Luke Bennett
'41416-making-instance-wide-data-tools-more-accessible' # Conflicts: # app/models/application_setting.rb # lib/api/settings.rb
2018-07-31Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera
This reverts merge request !20801
2018-07-31Add frozen_string_literal to search_labels_spec.rb according to GitLab botDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31Merge branch 'feature/gb/login-activity-metrics' into 'master'Sean McGivern
Add user authentication activity metrics Closes #47789 See merge request gitlab-org/gitlab-ce!20668
2018-07-31Show different not fount message for project labels searchDmitriy Zaporozhets
Depends on if prioritised or other labels are found or no labels at all are found, we show a corresponding message now Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31Add more specs to labels search featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31Add feature specs for project labels searchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31Improve authentication activity code readabilityGrzegorz Bizon
2018-07-31Fix bug with Wiki pages encodingFrancisco Javier López
2018-07-30Minor style improvements for Helm codeDylan Griffith
2018-07-30Fix race condition in auto devops QA spec: ensure we wait for Install button ↵Dylan Griffith
to appear
2018-07-30Fix race condition in spec/features/projects/clusters/applications_spec.rbDylan Griffith
This was not happening very often but with the previous changes to create SSL certs for helm tiller it takes long enough to be created that we see the test failing a lot more
2018-07-30Hide the status fields behind a feature flagBob Van Landuyt
Since the frontend for this feature isn't ready, better to hide the confusing field behind a feature flag.
2018-07-30Show the status of a user in interactionsBob Van Landuyt
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
2018-07-27Spec instance statisticsBob Van Landuyt
2018-07-27Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett
2018-07-27Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵Sean McGivern
into 'master'" This reverts merge request !20679
2018-07-27Merge branch '41416-making-instance-wide-data-tools-more-accessible' into ↵Sean McGivern
'master' Resolve "Making instance-wide data tools more accessible" Closes #41416 and #48507 See merge request gitlab-org/gitlab-ce!20679
2018-07-27Spec instance statisticsBob Van Landuyt
2018-07-27Merge remote-tracking branch 'dev/master'Felipe Artur
2018-07-27Merge branch 'security-2690-fix-tooltip' into 'master'Felipe Artur Cardozo
[master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427
2018-07-26Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett
2018-07-26Make authentication metrics events explicit is specsGrzegorz Bizon
2018-07-25fixes #47716 where email confirmation fails after adding additional emailsMuhammad Nuzaihan
2018-07-25Merge branch 'replace-snake-case-css-classes' into 'master'Phil Hughes
Replace author_link snake case in stylesheets, specs, and helpers Closes #30921 See merge request gitlab-org/gitlab-ce!20797
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-07-24Replace author_link snake case in stylesheets, specs, and helpersGeorge Tsiolis
2018-07-24Replace author_link snake case in specsGeorge Tsiolis
2018-07-23Merge branch 'blackst0ne-replace-sidekiq-inline-with-perform-enqueued-jobs' ↵Rémy Coutable
into 'master' Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs' Closes #22991 See merge request gitlab-org/gitlab-ce!20768
2018-07-23Merge branch '29278-commits-page-tooltips' into 'master'Annabel Gray
Resolve "Commits page tooltips" Closes #29278 See merge request gitlab-org/gitlab-ce!20674
2018-07-23Track blocked users and two factor authenticationsGrzegorz Bizon