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/config
AgeCommit message (Collapse)Author
2017-01-19Use webpack_port file if it existsPhil Hughes
2017-01-19Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (67 commits) Add some API endpoints for time tracking. use destructuring syntax instead add changelog yml file correct User_agent placement in robots.txt Fixing typo Fix Project#update_repository_size to convert MB to Bytes properly Remove repository trait from factories that don't need it in features Add the `:repository` trait to `:project` factories in Cucumber steps Add a `:repository` trait to the `:empty_project` factory Update clipboard_button text: Copy commit SHA to clipboard Fix search bar filter dropdown scrollbars get rid of log fix UI behaviour - only make new calls when button is clicked and dropdown is not displayed better UI fix - simple solution Disable all cops in .rubocop_todo.yml fix spec refactored a bunch of stuff based on feedback fix serializer fix bug retrieving medians fix specs ...
2017-01-18Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan
Backport timetracking to CE See merge request !8195
2017-01-17Merge branch '24915_merge_slash_command' into 'master' Sean McGivern
Support `/merge` slash command for MRs Closes #24915 See merge request !7746
2017-01-15Backport timetracking frontend to CE.Bryce Johnson
2017-01-15Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (24 commits) Allow to use + symbol in filenames Use string for class_name option for lazy autoload class change how pagination component is loaded revise sortable_name test formatting fix pagination component handling different header styles from different server proxies Improve disabled state select Fix Rubocop offense in build specs Add Changelog for commit links fix on pipelines page Remove empty build spec file from invalid location Merge build specs into file that has valid location Fixed spacing of labels in issuable row on milestone#show Update commit entity to point to valid commit page Allow to use ENV variables in redis config Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route Mutate the attribute instead of issuing a write operation to the DB Remove useless permission checks in Gitlab::Checks::ChangeAccess Fix broken link in docs prefer unit test on model over view test rename sort method add CHANGELOG.md entry for !8277 ...
2017-01-15change how pagination component is loadedRegis
2017-01-14add dependency license approvalsMike Greiling
see: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7288#note_21415733
2017-01-13more post-merge fixesMike Greiling
2017-01-13Added gzip compressionPhil Hughes
2017-01-13add phantomJS to karma configMike Greiling
2017-01-13Merge branch 'master' into go-go-gadget-webpackPhil Hughes
2017-01-11refresh merge widget after using /merge commandJarka Kadlecova
2017-01-10prevent karma from reloading on save until webpack is readyMike Greiling
2017-01-10improve sourcemap generationMike Greiling
2017-01-10use ~ to reference non-local scripts instead of resolve.rootMike Greiling
2017-01-10migrate all tests into a single webpack bundleMike Greiling
2017-01-10include spec_helper within karma config rather than each individual testMike Greiling
2017-01-10include common libraries within spec_helperMike Greiling
2017-01-10simplify and combine karma file patternsMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett
2017-01-10precompile webpack assets when testingMike Greiling
2017-01-10disable "use strict" in babel config as it was broken in sprocketsMike Greiling
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2017-01-10Add basic searchClement Ho
2017-01-09Merge branch 'master' into auto-pipelines-vueRegis
2017-01-09Merge branch 'track_last_used_date_of_ssh_keys' into 'master' Sean McGivern
Record and show last used date of SSH Keys See merge request !8113
2017-01-08Record and show last used date of SSH KeysVincent Wong
Addresses: Issue #13810 1. Adds a last_used_at attribute to the Key table/model 2. Update a key's last_used_at whenever it gets used 3. Display how long ago an ssh key was last used
2017-01-06Merge branch '25985-combine-members-and-groups-settings-pages' into 'master' Alfredo Sumaran
Moved the members and groups to single option called members Closes #25985 See merge request !8281
2017-01-06replace application.js sprockets output with webpack-generated equivalentMike Greiling
2017-01-06temporarily regress to babel 5 for parity with sprockets-es6 gemMike Greiling
2017-01-06conditionally apply webpack-dev-server configMike Greiling
2017-01-06optimize production output and generate sourcemapsMike Greiling
2017-01-06compile es6/es2015 with babelMike Greiling
2017-01-06add webpack, webpack-rails, and webpack-dev-server along with a simple hello ↵Mike Greiling
world test Add the following line to GDK Procfile to play with it: webpack: exec support/exec-cd gitlab npm run dev-server
2017-01-05Merge branch 'master' into auto-pipelines-vueFilipa Lacerda
* master: (35 commits) Adds back removed class in merge request pipelines table Fix dropdown icon alignment Simplify HTML of mini pipeline graph and dropdown Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups Adds CHANGELOG entry Removes unneeded `window` declaration Decreases font-size on login page Ensure internal Gitlab::Git references use the namespace Absorb gitlab_git Fix review comments. Add spec for note edit and fix one commented spec. Review fixes. Use gl.utils.isInViewport and improve gl.utils.animateToElement. Make sure elements share the same scope Hide edit warning element when form reverted. Remove unnecessary styling came from merge conflicts. Fix single note edit form specs. Separate edit form in Changes and Discussions tab. Fix warning styling for responsive design. Fix task list for single edit note widget changes. Fix notes spec. ...
2017-01-05Merge branch 'monkey-patch-comment' into 'master' Rémy Coutable
Explain why we have this monkey-patch See merge request !8329
2017-01-03Moved the members (project_members)option to a single controller called membersJose Ivan Vargas
This controller is going to contain both the project members and groups options for the settings gear. Generated the route and modified the routing to point to the new members setting path
2017-01-03fix pipelines/index.html.haml merge conflictRegis
2016-12-30Merged the 'groups' and 'projects' tabs when viewing user profilesJames Gregory
2016-12-28Fix 500 error when visit group from admin area if group name contains dotDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-27Explain why there is a monkey-patchJacob Vosmaer
2016-12-26Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern
Add more storage statistics See merge request !7754
2016-12-24merge master and fix application.rb conflictRegis
2016-12-23Merge branch 'permit-uploadedfile-scalar' into 'master' Rémy Coutable
Monkey-patch StrongParameters for ::UploadedFile Closes gitlab-ee#1451 See merge request !8299
2016-12-23Monkey-patch StrongParameters for ::UploadedFileJacob Vosmaer
2016-12-22Merge branch '25896-fix-404-katax-fonts' into 'master' Alfredo Sumaran
Resolve "KaTeX fonts 404 on gitlab.com" Closes #25896 See merge request !8228
2016-12-22Merge branch '23638-remove-builds-tab' into 'master' Kamil Trzciński
Resolve "Remove Builds tab from Merge Requests and Commits" Closes #23638 See merge request !7763
2016-12-22Add KaTeX fonts to assets paths and precompileHiroyuki Sato
2016-12-21Merge branch 'backport-mr-widget-ci-js' into 'master' Alfredo Sumaran
Backport moving MR widget CI JS out of script tag See merge request !8200