| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, we label items to be done as "Todo." This is grammatically
incorrect and (therefore) confusing—especially to our Spanish-speaking
users for whom "todo" has a specific and unrelated meaning.
We should use "To Do" and always use it as singular (not "To Dos").
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
|
| |
|
|
| |
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
|
| |
|
|
| |
(cherry picked from commit 844666193f0740ab9c5f91d60d61acb6ce14cfaf)
|
| |\
| |
| |
| |
| | |
Resolve CE/EE diff in main.js
See merge request gitlab-org/gitlab-ce!30347
|
| | |
| |
| |
| |
| | |
Moving ee/main.js to ee/main_ee.js allows to add a noop file in CE and
utilize ee_else_ce.
|
| |\ \
| | |
| | |
| | |
| | | |
Allow vanilla JS tooltip delay to be customized through localStorage
See merge request gitlab-org/gitlab-ce!30196
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
i18n linting for .vue files under the
app/assets/javascripts/sidebar directory
|
| | |/
|/|
| |
| |
| | |
i18n linting for .vue files under the
app/assets/javascripts/notes directory
|
| | |
| |
| |
| | |
Move a unit test to jest and use snapshot tests
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Enable terminals button for group clusters
Closes #55487
See merge request gitlab-org/gitlab-ce!30255
|
| | | | |
|
| |\ \ \ |
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add Redis call details in Peek performance bar
See merge request gitlab-org/gitlab-ce!30191
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since Redis timings appear to be increasing in production, this change
makes it easier to see what exactly which queries are being called and
where.
This is done by prepending modules in peek-redis to store the call
details.
This commit redact values for all SET commands (e.g. HMSET, GETSET,
etc.).
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
|
| | | | | |
| | | | |
| | | | |
| | | | | |
- all commits squashed to make danger review happy
|
| | | | | | |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Don't let logged out user do manual order
See merge request gitlab-org/gitlab-ce!30264
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add a check for logged out user in the manual order
so that they don't see an flash message when they try to
reorder issues.
|
| | |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Vue-i18n: autofix for app/assets/javascripts/ide directory
See merge request gitlab-org/gitlab-ce!29967
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
i18n linting for .vue files under the
app/assets/javascripts/ide directory
|
| | | |/ / /
| |/| | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Includes changes to the Vue container registry component to support
the display of an empty message and error message when invalid
characters are found in the group, project or branch name.
repositories/index.html.haml has been changed to remove the content
and place into Vue component.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |/ / / / |
|
| | |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
If an entry has been removed from the tree and later, during the same
session, a user is trying to add a new item with the same name/path we
should allow for that as long as the original entry is marked with
`deleted`.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Hid re-named entries in subfolders
Closes #63984
See merge request gitlab-org/gitlab-ce!30242
|
| | | | | |
|
| |/ / /
| | |
| | |
| | |
| | | |
i18n linting for .vue files under the
app/assets/javascripts/clusters/ directory
|
| | | |
| | |
| | |
| | |
| | | |
i18n linting for .vue files under the
app/assets/javascripts/environments directory
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Pipeline actions cause full refresh"
Closes #63590
See merge request gitlab-org/gitlab-ce!30190
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
The pipelines table was showing the loading icon
after the user cancelled or retried a pipeline.
This fixes that so the pipeline updates without
removing the table from the DOM.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- enabled uninstallation
- give it a specific uninstall message
- ajust specs
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fetch branches divergence graph data through API call
Closes #46139
See merge request gitlab-org/gitlab-ce!30068
|
| | | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46139
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Vue-i18n: autofix for app/assets/javascripts/pipelines directory
See merge request gitlab-org/gitlab-ce!30015
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | | |
i18n linting for .vue files under the
app/assets/javascripts/pipelines directory
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Vue-i18n: autofix for app/assets/javascripts/pages directory
See merge request gitlab-org/gitlab-ce!29978
|
| | | | | | |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
i18n linting for .vue files under the
app/assets/javascripts/pages directory
|