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/lib
AgeCommit message (Collapse)Author
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 'add-issues-to-boards' into 'master' Fatih Acet
Add issues to boards list Closes #26205 See merge request !8737
2017-02-03Merge branch '17662-rename-builds' into 'master' Kamil Trzciński
Resolve "Rename "Builds" to "Pipelines", "CI/CD Pipelines", or "Jobs" everywhere" Closes #17662 See merge request !8787
2017-02-03Update the API endpoint to get the lists of a project boardDouglas Barbosa Alexandre
2017-02-03Merge branch 'markdown-plantuml' into 'master' Sean McGivern
PlantUML support for Markdown Closes #4048 See merge request !8588
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-03Merge branch '24606-force-password-reset-on-next-login' into 'master'Sean McGivern
Force new password after password reset via API Closes #24606 See merge request !8933
2017-02-03Fix broken testsFilipa Lacerda
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
add complete changelog for !8949
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-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 '27516-fix-wrong-call-to-project_cache_worker-method' into ↵Robert Speicher
'master' Fix wrong call to ProjectCacheWorker.perform, and call ProjectCacheWorker.perform_async instead Closes #27516 See merge request !8910
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-02Merge branch 'snippet-spam' into 'master' Rémy Coutable
Snippet spam Closes #26276 See merge request !8911
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-02Force new password after password reset via APIGeorge Andrinopoulos
2017-02-02Check public snippets for spamSean McGivern
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
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-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-31use destroy_allJames Lopez
2017-01-31Fix wrong call to ProjectCacheWorker.performRémy Coutable
It's either ProjectCacheWorker#perform or ProjectCacheWorker.perform_async! Signed-off-by: Rémy Coutable <remy@rymai.me>
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-30Use full group name/path in UI dropdownsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-30Merge branch 'fix/import-encrypt-atts' into 'master' Douwe Maan
Ignore encrypted attributes in Import/Export Closes #24458 See merge request !8739
2017-01-30fix spec failureJames Lopez
2017-01-30Improve performance of triggered chat commandsZ.J. van de Weg
When the trigger endpoint is called, it has to find the right service for the given project. However, the old implementation did much more. For example, it build a list of the missing services on this project. This whole process took about 750ms _each time_. The current implementation is expected to perform 10x better, as it only searches in the current projects services. Given the service has to be configured anyway, this can be done.
2017-01-30programmatically remove encrypted attributes. Added relevant spec.James Lopez
2017-01-30rename method and added note to export file spec about new encrypted attributesJames Lopez
2017-01-30fix typoJames Lopez
2017-01-30Ignore encrypted attributes in Import/ExportJames Lopez
* Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
2017-01-30Rename presenters for consitencyZ.J. van de Weg
2017-01-30Incorporate feedbackZ.J. van de Weg
2017-01-30Add help commandZ.J. van de Weg
2017-01-30Revert removing of some filesZ.J. van de Weg
2017-01-30Chat Commands have presentersZ.J. van de Weg
This improves the styling and readability of the code. This is supported by both Mattermost and Slack.
2017-01-28update rake tasksMike Greiling
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-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 ...
2017-01-28update scripts and docs to reference the newly namespaced rake taskMike Greiling
2017-01-28namespace assets rake tasks to gitlab:assets:*Mike Greiling