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
path: root/app
AgeCommit message (Collapse)Author
2019-03-07Resolve "Project template for iOS"Jason Lenny
2019-03-07Merge branch '56618-hashed-storage-skip-validation' into 'master'Stan Hu
Resolve "Hashed storage migration should not be attempted if project does not validate" Closes #56618 See merge request gitlab-org/gitlab-ce!25753
2019-03-07Merge branch 'use-date-for-upcoming-milestone-comparison' into 'master'Andreas Brandl
Use date for upcoming milestone comparison Closes #58325 See merge request gitlab-org/gitlab-ce!25806
2019-03-07Resolve "Mask the existing variables"Matija Čupić
2019-03-07Merge branch 'sh-rugged-tree-entries' into 'master'Sean McGivern
Bring back Rugged implementation of GetTreeEntries See merge request gitlab-org/gitlab-ce!25674
2019-03-07Merge branch 'restrict-jupyter-login' of ↵Amit Rathi
https://gitlab.com/amit1rrr/gitlab-ce into restrict-jupyter-login
2019-03-07Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"Igor
This reverts merge request !24982
2019-03-07Merge branch 'fix-blob-editor-deleting-content' into 'master'Filipa Lacerda
Fixed the blob editor deleting all content for files Closes #58578 See merge request gitlab-org/gitlab-ce!25865
2019-03-07Merge branch 'eb-update-cycle-analytics-docs' into 'master'Kushal Pandya
Update Cycle Analytics Documentation See merge request gitlab-org/gitlab-ce!25536
2019-03-07Merge branch '56937-edit-knative-domain' into 'master'Grzegorz Bizon
Edit Knative domain after it has been deployed Closes #56937 See merge request gitlab-org/gitlab-ce!25386
2019-03-07Fixed the blob editor deleting all content for filesPhil Hughes
This only happens for files that the path consists of only numbers Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58578
2019-03-07Merge branch 'winh-enable-reply_to_individual_notes' into 'master'Grzegorz Bizon
Enable reply_to_individual_notes feature flag by default Closes #30299 See merge request gitlab-org/gitlab-ce!25575
2019-03-07Remove old code in TreeHelper#flatten_treeStan Hu
2019-03-07Resolve "Jobs tab border top in pipeline's page is 1px off"Miranda Fluharty
2019-03-07Merge branch 'expand-diff-to-full-file' into 'master'Douwe Maan
Expand diff to entire file Closes #19054 See merge request gitlab-org/gitlab-ce!24406
2019-03-07Merge branch 'osw-merge-to-ref-changes-for-ci-team' into 'master'Douwe Maan
Make merge to refs/merge-requests/:iid/merge not raise when FF-only enabled Closes #58393 See merge request gitlab-org/gitlab-ce!25653
2019-03-07Merge branch 'ce-9486-insights-config-file' into 'master'Rémy Coutable
CE: Resolve "Insights config file" See merge request gitlab-org/gitlab-ce!25774
2019-03-07Merge branch 'sh-optimize-todos-api' into 'master'Sean McGivern
Significantly reduce N+1 queries in /api/v4/todos endpoint Closes #40378 See merge request gitlab-org/gitlab-ce!25711
2019-03-07Moves shared quota getter into CEFilipa Lacerda
In jobs store, moves the check for `shouldRenderSharedRunnerLimitWarning` to the CE codebase.
2019-03-07Merge branch 'fix-group-without-owner' into 'master'Sean McGivern
fix group without owner after transfer Closes #58086 See merge request gitlab-org/gitlab-ce!25573
2019-03-07Fix cluster health chartsAdriel Santiago
Render both usage and capacity in chart
2019-03-07Use gitlab-ci job name in environment dropdownMiranda Fluharty
Use plain job name in the "Deploy to..." dropdown Both in the old haml template and in the new vue component
2019-03-07Moved all emojis to the public folderTim Zallmann
Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
2019-03-07Added a condition on squash message displayNatalia Tepluhina
- also added a caret back to GlDropdown
2019-03-07Improve files_decorator performancePaul Slaughter
**How?** Previously the files_decorator inserted parent folders inefficiently. It started at the first part and ensured each was inserted. Since the file entries are given to use in alphabetical order, we can start at the last part of the blob's parents. If this exists, we can short circuit and be done inserting parents. **What else?** - Improve performance of decorateData. The object spread operator is not needed because the object is brand new.
2019-03-07Merge branch '30299-transform-notes-from-polling-response' into 'master'Phil Hughes
Handle transformed notes from polling response See merge request gitlab-org/gitlab-ce!25792
2019-03-07Move diff_line preparation into presenterMark Chao
Update spec
2019-03-07Provide EE backports for filtering by approver featureIgor
Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
2019-03-07Merge branch '7714-boards-fe' into 'master'Kushal Pandya
Display Recent Boards in Board switcher See merge request gitlab-org/gitlab-ce!25696
2019-03-07Merge branch 'ce-project-settings-freshen-titles-descriptions' into 'master'Kushal Pandya
CE Update project settings section titles and info See merge request gitlab-org/gitlab-ce!25817
2019-03-07Porting changes from EERajat Jain
- Extract 445px as a variable - Documentation changes: new image and update copy
2019-03-07Update Cycle Analytics documentationEric Brinkman
Removed duplicate info. Update pipeline health to cycle analytics. Updated screenshots.
2019-03-07Merge branch 'ce-billings-gold-trial-callout-fe-persistent-callout' into ↵Tim Zallmann
'master' CE FE Refactor PersistentUserCallout instantiation See merge request gitlab-org/gitlab-ce!25484
2019-03-06Provide reliable source and target IDsOswaldo Ferreira
Returns the source and target IDs used to create the merge commit on Gitaly.
2019-03-06Merge branch '41888-access-personal-snippets-by-api' into 'master'Robert Speicher
Allow all snippets to be accessed by API Closes #41888 See merge request gitlab-org/gitlab-ce!25772
2019-03-06Merge branch 'add-rubocop-return-nil-style' into 'master'Rémy Coutable
Adds Rubocop ReturnNil cop Closes #57454 See merge request gitlab-org/gitlab-ce!25034
2019-03-06Merge branch 'bvl-graphql-csrf' into 'master'Stan Hu
Allow GraphQL requests without CSRF token Closes #57237 See merge request gitlab-org/gitlab-ce!25719
2019-03-06Update project settings section titles and infoLuke Bennett
Improve wording of project settings section headers. Improve order of sections. Adds section toggling by section title. Translates section titles and descriptions.
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
2019-03-06Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu
By preloading associations and batching issuable metadata lookups, we can significantly cut the number of SQL queries needed to load the Todos API endpoint. On GitLab.com, my own tests showed my user's SQL queries went from 365 to under 60 SQL queries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40378
2019-03-06Merge branch 'ee-parallel-diff-view-ce' into 'master'Filipa Lacerda
CE backport of ee-parallel-diff-view See merge request gitlab-org/gitlab-ce!25734
2019-03-06Allow GraphQL requests without CSRF tokenBob Van Landuyt
With this we allow authentication using a session or using personal access token. Authentication using a session, and CSRF token makes it easy to play with GraphQL from the Graphiql endpoint we expose. But we cannot enforce CSRF validity, otherwise authentication for regular API clients would fail when they use personal access tokens to authenticate.
2019-03-06Merge branch 'api-mr-put-labels' into 'master'Sean McGivern
PUT MergeRequest API endpoint - accept labels as an array See merge request gitlab-org/gitlab-ce!19914
2019-03-06Ref merge does not fail upon FF config enabledOswaldo Ferreira
2019-03-06Fix upcoming milestone for far-future due datesSean McGivern
`NOW()` is a timestamp, with a maximum year (in Postgres) 294276 AD. `milestones.due_date` is a date with a maximum year (again, in Postgres) of 5874897 AD. If there is a due date past the limit for the timestamp, comparing the two will fail with: ERROR: date out of range for timestamp We also need to add validations to keep the due dates sensible, but for now we can simply use `CURRENT_DATE` instead of `NOW()`, so the types match with no coercion needed.
2019-03-06Merge branch 'expose-merge-request-entity-for-pipelines' into 'master'Kamil Trzciński
Expose merge request entity for pipelines See merge request gitlab-org/gitlab-ce!25679
2019-03-06Add zoom to metrics dashboardAdriel Santiago
Adds the ability to change data zoom for metrics graphs
2019-03-06Allow protected branch creation via web and APIPatrick Bajao
This commit includes changes to add `UserAccess#can_create_branch?` which will check whether the user is allowed to create a branch even if it matches a protected branch. This is used in `Gitlab::Checks::BranchCheck` when the branch name matches a protected branch. A `push_to_create_protected_branch` ability in `ProjectPolicy` has been added to allow Developers and above to create protected branches.
2019-03-06Use encrypted runner tokensKamil Trzciński
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
2019-03-06Enable reply_to_individual_notes feature flag by defaultWinnie Hellmann