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-02-08Merge branch 'feature/gb/paginated-environments-api' into 'master'Rémy Coutable
Expose paginated environments list API endpoint See merge request !8928
2017-02-07Use stricter regex anchorsDouwe Maan
2017-02-07Support a string source in the route mapDouwe Maan
2017-02-07Merge branch 'route-map' into 'master' Robert Speicher
Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
2017-02-07Merge branch '21518_recaptcha_spam_issues' into 'master'Sean McGivern
Use reCaptcha when an issue identified as spam Closes #21518 See merge request !8846
2017-02-07Merge branch 'fix/import-group-members' into 'master' Rémy Coutable
Fix missing group members from Import/Export Closes #25124 See merge request !8923
2017-02-07Use reCaptcha when an issue identified as spamJarka Kadlecova
2017-02-07Merge branch 'master' into feature/gb/paginated-environments-apiFilipa Lacerda
* master: (301 commits) added missed commit in rebase update Grape routes to work with current version of Grape adds changelog fixes cursor issue on pipeline pagination Use random group name to prevent conflicts List all groups/projects for admins on explore pages Fix indentation More backport Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory Fixed variables_controller_spec.rb test Backport of the frontend view, including tests Updated the #create action to render the show view in case of a form error Improved code styling on the variables_controller_spec Added tests for the variables controller #update action Added a variable_controller_spec test to test for flash messages on the #create action Modified redirection logic in the variables cont. Added redirections to the index actions for the variables and triggers controllers Added a flash message to the creation of triggers Fixed tests, renamed files and methods Changed the controller/route name to 'ci/cd' and renamed the corresponding files ...
2017-02-07Add missing group members to export for I/EJames Lopez
2017-02-07Merge branch 'ee-1439-read-only-user' into 'master' Douwe Maan
Backport changes from gitlab-org/gitlab-ee!998 See merge request !8984
2017-02-07List all groups/projects for admins on explore pagesDouwe Maan
2017-02-07Address feedbackDouwe Maan
2017-02-07Improve performance of finding last deployed environmentDouwe Maan
2017-02-07Add testsDouwe Maan
2017-02-07Validate route mapDouwe Maan
2017-02-06Merge branch 'fix-references-header-parsing' into 'master' Sean McGivern
Fix References header parser for Microsoft Exchange Closes #26567 See merge request !8620
2017-02-06Merge branch 'fix/gb/backwards-compatibility-coverage-ci-yml' into 'master' Douwe Maan
Remove coverage entry from global CI/CD options See merge request !8981
2017-02-06No strong reasons to freeze themLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8620#note_22868713
2017-02-06Merge branch 'master' into 'jej-pages-to-ce'James Edwards-Jones
# Conflicts: # db/schema.rb
2017-02-06Add specs for standalone pagination for serializersGrzegorz Bizon
2017-02-06Move serializers pagination class to separate moduleGrzegorz Bizon
This helps to avoid conflicts with `Paginator` class that seems to be used by some bundled libs.
2017-02-06Rename `Gitlab::Serialize` module to reuse it laterGrzegorz Bizon
2017-02-06Introduce maximum session time for terminal websocket connectionAdam Niedzielski
Store the value in application settings. Expose the value to Workhorse.
2017-02-05Remove coverage entry from global CI/CD optionsGrzegorz Bizon
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 'master' into jej-pages-picked-from-eeJames Edwards-Jones
2017-02-03Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets
replace `find_with_namespace` with `find_by_full_path` See merge request !8949
2017-02-03Freeze regexp and add a commentLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8620#note_21590440
2017-02-03Use references variableLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8620#note_22020035
2017-02-03Use message_id_regexp variable for the regexpLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8620#note_22021001
2017-02-03Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
fix-references-header-parsing * upstream/master: (574 commits) remove dateFormat global exception fix relative paths to xterm.js within fit.js use setFixtures instead of fixture.set prevent u2f tests from triggering a form submission while testing simplify test for focus state preload projects.json fixture preload projects.json fixture rework tests which rely on teaspoon-specific behavior Only render hr when user can't archive project. use setFixtures instead of fixture.set ensure helper classes and constants are exposed globally preload projects.json fixture fix fixture references in environments_spec allow console.xxx in tests, reorder eslint rules alphabetically remove redundant "data-toggle" attribute so Vue doesn't complain fix broken reference to formatDate in a CommonJS environment fix errors within gl_dropdown_spec.js when running in Karma fix intermittant errors in merge_commit_message_toggle_spec.rb Update installation docs to include Docker, others ignore node_modules in rubocop ...
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
add complete changelog for !8949
2017-02-03Merge branch 'fix-git-hooks-when-creating-file' into 'master' Douwe Maan
Don't execute git hooks if you create branch as part of other change Closes #23439 See merge request !7237
2017-02-03Merge branch '20452-remove-require-from-request_profiler-initializer' into ↵Robert Speicher
'master' Don't require lib/gitlab/request_profiler/middleware.rb in config/initializers/request_profiler.rb Closes #20452 See merge request !8927
2017-02-02Merge branch 'master' into webpackMike Greiling
* master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
2017-02-02Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan
Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
2017-02-02Don't require lib/gitlab/request_profiler/middleware.rb in ↵Rémy Coutable
config/initializers/request_profiler.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-02Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
fix-git-hooks-when-creating-file * upstream/master: (190 commits) Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Fix small typo on new branch button spec Improve styling of the new issue message Don't capitalize environment name in show page Abillity to promote project labels to group labels Edited the column header for the environments list from created to updated and added created to environments detail page colum header titles 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. 19164 Add settings dropdown to mobile screens cop for gem fetched from a git source Add CHANGELOG entry ...
2017-02-02Merge branch '24462-reduce_ldap_queries_for_lfs' into 'master' Robert Speicher
Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms Closes #24462 See merge request !8752
2017-02-02add rack middleware to proxy webpack dev serverMike Greiling
2017-02-01Merge branch 'zj-format-chat-messages' into 'master' Kamil Trzciński
Format chat messages Closes #24917 and #25746 See merge request !8528
2017-02-01Rename pages namespace or project path when changedKamil Trzcinski
- Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
2017-01-31use destroy_allJames Lopez
2017-01-31remove old project members from projectJames Lopez
2017-01-31Improve styling of the new issue messageZ.J. van de Weg
2017-01-31Merge branch ↵Kamil Trzciński
'25910-convert-manual-action-icons-to-svg-to-propperly-position-them' into 'master' Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766
2017-01-31Merge branch 'feature/gb/expose-commit-and-mr-pipelines-api' into 'master'Rémy Coutable
Expose pipelines API for commits and merge requests See merge request !8837
2017-01-30Incorporate feedbackZ.J. van de Weg
2017-01-30Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing
We accept half a dozen different authentication mechanisms for Git over HTTP. Fairly high in the list we were checking user password, which would also query LDAP. In the case of LFS, OAuth tokens or personal access tokens, we were unnecessarily hitting LDAP when the authentication will not succeed. This was causing some LDAP/AD systems to lock the account. Now, user password authentication is the last mechanism tried since it's the most expensive.
2017-01-30fix spec failureJames Lopez