GitLab Bot
00a8c64ffd
Add latest changes from gitlab-org/gitlab@master
2020-04-15 06:09:49 +00:00
GitLab Bot
874ead9c3a
Add latest changes from gitlab-org/gitlab@master
2020-04-14 15:09:44 +00:00
GitLab Bot
ad0265eead
Add latest changes from gitlab-org/gitlab@master
2020-04-09 09:10:17 +00:00
GitLab Bot
903ccf7c93
Add latest changes from gitlab-org/gitlab@master
2020-04-07 12:09:34 +00:00
GitLab Bot
f7dae0cdcb
Add latest changes from gitlab-org/gitlab@master
2020-02-25 12:08:48 +00:00
GitLab Bot
05b5c609cb
Add latest changes from gitlab-org/gitlab@master
2020-02-11 12:08:52 +00:00
GitLab Bot
0434f38ef1
Add latest changes from gitlab-org/gitlab@master
2020-01-31 18:09:11 +00:00
GitLab Bot
40254b9ace
Add latest changes from gitlab-org/gitlab@master
2020-01-17 21:08:29 +00:00
GitLab Bot
7cc6c10c68
Add latest changes from gitlab-org/gitlab@master
2019-12-13 18:08:06 +00:00
GitLab Bot
97d4d92663
Add latest changes from gitlab-org/gitlab@master
2019-12-10 09:07:51 +00:00
GitLab Bot
cd4cb29b2c
Add latest changes from gitlab-org/gitlab@master
2019-12-03 12:06:34 +00:00
GitLab Bot
44baf08d4f
Add latest changes from gitlab-org/gitlab@master
2019-11-18 06:06:20 +00:00
GitLab Bot
9c4066878f
Add latest changes from gitlab-org/gitlab@master
2019-11-01 21:06:43 +00:00
GitLab Bot
404bb44ef7
Add latest changes from gitlab-org/gitlab@master
2019-10-02 06:06:28 +00:00
Enrique Alcantara
b4cc539d3c
Move gke_cluster_dropdowns to create_cluster dir
...
This commit creates a create_cluster directory to collect
all Vue applications related to creating kubernetes applications
using gitlab.
It also moves the gke_cluster_dropdowns collection of apps to
the create_cluster directory. gke_cluster_dropdowns contains
dropdown components used to select configuration options to
create a Kubernetes cluster in Google Cloud.
2019-08-27 09:16:01 -04:00
Scott Hampton
f093ceb4a0
Change misleading pipeline status tooltip
...
Some pipeline status icon tooltips were showing
"Commit: ..." which customers found to be
misleading since it was not the commit that was
failing but the pipeline.
We are changing all status icon tooltips to say
"Pipeline: ..." instead of "Commit: ..." now.
2019-08-23 21:28:46 +00:00
Mike Greiling
9fb1df8f97
Hide cluster details until cluster is created
...
Only display the details of the cluster page when the cluster
exists. If it is in "creating" state, show a message and a spinner
2019-08-02 20:08:53 +00:00
Jacques Erasmus
f0b2ef0b5f
Update namespace label text for managed clusters
...
Added the ability to update the namespace label text for gitlab-managed
2019-07-25 17:38:06 +00:00
Denys Mishunov
352d535849
Fixed back navigation for projects filter
...
Filterable list now sends request to filter the projects list
explicitly with `json` extension to avoid breakage when navigating back
from a project to the filtered project's list.
2019-07-05 12:50:50 +02:00
Luke Ward
0d32d31864
Replace slugifyWithHyphens with improved slugify function
2019-07-03 08:20:57 +00:00
Ezekiel Kigbo
f6d14fd4ba
Vue-i18n: various js directories
...
i18n linting for .vue files under the directories:
- app/assets/javascripts/error_tracking_settings
- app/assets/javascripts/filtered_search
- app/assets/javascripts/projects
- app/assets/javascripts/releases
- app/assets/javascripts/repository
2019-07-01 11:42:51 +00:00
Nathan Friend
bee3c7e847
Comply with `no-implicit-coercion` rule (CE)
...
This commit is the result of running `yarn eslint --fix` after enabling
the `no-implicit-coercion` ESLint rule. This rule has been added to
our ESLint config here:
https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-06-03 22:51:02 +00:00
Brandon Labuschagne
63454eb8c0
Internationalisation of projects directory
...
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-30 17:26:58 +00:00
Donald Cook
e78dde5681
Backport of "Resolves EE differences for project_new.js"
2019-04-17 09:00:50 +00:00
Jason Lenny
e9aef30b50
Add Android template
2019-03-07 20:02:40 +01:00
Jason Lenny
010f64fb42
Resolve "Project template for iOS"
2019-03-07 17:59:38 +00:00
Takuya Noguchi
a565f3d88d
Fix misspellings in app/spec executable lines
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-27 22:41:34 +09:00
Jason Lenny
55826a7a77
Add Project template for go-micro
2019-02-27 11:03:57 +00:00
Jason Lenny
5b42ce387f
Merge branch '57794-project-template-for-net' of https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
2019-02-25 14:42:03 +00:00
Jason Lenny
76ad4c04ae
Merge branch '57785-create-project-template-for-netlify' of https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
2019-02-25 08:43:57 +00:00
Lukas Eipert
d4ad8a5e56
Project template: Fall back to GitLab logo
...
Use gitlab-svg to provide the icons for rails, spring and express. For
the new GitLab pages templates, we are falling back to the GitLab logo.
2019-02-07 17:06:24 +01:00
Jason Lenny
37410a9ddf
Add Pages templates
...
Adds templates for the 5 most popular Pages templates to the new project
menu. This does not add unique icons for the templates because that
turned out more complicated than expected, and this feature is valuable
without them.
2019-02-07 17:05:33 +01:00
Mike Greiling
7ccd235df1
Upgrade prettier and reformat files as necessary
...
Upgrades prettier to 1.15.3
Runs `yarn prettier-save-all` against the codebase
Most changes are due to https://github.com/prettier/prettier/pull/5519
2019-01-14 15:29:02 -06:00
Hiroyuki Sato
692f87215d
Merge remote-tracking branch 'origin/master' into fix-typos-occured
...
Conflicts:
- app/assets/javascripts/ide/stores/modules/pipelines/actions.js
- spec/javascripts/ide/stores/modules/pipelines/actions_spec.js
2018-11-21 11:58:52 +09:00
Mike Greiling
5b9495c5db
Prettify all the things
2018-11-20 09:30:01 -06:00
Clement Ho
8b1f2823a2
Use @gitlab npm namespace
2018-11-16 19:29:11 +00:00
Hiroyuki Sato
b689b20f20
Fix typos occured to occurred
2018-11-16 00:34:24 +09:00
Clement Ho
c4aa33fc8b
Remove gitlab-ui loading icon from global
2018-11-07 10:06:15 +00:00
Mike Greiling
160157a92b
Prettify remaining files with differences in CE and EE
2018-10-31 14:33:12 -05:00
Martin Wortschack
5d709e7e86
Resolve "Selecting an autofill suggestion for project name will not update the project slug"
2018-10-02 07:46:41 +00:00
Clement Ho
f815b48f39
Use gitlab-ui loading icon
2018-09-11 22:19:21 +00:00
Martin Wortschack
03ab130e4b
Resolve "Create new project: Re-add project name field"
2018-09-08 06:03:00 +00:00
Lukas Eipert
273515b8a1
backport changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740
2018-08-03 19:27:07 +02:00
Winnie Hellmann
91bbdc907d
Display GPG status on repository and blob pages
2018-07-23 14:58:21 +00:00
gfyoung
23cdae8eee
Enable "prefer-destructuring" in JS files
...
Partially addresses #47006 .
2018-06-25 11:53:57 -07:00
Clement Ho
32757d6455
Use d-block
2018-06-13 12:41:13 -05:00
Filipa Lacerda
647a4d6a3b
Updates eslint vue plugin version
2018-06-11 15:36:54 +01:00
Dennis Tang
6585e3d864
use bootstrap 4 utilities for error states
2018-06-05 15:17:48 -07:00
Clement Ho
425fdd7972
Replace help-block with form-text.text-muted
2018-05-29 09:58:31 -05:00
Dennis Tang
2e4bea09a6
overhaul dropdown-dependent states
2018-05-28 17:29:25 +02:00