- 31 May, 2019 35 commits
-
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Add introduced column to table in Personal Access Tokens doc Closes #60531 See merge request gitlab-org/gitlab-ce!28874
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Finish changing links to relative in user/project (part 2) See merge request gitlab-org/gitlab-ce!28934
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Change links to relative in /user/project (Part 1) See merge request gitlab-org/gitlab-ce!28920
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Clean up tables in permissions doc Closes #59249 See merge request gitlab-org/gitlab-ce!28908
-
Marcel Amirault authored
-
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
-
Alessio Caiazza authored
Now it defaults to 0
-
Phil Hughes authored
Setup Phabricator import Closes #60562 See merge request gitlab-org/gitlab-ce!27877
-
Bob Van Landuyt authored
delete group confirm popup mention projects deletion Closes #62148 See merge request gitlab-org/gitlab-ce!28899
-
Bob Van Landuyt authored
Externalize strings of Two-Factor Authentication page in user profile See merge request gitlab-org/gitlab-ce!28749
-
Bob Van Landuyt 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
-
Vladimir Shushlin 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.
-
Dan Davison authored
Consolidate documentation written for e2e tests under dev docs See merge request gitlab-org/gitlab-ce!28572
-
ddavison 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
-
Dan Davison authored
Use Dockerfile flow for QA Auto DevOps See merge request gitlab-org/gitlab-ce!28648
-
Dan 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 Bennett authored
-
- 30 May, 2019 5 commits
-
-
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
-
Mike Greiling authored
Upgrade core-js to v3.1.3 and enable URL polyfill See merge request gitlab-org/gitlab-ce!28909
-
Robert Speicher authored
CE port of Move EE specific lines in API::Projects See merge request gitlab-org/gitlab-ce!28596
-