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-25Merge branch '53655-board-milestone-fix' into 'master'Douwe Maan
Port of See merge request gitlab-org/gitlab-ce!23868
2019-02-25Add specs checking keeping milestonesJarka Košanová
2019-02-23Refactor params for notes_actionsHeinrich Lee Yu
Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
2019-02-21Add GraphQL filters for issuables (state, labels, time fields)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-19Merge branch '54796-add-tiebreaker-to-sorts' into 'master'Sean McGivern
Added: Include order by ID desc as tie break in pagination Closes #54796 See merge request gitlab-org/gitlab-ce!25311
2019-02-19Merge branch '55109-jira-integration-api-doesn-t-respect-available-format' ↵Sean McGivern
into 'master' API: Support Jira transition ID as string Closes #55109 See merge request gitlab-org/gitlab-ce!24400
2019-02-18Allow blank values to be stored in reactive cacheReuben Pereira
Reactive caching concern was using .present? to determine if it got a valid value from the cache. This returns false for values such as false, [], {}. Change this check to !.nil? instead.
2019-02-16Added: Specs for sort page break tie in the merge request list APINermin Vehabovic
2019-02-16Added: Specs for sort page breaks on notesNermin Vehabovic
2019-02-15Replaced part of diff file properties with diff viewerNatalia Tepluhina
- replaced file.too_large - replaced file.text - replaced file.collapsed
2019-02-15Merge branch 'import-go-to-project-cta-nibble-backend' into 'master'Lin Jen-Shin
BE Improve the GitHub and Gitea import feature table interface See merge request gitlab-org/gitlab-ce!24606
2019-02-15Rename scope to imply :installed and :updated resultJoão Cunha
- Adds to specs the case where apps are also updated - Rename scope calls on Gitlab::UsageData and Clusters::Cluster - Removes a duplicated spec
2019-02-15Merge branch '56485-implement-graphql-mergerequestsresolver' into 'master'James Lopez
Resolve "Implement GraphQL MergeRequestsResolver" Closes #56485 See merge request gitlab-org/gitlab-ce!24805
2019-02-14Add field mergeRequests for project in GraphQLLin Jen-Shin
And fix the tests so that it won't run into circular paths.
2019-02-14Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"Stan Hu
This reverts merge request !25173
2019-02-13Add milestone progress to APIRobert Schilling
2019-02-13CE Backport: Fix unleash server side cannot return feature flagsShinya Maeda
Apply nice suggestions
2019-02-13Improve the GitHub and Gitea import feature table interfaceLuke Bennett
These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
2019-02-12Remove fast_destroy_uploads feature flagJan Provaznik
Fast destroy of uploads was successfully enabled and test.
2019-02-10Change specs parameter to match requirementsRobert Schilling
2019-02-08Remove #make_updated! as have #make_installed! nowThong Kuah
We can have multiple and conditional transistions in a event, so make use of that.
2019-02-08Upgrade cluster applications, starting with runnerThong Kuah
2019-02-07Enable fast task lists for merge requestsBrett Walker
Allow single tasks to be updated quickly
2019-02-06Merge branch ↵Filipa Lacerda
'43681-display-last-activity-and-created-at-datetimes-for-users-in-admin-users' into 'master' Resolve "Display last activity and created at datetimes for users" Closes #43681 See merge request gitlab-org/gitlab-ce!24181
2019-02-06Merge branch 'cluster_application_version_updated' into 'master'Grzegorz Bizon
Update version column on updated and installed See merge request gitlab-org/gitlab-ce!24810
2019-02-06Refactor specs to run shared parts only when usedThong Kuah
All applications except for Jupyter have the same #set_initial_status, so create a new shared example which we include in all application specs except for juptyer_spec. Juptyer specs already have specs for it's version of #set_initial_status
2019-02-06Update version on :installed, not :installingThong Kuah
This makes this consistent with :updated. And also avoids a potential issue where an install errors which means that that the recorded version won't necessarily reflect the version that is actually installed.
2019-02-06Update version column after application is updatedThong Kuah
Note: updating version column after :updating is not ideal in the updating -> update_erroed case. This will mean that the application now records the version as the version that failed to upgrade, not the version that it is currently on.
2019-02-05Add last activity to user administrationBrandon Labuschagne
The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
2019-02-05Allow MR diffs to be placed into an object storeNick Thomas
2019-02-05Encode Content-Disposition filenamesStan Hu
Users downloading non-ASCII attachments would see garbled characters. When used with object storage, AWS S3 would return an InvalidArgument error: Header value cannot be represented using ISO-8859-1. Per RFC 5987 and RFC 6266, Content-Disposition should be encoded properly. This commit takes the Rails 6 implementation of ActiveSuppport::Http::ContentDisposition (https://github.com/rails/rails/pull/33829) and ports it here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
2019-01-29Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
2019-01-28Save sorting preference for Issues/MRs in BEMario de la Ossa
In order to let users' sorting preferences transfer between devices, we save the preference for issues and MRs (one preference for issues, one for MRs) in the backend inside the UserPreference object
2019-01-28Merge branch 'bw-enable-sourcepos' into 'master'Robert Speicher
Enable CommonMark source line position information See merge request gitlab-org/gitlab-ce!23971
2019-01-28Fix running a single spec file with rspecNick Thomas
2019-01-28Wait for requests in specs before interacting with select2Nick Thomas
2019-01-25Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon
Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
2019-01-25Add Container Registry APIKamil Trzciński
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24Merge branch 'custom-gitaly-url' into 'master'Stan Hu
Allow Gitaly to be built from a custom URL See merge request gitlab-org/gitlab-ce!24616
2019-01-23Allow Gitaly to be built from a custom URLNick Thomas
2019-01-23Merge branch ↵Filipa Lacerda
'25569-changing-wording-to-delete-when-referring-to-removing-a-branch' into 'master' Resolve "Changing wording to "Delete" when referring to removing a branch" Closes #25569 See merge request gitlab-org/gitlab-ce!23966
2019-01-22Use 'delete' instead of 'remove' for source branchSam Bigelow
This is to match `git branch -D <branchname>`
2019-01-22Merge branch 'fixes-populate-cluster-kubernetes-namespace-table-spec' into ↵Kamil Trzciński
'master' Removes factories on Cluster background migration See merge request gitlab-org/gitlab-ce!24536
2019-01-22Removes factories on Cluster background migrationMayra Cabrera
'Populate cluster kubernetes namespace' was using factories for their specs. According to our documentation (see spec/migrations/readme.md), we should use table helper to create a temproary ActiveRecord::Base derived model for a table.
2019-01-22Merge branch ↵Filipa Lacerda
'53856-changing-group-visibility-does-not-re-enable-save-button' into 'master' Resolve "Changing group visibility does not re-enable Save button" Closes #53856 See merge request gitlab-org/gitlab-ce!23022
2019-01-22Fix DirtySubmit handling of checkbox and radio inputsLuke Bennett
Most browsers do not fire the "input" event for checkboxes or radios. Adds a "change" listener to properly trigger these DirtySubmit updates.
2019-01-22Fix review commentsBrett Walker
including refactoring, disabling sourcepos for pipelines that don't need it, and minimizing spec changes by disabling sourcepos when not testing for it explicitly.
2019-01-21Enable CommonMark source line position informationBrett Walker
This adds 'data-sourcepos' to tags, indicating which line of markdown it came from. Sets the stage for intelligently manipulating specific lines of markdown.
2019-01-18Merge branch 'ce-issue_7526' into 'master'Fatih Acet
[EE Backport] Add notes filters for epics See merge request gitlab-org/gitlab-ce!24372