summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a simple mode to merge request APIsh-add-mr-simple-modeStan Hu2017-07-111-0/+7
| | | | | | | The current "basic" merge request API still loads too much data. For integrations like the Trello Power-up, we just need the basics. Closes #34920
* Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-081-2/+18
| | | | Closes #34159
* Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan2017-07-071-0/+6
|\ | | | | | | | | | | | | Allow admins to retrieve user agent details for an issue or snippet Closes #29508 See merge request !12655
| * refactor code based on feedbackJames Lopez2017-07-061-1/+1
| |
| * add issues spec and user agent details to entitiesJames Lopez2017-07-061-0/+6
| |
* | Native group milestonesFelipe Artur2017-07-071-2/+7
| |
* | Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-071-2/+10
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '33772-readonly-gitlab-ci-cache' into 'master'Kamil Trzciński2017-07-061-1/+1
|\ | | | | | | | | | | | | Introduce cache policies for CI jobs Closes #33772 See merge request !12483
| * Introduce cache policies for CI jobsNick Thomas2017-07-051-1/+1
| |
* | Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Project option to allow customizing CI/CD config path" Closes #32815 and #33130 See merge request !12509
| * | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-06-301-1/+9
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32815--Add-Custom-CI-Config-Path * upstream/master: (123 commits) Backport changes to Projects::IssuesController and the search bar bugfix: use `require_dependency` to bring in DeclarativePolicy Resolve "Select branch dropdown is too close to branch name" Clean up issuable lists Defer project destroys within a namespace in Groups::DestroyService#async_execute Fixed new navgiation bar logo height in Safari Resolve "Issue dropdown persists when adding issue number to issue description" Move verification to block level instead of paragraph Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'" Added code for defining SHA attributes Minor edits Job details won't scroll horizontally to show long lines Run mysql tests on stable preperation branches like 9-3-stable-patch-2 Bring back branches badge to main project page optimize translation content based on comments supplement traditional chinese in taiwan translation Inserts exact matches of username, email and name to the top of the user search list Remove Namespace model default scope override and write additional test to Project search optimize translation content based on comments Limit OpenGraph image size to 64x64 ...
| * | Merge remote-tracking branch 'upstream/master' into ↵15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-104/+338
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15041-Add-Custom-CI-Config-Path * upstream/master: (12506 commits) Update CHANGELOG.md for 9.3.2 Update architecture.md Fix changelog entry file extension Fix head pipeline stored in merge request for external pipelines updated gitlab-ci.yml to compile locale Ignore JSON files generated from PO files Update mmap2 gem tha disables mmap_obj.gsub! as current implementation uses method that is no longer part of Ruby API Disable rainbow during SimpleExecutor specs to have consistence Slightly refactor pipeline schedules form in preparation for additions Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter submits twice and refreshes page" Make the SimpleExecutor rescue exceptions in the executing Checks Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" Update changelog item revert removal of requestAnimationFrame and move to a separate MR/discussion rename getEmojiCategoryMap and remove unnecessary parameter Action Buttons on Prio Labels working again by setting pointer events to none on… Remove 'contains' option from Commit.find_all Remove Gitlab::Git::Repository#find_all Use latest chrome and chrome driver in GitLab QA Polish sidebar toggle ...
| * | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-0/+1
| | | |
* | | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |_|/ |/| |
* | | Rename members_count to members_count_with_descendants and expose only to ↵Oswaldo Ferreira2017-06-281-2/+6
| | | | | | | | | | | | group admins
* | | Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira2017-06-281-1/+5
| |/ |/|
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
| |
* | Merge branch 'dt/printing-to-api' into 'master'Rémy Coutable2017-06-211-0/+1
|\ \ | | | | | | | | | | | | add printing_merge_request_link_enabled to API See merge request !12240
| * | add printing_merge_request_link_enabled to APIDavid Turner2017-06-191-0/+1
| | |
* | | Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-201-2/+5
|/ /
* | Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan2017-06-141-0/+3
|\ \ | | | | | | | | | | | | Allow more customization to Help landing page See merge request !11878
| * | Help landing page customizationsRobin Bobbitt2017-06-141-0/+3
| | |
* | | Rename API::Entities::JobRequest::ServiceImage to ↵Tomasz Maczukin2017-06-121-2/+2
| | | | | | | | | | | | API::Entities::JobRequest::Service
* | | Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+6
|/ /
* | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-071-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Support descriptions for snippets Closes #31894 See merge request !11071
| * | Support descriptions for snippetsJarka Kadlecova2017-05-311-2/+2
| | |
* | | Merge branch 'projects-api-import-status' into 'master'Douwe Maan2017-06-021-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose import_status in Projects API Closes #19646 See merge request !11851
| * | | Expose import_status in Projects APIRobin Bobbitt2017-06-021-0/+2
| | | |
* | | | Merge branch '24196-protected-variables' into 'master'Kamil Trzciński2017-06-011-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Implementation for protected variables Closes #24196 See merge request !11688
| * | | Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-011-0/+22
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-06-011-0/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (141 commits) Add Documentation for GIT_CHECKOUT variable Ui improvements for count badges and permission badges Rename the other jobs Update jobs_spec for changes from builds_spec Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Use another scope to add the - prefix, feedback: Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions ...
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-05-311-1/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (89 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
| * | | | | Merge branch 'master' into '24196-protected-variables'Lin Jen-Shin (godfat)2017-05-261-1/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | | API and doc for protected variablesLin Jen-Shin2017-05-251-0/+1
| | | | | | |
* | | | | | | Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-011-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Consistent diff and blob size limit names See merge request !11776
| * | | | | | Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-311-3/+3
| | | | | | |
| * | | | | | Consistent diff and blob size limit namesDouwe Maan2017-05-291-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+22
| |_|_|/ / |/| | | |
* | | | | Use PipelineScheduleDetailsShinya Maeda2017-05-301-1/+4
| | | | |
* | | | | Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-301-1/+1
| | | | |
* | | | | Expose last_pipeline only when detailed statusShinya Maeda2017-05-301-1/+1
| | | | |
* | | | | Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic ↵Shinya Maeda2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | for small payload.
* | | | | includes last_pipelineShinya Maeda2017-05-301-3/+1
| | | | |
* | | | | Define last_pipeline in PipelineScheduleEntityShinya Maeda2017-05-301-1/+3
| | | | |
* | | | | Remove if from last_pipeline in entityShinya Maeda2017-05-301-1/+1
| | | | |
* | | | | Add API support for pipeline scheduleShinya Maeda2017-05-301-0/+8
|/ / / /
* | | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-1/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Rework project authorizations and nested groups for better performance See merge request !10885
| * | | Hide nested group UI/API support for MySQLYorick Peterse2017-05-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | This hides/disables some UI elements and API parameters related to nested groups when MySQL is used, since nested groups are not supported for MySQL.
* | | | Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-1/+3
| |/ / |/| |