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
2019-05-21Jobs should be better isolated to avoid interference with other `image` or ↵Luca Orlandi
`before_script` statements.
2019-05-21Merge branch 'haml-lint-no-plain-nodes' into 'master'Jan Provaznik
Add HamlLint::Linter::NoPlainNodes linter See merge request gitlab-org/gitlab-ce!28265
2019-05-21Add allow_failure attribute to Job APIFabio Pitino
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
2019-05-21Merge branch 'revert-47e5eedc' into 'master'Grzegorz Bizon
Revert "Merge branch '55127-add-delay-after-mr-creation-for-async-tasks-to-complete' into 'master'" See merge request gitlab-org/gitlab-ce!28492
2019-05-21Make env vars consistentPhilippe Lafoucrière
`DAST_TARGET_AVAILABILITY_TIMEOUT` already defaults to 60 in `analyze`
2019-05-21Merge branch '61697-add-project-id-to-le-common-name' into 'master'Robert Speicher
Resolve "Cert Manager problems with Group/Instance cluster" Closes #61697 See merge request gitlab-org/gitlab-ce!28373
2019-05-20Merge branch 'sh-fix-rugged-get-tree-entries-recursive' into 'master'Douglas Barbosa Alexandre
API: Fix recursive flag not working with Rugged get_tree_entries flag Closes #61979 See merge request gitlab-org/gitlab-ce!28494
2019-05-20Add HamlLint::Linter::NoPlainNodes linterLuke Bennett
Add a simple haml_lint linter to report all plain nodes. "Plain nodes" in HAML are scritpless plaintext leaf nodes. Add haml-lint_todo to onboard new haml linters. Excludes existing NoPlainNodes lints.
2019-05-20API: Fix recursive flag not working with Rugged get_tree_entries flagStan Hu
Attempting to use the API endpoint /projects/:id/repository/tree?recursive=true would only return a subset of the results since the full recursive list wasn't actually being returned. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61979
2019-05-20Revert "Merge branch ↵Kerri Miller
'55127-add-delay-after-mr-creation-for-async-tasks-to-complete' into 'master'" This reverts merge request !27978
2019-05-20CE port of Move EE specific lines in API::GroupsImre Farkas
2019-05-20Merge branch 'revert-c5a9bc17' into 'master'Yorick Peterse
Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'" See merge request gitlab-org/gitlab-ce!28483
2019-05-20Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy
2019-05-20Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'"Ryan Cobb
This reverts merge request !27474
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-05-20Merge branch '49517-fix-notes-import-export' into 'master'Mayra Cabrera
Include type to notes import / export Closes #49517 See merge request gitlab-org/gitlab-ce!28401
2019-05-20Merge branch 'kinolaev-master-patch-13154' into 'master'Grzegorz Bizon
Auto-DevOps: allow to disable rollout status check See merge request gitlab-org/gitlab-ce!28130
2019-05-20Merge branch 'ce-57402-add-issues-statistics-api-endpoints' into 'master'Rémy Coutable
Add issues_statistics api endpoints See merge request gitlab-org/gitlab-ce!27366
2019-05-18Avoid pipes so it doesn't overflowLin Jen-Shin
2019-05-17Replace Unicorn with web server in the init.d script [ci skip]Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-17Add new version of scriptSarah Groff Hennigh-Palermo
More aligned design. More functionality.
2019-05-17Merge branch 'mm12935' into 'master'Jan Provaznik
Remove Content-Type override for Mattermost OAuth login Closes #46810 See merge request gitlab-org/gitlab-ce!28374
2019-05-17Review updates and cleanupAlexandru Croitor
* Cleaned issues and issues_statistics docs * Renamed param with_labels_data to with_labels_details * Added spec for N+1 check when retrieving labels from issue * Refactoed CheckAssigneesCount validation class
2019-05-17Add PoolRepository to the usage pingZeger-Jan van de Weg
PoolRepository is a relatively new model of which the counts could help to further determine the priority of new features. Also gives some insight into the number of forks customers have.
2019-05-17Include type to notes import / exportHeinrich Lee Yu
2019-05-17Edit comments in CI templateEvan Read
2019-05-17#46469 - Added ref querystring parameter to project search to allow ↵Lee Tickett
searching on branches other than master
2019-05-17Auto-DevOps: allow to disable rollout status checkSergej
2019-05-16Merge branch 'haml-lint-fe' into 'master'Douglas Barbosa Alexandre
Add haml-lint.yml to FE for roulette See merge request gitlab-org/gitlab-ce!28301
2019-05-16Remove Content-Type override for Mattermost OAuth loginHarrison Healey
2019-05-16Add project ID to Let's Encrypt common nameTiger
2019-05-16Merge branch 'jc-omit-count-diverging-commits-max' into 'master'Lin Jen-Shin
Omit max-count for diverging_commit_counts behind feature flag See merge request gitlab-org/gitlab-ce!28157
2019-05-16Add Let's Encrypt clientVladimir Shushlin
Part of adding Let's Encrypt certificates for pages domains Add acme-client gem Client is being initialized by private key stored in secrets.yml Let's Encrypt account is being created lazily. If it's already created, Acme::Client just gets account_kid by calling new_account method Make Let's Encrypt client an instance Wrap order and challenge classes
2019-05-15Merge branch 'patch-55' into 'master'Achilleas Pipinellis
Removed the unnecessary line. It would be covered anyway by line 352... See merge request gitlab-org/gitlab-ce!28228
2019-05-15Add params validations and remove extra params supportAlexandru Croitor
Remove label_name and milestone_title params support Add mutually_exclusive validation for author_id and author_username Add mutually_exclusive validation for assignee_id and assignee_username Add validation to allow single value for asignee_username on CE Add separate issue_stats_params helper for statistics params and reuse in issues_params.
2019-05-15Move issue details to from IssueBasic to Issue entityAlexandru Croitor
Cleanup IssueBasic entity to keep it basic and move extra attributes to Issue entity which contains more details
2019-05-15Changes to issues apiAlexandru Croitor
When issues_controller endpoint was used for search, the parameters passed to the controller were slightly different then the ones passed to API. Because the searchbar UI is reused in different places and builds the parameters passed to request in same way we need to account for old parameter names. Add issues_statistics api endpoints Adds issue_statistics api endpoints for issue lists and returns counts of issues for all, closed and opened states. Expose more label attributes based on a param When requesting issues list through API expose more attributes for labels, like color, description if with_labels_data param is being passed, avoiding this way to change response schema for users that already use API. https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
2019-05-15Merge branch 'bvl-add-corrilation-id-to-all-exception' into 'master'Douglas Barbosa Alexandre
Add correlation id to all sentry errors Closes #61699 See merge request gitlab-org/gitlab-ce!28253
2019-05-14Omit max-count for diverging_commit_counts behind feature flagJohn Cai
We want to optimize the query for the CountDivergingCommits rpc by removing the --max-count argument now that we have commit graphs enabled for all repositories during housekeeping. However, we want to test this first behind a feature flag.
2019-05-14Merge branch 'patch-58' into 'master'Stan Hu
delete feature flag when disabling Rugged See merge request gitlab-org/gitlab-ce!28289
2019-05-14Add haml-lint.yml to FE for rouletteLuke Bennett
2019-05-13Add correlation id to all sentry errorsBob Van Landuyt
Before this, we were only adding the correlation id to the "acceptable exceptions" which we handle in code. But we need to add it to the default raven context so the information would be available for uncaught exceptions.
2019-05-13delete feature flag when disabling RuggedBen Bodenmiller
2019-05-13Rename methods that conflict in Rails 5.2Heinrich Lee Yu
Adds suffix to enum methods and changes `in_groups` to `of_groups`
2019-05-09Removed the unnecessary line. It would be covered anyway by line 352 ↵bardia zamanian
(replicas=$(get_replicas "$track" "$percentage")
2019-05-08Add warning that gitlab-secrets isn't includedCindy Pallares
Many customers forget to include the gitlab-secrets.json file. This adds a warning that both gitlab-secrets.json and gitlab.rb are not included in the backup.
2019-05-08Refactor spec to reload existing_label right after creationPatrick Derichs
This will avoid timestamp comparison issues later within equality check with attributes
2019-05-07Merge branch ↵Robert Speicher
'ce-11099-removing-the-project-that-holds-the-insights-configuration-raises-an-error' into 'master' Add remove_foreign_key_if_exists See merge request gitlab-org/gitlab-ce!28172
2019-05-07Merge branch '56850-add-new-unicorn-metrics' into 'master'Ash McKenzie
Resolve "Add new Unicorn metrics" Closes #56850 See merge request gitlab-org/gitlab-ce!27474
2019-05-07Confirm existence of head_pipeline if pipeline success requiredKerri Miller
Pipelines are created by an async worker, so a rapid sequence of API calls can trigger a state where the pipeline, whose existence is part of determining if we wait for the pipeline to successfully complete before merging, can trigger the MR to be immediately merged instead. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55127