| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| | |
Generate letsencrypt private key on the fly
Closes #62452
See merge request gitlab-org/gitlab-ce!28855
|
|/
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
Consolidate documentation written for e2e tests under dev docs
See merge request gitlab-org/gitlab-ce!28572
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | | |
Use Dockerfile flow for QA Auto DevOps
See merge request gitlab-org/gitlab-ce!28648
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This results in 40MB images vs 400MB images which is faster to upload
and download. This does mean we lose the default herokuish QA coverage
but we should have adequate coverage in
https://gitlab.com/gitlab-org/cluster-integration/auto-build-image/ now.
Triva: herokuish is bigger because it's base image is based on `ubuntu`.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
[QA] Allow login validation before creating personal access token
See merge request gitlab-org/gitlab-ce!28960
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Sort by position in issue boards store addList()
See merge request gitlab-org/gitlab-ce!28827
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Upgrade core-js to v3.1.3 and enable URL polyfill
See merge request gitlab-org/gitlab-ce!28909
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Upgraded core-js from v2.x to v3.1.3
- Updated core-js import statements
- Enabled URL polyfill
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
CE port of Move EE specific lines in API::Projects
See merge request gitlab-org/gitlab-ce!28596
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
CE port of Move EE specific lines in API::Settings
See merge request gitlab-org/gitlab-ce!28708
|
|/ / / / |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Fixes ref being displayed as raw HTML
Closes #60912
See merge request gitlab-org/gitlab-ce!28823
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The ref to the branch was being displayed as
raw HTML in the Pipelines page
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Externalize strings of PGP Keys and SSH Keys page in user profile
See merge request gitlab-org/gitlab-ce!28653
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Resolve "Position is off when visiting files with anchors"
Closes #47846
See merge request gitlab-org/gitlab-ce!28913
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Added offset adjustment for diff file header and version menus
container divs. This should make the linked line be visible.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'ee-7672-geo-remove-deprecated-wikis_count-and-repositories_count-fields-from-the-public-api-geo' into 'master'
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13025
See merge request gitlab-org/gitlab-ce!28701
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Make single codebase roulette respect OOO status
See merge request gitlab-org/gitlab-ce!28877
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
So it's more modular and extensible
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Give all labels bold weight
Closes #62485
See merge request gitlab-org/gitlab-ce!28895
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Form check labels get normal weight
Add changelog
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[CE] Fix test with hard coded id
See merge request gitlab-org/gitlab-ce!28933
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix inconsistent capitalization in label colors
See merge request gitlab-org/gitlab-ce!28922
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add @tkuah to CODEOWNERS
Closes gitlab-com/www-gitlab-com#3357
See merge request gitlab-org/gitlab-ce!28917
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Re-sort alphabetically
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Resolve "Snippet icon button is misaligned"
Closes #61323
See merge request gitlab-org/gitlab-ce!28522
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Support sorting issues using `relative_position`
Closes #62178
See merge request gitlab-org/gitlab-ce!28566
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
- adding a "Manual" option to the dropdown
- show 100 issues list when manually sorting
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add referenced-commands in no overflow list
See merge request gitlab-org/gitlab-ce!28858
|
| | |_|_|_|_|/ /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Externalize strings of active sessions page in user profile
See merge request gitlab-org/gitlab-ce!28590
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Backport of EE change in `app/views/search/_form.html.haml`
See merge request gitlab-org/gitlab-ce!28883
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Show Pipeline IID everywhere Pipeline ID is shown.
Closes #57414
See merge request gitlab-org/gitlab-ce!26853
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Add Pipeline IID to MR's
* Add Pipeline IID to commit box
* Add Pipeline IID to builds page
* Add Pipeline IID to job sidebar
* Add Pipeline IID to header on view pipeline pages
* Add changelog entry
* Update tests
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Unified repository/show.html for CE and EE
Closes gitlab-ee#6104
See merge request gitlab-org/gitlab-ce!28868
|