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-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-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-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-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-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-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-06Refactor PersistentUserCallout instantiationsLuke Bennett
Uses a new factory method to DRY instantiation.
2019-03-06Merge branch 'ce-billings-gold-trial-callout-fe' into 'master'Kushal Pandya
CE FE Add PersistentUserCallout factory method See merge request gitlab-org/gitlab-ce!25481
2019-03-06Merge branch '58023-add-Saturday-to-localization-first-day-of-the-week' into ↵Clement Ho
'master' Resolve "Add Saturday to Localization first day of the week" Closes #58023 See merge request gitlab-org/gitlab-ce!25509
2019-03-06Add array support for labelsAlexandru Croitor
* Support label parameter as comma separated and array of strings for merge requests and issues api endpoints
2019-03-06API: delete job_artifacts of a single jobRoger Rüttimann
2019-03-06Accept force option on commit via APIPatrick Bajao
When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
2019-03-06Add PersistentUserCallout factory methodLuke Bennett
Use factory method to DRY safe instantiation. Add tests for PersistentUserCallout.
2019-03-06Expose merge request entity for pipelinesShinya Maeda
Add preload Fix ok Write tests test only postgresql ok add more test ; Improve wording Add changelog Fix
2019-03-06Handle transformed notes from polling responseHeinrich Lee Yu
Transforms notes when the note was transformed in some other tab
2019-03-06Allow all personal snippets to be accessed by APINick Thomas
Previously, you could only access personal snippets in the API if you had authored them. The documentation doesn't state that this is the case, and it's quite surprising.
2019-03-06Merge branch 'ce-9445-kerberos-clone-url-is-no-longer-visible' into 'master'Kushal Pandya
Backport Kerberos clone URL to CE See merge request gitlab-org/gitlab-ce!25750
2019-03-06Merge branch 'contribute/fix-issue-board-weekday-shift' into 'master'Kushal Pandya
Remove timezone conversion of issue due dates for issue board cards Closes #56251 See merge request gitlab-org/gitlab-ce!25512
2019-03-06Merge branch 'fix/38010-sidebar-loads-and-collapses' into 'master'Fatih Acet
Updated ContextualSidebar to render collapsed on smaller screens Closes #38010 See merge request gitlab-org/gitlab-ce!24555
2019-03-06Merge branch '52792-align-mirror-repository-button' into 'master'Clement Ho
Fix: Repository mirrors table border and padding Closes #52792 See merge request gitlab-org/gitlab-ce!25606
2019-03-06Add QA test to download merge request patch/diffsLinda Dai
2019-03-06Merge branch 'fix/gb/fix-bridge-jobs-variables-policy' into 'master'Stan Hu
Fix bridge jobs only/except variables policy Closes #58199 See merge request gitlab-org/gitlab-ce!25710
2019-03-05Add Component to Confirm Environment RollbackAndrew Fontaine
Ensure a vue.js component to confirm the re-deployment/rollback of an environment pops up when rollback/re-deploy has been clicked so the user must confirm their actions before accidentally rolling back or re-deploying an environment. Only on the `environment-table` view.
2019-03-05Merge branch '56851-error-tracking-page-seems-broken' into 'master'Filipa Lacerda
Resolve "Error tracking page seems broken" Closes #56851 See merge request gitlab-org/gitlab-ce!24806
2019-03-05Added tightLists option to copy_as_gfm markdown serializerConstance Okoghenun
This removes extraneous newlines when copying comments with an ordered list.
2019-03-05Merge branch '56809-graphql-version-api' into 'master'Douwe Maan
Add metadata about the GitLab server to GraphQL See merge request gitlab-org/gitlab-ce!24636
2019-03-05Display the correct number of MRs a user has access toIgor Drozdov
2019-03-05Add metadata about the GitLab server to GraphQLNick Thomas
2019-03-05Delete class selector that removes right paddingealcantara
Delete mirror-action-buttons class that removes right padding from repository mirror action buttons
2019-03-05Merge dev.gitlab.org master into GitLab.com masterYorick Peterse
2019-03-05Fix large table horizontal scroll and prevent side-by-side tablesDany Jupille
2019-03-05Merge branch 'merge-dev-to-master' into 'master'John Jarvis
Merge dev.gitlab.org master into GitLab.com master Closes #2794, #2814, #2806, #2805, #2798, #2795, #2788, and #2787 See merge request gitlab-org/gitlab-ce!25746