| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- This can be accessed with Session.current and is restored after.
- Data can be stored under a key with NamespacedSessionStore
|
|\
| |
| |
| |
| |
| |
| | |
Fix Metrics environments dropdown
Closes #60687
See merge request gitlab-org/gitlab-ce!27586
|
| |
| |
| |
| | |
Also bring back EE dashboard component
|
|\ \
| | |
| | |
| | |
| | | |
Fix API and IDE path with `/` relative_url_root
See merge request gitlab-org/gitlab-ce!27635
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
**Why?**
Previously we simply concatenated our paths, which led
to requesting `//api/v4/...` and obviously failed. The BE
supports a relative_url_root of `/`. It's a bug that the FE
does not.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Show category icons in user popover
Closes #60387
See merge request gitlab-org/gitlab-ce!27254
|
| | | |
| | | |
| | | |
| | | | |
Show bio, organization and location icons within user popover.
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
i18n: externalize strings from 'app/views/projects/forks'
See merge request gitlab-org/gitlab-ce!27497
|
| | |/
| |/|
| | |
| | |
| | | |
Signed-off-by: Tao Wang <twang2218@gmail.com>
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "500 error on save of general pipeline settings timeout"
Closes gitlab-ee#11281
See merge request gitlab-org/gitlab-ce!27416
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add CI variable CI_REF_PROTECTED
See merge request gitlab-org/gitlab-ce!26716
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This variable shows if the branch the runner is executing is protected
or not.
References: #50909
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Always use internal ID tables in development and production
Closes #60718
See merge request gitlab-org/gitlab-ce!27544
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To avoid quiet failures that cause consistency errors in the database,
we should now assume that the internal_ids table is available since
we've had this table for close to a year.
For tests that have migrations, we make this check thread-safe via
SafeRequestStore.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60718
|
| |_|/ / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move EE specific GfmAutocomplete code to EE file
See merge request gitlab-org/gitlab-ce!27611
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Refactor GfmAutocomplete and create a new EE counterpart
which is referenced through `ee_else_ce`
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add Epics in issuable list when EE
See merge request gitlab-org/gitlab-ce!27545
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Create a method in LabelsHelper which returns the correct
list of `issuable_types` to the view.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Create constants for IDE commit action values
See merge request gitlab-org/gitlab-ce!27613
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
**Why?**
These values will be used to help build the mirroring diff.
It is helpful keeping it controlled in a constant.
**Links:**
- https://gitlab.com/gitlab-org/gitlab-ee/issues/10232
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
app/views/projects/issues/show.html.haml"
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Remove related items CSS properties and add utility classes
See merge request gitlab-org/gitlab-ce!27583
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Introduce ServiceResponse to wrap around response
Closes #60730
See merge request gitlab-org/gitlab-ce!27516
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/60730
|
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When rendering a label we want to check 'scoped_label' feature
availability on a project/group where label is being used. For
this reason a label presenter is used in UI and information about
context project/group is passed to this presenter.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Upgrade Rails to 5.1
See merge request gitlab-org/gitlab-ce!27480
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Changed after upstream refactor
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Model.new.attributes now also returns encrypted attributes.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'60569-timeline-entry-label-link-is-not-applying-the-filter-on-issues' into 'master'
Adds `label_name` back as a scalar param in `IssuableFinder`
Closes #60569
See merge request gitlab-org/gitlab-ce!27507
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
This was removed by a previous MR but broke some links
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Don't create a temp reference for branch comparisons within project
Closes #58315
See merge request gitlab-org/gitlab-ce!24038
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This ensures the return value is consistent if the source and/or
branch do not exist.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve EE / CE diff of noteable_discussion
See merge request gitlab-org/gitlab-ce!27562
|
| | |_|_|_|/ /
| |/| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This reverts commit 2869a61f3b7aeb8b6d79c74332c93e32cec20caa.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Web IDE uploading images shows base64 string"
Closes #59514
See merge request gitlab-org/gitlab-ce!27471
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- When uploading a file, we need to flag binary files correspondingly
so that it gets propagated all the way to RepoEditor as it decides on
whether to show editor for this or that file or not (shouldHideEditor())
- rawPath needs to be propagate all the way to ContentViewer as well so
that uploaded images could be rendered as a base64 image right away
instead of raw base64 string
|
| | | | | | | | |
|