Commit Graph

6400 Commits

Author SHA1 Message Date
Fatih Acet 0151325dac Merge request widget redesign 2017-05-09 04:15:34 +00:00
Timothy Andrew 9ada13d343 Merge branch 'update-guides-for-9-2' into 'master'
Update guides for 9.2

See merge request !11157
2017-05-08 17:03:48 +00:00
Filipa Lacerda e98f12aff9 Merge branch '28794-standardize-jasmine-test-describe-block-names-that-test-specific-methods' into 'master'
Resolve "Standardize jasmine test describe block names that test specific methods"

Closes #28794

See merge request !11137
2017-05-08 15:28:53 +00:00
Yorick Peterse b879079b1a
Add documentation about adding foreign keys
[ci skip]
2017-05-08 12:37:02 +02:00
Timothy Andrew 1fd409016a Update guides for 9.2.
- Update the "Installation from Source" guide
- Create an update guide for `9.1` to `9.2`
2017-05-08 10:29:08 +00:00
Sean Packham (GitLab) 62b0eb2c0b Merge branch 'lm-improve-HA-docs' into 'master'
clarify DB/Redis HA docs

See merge request !11094
2017-05-08 09:20:22 +00:00
Marcia Ramos b13b22d04a New doc topic: issues 2017-05-08 08:35:38 +00:00
Zeger-Jan van de Weg 8df3997a92 Add Pipeline Schedules that supersedes experimental Trigger Schedule 2017-05-07 22:35:56 +00:00
Kamil Trzciński 6ad3814e1b Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into 'master'
Check access to a branch when user triggers manual action

Closes #20261

See merge request !10494
2017-05-06 17:17:02 +00:00
Clement Ho 06455d2fc1 [skip ci] add documentation 2017-05-05 17:24:29 -05:00
Clement Ho cc9edff6dc Merge branch 'droplab-item-ignore-docs' into 'master'
Include droplab-item-ignore in droplab docs

See merge request !10808
2017-05-05 22:02:05 +00:00
Valery Sizov 5004579b15 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci skip] 2017-05-05 16:59:31 +03:00
Grzegorz Bizon b6facd8313 Merge commit '3a2b60f7' from 'master'
* commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (151 commits)
  Fixed Karma spec
  Reject EE reserved namespace paths in CE as well
  Updated webpack config
  Include the bundler:audit job into the static-analysis job
  Document serializers
  Add artifact file page that uses the blob viewer
  Pipeline table mini graph dropdown remains open when table is refreshed
  Adds off for event hub
  Compile gitlab-shell go executables
  Allow to create new branch and empty WIP merge request from issue page
  Moved to a view spec
  Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md
  Convert seconds to minutes and hours on chat notifations
  Disable navigation to Pages config if Pages is disabled
  Sort the network graph both by commit date and topographically.
  Add tooltips to note action buttons
  Add breadcrumb, build header and pipelines submenu to artifacts browser
  Update todos screenshots
  removes the possibility of commit messages having carriage returns
  Handle incoming emails from aliases correctly
  ...
2017-05-05 12:22:46 +02:00
Phil Hughes 8d059643f9 Merge branch '31552-documentation-dos-and-donts' into 'master'
Resolve "Documentation: Frontend list of do's and don'ts"

Closes #31552

See merge request !11091
2017-05-05 08:55:13 +00:00
Balasankar C b667fba826 Add a manual job to trigger package build in omnibus 2017-05-05 08:41:16 +00:00
Filipa Lacerda 6f040230d2 Changes after review 2017-05-04 17:56:46 +01:00
Lee Matos a39adfb48d clarify DB/Redis HA docs 2017-05-04 12:13:41 -04:00
Robert Speicher 985737fdcf Merge branch 'docs/30141-improve-contributing-guide' into 'master'
Resolve "Combine all GitLab workflow documentation to CONTRIBUTING.md"

Closes #30141

See merge request !10991
2017-05-04 14:14:25 +00:00
Filipa Lacerda 1848ddf656 Add missing points 2017-05-04 15:13:52 +01:00
Valery Sizov 387c4b2c21 Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
Filipa Lacerda f68f0cd1ea Adds numbered lists to easily point to documentation 2017-05-04 15:00:20 +01:00
Jacob Vosmaer 3960d974c3 Compile gitlab-shell go executables 2017-05-04 11:21:51 +02:00
Rémy Coutable 12c34c1cbb Merge branch '31544-size-of-project-from-api' into 'master'
Resolve "Size of project from API"

Closes #31544

