| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Fix emoji picker popup is not always fully visible
Closes #60987
See merge request gitlab-org/gitlab-ce!28984
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Add logging to GraphQL
Closes #59587
See merge request gitlab-org/gitlab-ce!27885
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Comply doc with guidelines
- Improve tests for readability and completeness
- Separate out phases visually with newlines
- Add `format_message` test
- test readability
- code and test structure/styling
- static query analyzers
- call `as_json` on `provided_variables`
- add exception handling
|
| |
| |
| |
| |
| |
| | |
Tidy tests according to reviewer comments.
Move complexity and depth calls from `initial_value` to `final_value`
Log variables as json
|
| | |
|
| |
| |
| |
| |
| | |
- Add changelog file
- Fix failing tests
|
| | |
|
| |
| |
| |
| |
| | |
Remove instance variables for class re-use, test individual methods,
use `monotonic_time`
|
| |
| |
| |
| |
| |
| |
| | |
- Modify GraphqlLogger to subclass JsonLogger
- Replace the single-line analyser with one that can log all the GraphQL
query related information in one place.
- Implement analyzer behavior with spec
|
| |
| |
| |
| |
| | |
Specify dedicated logfile and logger class for GraphQL queries. Move
complexity analyzer to a dedicated class.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove legacy artifact related code
Closes #58595
See merge request gitlab-org/gitlab-ce!26475
|
| | |
| | |
| | |
| | |
| | |
| | | |
We've already migrated all the legacy artifacts to the new realm,
which is ci_job_artifacts table.
It's time to remove the old code base that is no longer used.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix participants list padding
Closes #62432
See merge request gitlab-org/gitlab-ce!28873
|
|/ / /
| | |
| | |
| | | |
Updated the padding to our standard size
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Convert links in various docs to relative
See merge request gitlab-org/gitlab-ce!28967
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Convert remaining links in /user to relative
See merge request gitlab-org/gitlab-ce!28964
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Docs: Add introduced column to table in Personal Access Tokens doc
Closes #60531
See merge request gitlab-org/gitlab-ce!28874
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Finish changing links to relative in user/project (part 2)
See merge request gitlab-org/gitlab-ce!28934
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Change links to relative in /user/project (Part 1)
See merge request gitlab-org/gitlab-ce!28920
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Docs: Clean up tables in permissions doc
Closes #59249
See merge request gitlab-org/gitlab-ce!28908
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Limit milestones to before year 9999
Closes #58576
See merge request gitlab-org/gitlab-ce!28742
|
|/ / /
| | |
| | |
| | | |
only the year can trip 'start_date_should_be_less_than_due_date'
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Remove nils from project_statistics.packages_size
See merge request gitlab-org/gitlab-ce!28400
|
|/ / /
| | |
| | |
| | | |
Now it defaults to 0
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Setup Phabricator import
Closes #60562
See merge request gitlab-org/gitlab-ce!27877
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
delete group confirm popup mention projects deletion
Closes #62148
See merge request gitlab-org/gitlab-ce!28899
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Externalize strings of Two-Factor Authentication page in user profile
See merge request gitlab-org/gitlab-ce!28749
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
'origin/i18n-Two_Factor_Authentication-of-user-profile' into i18n-Two_Factor_Authentication-of-user-profile
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'origin/i18n-Two_Factor_Authentication-of-user-profile' into i18n-Two_Factor_Authentication-of-user-profile
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Move .html_safe outside of the _() so the parser picks up on the translation.
|
| | | | | | | | |
|
| | | |\ \ \ \ \ |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Move .html_safe outside of the _() so the parser picks up on the translation.
|
| | | | | | | | | |
|
| | | | | | | | | |
|