| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Move admin groups spinach tests to rspec
See merge request !8313
|
| |
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|\ \
| | |
| | |
| | |
| | | |
Move admin users spinach tests to rspec
See merge request !8395
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|/ / |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
feature/1376-allow-write-access-deploy-keys
* upstream/master: (538 commits)
Reject blank environment vcariables in Gitlab::Git::RevList
Add online terminal documentation
Add changelog entry
Add terminal UI and controller actions
Fix specs
Even out padding on plus button in breadcrumb menu
Update font size of detail page header to 14px
Update CHANGELOG.md for 8.13.10
Update CHANGELOG.md for 8.14.5
Fix Route#rename_children behavior
Remove inline-block styling from status
Add terminals to the Kubernetes deployment service
Add a ReactiveCaching concern for use in the KubernetesService
Add xterm.js 2.1.0 and a wrapper class to the asset pipeline
Remove unnecessary hidden svg elements for icons.
Fix consistent typo in environment.js
Use a block to insert extra check for authenticate_build!
Align milestone column header with count number
Add Wiki import to BB importer
Make CI badge hitboxes better match container
...
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Move admin projects spinach tests to RSpec
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
See merge request !8174
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Move Admin Appearance spinach feature to RSpec
Part of #23036
See merge request !8063
|
| | | | |
|
| |/ / |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Move admin labels spinach test to RSpec
Part of #23036
See merge request !8166
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Move admin application spinach test to RSpec
Part of #23036
See merge request !8140
|
| | |/
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
| |/
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
| |\
| | |
| | |
| | |
| | | |
Move admin active tab spinach tests to RSpec
See merge request !8037
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
| |/ |
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Move admin hooks spinach to RSpec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
See merge request !7942
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
| |/
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
feature/1376-allow-write-access-deploy-keys
* upstream/master: (488 commits)
Merge branch 'issue_25064' into 'security'
It's secret variables, not secure
Fix dead links, add example of debug trace output, simplify titles
Authorize users into imported GitLab project
Document button secondary states. Update icons and color section
Remove unused votes.scss
Remove unused errors css
Fixed MR widget content wrapping for XS viewports
NIGNX -> Nginx
Use pry-byebug instead byebug
Fixed influence from other specs.
Accept `issue new` as command to create an issue
Update paranoia from 2.1.4 to 2.2.0.
Use the pagination helper in the API
Added changelog for #25221
Fixed top margin for Builds page status header information
Satisfied eslint
Fix compatibility with Internet Explorer 11 for merge requests
change the date label to match the date used
fix gfm doc typo about two spaces for next line transfer
...
|
| |\
| | |
| | |
| | |
| | | |
Move admin spam spinach test to RSpec
See merge request !7708
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
| |/
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|/
|
|
|
|
| |
show write access information when showing the key.
TODO: It's ugly right now, need help!
|
| |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|
|
|
|
| |
The only major difference with the EE version is the change from a light and dark logo to only a header logo
The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
|
|
|
|
| |
Closes #11853
|
|
|
|
|
|
|
| |
Currently any spam detected by Akismet by non-members via API will be logged
in a separate table in the admin page.
Closes #5612
|
|
|
|
|
|
|
|
| |
- Removes redundant "Create a broadcast message" scenario that was
entirely covered by the "Create a customized broadcast message"
scenario.
- Adds "Edit an existing broadcast message" scenario
- Adds "Remove an existing broadcast message" scenario
|
|
|
|
| |
Also make the feature tests less brittle.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This was broken in 70f5291808 as a result of introducing the ability to filter by current user.
Closes #2320
|
| |
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
|
|
|
|
|
|
| |
Consolidate allowed parameters in one place to avoid these kinds of bugs in the future.
Closes https://github.com/gitlabhq/gitlabhq/issues/9181
|
| |
|
|
|
|
|
|
| |
settings form
Closes #1275
|