See merge request !11013
2017-05-04 07:16:08 +00:00
Rémy Coutable 38c29f8775
Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-04 09:02:39 +02:00
Annabel Dunstone Gray 9773fcd190 Update todos screenshots 2017-05-03 16:08:42 -05:00
Rémy Coutable f644b8c80a Improve the Code review guidelines documentation
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03 18:25:20 +02:00
Achilleas Pipinellis 513a81ff9c Merge branch 'docs/31692-elaborate-on-spring-instructions' into 'master'
Elaborate on the usage of Spring

See merge request !11058
2017-05-03 16:16:32 +00:00
Robert Speicher 501cb18be3 Merge branch '28408-feature-proposal-include-search-options-to-pipelines-api' into 'master'
Resolve "Feature Proposal: Include search options to pipelines API"

Closes #28408

See merge request !9367
2017-05-03 16:14:42 +00:00
Achilleas Pipinellis 439d550311 Merge branch 'docs/ldap-admin-guide-chris' into 'master'
How to Configure LDAP with GitLab CE

Closes #30572

See merge request !11045
2017-05-03 16:13:46 +00:00
Mark Fletcher 21f5515a5f Expose project statistics on single requests via the API
+ The statistics parameter was already accepted
* This commit ensure that it is respected for GET /projects/:id endpoint
+ Add documentation of the parameter and update the example response for stats
2017-05-03 18:45:19 +08:00
Grzegorz Bizon 88ace4a7ad Rephrase documentation for protected actions feature 2017-05-03 12:35:13 +02:00
Grzegorz Bizon 738bf2c238 Merge branch 'master' into feature/gb/manual-actions-protected-branches-permissions
* master: (103 commits)
  Include missing project attributes to Import/Export
  Create the rest of the wiki docs
  Fill in information about creating the wiki Home page
  Move wiki doc to its own index page
  Create initial file for Wiki documentation
  Default to null user when asignee is unselected
  Re-enable ref operations with gitaly after not-found fix
  #31560 Add repo parameter to gitaly:install and workhorse:install
  Remove N+1 queries when checking nodes visible to user
  Don't validate reserved words if the format doesn't match
  Revert "Shorten and improve some job names"
  Remove unused initializer
  DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml`
  Make the static-analysis job be run for docs branches too
  Add download_snippet_path helper
  Refresh the markdown cache if it was `nil`
  Add some documentation for the new migration helpers
  Update comments
  Display comments for personal snippets
  Update docs on creating a project
  ...
2017-05-03 12:27:30 +02:00
Rémy Coutable ba446b86b0
Elaborate on the usage of Spring
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03 12:09:47 +02:00
Sean Packham (GitLab) f930c66e2c Merge branch 'docs/pipeline-grouping' into 'master'
Document pipeline grouping

Closes #28317 and #29176

See merge request !10969
2017-05-03 08:31:16 +00:00
Achilleas Pipinellis 58b0841aa7 Create the rest of the wiki docs 2017-05-03 00:38:21 +02:00
Achilleas Pipinellis 1cb827eea3 Fill in information about creating the wiki Home page 2017-05-03 00:38:21 +02:00
Achilleas Pipinellis 75ab1474b3 Move wiki doc to its own index page 2017-05-03 00:38:21 +02:00
De Wet Blomerus 9b0098caa0 Create initial file for Wiki documentation 2017-05-03 00:38:21 +02:00
Douwe Maan 2a73f0a638 Merge branch 'rs-described_class-cop-2' into 'master'
Enable `RSpec/DescribedClass` cop and correct violations

See merge request !10930
2017-05-02 22:30:30 +00:00
Marcia Ramos 0c87d9fd59 update article date 2017-05-02 19:12:55 -03:00
Marcia Ramos 0664a580bd link ldap-ee article from auth index 2017-05-02 18:46:07 -03:00
Marcia Ramos 96757715cb add ldap article and changes from !10299 2017-05-02 17:06:58 -03:00
Douwe Maan fa0c944ede Merge branch '30272-bvl-reject-more-namespaces' into 'master'
Reject more reserved paths

Closes #30272

See merge request !10413
2017-05-02 17:42:23 +00:00
Shinya Maeda 255bfd6583 Improve documentation 2017-05-03 02:11:51 +09:00
Shinya Maeda dad973b59a Revise documents 2017-05-03 02:11:51 +09:00
Shinya Maeda 4bd0d8e433 Adopt awesome axil idea 2017-05-03 02:11:51 +09:00
Shinya Maeda f5f7f90abe Revise document. string to boolean. 2017-05-03 02:11:51 +09:00
Shinya Maeda d1ca5f46d4 No need to support sha for sorting 2017-05-03 02:11:51 +09:00
Shinya Maeda 9324a464ef Reduce playable columns for sorting 2017-05-03 02:11:51 +09:00
Shinya Maeda 175800299b Add name(User) 2017-05-03 02:11:51 +09:00