Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Added & use Gitlab::Routing for URL helpersrouting | Yorick Peterse | 2016-04-01 | 1 | -2/+2 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Rails' "url_helpers" method creates an anonymous Module (which a bunch of methods) on every call. By caching the output of this method in a dedicated method we can shave off about 10 seconds of loading time for an issue with around 200 comments. | |||||
* | | | | Remove "Congratulations!" tweet button on newly-created project. | connorshea | 2016-03-31 | 1 | -1/+0 | |
|/ / / | | | | | | | | | | | | | | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857. | |||||
* | | | Merge branch ↵ | Robert Speicher | 2016-03-29 | 2 | -12/+14 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description' into 'master' api - expose label description Resolves #14415 See merge request !3314 | |||||
| * | | api - expose label description | Mariusz Jachimowicz | 2016-03-24 | 2 | -12/+14 | |
| |/ | ||||||
* | | Back dating of issues when creating throught the API | Zeger-Jan van de Weg | 2016-03-28 | 1 | -6/+10 | |
|/ | ||||||
* | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 3 | -5/+18 | |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb | |||||
| * | Minor improvements on IssuableActions | Zeger-Jan van de Weg | 2016-03-21 | 2 | -10/+4 | |
| | | ||||||
| * | minor improvements and fixed specs | Zeger-Jan van de Weg | 2016-03-19 | 3 | -6/+5 | |
| | | ||||||
| * | Dry destroy action on issuables | Zeger-Jan van de Weg | 2016-03-19 | 1 | -2/+3 | |
| | | ||||||
| * | Soft delete issuables | Zeger-Jan van de Weg | 2016-03-19 | 2 | -2/+21 | |
| | | ||||||
* | | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-20 | 2 | -3/+5 | |
|\ \ | |/ | ||||||
| * | Restrict access to confidential issues through API | Douglas Barbosa Alexandre | 2016-03-17 | 1 | -1/+2 | |
| | | ||||||
| * | Add missing API docs on external user | Achilleas Pipinellis | 2016-03-17 | 1 | -2/+2 | |
| | | | | | | | | [ci skip] | |||||
| * | API support for setting External flag on existing users | Zeger-Jan van de Weg | 2016-03-17 | 1 | -1/+2 | |
| | | ||||||
* | | Improve group visibility level feature | Zeger-Jan van de Weg | 2016-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 4009-external-users into issue_12658 | Felipe Artur | 2016-03-16 | 3 | -9/+38 | |
|\ \ | |/ | ||||||
| * | Merge branch 'master' into 4009-external-users4009-external-users | Zeger-Jan van de Weg | 2016-03-15 | 1 | -7/+0 | |
| |\ | ||||||
| | * | Merge branch 'fix-commit-status-rendering' into 'master' | Robert Speicher | 2016-03-15 | 1 | -7/+0 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup Ci::Commit, Ci::Build and CommitStatus views This MR tries to do first sweep of cleanups to Ci::Commit and Ci::Build objects removing all view-related functions and fixing the API from other side. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/6046 See merge request !2760 | |||||
| | | * | Cleanup CiCommit and CiBuild | Kamil Trzcinski | 2016-03-14 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus | |||||
| * | | | Doc external users feature | Zeger-Jan van de Weg | 2016-03-15 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' into 4009-external-users | Zeger-Jan van de Weg | 2016-03-14 | 2 | -0/+34 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'share-project-ce' into 'master' | Dmitriy Zaporozhets | 2016-03-14 | 2 | -0/+31 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring from EE: Share Project with Group - [x] Models and migrations - [x] Logic, UI - [x] Tests - [x] Documentation - [x] Share with group lock - [x] Api feature - [x] Api docs - [x] Api tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #12831 cc @DouweM @rspeicher @vsizov See merge request !3186 | |||||
| | | * | | Bring share project with group API from EEshare-project-ce | Dmitriy Zaporozhets | 2016-03-13 | 2 | -0/+31 | |
| | | |/ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * | | Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-api | Robert Speicher | 2016-03-09 | 1 | -0/+3 | |
| | |/ | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53. | |||||
| * | | External Users | Zeger-Jan van de Weg | 2016-03-13 | 1 | -2/+3 | |
| |/ | | | | | | | | | The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects. | |||||
* | | Prevent projects to have higher visibility than groups | Felipe Artur | 2016-03-10 | 1 | -0/+1 | |
|/ | | | | | | Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements | |||||
* | Merge branch 'rs-snippets-dont-expire' into 'master' | Dmitriy Zaporozhets | 2016-03-09 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | Remove `Snippet#expires_at` This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. See merge request !3103 | |||||
| * | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. | |||||
* | | Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-api | evuez | 2016-03-04 | 1 | -0/+2 | |
|/ | | | | | | | Added fields are last_sign_in_at and confirmed_at. They are available for GET /users/ and GET /users/:id for admins. Closes #840 | |||||
* | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 2 | -6/+6 | |
| | ||||||
* | Merge branch 'fix/commit-status-api-improvement' into 'master' | Douwe Maan | 2016-03-01 | 1 | -4/+6 | |
|\ | | | | | | | | | | | | | | | | | | | Return empty array when commit has no statuses in API This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 See merge request !3010 | |||||
| * | Check if commit exists first in commit status API | Grzegorz Bizon | 2016-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | Return empty array when commit has no statuses in API | Grzegorz Bizon | 2016-02-29 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 | |||||
* | | updated internal.rb and spec based on MR feedback | James Lopez | 2016-02-26 | 1 | -3/+3 | |
| | | ||||||
* | | fix for projects ending in .wiki | James Lopez | 2016-02-24 | 1 | -1/+8 | |
|/ | ||||||
* | Fix API implementation | Kamil Trzcinski | 2016-02-19 | 2 | -4/+2 | |
| | ||||||
* | Introduce API for serving the artifacts archive | Kamil Trzcinski | 2016-02-19 | 2 | -0/+31 | |
| | ||||||
* | Record user that erased a build through API | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 | |
| | ||||||
* | Use POST method instead of DELETE when erasing a build | Grzegorz Bizon | 2016-02-19 | 1 | -3/+3 | |
| | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042 | |||||
* | Fix build api specs after rebase | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 | |
| | ||||||
* | Fix name of build erasable, remove superfluous method from it | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 | |
| | ||||||
* | Move build eraseable API to proper API context | Grzegorz Bizon | 2016-02-19 | 1 | -1/+21 | |
| | ||||||
* | Rename Entities::ForkedFromProject to Entities::BasicProjectDetails | Tomasz Maczukin | 2016-02-19 | 1 | -3/+3 | |
| | ||||||
* | Change `last_contact` to `contacted_at` | Tomasz Maczukin | 2016-02-19 | 1 | -1/+1 | |
| | ||||||
* | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject | Tomasz Maczukin | 2016-02-19 | 1 | -7/+1 | |
| | ||||||
* | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵ | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 | |
| | | | | in `RunnerProjectDetails` | |||||
* | Move :runner_id param to POST body when enabling specific runner in project | Tomasz Maczukin | 2016-02-19 | 1 | -1/+3 | |
| | ||||||
* | Modify and fix output of delete and update of a runner | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 | |
| | ||||||
* | Modify runner projects selecting method in runners API | Tomasz Maczukin | 2016-02-19 | 2 | -8/+4 | |
| |