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-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-07More backportDouwe Maan
2017-02-06Update specDouwe Maan
2017-02-06Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan
Adding GitLab Pages to CE Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323 See merge request !8463
2017-02-06Merge branch 'traits-for-featurs' into 'master'Robert Speicher
Add traits for ProjectFeatures to Project factory Closes #24007 See merge request !8925
2017-02-06Merge branch 'master' into 'jej-pages-to-ce'James Edwards-Jones
# Conflicts: # db/schema.rb
2017-02-06Introduce maximum session time for terminal websocket connectionAdam Niedzielski
Store the value in application settings. Expose the value to Workhorse.
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
2017-02-03Merge branch 'rs-event-traits' into 'master' Rémy Coutable
Add traits for the different Event types to the Event factory See merge request !8870
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 'master' into jej-pages-picked-from-eeJames Edwards-Jones
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-03Remove backlog lists from boardsDouglas Barbosa Alexandre
2017-02-03Backport changes from EE squashSean McGivern
Backport changes from the EE-only squash implementation, which would otherwise conflict when merge CE into EE. <https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1024>
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-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-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 'fix-depr-warn' into 'master' Rémy Coutable
resolve deprecation warnings Closes #27423 See merge request !8855
2017-02-02Merge branch 'rs-why-five-times-surely-twice-is-enough' into 'master' Rémy Coutable
Reduce the number of loops that Cycle Analytics specs use See merge request !8871
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-02Reduce the number of loops that Cycle Analytics specs useRobert Speicher
See https://gitlab.com/gitlab-org/gitlab-ce/issues/27402
2017-02-02Add traits for the different Event types to the Event factoryRobert Speicher
2017-02-01Update validates_hostname to 1.0.6 to fix a bug in parsing ↵Nick Thomas
hexadecimal-looking domain names
2017-02-01Fix Rubocop offensesGrzegorz Bizon
2017-02-01Mock Dir::exist? in project_spec.rbKamil Trzcinski
2017-02-01Introduce pages_deployed? to Project modelKamil Trzcinski
2017-02-01Describe #pages_url instead of :pages_urlKamil Trzcinski
2017-02-01Fix the URL of group pagesKamil Trzcinski
2017-02-01Update commentsKamil Trzcinski
2017-02-01Verify trusted certificate chainKamil Trzcinski
2017-02-01Pages domain model specsKamil Trzcinski
2017-01-31Merge branch '26852-fix-slug-for-openshift' into 'master' Kamil Trzciński
Avoid repeated dashes in $CI_ENVIRONMENT_SLUG Closes #26852 See merge request !8638
2017-01-31Merge branch 'zj-display-error-team-fetch' into 'master' Kamil Trzciński
Fix inconsistent return type Closes #27150 See merge request !8290
2017-01-31resolve deprecation warningsAdam Pahlevi
don’t pass AR object, use the ID to avoid depr warning pass in the id instead of AR object to specs for `ProjectDestroyWorker`
2017-01-30Improve search within group logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-30Update #list_teams to propagate errorsZ.J. van de Weg
2017-01-28Present TODO's list without grouping by projectOswaldo Ferreira
2017-01-28Present group and dashboard MR list without grouping by projectOswaldo Ferreira
2017-01-28Refactor Project#to_reference and make full_path a keyword argumentBerna Castro
Refactor overall code and fix failing specs Fix Project#to_reference Fix wrong spaces and update changelog Refactor #to_reference for Project & Issue Fix and improves Project#to_reference
2017-01-28Fix and add specs for Project#to_referenceBerna Castro
2017-01-28Fix and add specs for Issue#to_referenceBerna Castro
2017-01-27Merge branch 'sh-fix-annotated-tags-pointing-to-blob' into 'master' Douwe Maan
Fix Error 500 when repositories contain annotated tags pointing to blobs Closes #27228 See merge request !8800
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2017-01-26Fix Error 500 when repositories contain annotated tags pointing to blobsStan Hu
In repositories such as https://github.com/git/git.git, annotated tags can point to blobs, not necessarily to commits. `Repository` attempts to return the tags in the order of the commit date, but if a commit is not available the previous implementation would error due to a `nil` target. This change modifies the code to use the current time if a commit is not associated with the given tag. Closes #27228
2017-01-26Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
fix-git-hooks-when-creating-file * upstream/master: Ensure we have a project with a repo in GitlabMarkdownHelper specs Revert "Make sure TraceReader uses Encoding.default_external" Make sure TraceReader uses Encoding.default_external Update CONTRIBUTING.md after merging "up-for-grabs" and "Accepting Merge Requests" [ci skip] Use `:empty_project` where possible in finder specs Use `empty_project` where possible in controller specs Use `:empty_project` where possible in helper specs Don’t count tasks that are not defined as list items correctly Use a project factory with a repository where necessary Use `:empty_project` where possible throughout spec/lib Use hashrocket for dasherized attribute Remove markdown file extension and add anchor to link Fixed builds info link on project settings page Factories with a project association use `:empty_project` by default Update enviroments.md the example for deleting an environment is missing the "s" in environments. curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/1/environments/1" wil 404
2017-01-26Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
fix-git-hooks-when-creating-file * upstream/master: (1122 commits) Update CHANGELOG.md for 8.16.2 Display project ID in project settings (!8572) fixed points from comments to improve code quality Update CHANGELOG.md for 8.14.8 Statisfy eslint Add CHANGELOG entry Fix access to the wiki code via HTTP when repository feature disabled Display fullscreen button on small screens (!5302) Prevent removing fields from dropdowns on input elements fix for all themes Return struct instead of multiple values Fix race conditions for AuthorizedProjectsWorker Add User#nested_groups and User#nested_projects methods Fix spec failure due to timestamp ordering issue in mySQL Fixed error with filter keyboard tests `can?` already includes the `feature_available?` check Test there is no Merge Request button when MRs are disabled Ensure the correct Merge Request button is found Add 409 conflict tests Add CHANGELOG ...
2017-01-26Merge branch 'rs-empty_project-for-associations' into 'master' Rémy Coutable
Factories with a project association use `:empty_project` by default See merge request !8770
2017-01-25Use a project factory with a repository where necessaryRobert Speicher
2017-01-25Merge branch 'backport-ee-changes-for-build-minutes' into 'master' Grzegorz Bizon
Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1078 See merge request !8657
2017-01-25Merge branch 'dz-fix-group-canonical-route' into 'master' Dmitriy Zaporozhets
Fix 500 error for Group#web_url method if nested group See merge request !8743