- May 31, 2019
-
-
-
Achilleas Pipinellis authored
Docs: Convert remaining links in /user to relative See merge request gitlab-org/gitlab-ce!28964
-
-
Achilleas Pipinellis authored
Docs: Add introduced column to table in Personal Access Tokens doc Closes #60531 See merge request gitlab-org/gitlab-ce!28874
-
-
Achilleas Pipinellis authored
Docs: Finish changing links to relative in user/project (part 2) See merge request gitlab-org/gitlab-ce!28934
-
-
Achilleas Pipinellis authored
Docs: Change links to relative in /user/project (Part 1) See merge request gitlab-org/gitlab-ce!28920
-
-
Achilleas Pipinellis authored
Docs: Clean up tables in permissions doc Closes #59249 See merge request gitlab-org/gitlab-ce!28908
-
-
Sean McGivern authored
Limit milestones to before year 9999 Closes #58576 See merge request gitlab-org/gitlab-ce!28742
-
Luke Picciau authored
Change query to work on mysql as well. Also set entire date because setting only the year can trip 'start_date_should_be_less_than_due_date'
-
Andreas Brandl authored
Remove nils from project_statistics.packages_size See merge request gitlab-org/gitlab-ce!28400
-
Now it defaults to 0
-
Phil Hughes authored
Setup Phabricator import Closes #60562 See merge request gitlab-org/gitlab-ce!27877
-
Bob Van Landuyt :neckbeard: authored
delete group confirm popup mention projects deletion Closes #62148 See merge request gitlab-org/gitlab-ce!28899
-
Bob Van Landuyt :neckbeard: authored
Externalize strings of Two-Factor Authentication page in user profile See merge request gitlab-org/gitlab-ce!28749
-
Bob Van Landuyt :neckbeard: authored
Externalize strings of password page in user profile See merge request gitlab-org/gitlab-ce!28744
-
Phil Hughes authored
Remove render_if_exists partial caveat See merge request gitlab-org/gitlab-ce!28959
-
Phil Hughes authored
Open snippets visibility help link in a new tab Closes #61911 See merge request gitlab-org/gitlab-ce!28603
-
Bob Van Landuyt authored
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
-
Stan Hu authored
Generate letsencrypt private key on the fly Closes #62452 See merge request gitlab-org/gitlab-ce!28855
-
vshushlin authored
Remove migration generating lets encrypt key Don't generate private_key if database is readonly For reference: This reverts commit 988a7f70489b99383b95e9f271a2caf6bb5b3a44. This reverts commit 21acbe531592d55caf0e5b8716a3b551dafd6233.
-
Daniel Davison authored
Consolidate documentation written for e2e tests under dev docs See merge request gitlab-org/gitlab-ce!28572
-
Daniel Davison authored
Previously the documentation was separated. If we want to bake quality into the product, how better than to include everything we use directly in the development documentation Signed-off-by:
ddavison <ddavison@gitlab.com> Fix broken internal doc link Move documentation for page objects to the e2e section
-
antonyliu authored
Merge remote-tracking branch 'origin/i18n-Two_Factor_Authentication-of-user-profile' into i18n-Two_Factor_Authentication-of-user-profile
-
antonyliu authored
-
Daniel Davison authored
Use Dockerfile flow for QA Auto DevOps See merge request gitlab-org/gitlab-ce!28648
-
Daniel Davison authored
[QA] Allow login validation before creating personal access token See merge request gitlab-org/gitlab-ce!28960
-
antonyliu authored
-
antonyliu authored
Move .html_safe outside of the _() so the parser picks up on the translation.
-
antony liu authored
-
antonyliu authored
-
antony liu authored
-
antonyliu authored
-
Luke "Jared" Bennett authored
-
- May 30, 2019
-
-
Mark Lapierre authored
Removes a block so that the login page is validated before the block, while the login page is still present, instead of after it when the login page is long gone
-
Mike Greiling authored
Sort by position in issue boards store addList() See merge request gitlab-org/gitlab-ce!28827
-
Winnie Hellmann authored
-