summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add new filepatch-3Alfredo Sumaran2016-08-221-0/+1
|
* Appease the linter.Connor Shea2016-08-221-2/+2
|
* Add Ruby 2.3 upgrade notes.Connor Shea2016-08-221-7/+31
|
* Merge branch 'docs-koding-change-loc' into 'master' Achilleas Pipinellis2016-08-2217-45/+56
|\ | | | | | | | | | | | | Split Koding admin/user docs Backend/Frontend MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5909 See merge request !5938
| * Split Koding admin/user docsAchilleas Pipinellis2016-08-2217-45/+56
| |
* | Merge branch 'issue-boards-doc' into 'master' Achilleas Pipinellis2016-08-227-0/+189
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation for Issue Boards ## What does this MR do? Add documentation for issue boards. ## What are the relevant issue numbers? - Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/17907 - Backend MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5548 - Frontend MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5554 See merge request !5713
| * | Add links to landing page and youtube videoAchilleas Pipinellis2016-08-221-0/+7
| | |
| * | Fix typos and grammarAchilleas Pipinellis2016-08-221-22/+27
| | |
| * | Add note about labels and system notesAchilleas Pipinellis2016-08-222-0/+5
| | |
| * | Mention missing labels for corresponding listsAchilleas Pipinellis2016-08-221-0/+1
| | |
| * | Add section on searching through the Backlog listAchilleas Pipinellis2016-08-222-0/+21
| | |
| * | Change images to reflect current status, add link to inline docsAchilleas Pipinellis2016-08-223-17/+17
| | |
| * | Complete rest of documentation for Issue BoardsAchilleas Pipinellis2016-08-223-49/+87
| | |
| * | Remove 10 lists limitAchilleas Pipinellis2016-08-221-2/+2
| | |
| * | Clean up Issue Board doc a bitAchilleas Pipinellis2016-08-221-37/+25
| | |
| * | Great refactor of Issue Board docsAchilleas Pipinellis2016-08-223-10/+89
| | |
| * | Documentation for Issue BoardsAchilleas Pipinellis2016-08-221-0/+45
| | |
* | | Merge branch 'doc-slash-commands-location' into 'master' Achilleas Pipinellis2016-08-222-2/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Change slash commands docs location See merge request !5937
| * | Fix docs not rendering the pipe symbolAchilleas Pipinellis2016-08-221-1/+1
| | |
| * | Change location of slash commands docsAchilleas Pipinellis2016-08-222-1/+1
| |/
* | Merge branch 'metrics-typo' into 'master' Yorick Peterse2016-08-221-1/+1
|\ \ | | | | | | | | | | | | Fix typo in gitlab-workhorse header See merge request !5891
| * | Fix typo in gitlab-workhorse headerJacob Vosmaer2016-08-191-1/+1
| | |
* | | Merge branch 'doc-protected-branches-new-behavior' into 'master' Achilleas Pipinellis2016-08-224-35/+46
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Document protected branches new behavior See merge request !5934
| * | Conform to doc styleguide on new featuresAchilleas Pipinellis2016-08-221-2/+2
| | |
| * | Reword GitLab EE adAchilleas Pipinellis2016-08-221-1/+1
| | |
| * | Add changelog items to protected branches docsAchilleas Pipinellis2016-08-221-4/+7
| | |
| * | Document the new behavior of protected branchesAchilleas Pipinellis2016-08-214-35/+43
| | |
* | | Update gitlab-shell to v3.4.0gitlab_shell_version_updateMarin Jankovski2016-08-201-1/+1
| | |
* | | Support integration with Koding (online IDE)Gokmen Goksel2016-08-1917-0/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Koding: #index: landing page for Koding integration If enabled it will provide a link to open remote Koding instance url for now we are also providing the sneak preview video for how integration works in detail. Repository: check whether .koding.yml file exists on repository Projects: landing page: show Run in IDE (Koding) button if repo has stack file Projects: MR: show Run in IDE Koding button if repo has stack file on active branch ProjectHelpers: add_koding_stack: stack generator for provided project With this helper we will auto-generate the required stack template for a given project. For the feature we can request this base template from the running Koding instance on integration. Currently this will provide users to create a t2.nano instance on aws and it'll automatically configures the instance for basic requirements. Projects: empty state and landing page provide shortcuts to create stack projects_helper: use branch on checkout and provide an entry point This ${var.koding_queryString_branch} will be replaced with the branch provided in query string which will allow us to use same stack template for different branches of the same repository. ref: https://github.com/koding/koding/pull/8597/commits/b8c0e43c4c24bf132670aa8a3cfb0d634acfd09b projects_helper: provide sha info in query string to use existing vms With this change we'll be able to query existing vms on Koding side based on the commit id that they've created. ref: https://github.com/koding/koding/pull/8597/commits/1d630fadf31963fa6ccd3bed92e526761a30a343 Integration: Docs: Koding documentation added Disable /koding route if integration is disabled Use application settings to enable Koding Projects_helper: better indentation with strip_heredoc usage Projects_helper: return koding_url as is if there is no project provided current_settings: set koding_enabled: false by default Koding_Controller: to render not_found once integration is disabled Dashboard_specs: update spec for Koding enabled case Projects_Helper: make repo dynamic ref: https://github.com/koding/koding/pull/8597/commits/4d615242f45aaea4c4986be84ecc612b0bb1514c Updated documentation to have right format
* | | Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan2016-08-192-9/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expiration date on memberships Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/17495 See merge request !5876
| * \ \ Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-196-2/+42
| |\ \ \ | | |/ / | | | | | | | | # Conflicts: # db/schema.rb
| * | | Merge branch 'master' into expiration-date-on-membershipsDouwe Maan2016-08-182-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-188-3/+506
| |\ \ \ \
| * | | | | Allow project group links to be expiredSean McGivern2016-08-181-8/+10
| | | | | |
| * | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-18119-1860/+3695
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Update API documentation.Adam Niedzielski2016-08-071-1/+10
| | | | | |
* | | | | | Merge branch 'fix/improve-test-coverage-badge-pipelines' into 'master' Douwe Maan2016-08-191-0/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render coverage badge using latest successful pipeline ## What does this MR do? This MR make test coverage badge to report value for the latest successful pipeline, instead of the latest one, regardless the status. Latest pipeline is often running, which makes coverage report inaccurate. Latest pipeline can be also the failed one, which may mean that not all stages got processed, therefore coverage report can be inaccurate as well. This also improves coverage badge performance because it is not necessary to touch repository to get recent SHA on the branch. ## Why was this MR needed? See #21013 ## What are the relevant issue numbers? Closes #21013 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5862
| * | | | | Update documentation for test coverage report badgeGrzegorz Bizon2016-08-181-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'labels-grammar' into 'master' Achilleas Pipinellis2016-08-191-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix same tiny grammar mistake as in ee This is a tiny grammar fix that was already merged into EE https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/667#note_14043471 See merge request !5865
| * | | | | fix same mistake as in eeDe Wet Blomerus2016-08-181-2/+2
| | | | | |
* | | | | | Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-195-0/+40
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff line comments resolve ## What does this MR do? Diff line comments can be resolved. Part of #10325 To do: - [x] Backend (@DouweM) - [x] Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5022#note_13319326. Will be made easier by https://gitlab.com/gitlab-org/gitlab-ce/issues/17237#note_13370331 - [x] System note when all discussions are resolved - [x] Notification when all discussions are resolved - [x] Write unit tests - [x] Look at resolve time https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5022#note_13912743 - Fixed by 4a13aa9 - [x] Frontend (@iamphill) - [x] Fix bugs - [x] Write more feature tests - [x] Frontend (@connorshea) - [x] Address frontend feedback - [x] Feature specs for Jump feature - [x] Documentation - [x] Add Vue.js in a standard way See merge request !5022
| * | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-186-3/+475
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * \ \ \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-186-14/+49
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-174-0/+50
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-1614-21/+384
| |\ \ \ \ \ \ \
| * | | | | | | | Add documentation for discussion resolution.Connor Shea2016-08-166-8/+40
| | | | | | | | |
| * | | | | | | | Init commit on documentation for resolving inline comments in MRsAchilleas Pipinellis2016-08-171-0/+8
| | | | | | | | |
* | | | | | | | | Added documentation and CHANGELOG itemPatricio Cano2016-08-182-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-182-0/+31
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support slash commands in issues / MR description & comments See merge request !5021
| * | | | | | | Remove unneeded aliasesDouwe Maan2016-08-181-20/+20
| | | | | | | |