| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docs: Replace old screenshots in project forking workflow | Tristan Williams | 2019-08-26 | 6 | -4/+3 |
| | | |||||
| * | Update docs to pass new markdownlint | Marcel Amirault | 2019-08-22 | 2 | -3/+3 |
| | | | | | | Deletes extra spaces and line, makes lists consistent, and fixes links. | ||||
| * | Standardize markdown in dev and workflow | Marcel Amirault | 2019-08-19 | 5 | -51/+54 |
| | | | | | | Delete trailing whitespace, fix blockquotes, fix note boxes, with indentation, clean up tables, etc. | ||||
| * | UI for disabling group/project email notification | Brett Walker | 2019-08-17 | 1 | -0/+8 |
| | | | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level | ||||
| * | Add kbd shortcuts for discussion navigation | Sam Bigelow | 2019-08-12 | 1 | -0/+2 |
| | | | | | Add keyboard shortcuts `p` and `n` to navigate duscussions. | ||||
| * | Compress images with pngquant | Achilleas Pipinellis | 2019-08-07 | 1 | -0/+0 |
| | | |||||
| * | Add tutorial - migrate repo to LFS | Marcia Ramos | 2019-08-05 | 1 | -0/+4 |
| | | | | | | - Link new doc to and from other docs - Add tbs section | ||||
| * | Update global dashboard shortcuts | Nishad Sohoni | 2019-08-02 | 1 | -5/+5 |
| | | | | | Needs shift keypress | ||||
| * | Fix whitespace in topic, university, workflow docs | Marcel Amirault | 2019-07-31 | 3 | -107/+106 |
| | | | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor white space issues in /topic, /university, /update and /workflow docs. | ||||
| * | Update time tracking doc | Marcia Ramos | 2019-07-31 | 1 | -7/+6 |
| | | | | | | | - CORE ONLY badge - Link 'introduced in' note - Inline linking | ||||
| * | Fix unordered list spacing | Marcel Amirault | 2019-07-22 | 2 | -26/+20 |
| | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others. | ||||
| * | Document how to make Oracle Cloud S3 worksh-oracle-cloud-s3-docs | Stan Hu | 2019-07-17 | 1 | -0/+1 |
| | | | | | | | | Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041 | ||||
| * | Change time tracking units feature release versiondocs/update-time-tracking-release-info | Heinrich Lee Yu | 2019-07-16 | 1 | -1/+1 |
| | | |||||
| * | Rename "discussions" to "threads" in docs | Michel Engelen | 2019-07-15 | 2 | -2/+2 |
| | | |||||
| * | Remove extra blank lines from docs | Marcel Amirault | 2019-07-15 | 2 | -15/+5 |
| | | | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed. | ||||
| * | Remove trailing whitespace in docs | Marcel Amirault | 2019-07-15 | 2 | -2/+2 |
| | | | | | | Remove unneeded trailing whitespace in lines in /security /workflow /user docs | ||||
| * | Remove hard tabs from docs | Marcel Amirault | 2019-07-11 | 1 | -30/+30 |
| | | | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them | ||||
| * | Tidy up timezone topic | Evan Read | 2019-07-09 | 1 | -5/+3 |
| | | |||||
| * | Update redirected links to final destinations | Marcel Amirault | 2019-07-08 | 1 | -1/+1 |
| | | | | | | | This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops | ||||
| * | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 6 | -33/+33 |
| | | | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800 | ||||
| * | Change absolute links to relative | Marcel Amirault | 2019-07-05 | 1 | -2/+2 |
| | | | | | | Change assorted absolute links to ce and ee docs to relative links | ||||
| * | Move workflow images to img dir | Marcel Amirault | 2019-07-05 | 18 | -17/+18 |
| | | | | | | Clean out workflow directory by moving images from gitlab_flow doc to /img | ||||
| * | Change 'Todo' to 'To Do' | Christie Lenneville | 2019-07-04 | 1 | -59/+79 |
| | | | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot | ||||
| * | Fix notes and update links to issues doc | Marcel Amirault | 2019-07-04 | 1 | -1/+1 |
| | | | | | | | After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting | ||||
| * | Fix markdown to reduce number of kramdown warnings | Marcel Amirault | 2019-07-03 | 2 | -13/+13 |
| | | | | | Add backticks around square brackets, or fix links, as necessary. | ||||
| * | Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-tracking | Heinrich Lee Yu | 2019-06-25 | 1 | -1/+9 |
| | | | | | Changes migration and all other places the attribute is used | ||||
| * | note that todos are not affected by GitLab Notification Email settings | Ben Bodenmiller | 2019-06-17 | 1 | -0/+2 |
| | | |||||
| * | Add free pull mirroring expiry notedocs-pull-mirroring-update | Tristan Williams | 2019-06-12 | 1 | -0/+3 |
| | | |||||
| * | Update gitlab_flow.md to add GitLab Flow video | Mike Lewis | 2019-06-12 | 1 | -0/+2 |
| | | |||||
| * | Docs: Update all links to relative in /workflow and /administration | Marcel Amirault | 2019-06-05 | 5 | -45/+39 |
| | | |||||
| * | Apply reviewer suggestionsweimeng-email-routing | Wei-Meng Lee | 2019-05-31 | 1 | -1/+1 |
| | | |||||
| * | Add group-level notification emails to docs | Wei-Meng Lee | 2019-05-31 | 2 | -2/+6 |
| | | |||||
| * | render help keyboard shortcut correctly | Ben Bodenmiller | 2019-05-27 | 1 | -1/+1 |
| | | |||||
| * | Add LFS pull mirroring to docs | James Ramsay | 2019-05-23 | 2 | -0/+1 |
| | | |||||
| * | Docs: Add TZInfo formatted timezones | David Coy | 2019-05-20 | 1 | -9/+17 |
| | | |||||
| * | Docs: Remove all remaining orphaned images. | Marcel Amirault | 2019-05-17 | 3 | -0/+0 |
| | | |||||
| * | Update manage_large_binaries_with_git_lfs.md to clarify LFS external storage ↵ | Lee Matos | 2019-05-17 | 1 | -2/+3 |
| | | | | | caveats | ||||
| * | Merge branch 'docs-destroy-the-mirrors' into 'master' | Evan Read | 2019-05-07 | 2 | -2/+4 |
| |\ | | | | | | | | | Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ce!27998 | ||||
| | * | Correct repo mirror SSH key generation docsdocs-destroy-the-mirrors | Luke Bennett | 2019-05-03 | 2 | -2/+4 |
| | | | |||||
| * | | Docs: Merge EE doc/workflow to CE | Marcel Amirault | 2019-05-05 | 13 | -22/+579 |
| |/ | |||||
| * | Better documentation on repo mirroring enqueuing | Evan Read | 2019-04-11 | 1 | -6/+11 |
| | | |||||
| * | Update Time Tracking feature link60164-docs-feedback-write-your-title | Mark Fletcher | 2019-04-10 | 1 | -1/+1 |
| | | |||||
| * | Update lfs_administration.md to add new line in order to have table draw ↵ | Rick Heil | 2019-04-01 | 1 | -0/+1 |
| | | | | | properly | ||||
| * | Update lfs_administration.md to add documentation on Rackspace Cloud Files ↵ | Rick Heil | 2019-03-28 | 1 | -0/+11 |
| | | | | | for LFS object storage, including a note on Fog requiring the temp-url key even when the object container is public ("CDN enabled" in Rackspace terms) | ||||
| * | Docs: Add missing redirects to /workflow and /articles docs | Marcel Amirault | 2019-03-26 | 22 | -1/+89 |
| | | |||||
| * | [documentation] add section on resolving errors and solution for push ↵ | Michael Tedder | 2019-03-15 | 1 | -0/+8 |
| | | | | | failure to GitHub | ||||
| * | Docs: Fix all anchors in Admin docs | Marcel Amirault | 2019-03-04 | 1 | -0/+3 |
| | | |||||
| * | Set up basic keyboard next/previous navigation in diff list | Denys Mishunov | 2019-02-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | Mousetrap is used as the help-tool to listen to keystrokes Added currentDiffIndex getter to store that holds the index of currently active diff file in the list Instead of computing it on the component, we will take advantage of it being available for all components in DiffsApp Testing keyboard navigation and jumpToFile() | ||||
| * | Ensure all lists are surrounded by new lines | Evan Read | 2019-02-22 | 1 | -1/+1 |
| | | | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines. | ||||
| * | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 1 | -1/+0 |
| | | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite. | ||||
