summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'start-with-iid-on-new-branch' into 'master' Rémy Coutable2016-04-141-1/+1
|\ | | | | | | | | | | | | Start with iid on branch creation After the discussion it in #3886 it was decided the iid should be in the beginning of the branch name. See merge request !3708
| * Start with iid on branch creationZeger-Jan van de Weg2016-04-141-1/+1
| |
* | Merge branch 'master' into 'master' Achilleas Pipinellis2016-04-141-0/+47
|\ \ | | | | | | | | | | | | | | | | | | Update shibboleth configuration for GitLab 8.6 and Apache 2.4 See merge request !3713
| * | Update shibboleth configuration for GitLab 8.6 and Apache 2.4Tom Downes2016-04-141-0/+47
| |/
* | Add TOC to yaml README and an intro sectionAchilleas Pipinellis2016-04-141-16/+57
| | | | | | | | [ci skip]
* | Allow back dating notes on creationMichael Greene2016-04-131-0/+1
| |
* | Allow back dating issues on updateMichael Greene2016-04-131-0/+1
|/
* Merge branch 'update-influx-documentation' into 'master' Achilleas Pipinellis2016-04-131-18/+30
|\ | | | | | | | | | | | | | | | | Updated InfluxDB/Grafana setup/import docs See https://gitlab.com/gitlab-org/grafana-dashboards/merge_requests/1 for some background info. cc @dblessing See merge request !3706
| * Updated InfluxDB/Grafana setup/import docsYorick Peterse2016-04-131-18/+30
| | | | | | | | | | | | | | | | | | The grafana-dashboards repository now contains _all_ GitLab.com dashboards and thus requires some extra continuous queries to be set up. The repository now also provided a way to automatically import/export dashboards. [ci skip]
* | Merge branch 'api-subscribe-issue-mr' into 'master' Rémy Coutable2016-04-132-0/+257
|\ \ | |/ |/| | | | | | | | | | | | | | | API: Subscribe and unsubscribe from issues and merge requests * Closes #6024 This MR is based on !3611, which must be merged first. See merge request !3615
| * Ensure that issues and merge requests are foundRobert Schilling2016-04-131-0/+1
| |
| * Make subscription API more RESTfulRobert Schilling2016-04-132-27/+28
| |
| * API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-0/+147
| |
| * API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+108
| |
* | Merge branch 'api-star-project' into 'master' Rémy Coutable2016-04-132-0/+127
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Star and unstar a project Add two new endpoints `POST /projects/:id/star` and `POST /projects/:id/unstar` to star and unstar a project. * Closes #12739 See merge request !3578
| * | Styling changes to code and docsRobert Schilling2016-04-131-1/+0
| | |
| * | Make staring API more restfulRobert Schilling2016-04-131-6/+6
| | |
| * | API: Star and unstar a projectRobert Schilling2016-04-132-0/+128
| |/
* | Merge branch 'fix_grafana_docs' into 'master' Achilleas Pipinellis2016-04-134-3/+6
|\ \ | | | | | | | | | | | | | | | | | | Fix Grafana docs and link from Influx page Fixing images and adding links to Influx docs, as suggested by @sytses See merge request !3702
| * | Fix Grafana docs and link from Influx pageDrew Blessing2016-04-124-3/+6
| | |
* | | Merge branch 'external-omniauth-providers' into 'master' Marin Jankovski2016-04-131-0/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow Omniauth providers to be marked as external Related to #4009 With this MR we will be able to allow the user to set which Omniauth Providers they would like to have as external. All users login in via these providers will be marked as external, even if they already had an account before. If the provider is removed form the list of external providers, the users will be marked as internal at their next login. MR for Omnibus: gitlab-org/omnibus-gitlab!727 /cc @dblessing @DouweM See merge request !3657
| * | | Documentation of featurePatricio Cano2016-04-111-0/+23
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-04-1311-9/+386
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'api-move-issues' into 'master' Rémy Coutable2016-04-131-0/+55
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to move an issue Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14741 See merge request !3593
| | * | | Fix doc for moving an issueRobert Schilling2016-04-131-1/+1
| | | | |
| | * | | Update tests for moving issues via APIRobert Schilling2016-04-131-2/+6
| | | | |
| | * | | API: Ability to move an issueRobert Schilling2016-04-131-0/+51
| | | | |
| * | | | Merge branch 'patch-2' into 'master' Robert Schilling2016-04-131-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improve formatting See merge request !3688
| | * | | | improve formattingBen Bodenmiller2016-04-121-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'configure_trusted_proxies' into 'master' Rémy Coutable2016-04-131-0/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust the default trusted_proxies to only include localhost And also allow other trusted proxies to be added from the config.yml. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3538 Omnibus config: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1208 See merge request !3524
| | * | | | Updated trusted proxies doc section to link to the restart GitLab docsconfigure_trusted_proxiesDJ Mountney2016-04-121-1/+2
| | | | | |
| | * | | | Add changelog entries, install docs, and gitlab.yml.example entry for the ↵DJ Mountney2016-04-121-0/+9
| | |/ / / | | | | | | | | | | | | | | | trusted_proxies setting
| * | | | Tie example config to JIRA screenshotAchilleas Pipinellis2016-04-132-5/+17
| | |/ / | |/| | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15203
| * | | Merge branch 'docs-new-branch-button-3886' into 'master' Achilleas Pipinellis2016-04-132-0/+32
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs for the new branch button [ci-skip] Closes #3886 @axil Could you check this and make sure this is up to your standards? See merge request !3425
| | * | | Move 'New branch from issue' feature doc to web_editor.mdAchilleas Pipinellis2016-04-133-9/+32
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Docs for the new branch buttondocs-new-branch-button-3886Zeger-Jan van de Weg2016-03-282-0/+9
| | | | | | | | | | | | | | | | | | | | [ci-skip]
| * | | | Merge branch 'api-group-visibility' into 'master' Rémy Coutable2016-04-131-0/+81
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to update a group This makes it much easier to update a group after introducing the group visibility. * Closes #14991 See merge request !3587
| | * | | Fix minor issues according development guidelinesRobert Schilling2016-04-121-1/+1
| | | | |
| | * | | API: Ability to update a groupRobert Schilling2016-04-121-0/+81
| | | | |
| * | | | Merge branch 'api-delete-note' into 'master' Rémy Coutable2016-04-121-0/+141
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete notes via API Supports deleting issues, snippets, and merge requests via the API. * Closes #14944 * Closes #14845 * Closes #6060 @zj I did not see that you assigned yourself in #6060. Hopefully, you did not start yet. @rymai In #6060 this is targeted for 8.7 release. Could you review that and maybe this still lands in 8.7. See merge request !3557
| | * | | | Fix code review issuesRobert Schilling2016-04-121-17/+113
| | | | | |
| | * | | | Delete notes via APIRobert Schilling2016-04-121-0/+45
| | |/ / /
| * | | | Merge branch 'api-get-tag' into 'master' Rémy Coutable2016-04-121-1/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577
| | * | | | Fix minor styling issues from code reviewRobert Schilling2016-04-121-2/+2
| | | | | |
| | * | | | API: Ability to retrieve a single tagRobert Schilling2016-04-121-1/+45
| | | | | |
| * | | | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-2/+4
| | |/ / / | |/| | |
* | | | | (doc) fix typo to ssh keys doc urlLee2016-04-121-4/+4
|/ / / /
* | | | API: Expose updated_at for notesRobert Schilling2016-04-121-0/+3
|/ / /
* | | Merge branch 'api-labels-info' into 'master' Rémy Coutable2016-04-121-20/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Expose open_issues_count, closed_issues_count, open_merge_requests_count on labels Partly fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13238 See merge request !3569
| * | | API: Expose open_issues_count, closed_issues_count, ↵Robert Schilling2016-04-061-20/+20
| | | | | | | | | | | | | | | | open_merge_requests_count on labels