Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-07-17Update admin docsJoshua Lambert
2017-07-16Merge branch 'google-launcher' into 'master'Robert Speicher
Update Google launcher details [ci skip] See merge request !12899
2017-07-16Merge branch 'docs/fix-link-styleguide' into 'master'Marcia Ramos
Fix wrong link to docs in docs styleguide See merge request !12901
2017-07-16Merge branch 'docs/update-health-check' into 'master'Marcia Ramos
Update health check docs See merge request !12794
2017-07-16Fix wrong link to docs in docs styleguideAchilleas Pipinellis
2017-07-16Update issue-related docsMarcia Ramos
2017-07-16Refactor groups docsMarcia Ramos
2017-07-16Add subgroups limitations to Pages docsMarcia Ramos
2017-07-16Merge branch 'docs/overview-features-5' into 'master'Achilleas Pipinellis
Update MR-related docs See merge request !12875
2017-07-16Merge branch 'ad_matching_rule_doc' into 'master'Achilleas Pipinellis
Add AD matching rule filter and more information See merge request !12871
2017-07-16Update Google launcher detailseliran.mesika
2017-07-16Split docs on IP whitelist for monitoring accessAchilleas Pipinellis
2017-07-16Update health check docsAchilleas Pipinellis
2017-07-14Merge branch 'bjk/metric_names' into 'master'Douwe Maan
Update metric names to match Prometheus guidelines. Closes #35031 See merge request !12812
2017-07-14Add AD matching rule filter and more informationDrew Blessing
2017-07-14Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern
Fixes needed when GitLab sign-in is not enabled See merge request !12491
2017-07-14Fixed typokamesh
2017-07-14add changes from EE-updatesMarcia Ramos
from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2350 + copyedit (goes with 80edf00)
2017-07-13Add more notes about developer seedsLin Jen-Shin (godfat)
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
2017-07-12Deep linkSid Sijbrandij
2017-07-12Update vue-resourceFilipa Lacerda
2017-07-12Update sessions metric name.Ben Kochie
2017-07-12Update metrics docs.Ben Kochie
2017-07-12Add unit to latency metrics.Ben Kochie
Add `seconds` unit to latency metrics based on uptream naming convention[0]. [0]: https://prometheus.io/docs/practices/naming/#metric-names
2017-07-12Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-11Merge branch 'sh-add-mr-simple-mode' into 'master'Sean McGivern
Add a simple mode to merge request API Closes #34920 See merge request !12766
2017-07-11Use view=simple for simplifying merge requests APIStan Hu
2017-07-11Merge branch 'jej/create-update-instructions-for-9-4' into 'master'Achilleas Pipinellis
Update 9.4 update instructions to include changes made to 9.3 instructions See merge request !12781
2017-07-11Merge branch 'jej/update-source-install-instructions-for-9-4' into 'master'Achilleas Pipinellis
Update source installation instructions for 9.4 See merge request !12779
2017-07-11Add a simple mode to merge request APIStan Hu
The current "basic" merge request API still loads too much data. For integrations like the Trello Power-up, we just need the basics. Closes #34920
2017-07-119.4 update instractions include changes made to 9.3 instructionsJames Edwards-Jones
2017-07-11Update source installation instructions for 9.4James Edwards-Jones
2017-07-11Merge branch '33949-remove-healthcheck-access-token' into 'master'Sean McGivern
Remove the need to use health check token by adding ability to whitelist hosts Closes #33949 See merge request !12612
2017-07-11Repair Regression caused by - !11573Paul Charlton
some changes introduced by 4daa6da5407d235cbe4f7a787eaa29304446a870, 26b6e299e1c97b956306572c5c9f6c02f428bfd7, 17898ce021fc365c620d4600df68c3e7d2151619 were regressed during today's merge conflict resolution of !11573. This commit serves to reapply those changes. /cc: @rspeicher @stanhu @mikegreiling
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-10doc:installation add note about disable-gems for gitlab-shellJason Plum
See https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1707#note_34351820 Adding notation about speeding up `gitlab-shell` by disabling RubyGems
2017-07-10Differentiate shared test context using options hash instead of subject.Pawel Chojnacki
+ fix typos, and capitalization + point configuration to `gitlab.rb` as well
2017-07-08Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master'Grzegorz Bizon
Add build stage_id reference background migration Closes #34151 See merge request !12513
2017-07-07Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan
Add creation time filters to user search API for admins Closes #29507 See merge request !12682
2017-07-07Merge branch 'dm-mysql-log_bin_trust_function_creators' into 'master'Sean McGivern
Mention that 9.3 also needs `log_bin_trust_function_creators` on MySQL. See merge request !12687
2017-07-07Merge branch '20628-add-oauth-implicit-grant' into 'master'Douwe Maan
#20628 Enable implicit flow in Gitlab as OAuth Provider Closes #20628, #2716, and #19470 See merge request !12384
2017-07-07Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern
Allow to enable the performance bar per user or Feature group Closes #33929 and #34528 See merge request !12362
2017-07-07Merge branch 'master' into 'fix/gb/stage-id-reference-background-migration'Grzegorz Bizon
# Conflicts: # app/models/concerns/each_batch.rb # spec/models/concerns/each_batch_spec.rb
2017-07-07Merge branch 'active-record-each-batch' into 'master'Sean McGivern
Added EachBatch for iterating tables in batches See merge request !12707
2017-07-07Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan
Allow admins to retrieve user agent details for an issue or snippet Closes #29508 See merge request !12655
2017-07-07Mention that 9.3 also needs `log_bin_trust_function_creators` on MySQL.Douwe Maan
2017-07-07Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern
# Conflicts: # db/schema.rb
2017-07-07Merge branch ↵Kamil Trzciński
'feature/intermediate/32568-adding-variables-to-pipelines-schedules' into 'master' Add variables to pipelines schedules Closes #32568 See merge request !12372
2017-07-07Native group milestonesFelipe Artur