- 15 May, 2019 4 commits
-
-
Alexandru Croitor authored
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.
-
Alexandru Croitor authored
Cleanup IssueBasic entity to keep it basic and move extra attributes to Issue entity which contains more details
-
Alexandru Croitor authored
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
-
Kushal Pandya authored
Add link to next badge Closes #61503 See merge request gitlab-org/gitlab-ce!28162
-
- 14 May, 2019 14 commits
-
-
Douglas Barbosa Alexandre authored
Add correlation id to all sentry errors Closes #61699 See merge request gitlab-org/gitlab-ce!28253
-
Evan Read authored
Fix typo See merge request gitlab-org/gitlab-ce!28276
-
Nicholas Bishop authored
-
Stan Hu authored
Optimise upload path calls See merge request gitlab-org/gitlab-ce!28264
-
Sean McGivern authored
String#underscore isn't particularly slow, but it's possible for us to call it many times in a users autocomplete request, with mostly-static values ('User', 'Group', etc.). We can memoise this and save a surprising amount of time (around 10% of the total request time in some cases).
-
Sean McGivern authored
Fix hiding of quick action prompt in specs See merge request gitlab-org/gitlab-ce!28285
-
Stan Hu authored
delete feature flag when disabling Rugged See merge request gitlab-org/gitlab-ce!28289
-
Rémy Coutable authored
EE Backport to CE of EE!12404 See merge request gitlab-org/gitlab-ce!28292
-
Stan Hu authored
Fix project visibility level validation Closes #59379 See merge request gitlab-org/gitlab-ce!28305
-
Jan Provaznik authored
Rename methods that conflict in Rails 5.2 Closes #55583 See merge request gitlab-org/gitlab-ce!28281
-
Peter Marko authored
-
Heinrich Lee Yu authored
-
Achilleas Pipinellis authored
Use real mermaid for mermaid result See merge request gitlab-org/gitlab-ce!28300
-
Evan Read authored
-
- 13 May, 2019 22 commits
-
-
Mark Lapierre authored
First iteration of documentation for writing end-to-end tests See merge request gitlab-org/gitlab-ce!27603
-
Walmyr authored
framework that intends to make easier for every engineer to contribute with the end-to-end tests creation, edition, and improvements.
-
Evan Read authored
Improve installation from source Closes #47483, #61549, and #50937 See merge request gitlab-org/gitlab-ce!28201
-
Dmitriy Zaporozhets authored
* Add a solution for JavaScript heap out of memory error when compiling assets * Add note about postgres database config * Start gitaly before gitlab:setup as it won't work otherwise Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marcel van Remmerden authored
-
Evan Read authored
Merge branch '9228-geo-how-to-reconcile-differences-with-geo-checksum-mismatches-docs' into 'master' Document how to reconcile differences with Geo checksum mismatches Closes gitlab-ee#9228 See merge request gitlab-org/gitlab-ce!28183
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Update ruby_parser for ruby 2.6 See merge request gitlab-org/gitlab-ce!28295
-
Marcel van Remmerden authored
-
Marcel van Remmerden authored
-
Bob Van Landuyt authored
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.
-
Luke Bennett authored
-
Douglas Barbosa Alexandre authored
Resolve "Remove ignore_column ci_id" Closes #61302 See merge request gitlab-org/gitlab-ce!28234
-
Kushal Pandya authored
Ensure that dependencies are installed before running frontend tests See merge request gitlab-org/gitlab-ce!28236
-
Kushal Pandya authored
CE backport: Remove non-semantic use of `.row` in member listing controls See merge request gitlab-org/gitlab-ce!28204
-
Phil Hughes authored
Adds changelog entry for Matomo string website ID support See merge request gitlab-org/gitlab-ce!28244
-
lmcandrew authored
-
Sanad Liaquat authored
Fix E2E test - wait for branches to not be present See merge request gitlab-org/gitlab-ce!27805
-
Nick Thomas authored
Eager load the GraphQL schema in specs Closes gitlab-ee#11497 See merge request gitlab-org/gitlab-ce!28246
-
Nick Thomas authored
Expain usage of `artifacts_server` in `gitlab.yml` See merge request gitlab-org/gitlab-ce!28230
-
Ben Bodenmiller authored
-
Winnie Hellmann authored
-