summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: use `require_dependency` to bring in DeclarativePolicybugfix/declarative-policy-reloadinghttp://jneen.net/2017-06-291-1/+1
|
* Merge branch '34078-allow-to-enable-feature-flags-with-more-granularity' ↵Robert Speicher2017-06-291-5/+34
|\ | | | | | | | | | | | | | | | | into 'master' Allow the feature flags to be enabled/disabled with more granularity Closes #34078 See merge request !12357
| * Rename flipper_group to feature_group34078-allow-to-enable-feature-flags-with-more-granularityRémy Coutable2017-06-281-4/+4
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ↵Rémy Coutable2017-06-271-0/+1
| | | | | | | | | | | | exclusive Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-5/+33
| | | | | | | | | | | | | | | | This allows to enable/disable a feature flag for a given user, or a given Flipper group (must be declared statically in the `flipper.rb` initializer beforehand). Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern2017-06-291-1/+3
|\ \ | | | | | | | | | | | | Refactor/declarative policy See merge request !10515
| * | use subject scope in :id/usershttp://jneen.net/2017-06-271-1/+3
| |/ | | | | | | since we're loading all the members anyways
* | Merge branch 'add-members-count-and-parent-id-data-on-namespaces-api' into ↵Douwe Maan2017-06-292-2/+10
|\ \ | | | | | | | | | | | | | | | | | | 'master' Add group members counting related data on namespaces API See merge request !12497
| * | Rename members_count to members_count_with_descendants and expose only to ↵Oswaldo Ferreira2017-06-282-3/+7
| | | | | | | | | | | | group admins
| * | Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira2017-06-281-1/+5
| | |
* | | Fix current feature related specsTiago Botelho2017-06-281-1/+2
|/ /
* | Fix head pipeline stored in merge request for external pipelinesfix-head-pipeline-for-commit-statusKamil Trzcinski2017-06-271-0/+3
|/
* Fix optional args for POST :id/variablesLin Jen-Shin2017-06-271-1/+1
| | | | | Always use declared_params(include_missing: false) so that we don't give nils for optional arguments
* fix spec failuresJames Lopez2017-06-241-1/+1
|
* fix spec failuresJames Lopez2017-06-231-4/+4
|
* update code based on feedbackJames Lopez2017-06-231-2/+4
|
* refactor update user service not to do auth checksJames Lopez2017-06-233-3/+3
|
* fix spec failuresJames Lopez2017-06-231-4/+6
|
* more refactoring based on feedbackJames Lopez2017-06-231-3/+4
|
* refactor emails serviceJames Lopez2017-06-231-8/+0
|
* update missing email actionsJames Lopez2017-06-231-6/+4
|
* fix specsJames Lopez2017-06-231-2/+2
|
* update to use emails destroy serviceJames Lopez2017-06-231-2/+3
|
* fixed specsJames Lopez2017-06-231-1/+1
|
* added service in the rest of controllers and classesJames Lopez2017-06-232-3/+3
|
* fix api and controller issuesJames Lopez2017-06-231-2/+7
|
* update notification settings, fix api specsJames Lopez2017-06-232-2/+7
|
* Filter archived project in API v3 only if param presentvanadium232017-06-212-2/+5
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2111-54/+54
|
* Merge branch '33878-fix-edit-deploy-key' into 'master'Rémy Coutable2017-06-211-1/+1
|\ | | | | | | | | | | | | Fix edit button for deploy keys available from other projects Closes #33878 See merge request !12301
| * Fix edit button for deploy keys available from other projectsAlexander Randa2017-06-201-1/+1
| |
* | Merge branch 'dt/printing-to-api' into 'master'Rémy Coutable2017-06-212-0/+3
|\ \ | | | | | | | | | | | | add printing_merge_request_link_enabled to API See merge request !12240
| * | add printing_merge_request_link_enabled to APIDavid Turner2017-06-192-0/+3
| | |
* | | Merge branch '28517-discover-by-userid' into 'master'Douwe Maan2017-06-201-3/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow discover by userid - issue 28517 Closes #28517 See merge request !12314
| * | | Allow discover by userid - issue 28517Matt Walsh2017-06-201-3/+8
| | |/ | |/|
* | | Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-202-3/+6
|/ /
* | Merge branch 'mk-add-project-moved-errors-for-git' into 'master'Douwe Maan2017-06-192-2/+7
|\ \ | | | | | | | | | | | | Add "project was moved" error messages for git See merge request !11259
| * | Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-162-2/+7
| |/
* | Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable2017-06-192-0/+4
|\ \ | | | | | | | | | | | | | | | | | | add created_after and created_before params to issuables Closes #32901 See merge request !12151
| * | add since and until params to issuablesKyle Bishop2017-06-182-0/+4
| | |
* | | Merge branch '26212-upload-user-avatar-trough-api' into 'master'Rémy Coutable2017-06-191-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Accept image for avatar in user API Closes #26212 See merge request !12143
| * | | Accept image for avatar in user APIvanadium232017-06-161-0/+1
| | |/ | |/|
* | | Merge branch 'issue_33205' into 'master'Sean McGivern2017-06-191-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix API bug accepting wrong merge requests parameters Closes #33205 See merge request !12173
| * | Fix API bug accepting wrong merge requests parametersissue_33205Felipe Artur2017-06-161-1/+1
| | |
* | | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-162-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
| * | | Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-152-4/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* | | Order issues by priorityFelipe Artur2017-06-161-2/+2
| | |
* | | Remove Drag and drop and sorting from milestone viewFelipe Artur2017-06-161-2/+2
| | |
* | | #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-151-1/+9
|/ /
* | Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan2017-06-142-0/+7
|\ \ | | | | | | | | | | | | Allow more customization to Help landing page See merge request !11878