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
2017-04-04Refactor test_utils bundleMike Greiling
2017-04-04Enable the `bullet_logger` setting; enable `raise` in test environmentRobert Speicher
2017-04-03Use gitaly 0.5.0Jacob Vosmaer
2017-03-28Update rugged to 0.25.1.1Elan Ruusamäe
2017-03-27Update sentry-raven 2.0.2 -> 2.4.0Robert Speicher
2017-03-27Update webmock 1.21.0 -> 1.24.6Robert Speicher
2017-03-27Update spring 1.7.2 -> 2.0.1Robert Speicher
2017-03-27Update simplecov 0.12.0 -> 0.14.1Robert Speicher
2017-03-27Update flay 2.6.1 -> 2.8.1Robert Speicher
2017-03-25Update bullet 5.2.0 -> 5.5.1Robert Speicher
2017-03-25Update brakeman 3.4.1 -> 3.6.1Robert Speicher
2017-03-25Remove web-console gemRobert Speicher
2017-03-25Update better_errors 1.0.1 -> 2.1.1Robert Speicher
2017-03-22Introduce a new middleware for the test environment that can block requestsRémy Coutable
The idea is that after each feature spec example, we block all incoming requests at the Rack level, go to the 'about:blank' page, and wait until the current requests reach 0. This should solve the problem where a request would end after database cleaner performed the database truncation. The problem was that a GET request can still lead to records creation (e.g. namespaces or routes). Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-15Use Gitaly for CommitController#showAhmad Sherif
2017-03-07Remove whitespace in GemfileMarkus Koller
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-03-07Relax font-awesome-rails dependency to ~> 4.7Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-06Update carrierwave 0.10.0 -> 0.11.2Robert Speicher
2017-03-06Updates Redcarpet (Markdown parser) to 3.4.0James Edwards-Jones
Adds suppport for HTML 5 details and summary tags (https://github.com/vmg/redcarpet/issues/578)
2017-03-03Bump health_check gem to version 2.6.0Douglas Barbosa Alexandre
2017-03-02Remove jQuery UIPhil Hughes
jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro Rodríguez
2017-03-01Remove the newrelic gemRobert Schilling
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-26Bump omniauth to 1.4.2Stan Hu
2017-02-23Update haml_lint to work with newest rubocopDouwe Maan
2017-02-23Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan
2017-02-23Update Licensee from 8.0.0 to 8.7.0.Connor Shea
Changelog: https://github.com/benbalter/licensee/releases
2017-02-21Merge branch '1363-redo-mailroom-support' into 'master' Douwe Maan
Redo internals of Incoming Mail Support See merge request !9385
2017-02-21Upgrade Rails to 4.2.8Z.J. van de Weg
2017-02-20Added support for Authentiq Back-Channel LogoutAlexandros Keramidas
2017-02-20Use newer mail_room to get `require_relative` supportGabriel Mazetto
2017-02-13Add omniauth-oauth2-generic strategyJoe Marty
- Allows configurable Single Sign On with most simple OAuth2 providers - Adds documentation for the new strategy Closes #26744
2017-02-09Update the rspec_profiling gem to 0.0.5Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-06Merge branch 'master' into 'jej-pages-to-ce'James Edwards-Jones
# Conflicts: # db/schema.rb
2017-02-04fix rack-proxy dependency in productionMike Greiling
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-03Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz
Remove Turbolinks Closes #25624 See merge request !8570
2017-02-03Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones
2017-02-03PlantUML support for MarkdownHoracio Sanson
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
2017-02-02Remove turbolinks.Bryce Johnson
2017-02-02add rack middleware to proxy webpack dev serverMike Greiling
2017-02-01Update validates_hostname to 1.0.6 to fix a bug in parsing ↵Nick Thomas
hexadecimal-looking domain names
2017-02-01Initial work on GitLab Pages updateKamil Trzcinski
2017-01-31Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
2017-01-31Update and pin the `jwt` gem to ~> 1.5.6Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
2017-01-28remove sprockets-es6 and execjs dependenciesMike Greiling
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...