| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Rewrite related MRs widget with Vue
Closes #58926 and #57662
See merge request gitlab-org/gitlab-ce!27027
|
| |
| |
| |
| |
| | |
This MR rewrites existing Related Merge Requests widget
with Vue with reusing shared Related Issues components
|
| | |
|
| |
| |
| |
| |
| | |
Button at projects/pipelines/new was 'Create pipeline' and was
changed to 'Run Pipeline'
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add columns to store project creation settings
Add project creation level column in groups
and default project creation column in application settings
Remove obsolete line from schema
Update migration with project_creation_level column existence check
Rename migrations to avoid conflicts
Update migration methods
Update migration method
|
| |
|
|
|
| |
This reverts merge request !26823
|
|
|
|
| |
spec/features/groups/group_page_with_external_authorization_service_spec to EE
|
|\
| |
| |
| |
| |
| |
| | |
Extract remove due date spec to shared example
Closes #59570
See merge request gitlab-org/gitlab-ce!26922
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Extract target branch quick action to shared example
Closes #59570
See merge request gitlab-org/gitlab-ce!26933
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- rewords examples starting with 'should'
- rewords examples starting with 'it'
Note: I had to manually fixup "onlies" to "only"
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Display cluster form validation error messages inline
Closes #57602
See merge request gitlab-org/gitlab-ce!26502
|
| | |
| | |
| | |
| | |
| | | |
Update QA selector to specify that API URL
is a input type=url field
|
| | |
| | |
| | |
| | |
| | | |
- Add controls for sorting by title and date
- Execute Gitaly call which now accepts sorting params for wikis
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extract confidential quick action spec to a shared example
Closes #59570
See merge request gitlab-org/gitlab-ce!26913
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
This fixes the bug, when approver filter is provided,
but dashboard asks to enter any filter
|
|/ /
| |
| |
| |
| | |
- added suggestions to mock data
- fixed props to be not required
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Move tag quick action spec to shared example
Closes #59570
See merge request gitlab-org/gitlab-ce!26904
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extract merge quick action to a shared example
Closes #59570
See merge request gitlab-org/gitlab-ce!26925
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Download a folder from repository
Closes #24704
See merge request gitlab-org/gitlab-ce!26532
|
| |/ /
| | |
| | |
| | | |
Regenerate locale.pot as well
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Simple masking frontend - CE
See merge request gitlab-org/gitlab-ce!26751
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Show masked switch for each variable
When toggled on, the variable value will be masked in runner logs
Show warning message if the switch is on but the value is not maskable
|
| |/ /
|/| |
| | |
| | | |
Also removes specs related to the flag
|
|\ \ \
| | | |
| | | |
| | | | |
jarv/dev-to-gitlab-2019-04-02
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix XSS in resolve conflicts form
See merge request gitlab/gitlabhq!2977
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The issue arose when the branch name contained Vue template
JavaScript. The fix is to use `v-pre` which disables Vue
compilation in a template.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix related branches visible in issues for guests
See merge request gitlab/gitlabhq!2996
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Guest user of a project should not see branches
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Return cached languages if they've been detected before
See merge request gitlab/gitlabhq!2998
|
| | | | | | | |
|
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This makes sure we load the page as part of the spec, instead of a
before block. So we could still perform setup inside shared examples,
avoiding failures caught by data being wrongly cached when loading the
page multiple times during a single spec
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix failing spec in spec/features/users/login_spec.rb
Closes #59731
See merge request gitlab-org/gitlab-ce!26787
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This spec would start to fail on the first of the month because the
generated text would have a zero-padded day (e.g. 01 vs 1), whereas the
expected text check used an unpadded day via the `-d` parameter in
strftime (https://apidock.com/ruby/Date/strftime). To fix this, we
use use the `d` parameter to pad zeros.
This spec was introduced recently in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25731.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59731
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This will allow to user the term managed? on
https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be
used to distinct clusters that are automatically managed by GitLab
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Extend quick actions dsl to allow specifying model types
to which given quick action applies
* Rename issuable attribute to noteable in interpret_service.rb
* Refactor and reorder quick action specs
* Create a shared example spec for each quick action to be used for
issue, merge request and commit specs.
https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
|
| | | | |
| | | | |
| | | | | |
This reverts merge request !25476
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add a masked switch to variable rows
Copy some behavior from the protected switch
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The link to the job page was not set properly,
with this commit it links to the correct job page.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allow custom hooks errors to appear in GitLab UI
Closes #48132
See merge request gitlab-org/gitlab-ce!25625
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Error messages from custom pre-receive hooks now appear in the GitLab
UI.
This is re-enabling a feature that had been disabled in merge request
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646
The feature had been disabled due to security concerns that information
which was not intended to be public (like stack traces) would leak into
public view.
PreReceiveErrors (from pre-receive, post-receive and update custom
hooks) are now filtered for messages that have been prefixed in a
particular way.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'49910-reopening-a-closed-milestone-from-the-closed-milestones-page-fails2' into 'master'
Fix bug when reopening milestone from index page
Closes #49910
See merge request gitlab-org/gitlab-ce!26597
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Untangle Markdown/Diffs/Notes CSS mess
See merge request gitlab-org/gitlab-ce!26493
|