Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs permissions for group labelsgroup-label-permissions-docs | Victor Wu | 2017-06-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'add-since-and-until-params-to-issuables' into 'master' | Rémy Coutable | 2017-06-19 | 2 | -1/+4 |
|\ | | | | | | | | | | | | | add created_after and created_before params to issuables Closes #32901 See merge request !12151 | ||||
| * | add since and until params to issuables | Kyle Bishop | 2017-06-18 | 2 | -1/+4 |
| | | |||||
* | | Update Prometheus Merge Request Metrics page | Joshua Lambert | 2017-06-19 | 2 | -4/+4 |
| | | |||||
* | | Accept image for avatar in user API | vanadium23 | 2017-06-16 | 1 | -0/+2 |
| | | |||||
* | | Add table for files in merge request diffs | Sean McGivern | 2017-06-16 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty. | ||||
* | | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master' | Sean McGivern | 2017-06-16 | 11 | -67/+69 |
|\ \ | | | | | | | | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811 | ||||
| * | | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 11 | -67/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand` | ||||
* | | | Merge branch 'docs/branches' into 'master' | Marcia Ramos | 2017-06-16 | 4 | -0/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | Document the Delete Merged Branches functionality See merge request !12217 | ||||
| * | | | Move branches docs to new location and copyeditdocs/branches | Achilleas Pipinellis | 2017-06-16 | 4 | -7/+9 |
| | | | | |||||
| * | | | Document the Delete Merged Branches functionality | Mark Fletcher | 2017-06-08 | 4 | -0/+18 |
| | | | | | | | | | | | | | | | | * Note that protected branches will not be part of the deletion | ||||
* | | | | Merge branch 'convdev-docs' into 'master' | Achilleas Pipinellis | 2017-06-16 | 3 | -1/+31 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Convdev docs See merge request !12189 | ||||
| * | | | | Copyedit ConvDev docsconvdev-docs | Achilleas Pipinellis | 2017-06-16 | 3 | -12/+20 |
| | | | | | |||||
| * | | | | convdev docs | Victor Wu | 2017-06-15 | 1 | -0/+22 |
| | | | | | |||||
* | | | | | Merge branch 'master' into 'master' | Rémy Coutable | 2017-06-16 | 1 | -24/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Clarify job selection algorithm docs See merge request !12199 | ||||
| * | | | | | Clarify job choosing algorithm examples (the language used was a bit hard to ↵ | Joe Marty | 2017-06-15 | 1 | -24/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | understand) | ||||
* | | | | | | Merge branch 'issue-board-docs' into 'master' | Achilleas Pipinellis | 2017-06-16 | 1 | -2/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue board docs See merge request !12197 | ||||
| * | | | | | | Update issue_board.mdissue-board-docs | Victor Wu | 2017-06-15 | 1 | -2/+3 |
| |/ / / / / | |||||
* | | | | | | Jira integ docs | Victor Wu | 2017-06-16 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge branch 'confidential-issues-redesign-docs' into 'master' | Achilleas Pipinellis | 2017-06-16 | 2 | -3/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Confidential issues redesign docs See merge request !12195 | ||||
| * | | | | | | Update confidential_issues.mdconfidential-issues-redesign-docs | Victor Wu | 2017-06-15 | 1 | -3/+2 |
| | | | | | | | |||||
| * | | | | | | Replace confidential_issues_issue_page.png | Victor Wu | 2017-06-15 | 1 | -0/+0 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'sh-support-cdns' into 'master' | Robert Speicher | 2017-06-15 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support a configurable Rails asset_host to allow for CDNs See merge request !12102 | ||||
| * | | | | | | Add a link to how to set Omnibus environment variables | Stan Hu | 2017-06-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | | Rename CDN_HOST to GITLAB_CDN_HOST | Stan Hu | 2017-06-15 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Document CDN_HOST in enviornment variables table | Stan Hu | 2017-06-14 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | | Add a link to spec/migrations/README.md in the testing documentationdocs/add-link-to-migrations-spec-doc | Rémy Coutable | 2017-06-15 | 1 | -1/+1 |
| |/ / / / |/| | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'33745-issue-closing-pattern-does-not-work-for-secondary-issues-when-using-full-urls | Rémy Coutable | 2017-06-15 | 1 | -0/+12 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729 | ||||
| * | | | | Language typos fixed | Matej Zerovnik | 2017-06-12 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Service hostname also include registry name, when using non Docker Hub registry. | Matej | 2017-05-26 | 1 | -0/+12 |
| | | | | | |||||
* | | | | | Stop using deprecated `path` field on Gitaly messages | Alejandro Rodríguez | 2017-06-14 | 1 | -0/+317 |
| |/ / / |/| | | | | | | | | | | | | | | | This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included | ||||
* | | | | Fix Markdown in JIRA integration docs | Adam Niedzielski | 2017-06-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'docs/codeclimate-fix-link' into 'master' | Sean Packham | 2017-06-14 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix wrong link to codeclimate diff docs See merge request !12158 | ||||
| * | | | | Fix wrong link to codeclimate diff docsdocs/codeclimate-fix-link | Achilleas Pipinellis | 2017-06-14 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'docs/personal-access-tokens' into 'master' | Sean Packham | 2017-06-14 | 11 | -90/+157 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Add docs for personal access tokens Closes #31740 and #33261 See merge request !12128 | ||||
| * | | | | Add docs for personal access tokensdocs/personal-access-tokens | Achilleas Pipinellis | 2017-06-14 | 11 | -90/+157 |
| |/ / / | |||||
* | | | | Merge branch ↵ | Yorick Peterse | 2017-06-13 | 1 | -2/+37 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '32054-rails-should-use-timestamptz-database-type-for-postgresql' into 'master' Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Closes #32054 See merge request !11229 | ||||
| * | | | | Add database helpers 'add_timestamps_with_timezone' and ↵32054-rails-should-use-timestamptz-database-type-for-postgresql | blackst0ne | 2017-06-13 | 1 | -2/+37 |
| | | | | | | | | | | | | | | | | | | | | 'timestamps_with_timezone' | ||||
* | | | | | Added Tectonic to the page.updating-k8s-page | Eliran Mesika | 2017-06-13 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Documentation bugfix of invalid JSON payload example of Create a commit with ↵ | blackst0ne | 2017-06-13 | 1 | -1/+1 |
|/ / / | | | | | | | | | | multiple files and actions | ||||
* | | | Merge branch '29010-perf-bar' into 'master' | Robert Speicher | 2017-06-12 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439 | ||||
| * | | | Add `p b` to the shortcuts documentation | Rémy Coutable | 2017-06-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | Merge branch 'background-migrations' into 'master'30404-high-cpu-usage-on-mrs-with-large-diffs | Rémy Coutable | 2017-06-12 | 2 | -0/+206 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add the ability to perform background migrations See merge request !11854 | ||||
| * | | | | Add the ability to perform background migrations | Yorick Peterse | 2017-06-12 | 2 | -0/+206 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information. | ||||
* | | | | | Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as ↵ | PAB | 2017-06-12 | 1 | -2/+2 |
|/ / / / | | | | | | | | | | | | | the upgrade fails with Go 1.5 (installed with Gitlab 8.1) | ||||
* | | | | Merge branch '33003-avatar-in-project-api' into 'master' | Rémy Coutable | 2017-06-12 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accept avatar file in project API Closes #33003 See merge request !11988 | ||||
| * | | | | Accept image for avatar in project API | vanadium23 | 2017-06-09 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | doc: add example of scheduler when | Elan Ruusamäe | 2017-06-12 | 1 | -0/+20 |
| | | | | | |||||
* | | | | | Merge branch 'bvl-revert-regenerating-translations' into 'master' | Douwe Maan | 2017-06-09 | 1 | -0/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Revert "Regenerate po and js files" See merge request !12044 | ||||
| * | | | | Mention the cause of missing translations in the docs | Bob Van Landuyt | 2017-06-09 | 1 | -0/+8 |
| | | | | |