| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
`Project` uses `ProjectPathValidator` which is now a
`NamespaceValidator` that skips the format validation.
That way we're sure we are using the same collection of reserved
paths.
I updated the path constraints to reflect the changes: We now allow
some values that are only used on a top level namespace as a name for
a nested group/project.
|
|\
| |
| |
| |
| |
| |
| | |
Enable RSpec/FilePath cop
Closes #31316
See merge request !10911
|
| |
| |
| |
| |
| |
| | |
- Ignore JS fixtures
- Ignore qa directory
- Rewrite concern specs to put concern name first
|
|\ \
| | |
| | |
| | |
| | | |
Remove invalid services with nil or empty type
See merge request !10847
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix ordering of commits in the network graph.
Closes #30973
See merge request !10936
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1
- Prior to this upgrade, the default sort order for commits returned by
`Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the
graph relied on.
- While upgrading `rugged`, the MR also changed this default to
`Rugged::SORT_NONE`, which broke commit ordering in the graph.
- This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort
by date, and changes the graph builder `Network::Graph` so it explictly
requests the `:date` sort order
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| | | | | |
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change issues sentence to use natural sorting
Closes #20378
See merge request !7110
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Skip issuable without a project in IssuableExtractor#extract
Closes #31280
See merge request !10906
|
| | | | | | |
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Closes #31280
|
| |_|_|/
|/| | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix commenting on an existing discussion on an unchanged line that is no longer in the diff
Closes #31339
See merge request !10888
|
| | | |
| | | |
| | | |
| | | | |
longer in the diff
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow OAuth clients to push code
Closes #30305
See merge request !10677
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- We currently support fetching code with username = 'oauth2' and
password = <access_token>.
- Trying to _push_ code with the same credentials fails with an authentication
error.
- There's no reason this shouldn't be enabled, especially since we allow the
OAuth client to create deploy keys with push access:
https://docs.gitlab.com/ce/api/deploy_keys.html#add-deploy-key
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Fix incorrect spec filenames which were ingored by CI
See merge request !10875
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Start versioning cached markdown fields
Closes #30672
See merge request !10597
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Based on !10841 Fix Error 500 when referencing issue with project in pending delete
Closes #31215
See merge request !10843
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is based on:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10841
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* upstream/master: (109 commits)
Update CI templates to include 9.1 templates
Change spec folder to match the assets one
Update style_guide_js.md
Milestones documentation refactor
Adds documentation entry: Don't user forEach, aim for code without side effects
Move kube namespace section to the variables one
Changed milestone.to_reference calls into milestone.title for the show, edit and top views
Update move icon to match others
Issue Title Show Focus Check On Load
Update Kubernetes namespace documentation
Store projects in metrics for email replies
Refactor into .vue files
Adds vue js example application and documentation
Add ES lint support to identify poorly written Promises
Update plantuml.md to add the actual link.
Fixed wording
Add metrics events for incoming emails
Remove helpers assigned_issuables_count and cached_assigned_issuables_count
Refactor into .vue files part 2
Fix headings
...
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #31215
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
error
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Do not append issuable state to links with custom anchor
Closes #30916
See merge request !10782
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #30916
Change the presentation from [closed] to (closed)
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix PlantUML integration in GFM
Closes #30557
See merge request !10651
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #30557
Use "lang" attribute instead of "class" in PlantumlFilter.
|
| |/ / / / /
|/| | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Display issuable state only in notes and issuable description
Closes #30964
See merge request !10789
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #30964
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Usage ping port
Closes #27750
See merge request !10481
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This new class uses a Redis Hash instead of a Sorted Set.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1521
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This query is constantly generating timeout errors on large installations and we don't
have a simple solution for now and also we don't think having this counter is
really critical.
|